src/img2pdf_test.py: exiftool -all= now sets the unit to Undefined since version 13.23

Thanks: gregor herrmann <gregoa@debian.org>
This commit is contained in:
Johannes Schauer Marin Rodrigues 2025-03-22 23:37:58 +01:00
parent 3ba7d17e15
commit 59132f20f8
Signed by: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -1111,6 +1111,7 @@ def jpg_rot_img(tmp_path_factory, tmp_normal_png):
"-Orientation=6",
"-XResolution=96",
"-YResolution=96",
"-ResolutionUnit=2",
"-n",
str(in_img),
]