igreenwood / SimpleCropView

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

Fit the entire large image inside the fixed crop window #143

Open midhun-murali opened 5 years ago

midhun-murali commented 5 years ago

I have an image which has height greater than its width. I want to achieve something like user can pinch zoom out to fit the whole image inside a fixed cropping window. If there is any empty space after zooming out then it should be filled with a default color like black or white. Something like

Screenshot 2019-05-30 at 1 38 44 PM

Is this possible with this library. And thank you for providing this wonderful library.