AndroidPhotoFilters
AndroidPhotoFilters copied to clipboard
No Method for saving photo
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.
//get bitmap from image view Bitmap filteredBitmap = ((BitmapDrawable) imageView.getDrawable()).getBitmap();