biokys / cropimage

Replacement for deprecated official Android crop image function
555 stars 292 forks source link

Added intent extra for pre-rotating the image #19

Closed blork closed 3 years ago

blork commented 11 years ago

Added an addition intent extra for the crop view which can be used to pre-rotate the image before it is displayed. This is very useful, for example, when displaying a photo taken in portrait mode as the photo EXIF data can be read and used to correctly orient the image for cropping (see #16).