igreenwood / SimpleCropView

A simple image cropping library for Android.
MIT License
2.49k stars 467 forks source link

Can not crop gif or bmp format #81

Open CarlosLYT opened 8 years ago

CarlosLYT commented 8 years ago

because of BitmapRegionDecoder, the user can not crop gif or bmp format. I think that if user can just crop the thumbnail or crop the source file in other ways when the image's format is not png or jpeg.