There was an error while loading. Please reload this page.
1 parent fbdf607 commit e36bf76Copy full SHA for e36bf76
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