siralam / BSImagePicker

An image picker that extends BottomSheetDialogFragment. Camera and gallery all in one dialog. Single or Multi Selection.
201 stars 62 forks source link

Image duplication #11

Closed SaadAli-rolustech closed 6 years ago

SaadAli-rolustech commented 6 years ago

Hi, I am facing a problem regarding image selection.. whenever I select the image using this library and then try to compress it using some algorithm, the compressed image copy is then shown in the bottom sheet photos. but they are not in the phone memory

SaadAli-rolustech commented 6 years ago

is there any way to clear the library cache images

siralam commented 6 years ago

I think you saved your compressed image in external storage instead of your app's internal storage.

This has nothing to do with this library, but something built in Android framework about how content provider works. I think the proper way to handle this is to save the compressed image in internal storage instead of external storage.

siralam commented 6 years ago

Closed due to staled.