added tagnames for ImageJ tiff tags

This commit is contained in:
wiredfool 2013-09-27 10:41:27 -07:00
parent a40950c3b9
commit 465ebd3af3
2 changed files with 8 additions and 0 deletions

View File

@ -110,6 +110,10 @@ ICCPROFILE = 34675
EXIFIFD = 34665
XMP = 700
# https://github.com/fiji/ImageJA/blob/master/src/main/java/ij/io/TiffDecoder.java
IMAGEJ_META_DATA_BYTE_COUNTS = 50838
IMAGEJ_META_DATA = 50839
COMPRESSION_INFO = {
# Compression => pil compression name
1: "raw",

View File

@ -186,6 +186,10 @@ TAGS = {
50738: "AntiAliasStrength",
50740: "DNGPrivateData",
50741: "MakerNoteSafety",
#ImageJ
50838: "ImageJMetaDataByteCounts", # private tag registered with Adobe
50839: "ImageJMetaData", # private tag registered with Adobe
}
##