|
181 | 181 | 1: 'Regenerated', |
182 | 182 | 2: 'Unclean' |
183 | 183 | }), |
| 184 | + 0x014A: ('SubIFDs', ), |
184 | 185 | 0x0148: ('ConsecutiveBadFaxLines', ), |
185 | 186 | 0x014C: ('InkSet', { |
186 | 187 | 1: 'CMYK', |
|
207 | 208 | 0x0155: ('SMaxSampleValue', ), |
208 | 209 | 0x0156: ('TransferRange', ), |
209 | 210 | 0x0157: ('ClipPath', ), |
| 211 | + 0x015B: ('JPEGTables', ), |
210 | 212 | 0x0200: ('JPEGProc', ), |
211 | | - 0x0201: ('JPEGInterchangeFormat', ), |
212 | | - 0x0202: ('JPEGInterchangeFormatLength', ), |
| 213 | + 0x0201: ('JPEGInterchangeFormat', ), # JpegIFOffset |
| 214 | + 0x0202: ('JPEGInterchangeFormatLength', ), # JpegIFByteCount |
213 | 215 | 0x0211: ('YCbCrCoefficients', ), |
214 | 216 | 0x0212: ('YCbCrSubSampling', ), |
215 | 217 | 0x0213: ('YCbCrPositioning', { |
|
243 | 245 | 0x8825: ('GPSInfo', GPS_INFO), # GPS tags |
244 | 246 | 0x8827: ('ISOSpeedRatings', ), |
245 | 247 | 0x8828: ('OECF', ), |
| 248 | + 0x8829: ('Interlace', ), |
| 249 | + 0x882A: ('TimeZoneOffset', ), |
| 250 | + 0x882B: ('SelfTimerMode', ), |
246 | 251 | 0x8830: ('SensitivityType', { |
247 | 252 | 0: 'Unknown', |
248 | 253 | 1: 'Standard Output Sensitivity', |
|
335 | 340 | 95: 'Flash fired, auto mode, return light detected, red-eye reduction mode' |
336 | 341 | }), |
337 | 342 | 0x920A: ('FocalLength', ), |
| 343 | + 0x920B: ('FlashEnergy', ), |
| 344 | + 0x920C: ('SpatialFrequencyResponse', ), |
| 345 | + 0x920D: ('Noise', ), |
| 346 | + 0x9211: ('ImageNumber', ), |
| 347 | + 0x9212: ('SecurityClassification', ), |
| 348 | + 0x9213: ('ImageHistory', ), |
338 | 349 | 0x9214: ('SubjectArea', ), |
| 350 | + 0x9215: ('ExposureIndex', ), |
| 351 | + 0x9216: ('TIFF/EPStandardID', ), |
339 | 352 | 0x927C: ('MakerNote', ), |
340 | 353 | 0x9286: ('UserComment', make_string_uc), |
341 | 354 | 0x9290: ('SubSecTime', ), |
|
0 commit comments