igreenwood / SimpleCropView

A simple image cropping library for Android.
MIT License
2.48k stars 466 forks source link

Photo auto save even when i do nothing on it #89

Closed huy-lv closed 7 years ago

huy-lv commented 7 years ago

I have a question about this lib. When i open a photo in CropImageView (in a new activity), i then i finish that activity immediately. After that in folder internal storage/Pictures i found that photo with name .jpg (see attachment below) . Why does this lib create a clone of original photo, even when i do nothing to origin photo?

image

huy-lv commented 7 years ago

Sorry guy, i found the problem, when load image i just have bitmap but startLoad function require uri, so i created new image from bitmap. I forgot it. My fault :3