Transkribus / TranskribusSwtGui

Note: the repo has been moved to https://gitlab.com/readcoop/Transkribus/TranskribusSwtGui
GNU General Public License v3.0
18 stars 4 forks source link

MacOS: Images with exif orientation tag not displayed correctly #276

Closed jkloe closed 5 years ago

jkloe commented 5 years ago

See also issue #154 for the more general issue. Problem is that on MacOS images are loaded via ImgLoader::loadWithSWTDownloadFirst which correctly takes the orientation tag into account, thus another orientation correction as implemented is not needed. TODO: check if images was loaded with ImgLoader::loadWithSWTDownloadFirst and do not apply the ImgLoader::fixOrientation in this case.