From 59132f20f8a40f6ed4e5cd2a3719bf55473ba4d7 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de> Date: Sat, 22 Mar 2025 23:37:58 +0100 Subject: [PATCH] src/img2pdf_test.py: exiftool -all= now sets the unit to Undefined since version 13.23 Thanks: gregor herrmann <gregoa@debian.org> --- src/img2pdf_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/img2pdf_test.py b/src/img2pdf_test.py index d066014..fbe1420 100755 --- a/src/img2pdf_test.py +++ b/src/img2pdf_test.py @@ -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), ]