android icon indicating copy to clipboard operation
android copied to clipboard

Fix Rotation of Thumbnails

Open alexknop opened this issue 6 months ago • 4 comments
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. Screenshot_20250517-144740

alexknop avatar May 17 '25 18:05 alexknop