android
android copied to clipboard
Fix Rotation of Thumbnails
trafficstars
Problem: -Thumbnails were being rotated based on EXIF orientation, but these are already handled by BitmapUtils.retrieveBitmapFromFile() when we are extracting the image.
Solution: -Take out rotateImage.
Screenshot: Top 2 were rotated, when taking out the rotateImage step, now 3rd thumbnail looks normal.