We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e3a70a + e36bf76 commit 7a6664dCopy full SHA for 7a6664d
src/PIL/TiffTags.py
@@ -203,6 +203,11 @@ def lookup(tag: int, group: int | None = None) -> TagInfo:
203
531: ("YCbCrPositioning", SHORT, 1),
204
532: ("ReferenceBlackWhite", RATIONAL, 6),
205
700: ("XMP", BYTE, 0),
206
+ # Four private SGI tags
207
+ 32995: ("Matteing", SHORT, 1),
208
+ 32996: ("DataType", SHORT, 0),
209
+ 32997: ("ImageDepth", LONG, 1),
210
+ 32998: ("TileDepth", LONG, 1),
211
33432: ("Copyright", ASCII, 1),
212
33723: ("IptcNaaInfo", UNDEFINED, 1),
213
34377: ("PhotoshopInfo", BYTE, 0),
0 commit comments