Bugzilla – Bug 1214913
jhead deletes EXIF data
Last modified: 2023-11-16 11:31:11 UTC
Created attachment 869225 [details] Image before rotation jhead version 3.06.0.1-bp155.4.6 deletes EXIF data when rotating images. $ exiftool rotated.jpg | wc -l 92 $ jhead -autorot rotated.jpg Nonfatal Error : 'rotated.jpg' Command has invalid characters. $ exiftool rotated.jpg | wc -l 23 I found a report for this bug on an Debian site: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023303
This was fixed in openSUSE 15.4 with https://bugzilla.opensuse.org/show_bug.cgi?id=1207150 but this fix is missing in openSUSE 15.5.
15.4 package is working fine https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-15-SP4:/Update/standard/x86_64/jhead-3.06.0.1-bp154.2.9.1.x86_64.rpm
Should be fixed in https://build.opensuse.org/request/show/1125827
b15sp6 and TW has jhead 3.08 so this should be fixed everywhere now.
Thanks Marcus, fixed.
I have applied latest patches to Leap 15.5 and I can confirm the problem is fixed. Thank you!
Thanks for confirmation.