Fixed ExifTags typo

This commit is contained in:
Andrew Murray 2016-02-20 10:19:13 +11:00
parent 535680808f
commit 2f73b7cbfc

View File

@ -27,7 +27,7 @@ TAGS = {
0x0102: "BitsPerSample", 0x0102: "BitsPerSample",
0x0103: "Compression", 0x0103: "Compression",
0x0106: "PhotometricInterpretation", 0x0106: "PhotometricInterpretation",
0x0107: "Threshholding", 0x0107: "Thresholding",
0x0108: "CellWidth", 0x0108: "CellWidth",
0x0109: "CellLength", 0x0109: "CellLength",
0x010a: "FillOrder", 0x010a: "FillOrder",