jberlana/JBKenBurns

Images are rotating 90 or 180 degrees

lakshanap opened this issue · 1 comments

We are using the library for the slideshow, it works perfectly fine. But some of the photos gets rotated. One observation is that rotation happens only with camera capture photos - not sure if its specific to camera captured photos only or not.

Speaking of camera captured images, the image orientation is usually stored in the EXIF metadata. Not all OS/methods respect these orientations and show the images as is.

See: http://stackoverflow.com/questions/10600613/ios-image-orientation-has-strange-behavior
and: http://stackoverflow.com/questions/4989087/uiimagepickercontroller-returning-incorrect-image-orientation/26676578#26676578