test_jpg_rot fails with exiftool 13.25 #208
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After updating exiftool to 13.25, the units property of images seems to be undefined. Maybe this is related to the changelog entry
Your analysis is spot on. Since version 13.23, exiftool also removes the ResolutionUnit when calling it with
-all=
. In Debian I fixed that like this: https://sources.debian.org/src/img2pdf/0.6.0-3/debian/patches/0002-src-img2pdf_test.py-exiftool-all-now-sets-the-unit-t.patch/Sorry, I should have checked the commits on main:
59132f20f8
No worries, I also totally forgot that I had this already committed to main which is why I quoted the patch from Debian instead Xd