﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10962	Photo orientation should not be ignored for thumbnails	holgermappt	team	"The `ImageDisplay` class has code to rotate a photo if the orientation (`ImageEntry.exifOrientation`) is set accordingly.  But the thumbnail loader (`ThumbsLoader`) ignores the orientation.  I would like to see thumbnails in the right orientation.

I looked into this, but I don't understand all details.  I think there should be one function that loads images including rotation and scaling.  Or just rotation and scaling.  Then that function is used in the image display and the thumbnail loader.  `ImageEntry` seems to be a good place to add such a function (it knows the path and the orientation).  But `ThumbsLoader` does `g.drawImage()` in a `while` loop while `ImageDisplay` calls it without loop.  I'm not sure if there is a reason for the difference.  The tracker handling is slightly different too.

Another issue is cached thumbnails that have a wrong orientation.  Cached thumbnails are taken as-is and would not benefit from the new load function.  Maybe this is acceptable."	defect	closed	minor	15.01	Core image mapping		fixed		
