AndroidPhotoFilters icon indicating copy to clipboard operation
AndroidPhotoFilters copied to clipboard

No Method for saving photo

Open mostafaimran opened this issue 8 years ago • 1 comments

Hello,

Great library for photo edit. Some methods are needed like save photo to a file and provide path in the callback. I didn't find any save method in the library.

mostafaimran avatar Dec 12 '17 06:12 mostafaimran

//get bitmap from image view Bitmap filteredBitmap = ((BitmapDrawable) imageView.getDrawable()).getBitmap();

FitApps7 avatar Oct 01 '19 10:10 FitApps7