Moved EXIF tag to be in hex order

This commit is contained in:
Andrew Murray 2016-04-19 19:50:28 +10:00
parent 521c7e9bdf
commit 34c02e321d

View File

@ -33,7 +33,6 @@ TAGS = {
0x0109: "CellLength",
0x010a: "FillOrder",
0x010d: "DocumentName",
0x011d: "PageName",
0x010e: "ImageDescription",
0x010f: "Make",
0x0110: "Model",
@ -47,6 +46,7 @@ TAGS = {
0x011a: "XResolution",
0x011b: "YResolution",
0x011c: "PlanarConfiguration",
0x011d: "PageName",
0x0120: "FreeOffsets",
0x0121: "FreeByteCounts",
0x0122: "GrayResponseUnit",