On some devices the pictures taken with camera in portrait and landscape have the same dimensions, loading an image taken in portrait mode into an imageview will result in image rotate by 90 (at least in my case)
Using Jpeg Utils i thought that i could get the orientation and later rotate the image but
exif.getAttribute(exif.TAG_ORIENTATION) return me always 0 is not even possible compare width and height since they are the same, anyone had the same problem?
How the phone show the image correctly from gallery? (not from pc)
Thanks