-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
BugAny unexpected behavior, until confirmed feature.Any unexpected behavior, until confirmed feature.EnhancementTIFF
Milestone
Description
If I understand correctly, the recent changes (#369) have not made it possible to write custom TIFF tags. I would like to do the following:
info = TiffImagePlugin.ImageFileDirectory()
CustomTagId = 37000
info[CustomTagId] = 6
info.tagtype[CustomTagId] = 3 # 'short' according to TiffTags.TYPES
img.save(pathname, tiffinfo = info)This corresponds to "Defining Application Tags" in http://www.remotesensing.org/libtiff/addingtags.html.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugAny unexpected behavior, until confirmed feature.Any unexpected behavior, until confirmed feature.EnhancementTIFF