FS#69307 - [imv] auto-orientation stopped working

Attached to Project: Community Packages
Opened by dgpat (dgpat) - Tuesday, 12 January 2021, 19:53 GMT
Last edited by Alexander F. Rødseth (xyproto) - Wednesday, 12 May 2021, 10:33 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Lukas Fleischer (lfleischer)
Alexander F. Rødseth (xyproto)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

sorry for my English.

Description:
In the new version of imv, auto-rotate stopped working when viewing photos taken vertically


Additional info:
* package version(s) - imv 4.2.0-2
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:
$ exiv2 -p v pr good1.jpg | grep -i Orientation
0x0112 Image Orientation Short 1 0

good1.jpg - opens correctly

$ exiv2 -p v pr bad1.JPG | grep -i Orientation
0x0112 Image Orientation Short 1 6
$ exiv2 -p v pr bad2.JPG | grep -i Orientation
0x0112 Image Orientation Short 1 6

bad1.JPG and bad2.JPG - open without rotate
This task depends upon

Closed by  Alexander F. Rødseth (xyproto)
Wednesday, 12 May 2021, 10:33 GMT
Reason for closing:  Upstream
Comment by Alexander F. Rødseth (xyproto) - Wednesday, 12 May 2021, 09:19 GMT
Thanks for reporting. I can confirm the issue.

After rotating an image with `convert good.jpg -orient bottom-right bad.jpg`, it appears as rotated in eog but not in imv.

Please report this upstream to the imv developers here: https://github.com/eXeC64/imv/issues

Loading...