igreenwood / SimpleCropView

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

Image shows up "lying down" in cropView #46

Open omernave opened 8 years ago

omernave commented 8 years ago

When I add an image that was taken in portrait and set it as the image to crop it show up like this - http://s14.postimg.org/yan77l19d/Screenshot_2016_01_24_00_31_28.png.

Even using rotateImage won't fix the problem.

What is causing it?

peterhav commented 8 years ago

Encountering this same issue. Some pictures seem to appear rotated upon activity creation.

p.s. great library by the way! The most stable crop solution for Android app for sure.

CarsonHolzheimer commented 5 years ago

This happens for me on a Samsung note 9, but only when I have taken the photo with the camera

CarsonHolzheimer commented 5 years ago

Exif rotation should be checked on first loading an image. This is a serious bug.