Skip to content

Commit

Permalink
Merge pull request #1736 from radarhere/exiftags
Browse files Browse the repository at this point in the history
Fix EXIF tag name typos.
  • Loading branch information
hugovk committed Feb 20, 2016
2 parents 63ac301 + 2f73b7c commit 06b4274
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PIL/ExifTags.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
0x0102: "BitsPerSample",
0x0103: "Compression",
0x0106: "PhotometricInterpretation",
0x0107: "Threshholding",
0x0107: "Thresholding",
0x0108: "CellWidth",
0x0109: "CellLenght",
0x0109: "CellLength",
0x010a: "FillOrder",
0x010d: "DocumentName",
0x011d: "PageName",
Expand All @@ -40,7 +40,7 @@
0x0112: "Orientation",
0x0115: "SamplesPerPixel",
0x0116: "RowsPerStrip",
0x0117: "StripByteConunts",
0x0117: "StripByteCounts",
0x0118: "MinSampleValue",
0x0119: "MaxSampleValue",
0x011a: "XResolution",
Expand Down

0 comments on commit 06b4274

Please sign in to comment.