From 15ee85d8a4c71ae3594e9fa9d5d81b15e057afe2 Mon Sep 17 00:00:00 2001 From: Rudd-O Date: Tue, 31 Mar 2026 23:11:03 +0000 Subject: [PATCH] Add 'print-scaling' tag to IppTag.KEYWORD Without this, print scaling values are ignored. Note it should be possible for implementers of PyIPP-based clients to specify the tag they want as part of the value in the dictionary. Sad it isn't possible currently, but please consider changing the API to permit this. --- src/pyipp/tags.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pyipp/tags.py b/src/pyipp/tags.py index af343020a..90ed8d22b 100644 --- a/src/pyipp/tags.py +++ b/src/pyipp/tags.py @@ -62,4 +62,5 @@ "media": IppTag.NAME, "center-of-pixel": IppTag.BOOLEAN, "sides": IppTag.KEYWORD, + "print-scaling": IppTag.KEYWORD, }