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:
parent
3ba7d17e15
commit
59132f20f8
1 changed files with 1 additions and 0 deletions
|
@ -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),
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue