biokys / cropimage

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

Handled rotation before cropping and saving the image #43

Open rajantalwar opened 10 years ago

rajantalwar commented 10 years ago

In samsung S4 when we are taking photos in portrait mode its rotating the image by 90 degrees, so used EXIF data to check the degrees by which image is rotated, and then rotating the image in reverse direction by same degrees to avoid this.