1Image::ExifTool::TagNamUesse(r3)Contributed Perl DocumenItmaatgieo:n:ExifTool::TagNames(3)
2
3
4

NAME

6       Image::ExifTool::TagNames - ExifTool tag name documentation
7

DESCRIPTION

9       This document contains a complete list of ExifTool tag names, organized
10       into tables based on information type.  Tag names are used to reference
11       specific meta information extracted from or written to a file.
12

TAG TABLES

14       The tables listed below give the names of all tags recognized by
15       ExifTool.
16
17       Tag ID, Index or Sequence is given in the first column of each table.
18       A Tag ID is the computer-readable equivalent of a tag name, and is the
19       identifier that is actually stored in the file.  An Index refers to the
20       location of a value when found at a fixed position within a data block,
21       and Sequence gives the order of values for a serial data stream.
22
23       A Tag Name is the handle by which the information is accessed in
24       ExifTool.  In some instances, more than one name may correspond to a
25       single tag ID.  In these cases, the actual name used depends on the
26       context in which the information is found.  Case is not significant for
27       tag names.  A question mark ("?") after a tag name indicates that the
28       information is either not understood, not verified, or not very useful
29       -- these tags are not extracted by ExifTool unless the Unknown (-u)
30       option is enabled.  Be aware that some tag names are different than the
31       descriptions printed out by default when extracting information with
32       exiftool.  To see the tag names instead of the descriptions, use
33       "exiftool -s".
34
35       The Writable column indicates whether the tag is writable by ExifTool.
36       Anything but an "N" in this column means the tag is writable.  A "Y"
37       indicates writable information that is either unformatted or written
38       using the existing format.  Other expressions give details about the
39       information format, and vary depending on the general type of
40       information.  The format name may be followed by a number in square
41       brackets to indicate the number of values written, or the number of
42       characters in a fixed-length string (including a null terminator which
43       is added if required).
44
45       A plus sign ("+") after an entry in the Writable column indicates a
46       "list" tag which supports multiple values and allows individual values
47       to be added and deleted.  A slash ("/") indicates an "avoided" tag that
48       is not created when writing if another same-named tag may be created
49       instead.  To write these tags, the group should be specified.  A tilde
50       ("~") indicates a tag this is writable only when the print conversion
51       is disabled (by setting PrintConv to 0, using the -n option, or
52       suffixing the tag name with a "#" character).  An exclamation point
53       ("!") indicates a tag that is considered unsafe to write under normal
54       circumstances.  These "unsafe" tags are not set when calling
55       SetNewValuesFromFile() or copied with the exiftool -tagsFromFile option
56       unless specified explicitly, and care should be taken when editing them
57       manually since they may affect the way an image is rendered.  An
58       asterisk ("*") indicates a "protected" tag which is not writable
59       directly, but is written automatically by ExifTool (often when a
60       corresponding Composite or Extra tag is written).  A colon (":")
61       indicates a mandatory tag which may be added automatically when
62       writing.
63
64       The HTML version of these tables also lists possible Values for
65       discrete-valued tags, as well as Notes for some tags.  The Values are
66       listed as the computer-readable and human-readable values on the left
67       and right hand side of an equals sign ("=") respectively.  The human-
68       readable values are used by default when reading and writing, but the
69       computer-readable values may be accessed by disabling the value
70       conversion with the -n option on the command line, by setting the
71       ValueConv option to 0 in the API, or or on a per-tag basis by appending
72       a number symbol ("#") to the tag name.
73
74       Note: If you are familiar with common meta-information tag names, you
75       may find that some ExifTool tag names are different than expected.  The
76       usual reason for this is to make the tag names more consistent across
77       different types of meta information.  To determine a tag name, either
78       consult this documentation or run "exiftool -s" on a file containing
79       the information in question.
80
81   JPEG Tags
82       This table lists information extracted by ExifTool from JPEG images.
83
84         Tag ID       Tag Name                         Writable
85         ------       --------                         --------
86         'APP0'       JFIF                             JFIF
87                      JFXX                             JFIF Extension
88                      CIFF                             CanonRaw
89                      AVI1                             JPEG AVI1
90                      Ocad                             JPEG Ocad
91         'APP1'       EXIF                             EXIF
92                      ExtendedXMP                      XMP
93                      XMP                              XMP
94                      QVCI                             Casio QVCI
95         'APP2'       ICC_Profile                      ICC_Profile
96                      FPXR                             FlashPix
97                      MPF                              MPF
98                      PreviewImage                     N
99         'APP3'       Meta                             Kodak Meta
100                      Stim                             Stim
101                      PreviewImage                     N
102         'APP4'       Scalado                          JPEG Scalado
103                      FPXR                             FlashPix
104                      PreviewImage                     N
105         'APP5'       RMETA                            Ricoh RMETA
106         'APP6'       EPPIM                            JPEG EPPIM
107                      NITF                             JPEG NITF
108                      HP_TDHD                          HP TDHD
109         'APP8'       SPIFF                            JPEG SPIFF
110         'APP10'      Comment                          N
111         'APP12'      PictureInfo                      APP12 PictureInfo
112                      Ducky                            APP12 Ducky
113         'APP13'      Photoshop                        Photoshop
114                      Adobe_CM                         JPEG AdobeCM
115         'APP14'      Adobe                            JPEG Adobe
116         'APP15'      GraphicConverter                 JPEG GraphConv
117         'COM'        Comment                          Y
118         'DQT'        DefineQuantizationTable          N
119         'SOF'        StartOfFrame                     JPEG SOF
120         'Trailer'    AFCP                             AFCP
121                      CanonVRD                         CanonVRD
122                      FotoStation                      FotoStation
123                      PhotoMechanic                    PhotoMechanic
124                      MIE                              MIE
125                      PreviewImage                     Y
126
127       JPEG AVI1 Tags
128
129       This information may be found in APP0 of JPEG image data from AVI
130       videos.
131
132          Index   Tag Name                             Writable
133          -----   --------                             --------
134             0    InterleavedField                     N
135
136       JPEG Ocad Tags
137
138       Tags extracted from the JPEG APP0 "Ocad" segment (found in Photobucket
139       images).
140
141         Tag ID   Tag Name                             Writable
142         ------   --------                             --------
143         'Rev'    OcadRevision                         N
144
145       JPEG Scalado Tags
146
147       Tags extracted from the JPEG APP4 "SCALADO" segment (presumably written
148       by Scalado mobile software, <http://www.scalado.com/>).
149
150         Tag ID   Tag Name                             Writable
151         ------   --------                             --------
152         'HGHT'   PreviewImageHeight                   N
153         'QUAL'   PreviewQuality                       N
154         'SPMO'   DataLength                           N
155         'WDTH'   PreviewImageWidth                    N
156
157       JPEG EPPIM Tags
158
159       APP6 is used in by the Toshiba PDR-M700 to store a TIFF structure
160       containing PrintIM information.
161
162         Tag ID   Tag Name                             Writable
163         ------   --------                             --------
164         0xc4a5   PrintIM                              PrintIM
165
166       JPEG NITF Tags
167
168       Information in APP6 used by the National Imagery Transmission Format.
169       See
170       <http://www.gwg.nga.mil/ntb/baseline/docs/n010697/bwcguide25aug98.pdf>
171       for the official specification.
172
173          Index   Tag Name                             Writable
174          -----   --------                             --------
175             0    NITFVersion                          N
176             2    ImageFormat                          N
177             3    BlocksPerRow                         N
178             5    BlocksPerColumn                      N
179             7    ImageColor                           N
180             8    BitDepth                             N
181             9    ImageClass                           N
182            10    JPEGProcess                          N
183            11    Quality                              N
184            12    StreamColor                          N
185            13    StreamBitDepth                       N
186            14    Flags                                N
187
188       JPEG SPIFF Tags
189
190       This information is found in APP8 of SPIFF-style JPEG images (the
191       "official" yet rarely used JPEG file format standard: Still Picture
192       Interchange File Format).  See <http://www.jpeg.org/public/spiff.pdf>
193       for the official specification.
194
195          Index   Tag Name                             Writable
196          -----   --------                             --------
197             0    SPIFFVersion                         N
198             2    ProfileID                            N
199             3    ColorComponents                      N
200             6    ImageHeight                          N
201            10    ImageWidth                           N
202            14    ColorSpace                           N
203            15    BitsPerSample                        N
204            16    Compression                          N
205            17    ResolutionUnit                       N
206            18    YResolution                          N
207            22    XResolution                          N
208
209       JPEG AdobeCM Tags
210
211       The "Adobe_CM" APP13 segment presumably contains color management
212       information, but the meaning of the data is currently unknown.  If
213       anyone has an idea about what this means, please let me know.
214
215          Index   Tag Name                             Writable
216          -----   --------                             --------
217             0    AdobeCMType                          N
218
219       JPEG Adobe Tags
220
221       The "Adobe" APP14 segment stores image encoding information for DCT
222       filters.
223
224          Index   Tag Name                             Writable
225          -----   --------                             --------
226             0    DCTEncodeVersion                     N
227             1    APP14Flags0                          N
228             2    APP14Flags1                          N
229             3    ColorTransform                       N
230
231       JPEG GraphConv Tags
232
233       APP15 is used by GraphicConverter to store JPEG quality.
234
235         Tag ID   Tag Name                             Writable
236         ------   --------                             --------
237         'Q'      Quality                              N
238
239       JPEG SOF Tags
240
241       This information is extracted from the JPEG Start Of Frame segment.
242
243         Tag Name                                      Writable
244         --------                                      --------
245         BitsPerSample                                 N
246         ColorComponents                               N
247         EncodingProcess                               N
248         ImageHeight                                   N
249         ImageWidth                                    N
250         YCbCrSubSampling                              N
251
252   EXIF Tags
253       EXIF stands for "Exchangeable Image File Format".  This type of
254       information is formatted according to the TIFF specification, and may
255       be found in JPG, TIFF, PNG, JP2, PGF, MIFF, HDP, PSP and XCF images, as
256       well as many TIFF-based RAW images, and even some AVI and MOV videos.
257
258       The EXIF meta information is organized into different Image File
259       Directories (IFD's) within an image.  The names of these IFD's
260       correspond to the ExifTool family 1 group names.  When writing EXIF
261       information, the default Group listed below is used unless another
262       group is specified.
263
264       The table below lists all EXIF tags.  Also listed are TIFF, DNG, HDP
265       and other tags which are not part of the EXIF specification, but may
266       co-exist with EXIF tags in some images.  Tags which are part of the
267       EXIF 2.3 specification have an underlined Tag Name in the HTML version
268       of this documentation.  See
269       http://www.cipa.jp/english/hyoujunka/kikaku/pdf/DC-008-2010_E.pdf
270       <http://www.cipa.jp/english/hyoujunka/kikaku/pdf/DC-008-2010_E.pdf> for
271       the official EXIF 2.3 specification.
272
273         Tag ID   Tag Name                  Group      Writable
274         ------   --------                  -----      --------
275         0x0001   InteropIndex              InteropIFD string!
276         0x0002   InteropVersion            InteropIFD undef!:
277         0x000b   ProcessingSoftware        IFD0       string
278         0x00fe   SubfileType               IFD0       int32u!
279         0x00ff   OldSubfileType            IFD0       int16u!
280         0x0100   ImageWidth                IFD0       int32u!
281         0x0101   ImageHeight               IFD0       int32u!
282         0x0102   BitsPerSample             IFD0       int16u[n]!
283         0x0103   Compression               IFD0       int16u!:
284         0x0106   PhotometricInterpretation IFD0       int16u!
285         0x0107   Thresholding              IFD0       int16u!
286         0x0108   CellWidth                 IFD0       int16u!
287         0x0109   CellLength                IFD0       int16u!
288         0x010a   FillOrder                 IFD0       int16u!
289         0x010d   DocumentName              IFD0       string
290         0x010e   ImageDescription          IFD0       string
291         0x010f   Make                      IFD0       string
292         0x0110   Model                     IFD0       string
293         0x0111   StripOffsets              -          N
294                  PreviewImageStart         IFD0       int32u*
295                  PreviewImageStart         SubIFD1    int32u*
296                  JpgFromRawStart           SubIFD2    int32u*
297         0x0112   Orientation               IFD0       int16u
298         0x0115   SamplesPerPixel           IFD0       int16u!
299         0x0116   RowsPerStrip              IFD0       int32u!
300         0x0117   StripByteCounts           -          N
301                  PreviewImageLength        IFD0       int32u*
302                  PreviewImageLength        SubIFD1    int32u*
303                  JpgFromRawLength          SubIFD2    int32u*
304         0x0118   MinSampleValue            IFD0       int16u
305         0x0119   MaxSampleValue            IFD0       int16u
306         0x011a   XResolution               IFD0       rational64u:
307         0x011b   YResolution               IFD0       rational64u:
308         0x011c   PlanarConfiguration       IFD0       int16u!
309         0x011d   PageName                  IFD0       string
310         0x011e   XPosition                 IFD0       rational64u
311         0x011f   YPosition                 IFD0       rational64u
312         0x0120   FreeOffsets               -          N
313         0x0121   FreeByteCounts            -          N
314         0x0122   GrayResponseUnit          IFD0       int16u
315         0x0123   GrayResponseCurve         -          N
316         0x0124   T4Options                 -          N
317         0x0125   T6Options                 -          N
318         0x0128   ResolutionUnit            IFD0       int16u:
319         0x0129   PageNumber                IFD0       int16u[2]
320         0x012c   ColorResponseUnit         -          N
321         0x012d   TransferFunction          IFD0       int16u[768]!
322         0x0131   Software                  IFD0       string
323         0x0132   ModifyDate                IFD0       string
324         0x013b   Artist                    IFD0       string
325         0x013c   HostComputer              IFD0       string
326         0x013d   Predictor                 IFD0       int16u!
327         0x013e   WhitePoint                IFD0       rational64u[2]
328         0x013f   PrimaryChromaticities     IFD0       rational64u[6]
329         0x0140   ColorMap                  -          N
330         0x0141   HalftoneHints             IFD0       int16u[2]
331         0x0142   TileWidth                 IFD0       int32u!
332         0x0143   TileLength                IFD0       int32u!
333         0x0144   TileOffsets               -          N
334         0x0145   TileByteCounts            -          N
335         0x0146   BadFaxLines               -          N
336         0x0147   CleanFaxData              -          N
337         0x0148   ConsecutiveBadFaxLines    -          N
338         0x014a   SubIFD                    -          EXIF
339                  A100DataOffset            -          N
340         0x014c   InkSet                    IFD0       int16u
341         0x014d   InkNames                  -          N
342         0x014e   NumberofInks              -          N
343         0x0150   DotRange                  IFD0       string
344         0x0151   TargetPrinter             -          N
345         0x0152   ExtraSamples              -          N
346         0x0153   SampleFormat              -          N
347         0x0154   SMinSampleValue           -          N
348         0x0155   SMaxSampleValue           -          N
349         0x0156   TransferRange             -          N
350         0x0157   ClipPath                  -          N
351         0x0158   XClipPathUnits            -          N
352         0x0159   YClipPathUnits            -          N
353         0x015a   Indexed                   -          N
354         0x015b   JPEGTables                -          N
355         0x015f   OPIProxy                  -          N
356         0x0190   GlobalParametersIFD       -          EXIF
357         0x0191   ProfileType               -          N
358         0x0192   FaxProfile                -          N
359         0x0193   CodingMethods             -          N
360         0x0194   VersionYear               -          N
361         0x0195   ModeNumber                -          N
362         0x01b1   Decode                    -          N
363         0x01b2   DefaultImageColor         -          N
364         0x01b3   T82Options                -          N
365         0x01b5   JPEGTables                -          N
366         0x0200   JPEGProc                  -          N
367         0x0201   ThumbnailOffset           IFD1       int32u*
368                  ThumbnailOffset           IFD0       int32u*
369                  ThumbnailOffset           SubIFD     int32u*
370                  PreviewImageStart         MakerNotes int32u*
371                  PreviewImageStart         IFD0       int32u*
372                  JpgFromRawStart           SubIFD     int32u*
373                  JpgFromRawStart           IFD2       int32u*
374                  OtherImageStart           -          N
375         0x0202   ThumbnailLength           IFD1       int32u*
376                  ThumbnailLength           IFD0       int32u*
377                  ThumbnailLength           SubIFD     int32u*
378                  PreviewImageLength        MakerNotes int32u*
379                  PreviewImageLength        IFD0       int32u*
380                  JpgFromRawLength          SubIFD     int32u*
381                  JpgFromRawLength          IFD2       int32u*
382                  OtherImageLength          -          N
383         0x0203   JPEGRestartInterval       -          N
384         0x0205   JPEGLosslessPredictors    -          N
385         0x0206   JPEGPointTransforms       -          N
386         0x0207   JPEGQTables               -          N
387         0x0208   JPEGDCTables              -          N
388         0x0209   JPEGACTables              -          N
389         0x0211   YCbCrCoefficients         IFD0       rational64u[3]!
390         0x0212   YCbCrSubSampling          IFD0       int16u[2]!
391         0x0213   YCbCrPositioning          IFD0       int16u!:
392         0x0214   ReferenceBlackWhite       IFD0       rational64u[6]
393         0x022f   StripRowCounts            -          N
394         0x02bc   ApplicationNotes          ExifIFD    XMP
395         0x03e7   USPTOMiscellaneous        -          N
396         0x1000   RelatedImageFileFormat    InteropIFD string!
397         0x1001   RelatedImageWidth         InteropIFD int16u!
398         0x1002   RelatedImageHeight        InteropIFD int16u!
399         0x4746   Rating                    IFD0       int16u/
400         0x4747   XP_DIP_XML                -          N
401         0x4748   StitchInfo                -          Microsoft Stitch
402         0x4749   RatingPercent             IFD0       int16u/
403         0x800d   ImageID                   -          N
404         0x80a3   WangTag1                  -          N
405         0x80a4   WangAnnotation            -          N
406         0x80a5   WangTag3                  -          N
407         0x80a6   WangTag4                  -          N
408         0x80e3   Matteing                  -          N
409         0x80e4   DataType                  -          N
410         0x80e5   ImageDepth                -          N
411         0x80e6   TileDepth                 -          N
412         0x827d   Model2                    -          N
413         0x828d   CFARepeatPatternDim       -          N
414         0x828e   CFAPattern2               -          N
415         0x828f   BatteryLevel              -          N
416         0x8290   KodakIFD                  -          Kodak IFD
417         0x8298   Copyright                 IFD0       string
418         0x829a   ExposureTime              ExifIFD    rational64u
419         0x829d   FNumber                   ExifIFD    rational64u
420         0x82a5   MDFileTag                 -          N
421         0x82a6   MDScalePixel              -          N
422         0x82a7   MDColorTable              -          N
423         0x82a8   MDLabName                 -          N
424         0x82a9   MDSampleInfo              -          N
425         0x82aa   MDPrepDate                -          N
426         0x82ab   MDPrepTime                -          N
427         0x82ac   MDFileUnits               -          N
428         0x830e   PixelScale                -          N
429         0x8335   AdventScale               -          N
430         0x8336   AdventRevision            -          N
431         0x835c   UIC1Tag                   -          N
432         0x835d   UIC2Tag                   -          N
433         0x835e   UIC3Tag                   -          N
434         0x835f   UIC4Tag                   -          N
435         0x83bb   IPTC-NAA                  IFD0       IPTC
436         0x847e   IntergraphPacketData      -          N
437         0x847f   IntergraphFlagRegisters   -          N
438         0x8480   IntergraphMatrix          -          N
439         0x8481   INGRReserved              -          N
440         0x8482   ModelTiePoint             -          N
441         0x84e0   Site                      -          N
442         0x84e1   ColorSequence             -          N
443         0x84e2   IT8Header                 -          N
444         0x84e3   RasterPadding             -          N
445         0x84e4   BitsPerRunLength          -          N
446         0x84e5   BitsPerExtendedRunLength  -          N
447         0x84e6   ColorTable                -          N
448         0x84e7   ImageColorIndicator       -          N
449         0x84e8   BackgroundColorIndicator  -          N
450         0x84e9   ImageColorValue           -          N
451         0x84ea   BackgroundColorValue      -          N
452         0x84eb   PixelIntensityRange       -          N
453         0x84ec   TransparencyIndicator     -          N
454         0x84ed   ColorCharacterization     -          N
455         0x84ee   HCUsage                   -          N
456         0x84ef   TrapIndicator             -          N
457         0x84f0   CMYKEquivalent            -          N
458         0x8546   SEMInfo                   IFD0       string
459         0x8568   AFCP_IPTC                 -          IPTC
460         0x85b8   PixelMagicJBIGOptions     -          N
461         0x85d8   ModelTransform            -          N
462         0x8602   WB_GRGBLevels             -          N
463         0x8606   LeafData                  -          Leaf
464         0x8649   PhotoshopSettings         -          Photoshop
465         0x8769   ExifOffset                -          EXIF
466         0x8773   ICC_Profile               -          ICC_Profile
467         0x877f   TIFF_FXExtensions         -          N
468         0x8780   MultiProfiles             -          N
469         0x8781   SharedData                -          N
470         0x8782   T88Options                -          N
471         0x87ac   ImageLayer                -          N
472         0x87af   GeoTiffDirectory          -          N
473         0x87b0   GeoTiffDoubleParams       -          N
474         0x87b1   GeoTiffAsciiParams        -          N
475         0x8822   ExposureProgram           ExifIFD    int16u
476         0x8824   SpectralSensitivity       ExifIFD    string
477         0x8825   GPSInfo                   -          GPS
478         0x8827   ISO                       ExifIFD    int16u[n]
479         0x8828   Opto-ElectricConvFactor   -          N
480         0x8829   Interlace                 -          N
481         0x882a   TimeZoneOffset            ExifIFD    int16s[n]
482         0x882b   SelfTimerMode             ExifIFD    int16u
483         0x8830   SensitivityType           ExifIFD    int16u
484         0x8831   StandardOutputSensitivity ExifIFD    int32u
485         0x8832   RecommendedExposureIndex  ExifIFD    int32u
486         0x8833   ISOSpeed                  ExifIFD    int32u
487         0x8834   ISOSpeedLatitudeyyy       ExifIFD    int32u
488         0x8835   ISOSpeedLatitudezzz       ExifIFD    int32u
489         0x885c   FaxRecvParams             -          N
490         0x885d   FaxSubAddress             -          N
491         0x885e   FaxRecvTime               -          N
492         0x888a   LeafSubIFD                -          Leaf SubIFD
493         0x9000   ExifVersion               ExifIFD    undef:
494         0x9003   DateTimeOriginal          ExifIFD    string
495         0x9004   CreateDate                ExifIFD    string
496         0x9101   ComponentsConfiguration   ExifIFD    undef[4]!:
497         0x9102   CompressedBitsPerPixel    ExifIFD    rational64u!
498         0x9201   ShutterSpeedValue         ExifIFD    rational64s
499         0x9202   ApertureValue             ExifIFD    rational64u
500         0x9203   BrightnessValue           ExifIFD    rational64s
501         0x9204   ExposureCompensation      ExifIFD    rational64s
502         0x9205   MaxApertureValue          ExifIFD    rational64u
503         0x9206   SubjectDistance           ExifIFD    rational64u
504         0x9207   MeteringMode              ExifIFD    int16u
505         0x9208   LightSource               ExifIFD    int16u
506         0x9209   Flash                     ExifIFD    int16u
507         0x920a   FocalLength               ExifIFD    rational64u
508         0x920b   FlashEnergy               -          N
509         0x920c   SpatialFrequencyResponse  -          N
510         0x920d   Noise                     -          N
511         0x920e   FocalPlaneXResolution     -          N
512         0x920f   FocalPlaneYResolution     -          N
513         0x9210   FocalPlaneResolutionUnit  -          N
514         0x9211   ImageNumber               ExifIFD    int32u
515         0x9212   SecurityClassification    ExifIFD    string
516         0x9213   ImageHistory              ExifIFD    string
517         0x9214   SubjectArea               ExifIFD    int16u[n]
518         0x9215   ExposureIndex             -          N
519         0x9216   TIFF-EPStandardID         -          N
520         0x9217   SensingMethod             -          N
521         0x923a   CIP3DataFile              -          N
522         0x923b   CIP3Sheet                 -          N
523         0x923c   CIP3Side                  -          N
524         0x923f   StoNits                   -          N
525         0x927c   MakerNoteCanon            ExifIFD    Canon
526                  MakerNoteCasio            ExifIFD    Casio
527                  MakerNoteCasio2           ExifIFD    Casio Type2
528                  MakerNoteFujiFilm         ExifIFD    FujiFilm
529                  MakerNoteGE               ExifIFD    GE
530                  MakerNoteGE2              ExifIFD    FujiFilm
531                  MakerNoteHP               ExifIFD    HP
532                  MakerNoteHP2              ExifIFD    HP Type2
533                  MakerNoteHP4              ExifIFD    HP Type4
534                  MakerNoteHP6              ExifIFD    HP Type6
535                  MakerNoteISL              ExifIFD    Unknown
536                  MakerNoteJVC              ExifIFD    JVC
537                  MakerNoteJVCText          ExifIFD    JVC Text
538                  MakerNoteKodak1a          ExifIFD    Kodak
539                  MakerNoteKodak1b          ExifIFD    Kodak
540                  MakerNoteKodak2           ExifIFD    Kodak Type2
541                  MakerNoteKodak3           ExifIFD    Kodak Type3
542                  MakerNoteKodak4           ExifIFD    Kodak Type4
543                  MakerNoteKodak5           ExifIFD    Kodak Type5
544                  MakerNoteKodak6a          ExifIFD    Kodak Type6
545                  MakerNoteKodak6b          ExifIFD    Kodak Type6
546                  MakerNoteKodak7           ExifIFD    Kodak Type7
547                  MakerNoteKodak8a          ExifIFD    Kodak Type8
548                  MakerNoteKodak8b          ExifIFD    Kodak Type8
549                  MakerNoteKodak9           ExifIFD    Kodak Type9
550                  MakerNoteKodak10          ExifIFD    Kodak Type10
551                  MakerNoteKodakUnknown     ExifIFD    Kodak Unknown
552                  MakerNoteKyocera          ExifIFD    Unknown
553                  MakerNoteMinolta          ExifIFD    Minolta
554                  MakerNoteMinolta2         ExifIFD    Olympus
555                  MakerNoteMinolta3         ExifIFD    undef
556                  MakerNoteNikon            ExifIFD    Nikon
557                  MakerNoteNikon2           ExifIFD    Nikon Type2
558                  MakerNoteNikon3           ExifIFD    Nikon
559                  MakerNoteOlympus          ExifIFD    Olympus
560                  MakerNoteOlympus2         ExifIFD    Olympus
561                  MakerNoteLeica            ExifIFD    Panasonic
562                  MakerNoteLeica2           ExifIFD    Panasonic Leica2
563                  MakerNoteLeica3           ExifIFD    Panasonic Leica3
564                  MakerNoteLeica4           ExifIFD    Panasonic Leica4
565                  MakerNoteLeica5           ExifIFD    Panasonic Leica5
566                  MakerNoteLeica6           ExifIFD    Panasonic Leica6
567                  MakerNotePanasonic        ExifIFD    Panasonic
568                  MakerNotePanasonic2       ExifIFD    Panasonic Type2
569                  MakerNotePentax           ExifIFD    Pentax
570                  MakerNotePentax2          ExifIFD    Pentax Type2
571                  MakerNotePentax3          ExifIFD    Casio Type2
572                  MakerNotePentax4          ExifIFD    Pentax Type4
573                  MakerNotePentax5          ExifIFD    Pentax
574                  MakerNotePentax6          ExifIFD    Pentax S1
575                  MakerNotePhaseOne         ExifIFD    undef
576                  MakerNoteReconyx          ExifIFD    Reconyx
577                  MakerNoteRicoh            ExifIFD    Ricoh
578                  MakerNoteRicohText        ExifIFD    Ricoh Text
579                  MakerNoteSamsung1a        ExifIFD    undef
580                  MakerNoteSamsung1b        ExifIFD    Samsung Type1
581                  MakerNoteSamsung2         ExifIFD    Samsung Type2
582                  MakerNoteSanyo            ExifIFD    Sanyo
583                  MakerNoteSanyoC4          ExifIFD    Sanyo
584                  MakerNoteSanyoPatch       ExifIFD    Sanyo
585                  MakerNoteSigma            ExifIFD    Sigma
586                  MakerNoteSony             ExifIFD    Sony
587                  MakerNoteSony2            ExifIFD    Olympus
588                  MakerNoteSony3            ExifIFD    Olympus
589                  MakerNoteSony4            ExifIFD    Sony
590                  MakerNoteSonyEricsson     ExifIFD    Sony Ericsson
591                  MakerNoteSonySRF          ExifIFD    Sony SRF
592                  MakerNoteUnknownText      ExifIFD    undef
593                  MakerNoteUnknown          ExifIFD    Unknown
594         0x9286   UserComment               ExifIFD    undef
595         0x9290   SubSecTime                ExifIFD    string
596         0x9291   SubSecTimeOriginal        ExifIFD    string
597         0x9292   SubSecTimeDigitized       ExifIFD    string
598         0x932f   MSDocumentText            -          N
599         0x9330   MSPropertySetStorage      -          N
600         0x9331   MSDocumentTextPosition    -          N
601         0x935c   ImageSourceData           IFD0       undef!
602         0x9c9b   XPTitle                   IFD0       int8u
603         0x9c9c   XPComment                 IFD0       int8u
604         0x9c9d   XPAuthor                  IFD0       int8u
605         0x9c9e   XPKeywords                IFD0       int8u
606         0x9c9f   XPSubject                 IFD0       int8u
607         0xa000   FlashpixVersion           ExifIFD    undef:
608         0xa001   ColorSpace                ExifIFD    int16u:
609         0xa002   ExifImageWidth            ExifIFD    int16u:
610         0xa003   ExifImageHeight           ExifIFD    int16u:
611         0xa004   RelatedSoundFile          ExifIFD    string
612         0xa005   InteropOffset             -          EXIF
613         0xa20b   FlashEnergy               ExifIFD    rational64u[n]
614         0xa20c   SpatialFrequencyResponse  -          N
615         0xa20d   Noise                     -          N
616         0xa20e   FocalPlaneXResolution     ExifIFD    rational64u
617         0xa20f   FocalPlaneYResolution     ExifIFD    rational64u
618         0xa210   FocalPlaneResolutionUnit  ExifIFD    int16u
619         0xa211   ImageNumber               -          N
620         0xa212   SecurityClassification    -          N
621         0xa213   ImageHistory              -          N
622         0xa214   SubjectLocation           ExifIFD    int16u[2]
623         0xa215   ExposureIndex             ExifIFD    rational64u
624         0xa216   TIFF-EPStandardID         -          N
625         0xa217   SensingMethod             ExifIFD    int16u
626         0xa300   FileSource                ExifIFD    undef
627         0xa301   SceneType                 ExifIFD    undef
628         0xa302   CFAPattern                ExifIFD    undef
629         0xa401   CustomRendered            ExifIFD    int16u
630         0xa402   ExposureMode              ExifIFD    int16u
631         0xa403   WhiteBalance              ExifIFD    int16u
632         0xa404   DigitalZoomRatio          ExifIFD    rational64u
633         0xa405   FocalLengthIn35mmFormat   ExifIFD    int16u
634         0xa406   SceneCaptureType          ExifIFD    int16u
635         0xa407   GainControl               ExifIFD    int16u
636         0xa408   Contrast                  ExifIFD    int16u
637         0xa409   Saturation                ExifIFD    int16u
638         0xa40a   Sharpness                 ExifIFD    int16u
639         0xa40b   DeviceSettingDescription  -          N
640         0xa40c   SubjectDistanceRange      ExifIFD    int16u
641         0xa420   ImageUniqueID             ExifIFD    string
642         0xa430   OwnerName                 ExifIFD    string
643         0xa431   SerialNumber              ExifIFD    string
644         0xa432   LensInfo                  ExifIFD    rational64u[4]
645         0xa433   LensMake                  ExifIFD    string
646         0xa434   LensModel                 ExifIFD    string
647         0xa435   LensSerialNumber          ExifIFD    string
648         0xa480   GDALMetadata              -          N
649         0xa481   GDALNoData                -          N
650         0xa500   Gamma                     ExifIFD    rational64u
651         0xafc0   ExpandSoftware            -          N
652         0xafc1   ExpandLens                -          N
653         0xafc2   ExpandFilm                -          N
654         0xafc3   ExpandFilterLens          -          N
655         0xafc4   ExpandScanner             -          N
656         0xafc5   ExpandFlashLamp           -          N
657         0xbc01   PixelFormat               -          N
658         0xbc02   Transformation            -          N
659         0xbc03   Uncompressed              -          N
660         0xbc04   ImageType                 -          N
661         0xbc80   ImageWidth                -          N
662         0xbc81   ImageHeight               -          N
663         0xbc82   WidthResolution           -          N
664         0xbc83   HeightResolution          -          N
665         0xbcc0   ImageOffset               -          N
666         0xbcc1   ImageByteCount            -          N
667         0xbcc2   AlphaOffset               -          N
668         0xbcc3   AlphaByteCount            -          N
669         0xbcc4   ImageDataDiscard          -          N
670         0xbcc5   AlphaDataDiscard          -          N
671         0xc427   OceScanjobDesc            -          N
672         0xc428   OceApplicationSelector    -          N
673         0xc429   OceIDNumber               -          N
674         0xc42a   OceImageLogic             -          N
675         0xc44f   Annotations               -          N
676         0xc4a5   PrintIM                   IFD0       PrintIM
677         0xc580   USPTOOriginalContentType  -          N
678         0xc612   DNGVersion                IFD0       int8u[4]!
679         0xc613   DNGBackwardVersion        IFD0       int8u[4]!
680         0xc614   UniqueCameraModel         IFD0       string
681         0xc615   LocalizedCameraModel      IFD0       string
682         0xc616   CFAPlaneColor             -          N
683         0xc617   CFALayout                 -          N
684         0xc618   LinearizationTable        SubIFD     int16u[n]!
685         0xc619   BlackLevelRepeatDim       SubIFD     int16u[2]!
686         0xc61a   BlackLevel                SubIFD     rational64u[n]!
687         0xc61b   BlackLevelDeltaH          -          N
688         0xc61c   BlackLevelDeltaV          -          N
689         0xc61d   WhiteLevel                SubIFD     int32u[n]!
690         0xc61e   DefaultScale              SubIFD     rational64u[2]!
691         0xc61f   DefaultCropOrigin         SubIFD     int32u[2]!
692         0xc620   DefaultCropSize           SubIFD     int32u[2]!
693         0xc621   ColorMatrix1              IFD0       rational64s[n]!
694         0xc622   ColorMatrix2              IFD0       rational64s[n]!
695         0xc623   CameraCalibration1        IFD0       rational64s[n]!
696         0xc624   CameraCalibration2        IFD0       rational64s[n]!
697         0xc625   ReductionMatrix1          IFD0       rational64s[n]!
698         0xc626   ReductionMatrix2          IFD0       rational64s[n]!
699         0xc627   AnalogBalance             IFD0       rational64u[n]!
700         0xc628   AsShotNeutral             IFD0       rational64u[n]!
701         0xc629   AsShotWhiteXY             IFD0       rational64u[2]!
702         0xc62a   BaselineExposure          IFD0       rational64s!
703         0xc62b   BaselineNoise             IFD0       rational64u!
704         0xc62c   BaselineSharpness         IFD0       rational64u!
705         0xc62d   BayerGreenSplit           SubIFD     int32u!
706         0xc62e   LinearResponseLimit       IFD0       rational64u!
707         0xc62f   CameraSerialNumber        IFD0       string
708         0xc630   DNGLensInfo               IFD0       rational64u[4]
709         0xc631   ChromaBlurRadius          SubIFD     rational64u!
710         0xc632   AntiAliasStrength         SubIFD     rational64u!
711         0xc633   ShadowScale               IFD0       rational64u!
712         0xc634   SR2Private                -          Sony SR2Private
713                  DNGAdobeData              -          DNG AdobeData
714                  MakerNotePentax           -          Pentax
715                  DNGPrivateData            -          N
716         0xc635   MakerNoteSafety           IFD0       int16u
717         0xc640   RawImageSegmentation      -          N
718         0xc65a   CalibrationIlluminant1    IFD0       int16u!
719         0xc65b   CalibrationIlluminant2    IFD0       int16u!
720         0xc65c   BestQualityScale          SubIFD     rational64u!
721         0xc65d   RawDataUniqueID           IFD0       int8u[16]!
722         0xc660   AliasLayerMetadata        -          N
723         0xc68b   OriginalRawFileName       IFD0       string!
724         0xc68c   OriginalRawFileData       IFD0       DNG OriginalRaw
725         0xc68d   ActiveArea                SubIFD     int32u[4]!
726         0xc68e   MaskedAreas               SubIFD     int32u[4]!
727         0xc68f   AsShotICCProfile          IFD0       ICC_Profile
728         0xc690   AsShotPreProfileMatrix    IFD0       rational64s[n]!
729         0xc691   CurrentICCProfile         IFD0       ICC_Profile
730         0xc692   CurrentPreProfileMatrix   IFD0       rational64s[n]!
731         0xc6bf   ColorimetricReference     IFD0       int16u!
732         0xc6d2   PanasonicTitle            IFD0       undef
733         0xc6d3   PanasonicTitle2           IFD0       undef
734         0xc6f3   CameraCalibrationSig      IFD0       string!
735         0xc6f4   ProfileCalibrationSig     IFD0       string!
736         0xc6f5   ProfileIFD                -          EXIF
737         0xc6f6   AsShotProfileName         IFD0       string!
738         0xc6f7   NoiseReductionApplied     SubIFD     rational64u!
739         0xc6f8   ProfileName               IFD0       string!
740         0xc6f9   ProfileHueSatMapDims      IFD0       int32u[3]!
741         0xc6fa   ProfileHueSatMapData1     IFD0       float[n]!
742         0xc6fb   ProfileHueSatMapData2     IFD0       float[n]!
743         0xc6fc   ProfileToneCurve          IFD0       float[n]!
744         0xc6fd   ProfileEmbedPolicy        IFD0       int32u!
745         0xc6fe   ProfileCopyright          IFD0       string!
746         0xc714   ForwardMatrix1            IFD0       rational64s[n]!
747         0xc715   ForwardMatrix2            IFD0       rational64s[n]!
748         0xc716   PreviewApplicationName    IFD0       string!
749         0xc717   PreviewApplicationVersion IFD0       string!
750         0xc718   PreviewSettingsName       IFD0       string!
751         0xc719   PreviewSettingsDigest     IFD0       int8u!
752         0xc71a   PreviewColorSpace         IFD0       int32u!
753         0xc71b   PreviewDateTime           IFD0       string!
754         0xc71c   RawImageDigest            IFD0       int8u!
755         0xc71d   OriginalRawFileDigest     IFD0       int8u!
756         0xc71e   SubTileBlockSize          -          N
757         0xc71f   RowInterleaveFactor       -          N
758         0xc725   ProfileLookTableDims      IFD0       int32u[3]!
759         0xc726   ProfileLookTableData      IFD0       float[n]!
760         0xc740   OpcodeList1               -          N
761         0xc741   OpcodeList2               -          N
762         0xc74e   OpcodeList3               -          N
763         0xc761   NoiseProfile              -          N
764         0xea1c   Padding                   ExifIFD    undef
765         0xea1d   OffsetSchema              ExifIFD    int32s
766         0xfde8   OwnerName                 ExifIFD    string/
767         0xfde9   SerialNumber              ExifIFD    string/
768         0xfdea   Lens                      ExifIFD    string/
769         0xfe00   KDC_IFD                   -          Kodak KDC_IFD
770         0xfe4c   RawFile                   ExifIFD    string/
771         0xfe4d   Converter                 ExifIFD    string/
772         0xfe4e   WhiteBalance              ExifIFD    string/
773         0xfe51   Exposure                  ExifIFD    string/
774         0xfe52   Shadows                   ExifIFD    string/
775         0xfe53   Brightness                ExifIFD    string/
776         0xfe54   Contrast                  ExifIFD    string/
777         0xfe55   Saturation                ExifIFD    string/
778         0xfe56   Sharpness                 ExifIFD    string/
779         0xfe57   Smoothness                ExifIFD    string/
780         0xfe58   MoireFilter               ExifIFD    string/
781
782   IPTC Tags
783       The tags listed below are part of the International Press
784       Telecommunications Council (IPTC) and the Newspaper Association of
785       America (NAA) Information Interchange Model (IIM).  This is an older
786       meta information format, slowly being phased out in favor of XMP -- the
787       newer IPTCCore specification uses XMP format.  IPTC information may be
788       embedded in JPG, TIFF, PNG, MIFF, PS, PDF, PSD, XCF and DNG images.
789
790       IPTC information is separated into different records, each of which has
791       its own set of tags.  See
792       <http://www.iptc.org/std/IIM/4.1/specification/IIMV4.1.pdf> for the
793       official IPTC IIM specification.
794
795       This specification dictates a length for ASCII ("string" or "digits")
796       and binary ("undef") values.  These lengths are given in square
797       brackets after the Writable format name.  For tags where a range of
798       lengths is allowed, the minimum and maximum lengths are separated by a
799       comma within the brackets.  IPTC strings are not null terminated.  When
800       writing, ExifTool issues a minor warning and truncates the value if it
801       is longer than allowed by the IPTC specification. Minor errors may be
802       ignored with the IgnoreMinorErrors (-m) option, allowing longer values
803       to be written, but beware that values like this may cause problems for
804       some other IPTC readers.
805
806       Separate IPTC date and time tags may be written with a combined
807       date/time value and ExifTool automagically takes the appropriate part
808       of the date/time string depending on whether a date or time tag is
809       being written.  This is very useful when copying date/time values to
810       IPTC from other metadata formats.
811
812       IPTC time values include a timezone offset.  If written with a value
813       which doesn't include a timezone then the current local timezone offset
814       is used (unless written with a combined date/time, in which case the
815       local timezone offset at the specified date/time is used, which may be
816       different due to changes in daylight savings time).
817
818         Record   Tag Name                             Writable
819         ------   --------                             --------
820             1    IPTCEnvelope                         IPTC EnvelopeRecord
821             2    IPTCApplication                      IPTC ApplicationRecord
822             3    IPTCNewsPhoto                        IPTC NewsPhoto
823             7    IPTCPreObjectData                    IPTC PreObjectData
824             8    IPTCObjectData                       IPTC ObjectData
825             9    IPTCPostObjectData                   IPTC PostObjectData
826           240    IPTCFotoStation                      IPTC FotoStation
827
828       IPTC EnvelopeRecord Tags
829
830         Tag ID   Tag Name                             Writable
831         ------   --------                             --------
832             0    EnvelopeRecordVersion                int16u:
833             5    Destination                          string[0,1024]+
834            20    FileFormat                           int16u
835            22    FileVersion                          int16u
836            30    ServiceIdentifier                    string[0,10]
837            40    EnvelopeNumber                       digits[8]
838            50    ProductID                            string[0,32]+
839            60    EnvelopePriority                     digits[1]
840            70    DateSent                             digits[8]
841            80    TimeSent                             string[11]
842            90    CodedCharacterSet                    string[0,32]!
843           100    UniqueObjectName                     string[14,80]
844           120    ARMIdentifier                        int16u
845           122    ARMVersion                           int16u
846
847       IPTC ApplicationRecord Tags
848
849         Tag ID   Tag Name                             Writable
850         ------   --------                             --------
851             0    ApplicationRecordVersion             int16u:
852             3    ObjectTypeReference                  string[3,67]
853             4    ObjectAttributeReference             string[4,68]+
854             5    ObjectName                           string[0,64]
855             7    EditStatus                           string[0,64]
856             8    EditorialUpdate                      digits[2]
857            10    Urgency                              digits[1]
858            12    SubjectReference                     string[13,236]+
859            15    Category                             string[0,3]
860            20    SupplementalCategories               string[0,32]+
861            22    FixtureIdentifier                    string[0,32]
862            25    Keywords                             string[0,64]+
863            26    ContentLocationCode                  string[3]+
864            27    ContentLocationName                  string[0,64]+
865            30    ReleaseDate                          digits[8]
866            35    ReleaseTime                          string[11]
867            37    ExpirationDate                       digits[8]
868            38    ExpirationTime                       string[11]
869            40    SpecialInstructions                  string[0,256]
870            42    ActionAdvised                        digits[2]
871            45    ReferenceService                     string[0,10]+
872            47    ReferenceDate                        digits[8]+
873            50    ReferenceNumber                      digits[8]+
874            55    DateCreated                          digits[8]
875            60    TimeCreated                          string[11]
876            62    DigitalCreationDate                  digits[8]
877            63    DigitalCreationTime                  string[11]
878            65    OriginatingProgram                   string[0,32]
879            70    ProgramVersion                       string[0,10]
880            75    ObjectCycle                          string[1]
881            80    By-line                              string[0,32]+
882            85    By-lineTitle                         string[0,32]+
883            90    City                                 string[0,32]
884            92    Sub-location                         string[0,32]
885            95    Province-State                       string[0,32]
886           100    Country-PrimaryLocationCode          string[3]
887           101    Country-PrimaryLocationName          string[0,64]
888           103    OriginalTransmissionReference        string[0,32]
889           105    Headline                             string[0,256]
890           110    Credit                               string[0,32]
891           115    Source                               string[0,32]
892           116    CopyrightNotice                      string[0,128]
893           118    Contact                              string[0,128]+
894           120    Caption-Abstract                     string[0,2000]
895           121    LocalCaption                         string[0,256]
896           122    Writer-Editor                        string[0,32]+
897           125    RasterizedCaption                    undef[7360]
898           130    ImageType                            string[2]
899           131    ImageOrientation                     string[1]
900           135    LanguageIdentifier                   string[2,3]
901           150    AudioType                            string[2]
902           151    AudioSamplingRate                    digits[6]
903           152    AudioSamplingResolution              digits[2]
904           153    AudioDuration                        digits[6]
905           154    AudioOutcue                          string[0,64]
906           184    JobID                                string[0,64]
907           185    MasterDocumentID                     string[0,256]
908           186    ShortDocumentID                      string[0,64]
909           187    UniqueDocumentID                     string[0,128]
910           188    OwnerID                              string[0,128]
911           200    ObjectPreviewFileFormat              int16u
912           201    ObjectPreviewFileVersion             int16u
913           202    ObjectPreviewData                    undef[0,256000]
914           221    Prefs                                string[0,64]
915           225    ClassifyState                        string[0,64]
916           228    SimilarityIndex                      string[0,32]
917           230    DocumentNotes                        string[0,1024]
918           231    DocumentHistory                      string[0,256]
919           232    ExifCameraInfo                       string[0,4096]
920           255    CatalogSets                          string[0,256]+
921
922       IPTC NewsPhoto Tags
923
924         Tag ID   Tag Name                             Writable
925         ------   --------                             --------
926             0    NewsPhotoVersion                     int16u:
927            10    IPTCPictureNumber                    string[16]
928            20    IPTCImageWidth                       int16u
929            30    IPTCImageHeight                      int16u
930            40    IPTCPixelWidth                       int16u
931            50    IPTCPixelHeight                      int16u
932            55    SupplementalType                     int8u
933            60    ColorRepresentation                  int16u
934            64    InterchangeColorSpace                int8u
935            65    ColorSequence                        int8u
936            66    ICC_Profile                          N
937            70    ColorCalibrationMatrix               N
938            80    LookupTable                          N
939            84    NumIndexEntries                      int16u
940            85    ColorPalette                         N
941            86    IPTCBitsPerSample                    int8u
942            90    SampleStructure                      int8u
943           100    ScanningDirection                    int8u
944           102    IPTCImageRotation                    int8u
945           110    DataCompressionMethod                int32u
946           120    QuantizationMethod                   int8u
947           125    EndPoints                            N
948           130    ExcursionTolerance                   int8u
949           135    BitsPerComponent                     int8u
950           140    MaximumDensityRange                  int16u
951           145    GammaCompensatedValue                int16u
952
953       IPTC PreObjectData Tags
954
955         Tag ID   Tag Name                             Writable
956         ------   --------                             --------
957            10    SizeMode                             N
958            20    MaxSubfileSize                       N
959            90    ObjectSizeAnnounced                  N
960            95    MaximumObjectSize                    N
961
962       IPTC ObjectData Tags
963
964         Tag ID   Tag Name                             Writable
965         ------   --------                             --------
966            10    SubFile                              N+
967
968       IPTC PostObjectData Tags
969
970         Tag ID   Tag Name                             Writable
971         ------   --------                             --------
972            10    ConfirmedObjectSize                  N
973
974       IPTC FotoStation Tags
975
976         Tag ID   Tag Name                             Writable
977         ------   --------                             --------
978         [no tags known]
979
980   XMP Tags
981       XMP stands for "Extensible Metadata Platform", an XML/RDF-based
982       metadata format which is being pushed by Adobe.  Information in this
983       format can be embedded in many different image file types including
984       JPG, JP2, TIFF, GIF, EPS, PDF, PSD, IND, PNG, DJVU, SVG, PGF, MIFF,
985       XCF, CRW, DNG and a variety of proprietary TIFF-based RAW images, as
986       well as MOV, AVI, ASF, WMV, FLV, SWF and MP4 videos, and WMA and audio
987       formats supporting ID3v2 information.
988
989       The XMP Tag ID's aren't listed because in most cases they are identical
990       to the Tag Name (aside from differences in case).  Tags with different
991       ID's are mentioned in the Notes column of the HTML version of this
992       document.
993
994       All XMP information is stored as character strings.  The Writable
995       column specifies the information format:  "string" is an unformatted
996       string, "integer" is a string of digits (possibly beginning with a '+'
997       or '-'), "real" is a floating point number, "rational" is entered as a
998       floating point number but stored as two "integer" strings separated by
999       a '/' character, "date" is a date/time string entered in the format
1000       "YYYY:mm:dd HH:MM:SS[.ss][+/-HH:MM]", "boolean" is either "True" or
1001       "False", "lang-alt" indicates that the tag supports alternate languages
1002       (see below), and "struct" is an XMP structure.  When reading,
1003       structures are extracted only if the Struct (-struct) option is used.
1004       Otherwise the corresponding "flattened" tags, indicated by an underline
1005       ("_") after the Writable type, are extracted.  When copying
1006       information, the Struct option is in effect by default.  When writing,
1007       the Struct option has no effect, and both structured and flattened tags
1008       may be written.  See
1009       <http://owl.phy.queensu.ca/~phil/exiftool/struct.html> for more
1010       details.
1011
1012       Individual languages for "lang-alt" tags are accessed by suffixing the
1013       tag name with a '-', followed by an RFC 3066 language code (ie.
1014       "XMP:Title-fr", or "Rights-en-US").  (See
1015       <http://www.ietf.org/rfc/rfc3066.txt> for the RFC 3066 specification.)
1016       A "lang-alt" tag with no language code accesses the "x-default"
1017       language, but causes other languages for this tag to be deleted when
1018       writing.  The "x-default" language code may be specified when writing
1019       to preserve other existing languages (ie.
1020       "XMP-dc:Description-x-default").  When reading, "x-default" is not
1021       specified.
1022
1023       The XMP tags are organized according to schema Namespace in the
1024       following tables.  Note that a few of the longer namespace prefixes
1025       given below have been shortened for convenience (since the family 1
1026       group names are derived from these by adding a leading "XMP-").  In
1027       cases where a tag name exists in more than one namespace, less common
1028       namespaces are avoided when writing.  However, any namespace may be
1029       written by specifying a family 1 group name for the tag, ie)
1030       XMP-exif:Contrast or XMP-crs:Contrast.  When deciding on which tags to
1031       add to an image, using standard schemas such as dc, xmp or iptc is
1032       recommended if possible.
1033
1034       For structures, the heading of the first column is Field Name.  Field
1035       names are very similar to tag names, except they are used to identify
1036       fields inside structures instead of stand-alone tags.  See
1037       <http://owl.phy.queensu.ca/~phil/exiftool/struct.html#Fields> for more
1038       details.
1039
1040       ExifTool will extract XMP information even if it is not listed in these
1041       tables.  For example, the "pdfx" namespace doesn't have a predefined
1042       set of tag names because it is used to store application-defined PDF
1043       information, but this information is extracted by ExifTool.
1044
1045       See <http://www.adobe.com/devnet/xmp/> for the official XMP
1046       specification.
1047
1048         Namespace                                     Writable
1049         ---------                                     --------
1050         acdsee                                        XMP acdsee
1051         album                                         XMP Album
1052         aux                                           XMP aux
1053         cc                                            XMP cc
1054         cell                                          XMP cell
1055         crs                                           XMP crs
1056         dc                                            XMP dc
1057         dex                                           XMP dex
1058         DICOM                                         XMP DICOM
1059         digiKam                                       XMP digiKam
1060         exif                                          XMP exif
1061         extensis                                      XMP extensis
1062         iptcCore                                      XMP iptcCore
1063         iptcExt                                       XMP iptcExt
1064         lr                                            XMP Lightroom
1065         mediapro                                      XMP MediaPro
1066         microsoft                                     Microsoft XMP
1067         MP                                            Microsoft MP
1068         MP1                                           Microsoft MP1
1069         mwg-coll                                      XMP mwg_coll
1070         mwg-kw                                        XMP mwg_kw
1071         mwg-rs                                        XMP mwg_rs
1072         pdf                                           XMP pdf
1073         pdfx                                          XMP pdfx
1074         photomech                                     PhotoMechanic XMP
1075         photoshop                                     XMP photoshop
1076         PixelLive                                     XMP PixelLive
1077         plus                                          XMP plus
1078         prism                                         XMP prism
1079         prl                                           XMP prl
1080         pur                                           XMP pur
1081         rdf                                           XMP rdf
1082         swf                                           XMP swf
1083         tiff                                          XMP tiff
1084         x                                             XMP x
1085         xmp                                           XMP xmp
1086         xmpBJ                                         XMP xmpBJ
1087         xmpDM                                         XMP xmpDM
1088         xmpMM                                         XMP xmpMM
1089         xmpNote                                       XMP xmpNote
1090         xmpPLUS                                       XMP xmpPLUS
1091         xmpRights                                     XMP xmpRights
1092         xmpTPg                                        XMP xmpTPg
1093
1094       XMP acdsee Tags
1095
1096       ACD Systems ACDSee schema tags.
1097
1098       (A note to software developers: Re-inventing your own private tags
1099       instead of using the equivalent tags in standard XMP schemas defeats
1100       one of the most valuable features of metadata: interoperability.  Your
1101       applications mumble to themselves instead of speaking out for the rest
1102       of the world to hear.)
1103
1104         Tag Name                                      Writable
1105         --------                                      --------
1106         Author                                        string/
1107         Caption                                       string/
1108         Categories                                    string/
1109         Datetime                                      date/
1110         DPP                                           lang-alt
1111         Keywords                                      string/+
1112         Notes                                         string/
1113         Rating                                        real/
1114         Rawrppused                                    boolean
1115         RPP                                           lang-alt
1116         Tagged                                        boolean/
1117
1118       XMP Album Tags
1119
1120       Adobe Album schema tags.
1121
1122         Tag Name                                      Writable
1123         --------                                      --------
1124         Notes                                         string
1125
1126       XMP aux Tags
1127
1128       Photoshop Auxiliary schema tags.
1129
1130         Tag Name                                      Writable
1131         --------                                      --------
1132         ApproximateFocusDistance                      rational
1133         Firmware                                      string
1134         FlashCompensation                             rational
1135         ImageNumber                                   string
1136         Lens                                          string
1137         LensID                                        string
1138         LensInfo                                      string
1139         OwnerName                                     string
1140         SerialNumber                                  string
1141
1142       XMP cc Tags
1143
1144       Creative Commons schema tags.  (see
1145       <http://creativecommons.org/technology/xmp>)
1146
1147         Tag Name                                      Writable
1148         --------                                      --------
1149         AttributionName                               string
1150         AttributionURL                                string
1151         License                                       string
1152         MorePermissions                               string
1153
1154       XMP cell Tags
1155
1156       Location tags written by some Sony Ericsson phones.
1157
1158         Tag Name                                      Writable
1159         --------                                      --------
1160         CellTowerID                                   string
1161         CellGlobalID                                  string
1162         LocationAreaCode                              string
1163         MobileCountryCode                             string
1164         MobileNetworkCode                             string
1165         CellR                                         string
1166
1167       XMP crs Tags
1168
1169       Photoshop Camera Raw Schema tags.
1170
1171         Tag Name                                      Writable
1172         --------                                      --------
1173         AlreadyApplied                                boolean
1174         AutoBrightness                                boolean
1175         AutoContrast                                  boolean
1176         AutoExposure                                  boolean
1177         AutoShadows                                   boolean
1178         BlueHue                                       integer
1179         BlueSaturation                                integer
1180         Brightness                                    integer
1181         CameraProfile                                 string
1182         CameraProfileDigest                           string
1183         ChromaticAberrationB                          integer
1184         ChromaticAberrationR                          integer
1185         Clarity                                       integer
1186         ColorNoiseReduction                           integer
1187         ColorNoiseReductionDetail                     integer
1188         Contrast                                      integer/
1189         Converter                                     string
1190         ConvertToGrayscale                            boolean
1191         CropAngle                                     real
1192         CropBottom                                    real
1193         CropConstrainToWarp                           integer
1194         CropHeight                                    real
1195         CropLeft                                      real
1196         CropRight                                     real
1197         CropTop                                       real
1198         CropUnit                                      integer
1199         CropUnits                                     integer
1200         CropWidth                                     real
1201         Defringe                                      integer
1202         Exposure                                      real
1203         FillLight                                     integer
1204         GradientBasedCorrections                      Correction Struct+
1205         GradientBasedCorrActive                       boolean_
1206         GradientBasedCorrAmount                       real_
1207         GradientBasedCorrMasks                        CorrectionMask Struct_+
1208         GradientBasedCorrMaskCenterWeight             real_
1209         GradientBasedCorrMaskDabs                     string_
1210         GradientBasedCorrMaskFlow                     real_
1211         GradientBasedCorrMaskFullX                    real_
1212         GradientBasedCorrMaskFullY                    real_
1213         GradientBasedCorrMaskValue                    real_
1214         GradientBasedCorrMaskRadius                   real_
1215         GradientBasedCorrMaskWhat                     string_
1216         GradientBasedCorrMaskZeroX                    real_
1217         GradientBasedCorrMaskZeroY                    real_
1218         GradientBasedCorrBrightness                   real_
1219         GradientBasedCorrClarity                      real_
1220         GradientBasedCorrContrast                     real_
1221         GradientBasedCorrExposure                     real_
1222         GradientBasedCorrSaturation                   real_
1223         GradientBasedCorrSharpness                    real_
1224         GradientBasedCorrHue                          real_
1225         GradientBasedCorrSaturation                   real_
1226         GradientBasedCorrWhat                         string_
1227         GrainAmount                                   integer
1228         GrainFrequency                                integer
1229         GrainSize                                     integer
1230         GrayMixerAqua                                 integer
1231         GrayMixerBlue                                 integer
1232         GrayMixerGreen                                integer
1233         GrayMixerMagenta                              integer
1234         GrayMixerOrange                               integer
1235         GrayMixerPurple                               integer
1236         GrayMixerRed                                  integer
1237         GrayMixerYellow                               integer
1238         GreenHue                                      integer
1239         GreenSaturation                               integer
1240         HasCrop                                       boolean
1241         HasSettings                                   boolean
1242         HighlightRecovery                             integer
1243         HueAdjustmentAqua                             integer
1244         HueAdjustmentBlue                             integer
1245         HueAdjustmentGreen                            integer
1246         HueAdjustmentMagenta                          integer
1247         HueAdjustmentOrange                           integer
1248         HueAdjustmentPurple                           integer
1249         HueAdjustmentRed                              integer
1250         HueAdjustmentYellow                           integer
1251         IncrementalTemperature                        integer
1252         IncrementalTint                               integer
1253         LensManualDistortionAmount                    integer
1254         LensProfileChromaticAberrationScale           integer
1255         LensProfileDigest                             string
1256         LensProfileDistortionScale                    integer
1257         LensProfileEnable                             integer
1258         LensProfileFilename                           string
1259         LensProfileName                               string
1260         LensProfileSetup                              string
1261         LensProfileVignettingScale                    integer
1262         LuminanceAdjustmentAqua                       integer
1263         LuminanceAdjustmentBlue                       integer
1264         LuminanceAdjustmentGreen                      integer
1265         LuminanceAdjustmentMagenta                    integer
1266         LuminanceAdjustmentOrange                     integer
1267         LuminanceAdjustmentPurple                     integer
1268         LuminanceAdjustmentRed                        integer
1269         LuminanceAdjustmentYellow                     integer
1270         LuminanceNoiseReductionContrast               integer
1271         LuminanceNoiseReductionDetail                 integer
1272         LuminanceSmoothing                            integer
1273         MoireFilter                                   string
1274         PaintBasedCorrections                         Correction Struct+
1275         PaintCorrectionActive                         boolean_
1276         PaintCorrectionAmount                         real_
1277         PaintBasedCorrectionMasks                     CorrectionMask Struct_+
1278         PaintCorrectionMaskCenterWeight               real_
1279         PaintCorrectionMaskDabs                       string_
1280         PaintCorrectionMaskFlow                       real_
1281         PaintCorrectionMaskFullX                      real_
1282         PaintCorrectionMaskFullY                      real_
1283         PaintCorrectionMaskValue                      real_
1284         PaintCorrectionMaskRadius                     real_
1285         PaintCorrectionMaskWhat                       string_
1286         PaintCorrectionMaskZeroX                      real_
1287         PaintCorrectionMaskZeroY                      real_
1288         PaintCorrectionBrightness                     real_
1289         PaintCorrectionClarity                        real_
1290         PaintCorrectionContrast                       real_
1291         PaintCorrectionExposure                       real_
1292         PaintCorrectionSaturation                     real_
1293         PaintCorrectionSharpness                      real_
1294         PaintCorrectionHue                            real_
1295         PaintCorrectionSaturation                     real_
1296         PaintCorrectionWhat                           string_
1297         ParametricDarks                               integer
1298         ParametricHighlights                          integer
1299         ParametricHighlightSplit                      integer
1300         ParametricLights                              integer
1301         ParametricMidtoneSplit                        integer
1302         ParametricShadows                             integer
1303         ParametricShadowSplit                         integer
1304         PerspectiveHorizontal                         integer
1305         PerspectiveRotate                             real
1306         PerspectiveScale                              integer
1307         PerspectiveVertical                           integer
1308         PostCropVignetteAmount                        integer
1309         PostCropVignetteFeather                       integer
1310         PostCropVignetteMidpoint                      integer
1311         PostCropVignetteRoundness                     integer
1312         PostCropVignetteStyle                         integer
1313         ProcessVersion                                string
1314         RawFileName                                   string
1315         RedEyeInfo                                    string+
1316         RedHue                                        integer
1317         RedSaturation                                 integer
1318         RetouchInfo                                   string+
1319         Saturation                                    integer/
1320         SaturationAdjustmentAqua                      integer
1321         SaturationAdjustmentBlue                      integer
1322         SaturationAdjustmentGreen                     integer
1323         SaturationAdjustmentMagenta                   integer
1324         SaturationAdjustmentOrange                    integer
1325         SaturationAdjustmentPurple                    integer
1326         SaturationAdjustmentRed                       integer
1327         SaturationAdjustmentYellow                    integer
1328         Shadows                                       integer
1329         ShadowTint                                    integer
1330         SharpenDetail                                 integer
1331         SharpenEdgeMasking                            integer
1332         SharpenRadius                                 real
1333         Sharpness                                     integer/
1334         Smoothness                                    integer
1335         SplitToningBalance                            integer
1336         SplitToningHighlightHue                       integer
1337         SplitToningHighlightSaturation                integer
1338         SplitToningShadowHue                          integer
1339         SplitToningShadowSaturation                   integer
1340         ColorTemperature                              integer/
1341         Tint                                          integer
1342         ToneCurve                                     string+
1343         ToneCurveName                                 string
1344         Version                                       string
1345         Vibrance                                      integer
1346         VignetteAmount                                integer
1347         VignetteMidpoint                              integer
1348         WhiteBalance                                  string/
1349
1350       XMP Correction Struct
1351
1352         Field Name                                    Writable
1353         ----------                                    --------
1354         CorrectionActive                              boolean
1355         CorrectionAmount                              real
1356         CorrectionMasks                               CorrectionMask Struct+
1357         LocalBrightness                               real
1358         LocalClarity                                  real
1359         LocalContrast                                 real
1360         LocalExposure                                 real
1361         LocalSaturation                               real
1362         LocalSharpness                                real
1363         LocalToningHue                                real
1364         LocalToningSaturation                         real
1365         What                                          string
1366
1367       XMP CorrectionMask Struct
1368
1369         Field Name                                    Writable
1370         ----------                                    --------
1371         CenterWeight                                  real
1372         Dabs                                          string+
1373         Flow                                          real
1374         FullX                                         real
1375         FullY                                         real
1376         MaskValue                                     real
1377         Radius                                        real
1378         What                                          string
1379         ZeroX                                         real
1380         ZeroY                                         real
1381
1382       XMP dc Tags
1383
1384       Dublin Core schema tags.
1385
1386         Tag Name                                      Writable
1387         --------                                      --------
1388         Contributor                                   string+
1389         Coverage                                      string
1390         Creator                                       string+
1391         Date                                          date+
1392         Description                                   lang-alt
1393         Format                                        string
1394         Identifier                                    string
1395         Language                                      string+
1396         Publisher                                     string+
1397         Relation                                      string+
1398         Rights                                        lang-alt
1399         Source                                        string/
1400         Subject                                       string+
1401         Title                                         lang-alt
1402         Type                                          string+
1403
1404       XMP dex Tags
1405
1406       Description Explorer schema tags.  These tags are not very common.  The
1407       Source and Rating tags are avoided when writing due to name conflicts
1408       with other XMP tags.  (see <http://www.optimasc.com/products/fileid/>)
1409
1410         Tag Name                                      Writable
1411         --------                                      --------
1412         CRC32                                         integer
1413         FFID                                          string
1414         LicenseType                                   string
1415         OS                                            integer
1416         Rating                                        string/
1417         Revision                                      string
1418         ShortDescription                              lang-alt
1419         Source                                        string/
1420
1421       XMP DICOM Tags
1422
1423       DICOM schema tags.
1424
1425         Tag Name                                      Writable
1426         --------                                      --------
1427         EquipmentInstitution                          string
1428         EquipmentManufacturer                         string
1429         PatientBirthDate                              date
1430         PatientID                                     string
1431         PatientName                                   string
1432         PatientSex                                    string
1433         SeriesDateTime                                date
1434         SeriesDescription                             string
1435         SeriesModality                                string
1436         SeriesNumber                                  string
1437         StudyDateTime                                 date
1438         StudyDescription                              string
1439         StudyID                                       string
1440         StudyPhysician                                string
1441
1442       XMP digiKam Tags
1443
1444       DigiKam schema tags.
1445
1446         Tag Name                                      Writable
1447         --------                                      --------
1448         CaptionsAuthorNames                           lang-alt
1449         CaptionsDateTimeStamps                        lang-alt
1450         TagsList                                      string+
1451
1452       XMP exif Tags
1453
1454       EXIF schema for EXIF tags.
1455
1456         Tag Name                                      Writable
1457         --------                                      --------
1458         ApertureValue                                 rational
1459         BrightnessValue                               rational
1460         CFAPattern                                    CFAPattern Struct
1461         CFAPatternColumns                             integer_
1462         CFAPatternRows                                integer_
1463         CFAPatternValues                              integer_+
1464         ColorSpace                                    integer
1465         ComponentsConfiguration                       integer+
1466         CompressedBitsPerPixel                        rational
1467         Contrast                                      integer
1468         CustomRendered                                integer
1469         DateTimeDigitized                             date
1470         DateTimeOriginal                              date
1471         DeviceSettingDescription                      DeviceSettings Struct
1472         DeviceSettingDescriptionColumns               integer_
1473         DeviceSettingDescriptionRows                  integer_
1474         DeviceSettingDescriptionSettings              string_+
1475         DigitalZoomRatio                              rational
1476         ExifVersion                                   string
1477         ExposureCompensation                          rational
1478         ExposureIndex                                 rational
1479         ExposureMode                                  integer
1480         ExposureProgram                               integer
1481         ExposureTime                                  rational
1482         FileSource                                    integer
1483         Flash                                         Flash Struct
1484         FlashEnergy                                   rational
1485         FlashFired                                    boolean_
1486         FlashFunction                                 boolean_
1487         FlashMode                                     integer_
1488         FlashpixVersion                               string
1489         FlashRedEyeMode                               boolean_
1490         FlashReturn                                   integer_
1491         FNumber                                       rational
1492         FocalLength                                   rational
1493         FocalLengthIn35mmFormat                       integer
1494         FocalPlaneResolutionUnit                      integer
1495         FocalPlaneXResolution                         rational
1496         FocalPlaneYResolution                         rational
1497         GainControl                                   integer
1498         GPSAltitude                                   rational
1499         GPSAltitudeRef                                integer
1500         GPSAreaInformation                            string
1501         GPSDestBearing                                rational
1502         GPSDestBearingRef                             string
1503         GPSDestDistance                               rational
1504         GPSDestDistanceRef                            string
1505         GPSDestLatitude                               string
1506         GPSDestLongitude                              string
1507         GPSDifferential                               integer
1508         GPSDOP                                        rational
1509         GPSImgDirection                               rational
1510         GPSImgDirectionRef                            string
1511         GPSLatitude                                   string
1512         GPSLongitude                                  string
1513         GPSMapDatum                                   string
1514         GPSMeasureMode                                integer
1515         GPSProcessingMethod                           string
1516         GPSSatellites                                 string
1517         GPSSpeed                                      rational
1518         GPSSpeedRef                                   string
1519         GPSStatus                                     string
1520         GPSDateTime                                   date
1521         GPSTrack                                      rational
1522         GPSTrackRef                                   string
1523         GPSVersionID                                  string
1524         ImageUniqueID                                 string
1525         ISO                                           integer+
1526         LightSource                                   string
1527         MakerNote                                     string
1528         MaxApertureValue                              rational
1529         MeteringMode                                  integer
1530         NativeDigest                                  string
1531         Opto-ElectricConvFactor                       OECF Struct
1532         OECFColumns                                   integer_
1533         OECFNames                                     string_+
1534         OECFRows                                      integer_
1535         OECFValues                                    rational_+
1536         ExifImageWidth                                integer
1537         ExifImageHeight                               integer
1538         RelatedSoundFile                              string
1539         Saturation                                    integer
1540         SceneCaptureType                              integer
1541         SceneType                                     integer
1542         SensingMethod                                 integer
1543         Sharpness                                     integer
1544         ShutterSpeedValue                             rational
1545         SpatialFrequencyResponse                      OECF Struct
1546         SpatialFrequencyResponseColumns               integer_
1547         SpatialFrequencyResponseNames                 string_+
1548         SpatialFrequencyResponseRows                  integer_
1549         SpatialFrequencyResponseValues                rational_+
1550         SpectralSensitivity                           string
1551         SubjectArea                                   integer+
1552         SubjectDistance                               rational
1553         SubjectDistanceRange                          integer
1554         SubjectLocation                               integer+
1555         UserComment                                   lang-alt
1556         WhiteBalance                                  integer
1557
1558       XMP CFAPattern Struct
1559
1560         Field Name                                    Writable
1561         ----------                                    --------
1562         Columns                                       integer
1563         Rows                                          integer
1564         Values                                        integer+
1565
1566       XMP DeviceSettings Struct
1567
1568         Field Name                                    Writable
1569         ----------                                    --------
1570         Columns                                       integer
1571         Rows                                          integer
1572         Settings                                      string+
1573
1574       XMP Flash Struct
1575
1576         Field Name                                    Writable
1577         ----------                                    --------
1578         Fired                                         boolean
1579         Function                                      boolean
1580         Mode                                          integer
1581         RedEyeMode                                    boolean
1582         Return                                        integer
1583
1584       XMP OECF Struct
1585
1586         Field Name                                    Writable
1587         ----------                                    --------
1588         Columns                                       integer
1589         Names                                         string+
1590         Rows                                          integer
1591         Values                                        rational+
1592
1593       XMP extensis Tags
1594
1595       Tags used by Extensis Portfolio.
1596
1597         Tag Name                                      Writable
1598         --------                                      --------
1599         Approved                                      boolean
1600         ApprovedBy                                    string
1601         ClientName                                    string
1602         JobName                                       string
1603         JobStatus                                     string
1604         RoutedTo                                      string
1605         RoutingNotes                                  string
1606         WorkToDo                                      string
1607
1608       XMP iptcCore Tags
1609
1610       IPTC Core schema tags.  The actual IPTC Core namespace prefix is
1611       "Iptc4xmpCore", which is the prefix recorded in the file, but ExifTool
1612       shortens this for the "XMP-iptcCore" family 1 group name. (see
1613       <http://www.iptc.org/IPTC4XMP/>)
1614
1615         Tag Name                                      Writable
1616         --------                                      --------
1617         CountryCode                                   string
1618         CreatorContactInfo                            ContactInfo Struct
1619         CreatorCity                                   string_
1620         CreatorCountry                                string_
1621         CreatorAddress                                string_
1622         CreatorPostalCode                             string_
1623         CreatorRegion                                 string_
1624         CreatorWorkEmail                              string_
1625         CreatorWorkTelephone                          string_
1626         CreatorWorkURL                                string_
1627         IntellectualGenre                             string
1628         Location                                      string
1629         Scene                                         string+
1630         SubjectCode                                   string+
1631
1632       XMP ContactInfo Struct
1633
1634         Field Name                                    Writable
1635         ----------                                    --------
1636         CiAdrCity                                     string
1637         CiAdrCtry                                     string
1638         CiAdrExtadr                                   string
1639         CiAdrPcode                                    string
1640         CiAdrRegion                                   string
1641         CiEmailWork                                   string
1642         CiTelWork                                     string
1643         CiUrlWork                                     string
1644
1645       XMP iptcExt Tags
1646
1647       IPTC Extension schema tags.  The actual namespace prefix is
1648       "Iptc4xmpExt", but ExifTool shortens this for the "XMP-iptcExt" family
1649       1 group name.  (see <http://www.iptc.org/IPTC4XMP/>)
1650
1651         Tag Name                                      Writable
1652         --------                                      --------
1653         AdditionalModelInformation                    string
1654         ArtworkOrObject                               ArtworkOrObjectDetails Struct+
1655         ArtworkCopyrightNotice                        string_+
1656         ArtworkCreator                                string_+
1657         ArtworkDateCreated                            date_+
1658         ArtworkSource                                 string_+
1659         ArtworkSourceInventoryNo                      string_+
1660         ArtworkTitle                                  lang-alt_+
1661         ControlledVocabularyTerm                      string+
1662         DigitalImageGUID                              string
1663         DigitalSourceFileType                         string
1664         DigitalSourceType                             string
1665         Event                                         lang-alt
1666         IptcLastEdited                                date
1667         LocationCreated                               LocationDetails Struct+
1668         LocationCreatedCity                           string_+
1669         LocationCreatedCountryCode                    string_+
1670         LocationCreatedCountryName                    string_+
1671         LocationCreatedProvinceState                  string_+
1672         LocationCreatedSublocation                    string_+
1673         LocationCreatedWorldRegion                    string_+
1674         LocationShown                                 LocationDetails Struct+
1675         LocationShownCity                             string_+
1676         LocationShownCountryCode                      string_+
1677         LocationShownCountryName                      string_+
1678         LocationShownProvinceState                    string_+
1679         LocationShownSublocation                      string_+
1680         LocationShownWorldRegion                      string_+
1681         MaxAvailHeight                                integer
1682         MaxAvailWidth                                 integer
1683         ModelAge                                      integer+
1684         OrganisationInImageCode                       string+
1685         OrganisationInImageName                       string+
1686         PersonInImage                                 string+
1687         RegistryId                                    RegistryEntryDetails Struct+
1688         RegistryItemID                                string_+
1689         RegistryOrganisationID                        string_+
1690
1691       XMP ArtworkOrObjectDetails Struct
1692
1693         Field Name                                    Writable
1694         ----------                                    --------
1695         AOCopyrightNotice                             string
1696         AOCreator                                     string+
1697         AODateCreated                                 date
1698         AOSource                                      string
1699         AOSourceInvNo                                 string
1700         AOTitle                                       lang-alt
1701
1702       XMP LocationDetails Struct
1703
1704         Field Name                                    Writable
1705         ----------                                    --------
1706         City                                          string
1707         CountryCode                                   string
1708         CountryName                                   string
1709         ProvinceState                                 string
1710         Sublocation                                   string
1711         WorldRegion                                   string
1712
1713       XMP RegistryEntryDetails Struct
1714
1715         Field Name                                    Writable
1716         ----------                                    --------
1717         RegItemId                                     string
1718         RegOrgId                                      string
1719
1720       XMP Lightroom Tags
1721
1722       Adobe Lightroom "lr" schema tags.
1723
1724         Tag Name                                      Writable
1725         --------                                      --------
1726         HierarchicalSubject                           string+
1727         PrivateRTKInfo                                string
1728
1729       XMP MediaPro Tags
1730
1731       iView MediaPro schema tags.
1732
1733         Tag Name                                      Writable
1734         --------                                      --------
1735         CatalogSets                                   string+
1736         Event                                         string
1737         Location                                      string/
1738         People                                        string+
1739         Status                                        string
1740         UserFields                                    string+
1741
1742       XMP mwg_coll Tags
1743
1744       Collections metadata defined by the MWG 2.0 specification.  See
1745       <http://www.metadataworkinggroup.org/> for the official specification.
1746
1747         Tag Name                                      Writable
1748         --------                                      --------
1749         Collections                                   CollectionInfo Struct+
1750         CollectionName                                string_+
1751         CollectionURI                                 string_+
1752
1753       XMP CollectionInfo Struct
1754
1755         Field Name                                    Writable
1756         ----------                                    --------
1757         CollectionName                                string
1758         CollectionURI                                 string
1759
1760       XMP mwg_kw Tags
1761
1762       Hierarchical keywords metadata defined by the MWG 2.0 specification.
1763       ExifTool unrolls keyword structures to an arbitrary depth of 4 to allow
1764       individual levels to be accessed with different tag names, and to avoid
1765       infinite recursion.  See <http://www.metadataworkinggroup.org/> for the
1766       official specification.
1767
1768         Tag Name                                      Writable
1769         --------                                      --------
1770         KeywordInfo                                   KeywordInfo Struct
1771         HierarchicalKeywords                          KeywordStruct1 Struct_+
1772         HierarchicalKeywords1Applied                  boolean_+
1773         HierarchicalKeywords1Children                 KeywordStruct2 Struct_+
1774         HierarchicalKeywords2Applied                  boolean_+
1775         HierarchicalKeywords2Children                 KeywordStruct3 Struct_+
1776         HierarchicalKeywords3Applied                  boolean_+
1777         HierarchicalKeywords3Children                 KeywordStruct4 Struct_+
1778         HierarchicalKeywords4Applied                  boolean_+
1779         HierarchicalKeywords4                         string_+
1780         HierarchicalKeywords3                         string_+
1781         HierarchicalKeywords2                         string_+
1782         HierarchicalKeywords1                         string_+
1783
1784       XMP KeywordInfo Struct
1785
1786         Field Name                                    Writable
1787         ----------                                    --------
1788         Hierarchy                                     KeywordStruct1 Struct+
1789
1790       XMP KeywordStruct1 Struct
1791
1792         Field Name                                    Writable
1793         ----------                                    --------
1794         Applied                                       boolean
1795         Children                                      KeywordStruct2 Struct+
1796         Keyword                                       string
1797
1798       XMP KeywordStruct2 Struct
1799
1800         Field Name                                    Writable
1801         ----------                                    --------
1802         Applied                                       boolean
1803         Children                                      KeywordStruct3 Struct+
1804         Keyword                                       string
1805
1806       XMP KeywordStruct3 Struct
1807
1808         Field Name                                    Writable
1809         ----------                                    --------
1810         Applied                                       boolean
1811         Children                                      KeywordStruct4 Struct+
1812         Keyword                                       string
1813
1814       XMP KeywordStruct4 Struct
1815
1816         Field Name                                    Writable
1817         ----------                                    --------
1818         Applied                                       boolean
1819         Keyword                                       string
1820
1821       XMP mwg_rs Tags
1822
1823       Image region metadata defined by the MWG 2.0 specification.  See
1824       <http://www.metadataworkinggroup.org/> for the official specification.
1825
1826         Tag Name                                      Writable
1827         --------                                      --------
1828         RegionInfo                                    RegionInfo Struct
1829         RegionAppliedToDimensions                     Dimensions Struct_
1830         RegionAppliedToDimensionsH                    real_
1831         RegionAppliedToDimensionsUnit                 string_
1832         RegionAppliedToDimensionsW                    real_
1833         RegionList                                    RegionStruct Struct_+
1834         RegionArea                                    Area Struct_+
1835         RegionAreaD                                   real_+
1836         RegionAreaH                                   real_+
1837         RegionAreaUnit                                string_+
1838         RegionAreaW                                   real_+
1839         RegionAreaX                                   real_+
1840         RegionAreaY                                   real_+
1841         RegionBarCodeValue                            string_+
1842         RegionDescription                             string_+
1843         RegionExtensions                              Extensions Struct_+
1844         RegionFocusUsage                              string_+
1845         RegionName                                    string_+
1846         RegionSeeAlso                                 string_+
1847         RegionType                                    string_+
1848
1849       XMP RegionInfo Struct
1850
1851         Field Name                                    Writable
1852         ----------                                    --------
1853         AppliedToDimensions                           Dimensions Struct
1854         RegionList                                    RegionStruct Struct+
1855
1856       XMP Dimensions Struct
1857
1858         Field Name                                    Writable
1859         ----------                                    --------
1860         H                                             real
1861         Unit                                          string
1862         W                                             real
1863
1864       XMP RegionStruct Struct
1865
1866         Field Name                                    Writable
1867         ----------                                    --------
1868         Area                                          Area Struct
1869         BarCodeValue                                  string
1870         Description                                   string
1871         Extensions                                    Extensions Struct
1872         FocusUsage                                    string
1873         Name                                          string
1874         Type                                          string
1875         SeeAlso                                       string
1876
1877       XMP Area Struct
1878
1879         Field Name                                    Writable
1880         ----------                                    --------
1881         D                                             real
1882         H                                             real
1883         Unit                                          string
1884         W                                             real
1885         X                                             real
1886         Y                                             real
1887
1888       XMP Extensions Struct
1889
1890       This structure may contain any top-level XMP tags, but none have been
1891       pre-defined in ExifTool.  Without pre-defined flattened tag names,
1892       RegionExtensions may be written only as a structure (ie.
1893       "{xmp-dc:creator=me,rating=5}").  Fields for this structure are
1894       identified using the standard ExifTool tag name (with optional leading
1895       group name, and/or trailing language code, and/or trailing "#" symbol
1896       to disable print conversion).
1897
1898         Field Name                                    Writable
1899         ----------                                    --------
1900         [no tags known]
1901
1902       XMP pdf Tags
1903
1904       Adobe PDF schema tags.  The official XMP specification defines only
1905       Keywords, PDFVersion, Producer and Trapped.  The other tags are
1906       included because they have been observed in PDF files, but some are
1907       avoided when writing due to name conflicts with other XMP namespaces.
1908
1909         Tag Name                                      Writable
1910         --------                                      --------
1911         Author                                        string
1912         Copyright                                     string/
1913         CreationDate                                  date
1914         Creator                                       string/
1915         Keywords                                      string
1916         Marked                                        boolean/
1917         ModDate                                       date
1918         PDFVersion                                    string
1919         Producer                                      string
1920         Subject                                       string/
1921         Title                                         string/
1922         Trapped                                       string
1923
1924       XMP pdfx Tags
1925
1926       PDF extension tags.  This namespace is used to store application-
1927       defined PDF information, so there are no pre-defined tags.  User-
1928       defined tags must be created to enable writing of XMP-pdfx information.
1929
1930         Tag Name                                      Writable
1931         --------                                      --------
1932         [no tags known]
1933
1934       XMP photoshop Tags
1935
1936       Adobe Photoshop schema tags.
1937
1938         Tag Name                                      Writable
1939         --------                                      --------
1940         AuthorsPosition                               string
1941         CaptionWriter                                 string
1942         Category                                      string
1943         City                                          string
1944         ColorMode                                     integer
1945         Country                                       string
1946         Credit                                        string
1947         DateCreated                                   date
1948         DocumentAncestors                             Ancestor Struct+
1949         DocumentAncestorID                            string_+
1950         Headline                                      string
1951         History                                       string
1952         ICCProfileName                                string
1953         Instructions                                  string
1954         LegacyIPTCDigest                              string
1955         SidecarForExtension                           string
1956         Source                                        string
1957         State                                         string
1958         SupplementalCategories                        string+
1959         TextLayers                                    Layer Struct+
1960         TextLayerName                                 string_+
1961         TextLayerText                                 string_+
1962         TransmissionReference                         string
1963         Urgency                                       integer
1964
1965       XMP Ancestor Struct
1966
1967         Field Name                                    Writable
1968         ----------                                    --------
1969         AncestorID                                    string
1970
1971       XMP Layer Struct
1972
1973         Field Name                                    Writable
1974         ----------                                    --------
1975         LayerName                                     string
1976         LayerText                                     string
1977
1978       XMP PixelLive Tags
1979
1980       PixelLive schema tags.  These tags are not writable becase they are
1981       very uncommon and I haven't been able to locate a reference which gives
1982       the namespace URI.
1983
1984         Tag Name                                      Writable
1985         --------                                      --------
1986         Author                                        N
1987         Comments                                      N
1988         Copyright                                     N
1989         Date                                          N
1990         Genre                                         N
1991         Title                                         N
1992
1993       XMP plus Tags
1994
1995       PLUS License Data Format 1.2.0 schema tags.  Note that all controlled-
1996       vocabulary tags in this table (ie. tags with a fixed set of values)
1997       have raw values which begin with "http://ns.useplus.org/ldf/vocab/",
1998       but to reduce clutter this prefix has been removed from the values
1999       shown below.  (see <http://ns.useplus.org/>)
2000
2001         Tag Name                                      Writable
2002         --------                                      --------
2003         AdultContentWarning                           string
2004         CopyrightOwner                                CopyrightOwner Struct+
2005         CopyrightOwnerID                              string_+
2006         CopyrightOwnerName                            string_+
2007         CopyrightOwnerImageID                         string
2008         CopyrightRegistrationNumber                   string
2009         CopyrightStatus                               string
2010         CreditLineRequired                            string
2011         Custom1                                       lang-alt+
2012         Custom10                                      lang-alt+
2013         Custom2                                       lang-alt+
2014         Custom3                                       lang-alt+
2015         Custom4                                       lang-alt+
2016         Custom5                                       lang-alt+
2017         Custom6                                       lang-alt+
2018         Custom7                                       lang-alt+
2019         Custom8                                       lang-alt+
2020         Custom9                                       lang-alt+
2021         EndUser                                       EndUser Struct+
2022         EndUserID                                     string_+
2023         EndUserName                                   string_+
2024         FileNameAsDelivered                           string
2025         FirstPublicationDate                          date
2026         ImageAlterationConstraints                    string+
2027         ImageCreator                                  ImageCreator Struct+
2028         ImageCreatorID                                string_+
2029         ImageCreatorName                              string_+
2030         ImageCreatorImageID                           string
2031         ImageDuplicationConstraints                   string
2032         ImageFileConstraints                          string+
2033         ImageFileFormatAsDelivered                    string
2034         ImageFileSizeAsDelivered                      string
2035         ImageSupplier                                 ImageSupplier Struct+
2036         ImageSupplierImageID                          string
2037         ImageSupplierID                               string_+
2038         ImageSupplierName                             string_+
2039         ImageType                                     string
2040         Licensee                                      Licensee Struct+
2041         LicenseeImageID                               string
2042         LicenseeImageNotes                            lang-alt
2043         LicenseeID                                    string_+
2044         LicenseeName                                  string_+
2045         LicenseEndDate                                date
2046         LicenseeProjectReference                      string+
2047         LicenseeTransactionID                         string+
2048         LicenseID                                     string
2049         LicenseStartDate                              date
2050         LicenseTransactionDate                        date
2051         Licensor                                      Licensor Struct+
2052         LicensorImageID                               string
2053         LicensorCity                                  string_+
2054         LicensorCountry                               string_+
2055         LicensorEmail                                 string_+
2056         LicensorExtendedAddress                       string_+
2057         LicensorID                                    string_+
2058         LicensorName                                  string_+
2059         LicensorPostalCode                            string_+
2060         LicensorRegion                                string_+
2061         LicensorStreetAddress                         string_+
2062         LicensorTelephone1                            string_+
2063         LicensorTelephone2                            string_+
2064         LicensorTelephoneType1                        string_+
2065         LicensorTelephoneType2                        string_+
2066         LicensorURL                                   string_+
2067         LicensorNotes                                 lang-alt
2068         LicensorTransactionID                         string+
2069         MediaConstraints                              lang-alt
2070         MediaSummaryCode                              string
2071         MinorModelAgeDisclosure                       string
2072         ModelReleaseID                                string+
2073         ModelReleaseStatus                            string
2074         OtherConditions                               lang-alt
2075         OtherConstraints                              lang-alt
2076         OtherImageInfo                                lang-alt
2077         OtherLicenseDocuments                         string+
2078         OtherLicenseInfo                              lang-alt
2079         OtherLicenseRequirements                      lang-alt
2080         ProductOrServiceConstraints                   lang-alt
2081         PropertyReleaseID                             string+
2082         PropertyReleaseStatus                         string
2083         RegionConstraints                             lang-alt
2084         Reuse                                         string
2085         TermsAndConditionsText                        lang-alt
2086         TermsAndConditionsURL                         string
2087         PLUSVersion                                   string
2088
2089       XMP CopyrightOwner Struct
2090
2091         Field Name                                    Writable
2092         ----------                                    --------
2093         CopyrightOwnerID                              string
2094         CopyrightOwnerName                            string
2095
2096       XMP EndUser Struct
2097
2098         Field Name                                    Writable
2099         ----------                                    --------
2100         EndUserID                                     string
2101         EndUserName                                   string
2102
2103       XMP ImageCreator Struct
2104
2105         Field Name                                    Writable
2106         ----------                                    --------
2107         ImageCreatorID                                string
2108         ImageCreatorName                              string
2109
2110       XMP ImageSupplier Struct
2111
2112         Field Name                                    Writable
2113         ----------                                    --------
2114         ImageSupplierID                               string
2115         ImageSupplierName                             string
2116
2117       XMP Licensee Struct
2118
2119         Field Name                                    Writable
2120         ----------                                    --------
2121         LicenseeID                                    string
2122         LicenseeName                                  string
2123
2124       XMP Licensor Struct
2125
2126         Field Name                                    Writable
2127         ----------                                    --------
2128         LicensorCity                                  string
2129         LicensorCountry                               string
2130         LicensorEmail                                 string
2131         LicensorExtendedAddress                       string
2132         LicensorID                                    string
2133         LicensorName                                  string
2134         LicensorPostalCode                            string
2135         LicensorRegion                                string
2136         LicensorStreetAddress                         string
2137         LicensorTelephone1                            string
2138         LicensorTelephone2                            string
2139         LicensorTelephoneType1                        string
2140         LicensorTelephoneType2                        string
2141         LicensorURL                                   string
2142
2143       XMP prism Tags
2144
2145       Publishing Requirements for Industry Standard Metadata 2.1 schema tags.
2146       (see <http://www.prismstandard.org/>)
2147
2148         Tag Name                                      Writable
2149         --------                                      --------
2150         AggregationType                               string/+
2151         AlternateTitle                                string/+
2152         ByteCount                                     integer/
2153         Channel                                       string/+
2154         ComplianceProfile                             string/
2155         Copyright                                     string/
2156         CorporateEntity                               string/+
2157         CoverDate                                     date/
2158         CoverDisplayDate                              string/
2159         CreationDate                                  date/
2160         DateRecieved                                  date/
2161         Distributor                                   string/
2162         DOI                                           string/
2163         Edition                                       string/
2164         EIssn                                         string/
2165         EmbargoDate                                   date/+
2166         EndingPage                                    string/
2167         Event                                         string/+
2168         ExpirationDate                                date/+
2169         Genre                                         string/+
2170         HasAlternative                                string/+
2171         HasCorrection                                 string/
2172         HasPreviousVersion                            string/
2173         HasTranslation                                string/+
2174         Industry                                      string/+
2175         ISBN                                          string/
2176         IsCorrectionOf                                string/+
2177         ISSN                                          string/
2178         IssueIdentifier                               string/
2179         IssueName                                     string/
2180         IsTranslationOf                               string/
2181         Keyword                                       string/+
2182         KillDate                                      date/
2183         Location                                      string/+
2184         ModificationDate                              date/
2185         Number                                        string/
2186         Object                                        string/+
2187         Organization                                  string/+
2188         OriginPlatform                                string/+
2189         PageRange                                     string/+
2190         Person                                        string/
2191         PublicationDate                               date/+
2192         PublicationName                               string/
2193         RightsAgent                                   string/
2194         Section                                       string/
2195         StartingPage                                  string/
2196         Subsection1                                   string/
2197         Subsection2                                   string/
2198         Subsection3                                   string/
2199         Subsection4                                   string/
2200         Teaser                                        string/+
2201         Ticker                                        string/+
2202         TimePeriod                                    string/
2203         URL                                           string/+
2204         VersionIdentifier                             string/
2205         Volume                                        string/
2206         WordCount                                     integer/
2207
2208       XMP prl Tags
2209
2210       PRISM Rights Language 2.1 schema tags.  (see
2211       <http://www.prismstandard.org/>)
2212
2213         Tag Name                                      Writable
2214         --------                                      --------
2215         Geography                                     string/+
2216         Industry                                      string/+
2217         Usage                                         string/+
2218
2219       XMP pur Tags
2220
2221       Prism Usage Rights 2.1 schema tags.  (see
2222       <http://www.prismstandard.org/>)
2223
2224         Tag Name                                      Writable
2225         --------                                      --------
2226         AdultContentWarning                           string/+
2227         Agreement                                     string/+
2228         Copyright                                     lang-alt/
2229         CreditLine                                    string/+
2230         EmbargoDate                                   date/+
2231         ExclusivityEndDate                            date/+
2232         ExpirationDate                                date/+
2233         ImageSizeRestriction                          string/
2234         OptionEndDate                                 date/+
2235         Permissions                                   string/+
2236         Restrictions                                  string/+
2237         ReuseProhibited                               boolean/
2238         RightsAgent                                   string/
2239         RightsOwner                                   string/
2240         UsageFee                                      string/+
2241
2242       XMP rdf Tags
2243
2244       Most RDF attributes are handled internally, but the "about" attribute
2245       is treated specially to allow it to be set to a specific value if
2246       required.
2247
2248         Tag Name                                      Writable
2249         --------                                      --------
2250         About                                         string!
2251
2252       XMP swf Tags
2253
2254       Adobe SWF schema tags.
2255
2256         Tag Name                                      Writable
2257         --------                                      --------
2258         BackgroundAlpha                               integer
2259         ForwardLock                                   boolean
2260         MaxStorage                                    integer
2261         Type                                          string/
2262
2263       XMP tiff Tags
2264
2265       EXIF schema for TIFF tags.
2266
2267         Tag Name                                      Writable
2268         --------                                      --------
2269         Artist                                        string
2270         BitsPerSample                                 integer+
2271         Compression                                   integer
2272         Copyright                                     lang-alt
2273         DateTime                                      date
2274         ImageDescription                              lang-alt
2275         ImageHeight                                   integer
2276         ImageWidth                                    integer
2277         Make                                          string
2278         Model                                         string
2279         NativeDigest                                  string
2280         Orientation                                   integer
2281         PhotometricInterpretation                     integer
2282         PlanarConfiguration                           integer
2283         PrimaryChromaticities                         rational+
2284         ReferenceBlackWhite                           rational+
2285         ResolutionUnit                                integer
2286         SamplesPerPixel                               integer
2287         Software                                      string
2288         TransferFunction                              integer+
2289         WhitePoint                                    rational+
2290         XResolution                                   rational
2291         YCbCrCoefficients                             rational+
2292         YCbCrPositioning                              integer
2293         YCbCrSubSampling                              string
2294         YResolution                                   rational
2295
2296       XMP x Tags
2297
2298       The "x" namespace is used for the "xmpmeta" wrapper, and may contain an
2299       "xmptk" attribute that is extracted as the XMPToolkit tag.  When
2300       writing, the XMPToolkit tag is automatically generated by ExifTool
2301       unless specifically set to another value.
2302
2303         Tag Name                                      Writable
2304         --------                                      --------
2305         XMPToolkit                                    string!
2306
2307       XMP xmp Tags
2308
2309       XMP Basic schema tags.  If the older "xap", "xapBJ", "xapMM" or
2310       "xapRights" namespace prefixes are found, they are translated to the
2311       newer "xmp", "xmpBJ", "xmpMM" and "xmpRights" prefixes for use in
2312       family 1 group names.
2313
2314         Tag Name                                      Writable
2315         --------                                      --------
2316         Advisory                                      string+
2317         Author                                        string/
2318         BaseURL                                       string
2319         CreateDate                                    date
2320         CreatorTool                                   string
2321         Description                                   lang-alt/
2322         Format                                        string/
2323         Identifier                                    string/+
2324         Keywords                                      string/
2325         Label                                         string
2326         MetadataDate                                  date
2327         ModifyDate                                    date
2328         Nickname                                      string
2329         PageInfo                                      PageInfo Struct+
2330         PageImageFormat                               string_+
2331         PageImageHeight                               integer_+
2332         PageImage                                     string_+
2333         PageImagePageNumber                           integer_+
2334         PageImageWidth                                integer_+
2335         Rating                                        real
2336         Thumbnails                                    Thumbnail Struct+
2337         ThumbnailFormat                               string_+
2338         ThumbnailHeight                               integer_+
2339         ThumbnailImage                                string/_+
2340         ThumbnailWidth                                integer_+
2341         Title                                         lang-alt/
2342
2343       XMP PageInfo Struct
2344
2345         Field Name                                    Writable
2346         ----------                                    --------
2347         PageNumber                                    integer
2348         Format                                        string
2349         Height                                        integer
2350         Image                                         string
2351         Width                                         integer
2352
2353       XMP Thumbnail Struct
2354
2355         Field Name                                    Writable
2356         ----------                                    --------
2357         Format                                        string
2358         Height                                        integer
2359         Image                                         string
2360         Width                                         integer
2361
2362       XMP xmpBJ Tags
2363
2364       XMP Basic Job Ticket schema tags.
2365
2366         Tag Name                                      Writable
2367         --------                                      --------
2368         JobRef                                        JobRef Struct+
2369         JobRefId                                      string_+
2370         JobRefName                                    string_+
2371         JobRefUrl                                     string_+
2372
2373       XMP JobRef Struct
2374
2375         Field Name                                    Writable
2376         ----------                                    --------
2377         Id                                            string
2378         Name                                          string
2379         Url                                           string
2380
2381       XMP xmpDM Tags
2382
2383       XMP Dynamic Media schema tags.
2384
2385         Tag Name                                      Writable
2386         --------                                      --------
2387         AbsPeakAudioFilePath                          string
2388         Album                                         string
2389         AltTapeName                                   string
2390         AltTimecode                                   Timecode Struct
2391         AltTimecodeTimeFormat                         string_
2392         AltTimecodeTimeValue                          string_
2393         AltTimecodeValue                              integer_
2394         Artist                                        string/
2395         AudioChannelType                              string
2396         AudioCompressor                               string
2397         AudioModDate                                  date
2398         AudioSampleRate                               integer
2399         AudioSampleType                               string
2400         BeatSpliceParams                              BeatSpliceStretch Struct
2401         BeatSpliceParamsRiseInDecibel                 real_
2402         BeatSpliceParamsRiseInTimeDuration            Time Struct_
2403         BeatSpliceParamsRiseInTimeDurationScale       rational_
2404         BeatSpliceParamsRiseInTimeDurationValue       integer_
2405         BeatSpliceParamsUseFileBeatsMarker            boolean_
2406         CameraAngle                                   string
2407         CameraLabel                                   string
2408         CameraModel                                   string
2409         CameraMove                                    string
2410         Client                                        string
2411         DMComment                                     string
2412         Composer                                      string
2413         ContributedMedia                              Media Struct+
2414         ContributedMediaDuration                      Time Struct_+
2415         ContributedMediaDurationScale                 rational_+
2416         ContributedMediaDurationValue                 integer_+
2417         ContributedMediaManaged                       boolean_+
2418         ContributedMediaPath                          string_+
2419         ContributedMediaStartTime                     Time Struct_+
2420         ContributedMediaStartTimeScale                rational_+
2421         ContributedMediaStartTimeValue                integer_+
2422         ContributedMediaTrack                         string_+
2423         ContributedMediaWebStatement                  string_+
2424         Copyright                                     string/
2425         Director                                      string
2426         DirectorPhotography                           string
2427         Duration                                      Time Struct
2428         DurationScale                                 rational_
2429         DurationValue                                 integer_
2430         Engineer                                      string
2431         FileDataRate                                  rational
2432         Genre                                         string
2433         Good                                          boolean
2434         Instrument                                    string
2435         IntroTime                                     Time Struct
2436         IntroTimeScale                                rational_
2437         IntroTimeValue                                integer_
2438         Key                                           string
2439         LogComment                                    string
2440         Loop                                          boolean
2441         Markers                                       Marker Struct+
2442         MarkersComment                                string_+
2443         MarkersCuePointParams                         CuePointParam Struct_+
2444         MarkersCuePointParamsKey                      string_+
2445         MarkersCuePointParamsValue                    string_+
2446         MarkersCuePointType                           string_+
2447         MarkersDuration                               string_+
2448         MarkersLocation                               string_+
2449         MarkersName                                   string_+
2450         MarkersProbability                            real_+
2451         MarkersSpeaker                                string_+
2452         MarkersStartTime                              string_+
2453         MarkersTarget                                 string_+
2454         MarkersType                                   string_+
2455         MetadataModDate                               date
2456         NumberOfBeats                                 real
2457         OutCue                                        Time Struct
2458         OutCueScale                                   rational_
2459         OutCueValue                                   integer_
2460         ProjectName                                   string
2461         ProjectRef                                    ProjectLink Struct
2462         ProjectRefPath                                string_
2463         ProjectRefType                                string_
2464         PullDown                                      string
2465         RelativePeakAudioFilePath                     string
2466         RelativeTimestamp                             Time Struct
2467         RelativeTimestampScale                        rational_
2468         RelativeTimestampValue                        integer_
2469         ReleaseDate                                   date
2470         ResampleParams                                ResampleStretch Struct
2471         ResampleParamsQuality                         string_
2472         ScaleType                                     string
2473         Scene                                         string/
2474         ShotDate                                      date
2475         ShotDay                                       string
2476         ShotLocation                                  string
2477         ShotName                                      string
2478         ShotNumber                                    string
2479         ShotSize                                      string
2480         SpeakerPlacement                              string
2481         StartTimecode                                 Timecode Struct
2482         StartTimecodeTimeFormat                       string_
2483         StartTimecodeTimeValue                        string_
2484         StartTimecodeValue                            integer_
2485         StretchMode                                   string
2486         TakeNumber                                    integer
2487         TapeName                                      string
2488         Tempo                                         real
2489         TimeScaleParams                               TimeScaleStretch Struct
2490         TimeScaleParamsFrameOverlappingPercentage     real_
2491         TimeScaleParamsFrameSize                      real_
2492         TimeScaleParamsQuality                        string_
2493         TimeSignature                                 string
2494         TrackNumber                                   integer
2495         Tracks                                        Track Struct+
2496         TracksFrameRate                               string_+
2497         TracksMarkers                                 Marker Struct_+
2498         TracksMarkersComment                          string_+
2499         TracksMarkersCuePointParams                   CuePointParam Struct_+
2500         TracksMarkersCuePointParamsKey                string_+
2501         TracksMarkersCuePointParamsValue              string_+
2502         TracksMarkersCuePointType                     string_+
2503         TracksMarkersDuration                         string_+
2504         TracksMarkersLocation                         string_+
2505         TracksMarkersName                             string_+
2506         TracksMarkersProbability                      real_+
2507         TracksMarkersSpeaker                          string_+
2508         TracksMarkersStartTime                        string_+
2509         TracksMarkersTarget                           string_+
2510         TracksMarkersType                             string_+
2511         TracksTrackName                               string_+
2512         TracksTrackType                               string_+
2513         VideoAlphaMode                                string
2514         VideoAlphaPremultipleColor                    Colorant Struct
2515         VideoAlphaPremultipleColorA                   integer_
2516         VideoAlphaPremultipleColorB                   integer_
2517         VideoAlphaPremultipleColorBlack               real_
2518         VideoAlphaPremultipleColorBlue                integer_
2519         VideoAlphaPremultipleColorCyan                real_
2520         VideoAlphaPremultipleColorGreen               integer_
2521         VideoAlphaPremultipleColorL                   real_
2522         VideoAlphaPremultipleColorMagenta             real_
2523         VideoAlphaPremultipleColorMode                string_
2524         VideoAlphaPremultipleColorRed                 integer_
2525         VideoAlphaPremultipleColorSwatchName          string_
2526         VideoAlphaPremultipleColorType                string_
2527         VideoAlphaPremultipleColorYellow              real_
2528         VideoAlphaUnityIsTransparent                  boolean
2529         VideoColorSpace                               string
2530         VideoCompressor                               string
2531         VideoFieldOrder                               string
2532         VideoFrameRate                                string
2533         VideoFrameSize                                Dimensions Struct
2534         VideoFrameSizeH                               real_
2535         VideoFrameSizeUnit                            string_
2536         VideoFrameSizeW                               real_
2537         VideoModDate                                  date
2538         VideoPixelAspectRatio                         rational
2539         VideoPixelDepth                               string
2540
2541       XMP Timecode Struct
2542
2543         Field Name                                    Writable
2544         ----------                                    --------
2545         TimeFormat                                    string
2546         TimeValue                                     string
2547         Value                                         integer
2548
2549       XMP BeatSpliceStretch Struct
2550
2551         Field Name                                    Writable
2552         ----------                                    --------
2553         RiseInDecibel                                 real
2554         RiseInTimeDuration                            Time Struct
2555         UseFileBeatsMarker                            boolean
2556
2557       XMP Time Struct
2558
2559         Field Name                                    Writable
2560         ----------                                    --------
2561         Scale                                         rational
2562         Value                                         integer
2563
2564       XMP Media Struct
2565
2566         Field Name                                    Writable
2567         ----------                                    --------
2568         Duration                                      Time Struct
2569         Managed                                       boolean
2570         Path                                          string
2571         StartTime                                     Time Struct
2572         Track                                         string
2573         WebStatement                                  string
2574
2575       XMP Marker Struct
2576
2577         Field Name                                    Writable
2578         ----------                                    --------
2579         Comment                                       string
2580         CuePointParams                                CuePointParam Struct+
2581         CuePointType                                  string
2582         Duration                                      string
2583         Location                                      string
2584         Name                                          string
2585         Probability                                   real
2586         Speaker                                       string
2587         StartTime                                     string
2588         Target                                        string
2589         Type                                          string
2590
2591       XMP CuePointParam Struct
2592
2593         Field Name                                    Writable
2594         ----------                                    --------
2595         Key                                           string
2596         Value                                         string
2597
2598       XMP ProjectLink Struct
2599
2600         Field Name                                    Writable
2601         ----------                                    --------
2602         Path                                          string
2603         Type                                          string
2604
2605       XMP ResampleStretch Struct
2606
2607         Field Name                                    Writable
2608         ----------                                    --------
2609         Quality                                       string
2610
2611       XMP TimeScaleStretch Struct
2612
2613         Field Name                                    Writable
2614         ----------                                    --------
2615         FrameOverlappingPercentage                    real
2616         FrameSize                                     real
2617         Quality                                       string
2618
2619       XMP Track Struct
2620
2621         Field Name                                    Writable
2622         ----------                                    --------
2623         FrameRate                                     string
2624         Markers                                       Marker Struct+
2625         TrackName                                     string
2626         TrackType                                     string
2627
2628       XMP Colorant Struct
2629
2630         Field Name                                    Writable
2631         ----------                                    --------
2632         A                                             integer
2633         B                                             integer
2634         L                                             real
2635         Black                                         real
2636         Blue                                          integer
2637         Cyan                                          real
2638         Green                                         integer
2639         Magenta                                       real
2640         Mode                                          string
2641         Red                                           integer
2642         SwatchName                                    string
2643         Type                                          string
2644         Yellow                                        real
2645
2646       XMP xmpMM Tags
2647
2648       XMP Media Management schema tags.
2649
2650         Tag Name                                      Writable
2651         --------                                      --------
2652         DerivedFrom                                   ResourceRef Struct
2653         DerivedFromAlternatePaths                     string_+
2654         DerivedFromDocumentID                         string_
2655         DerivedFromFilePath                           string_
2656         DerivedFromFromPart                           string_
2657         DerivedFromInstanceID                         string_
2658         DerivedFromLastModifyDate                     date_
2659         DerivedFromManager                            string_
2660         DerivedFromManagerVariant                     string_
2661         DerivedFromManageTo                           string_
2662         DerivedFromManageUI                           string_
2663         DerivedFromMaskMarkers                        string_
2664         DerivedFromOriginalDocumentID                 string_
2665         DerivedFromPartMapping                        string_
2666         DerivedFromRenditionClass                     string_
2667         DerivedFromRenditionParams                    string_
2668         DerivedFromToPart                             string_
2669         DerivedFromVersionID                          string_
2670         DocumentID                                    string
2671         History                                       ResourceEvent Struct+
2672         HistoryAction                                 string_+
2673         HistoryChanged                                string_+
2674         HistoryInstanceID                             string_+
2675         HistoryParameters                             string_+
2676         HistorySoftwareAgent                          string_+
2677         HistoryWhen                                   date_+
2678         Ingredients                                   ResourceRef Struct+
2679         IngredientsAlternatePaths                     string_+
2680         IngredientsDocumentID                         string_+
2681         IngredientsFilePath                           string_+
2682         IngredientsFromPart                           string_+
2683         IngredientsInstanceID                         string_+
2684         IngredientsLastModifyDate                     date_+
2685         IngredientsManager                            string_+
2686         IngredientsManagerVariant                     string_+
2687         IngredientsManageTo                           string_+
2688         IngredientsManageUI                           string_+
2689         IngredientsMaskMarkers                        string_+
2690         IngredientsOriginalDocumentID                 string_+
2691         IngredientsPartMapping                        string_+
2692         IngredientsRenditionClass                     string_+
2693         IngredientsRenditionParams                    string_+
2694         IngredientsToPart                             string_+
2695         IngredientsVersionID                          string_+
2696         InstanceID                                    string
2697         LastURL                                       string
2698         ManagedFrom                                   ResourceRef Struct
2699         ManagedFromAlternatePaths                     string_+
2700         ManagedFromDocumentID                         string_
2701         ManagedFromFilePath                           string_
2702         ManagedFromFromPart                           string_
2703         ManagedFromInstanceID                         string_
2704         ManagedFromLastModifyDate                     date_
2705         ManagedFromManager                            string_
2706         ManagedFromManagerVariant                     string_
2707         ManagedFromManageTo                           string_
2708         ManagedFromManageUI                           string_
2709         ManagedFromMaskMarkers                        string_
2710         ManagedFromOriginalDocumentID                 string_
2711         ManagedFromPartMapping                        string_
2712         ManagedFromRenditionClass                     string_
2713         ManagedFromRenditionParams                    string_
2714         ManagedFromToPart                             string_
2715         ManagedFromVersionID                          string_
2716         Manager                                       string
2717         ManagerVariant                                string
2718         ManageTo                                      string
2719         ManageUI                                      string
2720         Manifest                                      ManifestItem Struct+
2721         ManifestLinkForm                              string_+
2722         ManifestPlacedResolutionUnit                  string_+
2723         ManifestPlacedXResolution                     real_+
2724         ManifestPlacedYResolution                     real_+
2725         ManifestReference                             ResourceRef Struct_+
2726         ManifestReferenceAlternatePaths               string_+
2727         ManifestReferenceDocumentID                   string_+
2728         ManifestReferenceFilePath                     string_+
2729         ManifestReferenceFromPart                     string_+
2730         ManifestReferenceInstanceID                   string_+
2731         ManifestReferenceLastModifyDate               date_+
2732         ManifestReferenceManager                      string_+
2733         ManifestReferenceManagerVariant               string_+
2734         ManifestReferenceManageTo                     string_+
2735         ManifestReferenceManageUI                     string_+
2736         ManifestReferenceMaskMarkers                  string_+
2737         ManifestReferenceOriginalDocumentID           string_+
2738         ManifestReferencePartMapping                  string_+
2739         ManifestReferenceRenditionClass               string_+
2740         ManifestReferenceRenditionParams              string_+
2741         ManifestReferenceToPart                       string_+
2742         ManifestReferenceVersionID                    string_+
2743         OriginalDocumentID                            string
2744         Pantry                                        PantryItem Struct+
2745         PreservedFileName                             string
2746         RenditionClass                                string
2747         RenditionOf                                   ResourceRef Struct
2748         RenditionOfAlternatePaths                     string_+
2749         RenditionOfDocumentID                         string_
2750         RenditionOfFilePath                           string_
2751         RenditionOfFromPart                           string_
2752         RenditionOfInstanceID                         string_
2753         RenditionOfLastModifyDate                     date_
2754         RenditionOfManager                            string_
2755         RenditionOfManagerVariant                     string_
2756         RenditionOfManageTo                           string_
2757         RenditionOfManageUI                           string_
2758         RenditionOfMaskMarkers                        string_
2759         RenditionOfOriginalDocumentID                 string_
2760         RenditionOfPartMapping                        string_
2761         RenditionOfRenditionClass                     string_
2762         RenditionOfRenditionParams                    string_
2763         RenditionOfToPart                             string_
2764         RenditionOfVersionID                          string_
2765         RenditionParams                               string
2766         SaveID                                        integer
2767         Subject                                       string/+
2768         VersionID                                     string
2769         Versions                                      Version Struct+
2770         VersionsComments                              string_+
2771         VersionsEvent                                 ResourceEvent Struct_+
2772         VersionsEventAction                           string_+
2773         VersionsEventChanged                          string_+
2774         VersionsEventInstanceID                       string_+
2775         VersionsEventParameters                       string_+
2776         VersionsEventSoftwareAgent                    string_+
2777         VersionsEventWhen                             date_+
2778         VersionsModifier                              string_+
2779         VersionsModifyDate                            date_+
2780         VersionsVersion                               string_+
2781
2782       XMP ResourceRef Struct
2783
2784         Field Name                                    Writable
2785         ----------                                    --------
2786         AlternatePaths                                string+
2787         DocumentID                                    string
2788         FilePath                                      string
2789         FromPart                                      string
2790         InstanceID                                    string
2791         LastModifyDate                                date
2792         ManageTo                                      string
2793         ManageUI                                      string
2794         Manager                                       string
2795         ManagerVariant                                string
2796         MaskMarkers                                   string
2797         OriginalDocumentID                            string
2798         PartMapping                                   string
2799         RenditionClass                                string
2800         RenditionParams                               string
2801         ToPart                                        string
2802         VersionID                                     string
2803
2804       XMP ResourceEvent Struct
2805
2806         Field Name                                    Writable
2807         ----------                                    --------
2808         Action                                        string
2809         Changed                                       string
2810         InstanceID                                    string
2811         Parameters                                    string
2812         SoftwareAgent                                 string
2813         When                                          date
2814
2815       XMP ManifestItem Struct
2816
2817         Field Name                                    Writable
2818         ----------                                    --------
2819         LinkForm                                      string
2820         PlacedResolutionUnit                          string
2821         PlacedXResolution                             real
2822         PlacedYResolution                             real
2823         Reference                                     ResourceRef Struct
2824
2825       XMP PantryItem Struct
2826
2827       This structure must have an InstanceID field, but may also contain any
2828       other XMP properties.
2829
2830         Field Name                                    Writable
2831         ----------                                    --------
2832         InstanceID                                    string
2833
2834       XMP Version Struct
2835
2836         Field Name                                    Writable
2837         ----------                                    --------
2838         Comments                                      string
2839         Event                                         ResourceEvent Struct
2840         Modifier                                      string
2841         ModifyDate                                    date
2842         Version                                       string
2843
2844       XMP xmpNote Tags
2845
2846       XMP Note schema tags.
2847
2848         Tag Name                                      Writable
2849         --------                                      --------
2850         HasExtendedXMP                                boolean*
2851
2852       XMP xmpPLUS Tags
2853
2854       XMP Picture Licensing Universal System (PLUS) schema tags.
2855
2856         Tag Name                                      Writable
2857         --------                                      --------
2858         CreditLineReq                                 boolean
2859         ReuseAllowed                                  boolean
2860
2861       XMP xmpRights Tags
2862
2863       XMP Rights Management schema tags.
2864
2865         Tag Name                                      Writable
2866         --------                                      --------
2867         Certificate                                   string
2868         Marked                                        boolean
2869         Owner                                         string+
2870         UsageTerms                                    lang-alt
2871         WebStatement                                  string
2872
2873       XMP xmpTPg Tags
2874
2875       XMP Paged-Text schema tags.
2876
2877         Tag Name                                      Writable
2878         --------                                      --------
2879         Colorants                                     Colorant Struct+
2880         ColorantA                                     integer_+
2881         ColorantB                                     integer_+
2882         ColorantBlack                                 real_+
2883         ColorantBlue                                  integer_+
2884         ColorantCyan                                  real_+
2885         ColorantGreen                                 integer_+
2886         ColorantL                                     real_+
2887         ColorantMagenta                               real_+
2888         ColorantMode                                  string_+
2889         ColorantRed                                   integer_+
2890         ColorantSwatchName                            string_+
2891         ColorantType                                  string_+
2892         ColorantYellow                                real_+
2893         Fonts                                         Font Struct+
2894         ChildFontFiles                                string_+
2895         FontComposite                                 boolean_+
2896         FontFace                                      string_+
2897         FontFamily                                    string_+
2898         FontFileName                                  string_+
2899         FontName                                      string_+
2900         FontType                                      string_+
2901         FontVersion                                   string_+
2902         MaxPageSize                                   Dimensions Struct
2903         MaxPageSizeH                                  real_
2904         MaxPageSizeUnit                               string_
2905         MaxPageSizeW                                  real_
2906         NPages                                        integer
2907         PlateNames                                    string+
2908
2909       XMP Font Struct
2910
2911         Field Name                                    Writable
2912         ----------                                    --------
2913         ChildFontFiles                                string+
2914         Composite                                     boolean
2915         FontFace                                      string
2916         FontFamily                                    string
2917         FontFileName                                  string
2918         FontName                                      string
2919         FontType                                      string
2920         VersionString                                 string
2921
2922       XMP SVG Tags
2923
2924       SVG (Scalable Vector Graphics) image tags.  By default, only the top-
2925       level SVG and Metadata tags are extracted from these images, but all
2926       graphics tags may be extracted by setting the Unknown option to 2 (-U
2927       on the command line).  The SVG tags are not part of XMP as such, but
2928       are included with the XMP module for convenience.  (see
2929       <http://www.w3.org/TR/SVG11/>)
2930
2931         Tag ID               Tag Name                 Writable
2932         ------               --------                 --------
2933         'height'             ImageHeight              N
2934         'id'                 ID                       N
2935         'metadataId'         MetadataID               N
2936         'version'            SVGVersion               N
2937         'width'              ImageWidth               N
2938
2939   GPS Tags
2940       These GPS tags are part of the EXIF standard, and are stored in a
2941       separate IFD within the EXIF information.
2942
2943       ExifTool is very flexible about the input format when writing lat/long
2944       coordinates, and will accept from 1 to 3 floating point numbers (for
2945       decimal degrees, degrees and minutes, or degrees, minutes and seconds)
2946       separated by just about anything, and will format them properly
2947       according to the EXIF specification.
2948
2949       Some GPS tags have values which are fixed-length strings. For these,
2950       the indicated string lengths include a null terminator which is added
2951       automatically by ExifTool.  Remember that the descriptive values are
2952       used when writing (ie. 'Above Sea Level', not '0') unless the print
2953       conversion is disabled (with '-n' on the command line or the PrintConv
2954       option in the API, or by suffixing the tag name with a "#" character).
2955
2956       When adding GPS information to an image, it is important to set all of
2957       the following tags: GPSLatitude, GPSLatitudeRef, GPSLongitude,
2958       GPSLongitudeRef, GPSAltitude and GPSAltitudeRef.  ExifTool will write
2959       the required GPSVersionID tag automatically if new a GPS IFD is added
2960       to an image.
2961
2962         Tag ID   Tag Name                             Writable
2963         ------   --------                             --------
2964         0x0000   GPSVersionID                         int8u[4]:
2965         0x0001   GPSLatitudeRef                       string[2]
2966         0x0002   GPSLatitude                          rational64u[3]
2967         0x0003   GPSLongitudeRef                      string[2]
2968         0x0004   GPSLongitude                         rational64u[3]
2969         0x0005   GPSAltitudeRef                       int8u
2970         0x0006   GPSAltitude                          rational64u
2971         0x0007   GPSTimeStamp                         rational64u[3]
2972         0x0008   GPSSatellites                        string
2973         0x0009   GPSStatus                            string[2]
2974         0x000a   GPSMeasureMode                       string[2]
2975         0x000b   GPSDOP                               rational64u
2976         0x000c   GPSSpeedRef                          string[2]
2977         0x000d   GPSSpeed                             rational64u
2978         0x000e   GPSTrackRef                          string[2]
2979         0x000f   GPSTrack                             rational64u
2980         0x0010   GPSImgDirectionRef                   string[2]
2981         0x0011   GPSImgDirection                      rational64u
2982         0x0012   GPSMapDatum                          string
2983         0x0013   GPSDestLatitudeRef                   string[2]
2984         0x0014   GPSDestLatitude                      rational64u[3]
2985         0x0015   GPSDestLongitudeRef                  string[2]
2986         0x0016   GPSDestLongitude                     rational64u[3]
2987         0x0017   GPSDestBearingRef                    string[2]
2988         0x0018   GPSDestBearing                       rational64u
2989         0x0019   GPSDestDistanceRef                   string[2]
2990         0x001a   GPSDestDistance                      rational64u
2991         0x001b   GPSProcessingMethod                  undef
2992         0x001c   GPSAreaInformation                   undef
2993         0x001d   GPSDateStamp                         string[11]
2994         0x001e   GPSDifferential                      int16u
2995         0x001f   GPSHPositioningError                 rational64u
2996
2997   GeoTiff Tags
2998       ExifTool extracts the following tags from GeoTIFF images.  See
2999       <http://www.remotesensing.org/geotiff/spec/geotiffhome.html> for the
3000       complete GeoTIFF specification.
3001
3002         Tag ID   Tag Name                             Writable
3003         ------   --------                             --------
3004         0x0001   GeoTiffVersion                       N
3005         0x0400   GTModelType                          N
3006         0x0401   GTRasterType                         N
3007         0x0402   GTCitation                           N
3008         0x0800   GeographicType                       N
3009         0x0801   GeogCitation                         N
3010         0x0802   GeogGeodeticDatum                    N
3011         0x0803   GeogPrimeMeridian                    N
3012         0x0804   GeogLinearUnits                      N
3013         0x0805   GeogLinearUnitSize                   N
3014         0x0806   GeogAngularUnits                     N
3015         0x0807   GeogAngularUnitSize                  N
3016         0x0808   GeogEllipsoid                        N
3017         0x0809   GeogSemiMajorAxis                    N
3018         0x080a   GeogSemiMinorAxis                    N
3019         0x080b   GeogInvFlattening                    N
3020         0x080c   GeogAzimuthUnits                     N
3021         0x080d   GeogPrimeMeridianLong                N
3022         0x0c00   ProjectedCSType                      N
3023         0x0c01   PCSCitation                          N
3024         0x0c02   Projection                           N
3025         0x0c03   ProjCoordTrans                       N
3026         0x0c04   ProjLinearUnits                      N
3027         0x0c05   ProjLinearUnitSize                   N
3028         0x0c06   ProjStdParallel1                     N
3029         0x0c07   ProjStdParallel2                     N
3030         0x0c08   ProjNatOriginLong                    N
3031         0x0c09   ProjNatOriginLat                     N
3032         0x0c0a   ProjFalseEasting                     N
3033         0x0c0b   ProjFalseNorthing                    N
3034         0x0c0c   ProjFalseOriginLong                  N
3035         0x0c0d   ProjFalseOriginLat                   N
3036         0x0c0e   ProjFalseOriginEasting               N
3037         0x0c0f   ProjFalseOriginNorthing              N
3038         0x0c10   ProjCenterLong                       N
3039         0x0c11   ProjCenterLat                        N
3040         0x0c12   ProjCenterEasting                    N
3041         0x0c13   ProjCenterNorthing                   N
3042         0x0c14   ProjScaleAtNatOrigin                 N
3043         0x0c15   ProjScaleAtCenter                    N
3044         0x0c16   ProjAzimuthAngle                     N
3045         0x0c17   ProjStraightVertPoleLong             N
3046         0x0c18   ProjRectifiedGridAngle               N
3047         0x1000   VerticalCSType                       N
3048         0x1001   VerticalCitation                     N
3049         0x1002   VerticalDatum                        N
3050         0x1003   VerticalUnits                        N
3051
3052   ICC_Profile Tags
3053       ICC profile information is used in many different file types including
3054       JPEG, TIFF, PDF, PostScript, Photoshop, PNG, MIFF, PICT, QuickTime, XCF
3055       and some RAW formats.  While the tags listed below are not individually
3056       writable, the entire profile itself can be accessed via the extra
3057       'ICC_Profile' tag, but this tag is neither extracted nor written unless
3058       specified explicitly.  See <http://www.color.org/icc_specs2.xalter> for
3059       the official ICC specification.
3060
3061         Tag ID   Tag Name                             Writable
3062         ------   --------                             --------
3063         'A2B0'   AToB0                                N
3064         'A2B1'   AToB1                                N
3065         'A2B2'   AToB2                                N
3066         'B2A0'   BToA0                                N
3067         'B2A1'   BToA1                                N
3068         'B2A2'   BToA2                                N
3069         'B2D0'   BToD0                                N
3070         'B2D1'   BToD1                                N
3071         'B2D2'   BToD2                                N
3072         'B2D3'   BToD3                                N
3073         'D2B0'   DToB0                                N
3074         'D2B1'   DToB1                                N
3075         'D2B2'   DToB2                                N
3076         'D2B3'   DToB3                                N
3077         'Header' ProfileHeader                        ICC_Profile Header
3078         'MS00'   WCSProfiles                          N
3079         'bTRC'   BlueTRC                              N
3080         'bXYZ'   BlueMatrixColumn                     N
3081         'bfd '   UCRBG                                N
3082         'bkpt'   MediaBlackPoint                      N
3083         'calt'   CalibrationDateTime                  N
3084         'chad'   ChromaticAdaptation                  N
3085         'chrm'   Chromaticity                         ICC_Profile Chromaticity
3086         'ciis'   ColorimetricIntentImageState         N
3087         'clot'   ColorantTableOut                     N
3088         'clro'   ColorantOrder                        N
3089         'clrt'   ColorantTable                        ICC_Profile ColorantTable
3090         'cprt'   ProfileCopyright                     N
3091         'crdi'   CRDInfo                              N
3092         'desc'   ProfileDescription                   N
3093         'devs'   DeviceSettings                       N
3094         'dmdd'   DeviceModelDesc                      N
3095         'dmnd'   DeviceMfgDesc                        N
3096         'dscm'   ProfileDescriptionML                 N
3097         'fpce'   FocalPlaneColorimetryEstimates       N
3098         'gTRC'   GreenTRC                             N
3099         'gXYZ'   GreenMatrixColumn                    N
3100         'gamt'   Gamut                                N
3101         'kTRC'   GrayTRC                              N
3102         'lumi'   Luminance                            N
3103         'meas'   Measurement                          ICC_Profile Measurement
3104         'meta'   Metadata                             ICC_Profile Metadata
3105         'mmod'   MakeAndModel                         N
3106         'ncl2'   NamedColor2                          N
3107         'ncol'   NamedColor                           N
3108         'ndin'   NativeDisplayInfo                    N
3109         'pre0'   Preview0                             N
3110         'pre1'   Preview1                             N
3111         'pre2'   Preview2                             N
3112         'ps2i'   PS2RenderingIntent                   N
3113         'ps2s'   PostScript2CSA                       N
3114         'psd0'   PostScript2CRD0                      N
3115         'psd1'   PostScript2CRD1                      N
3116         'psd2'   PostScript2CRD2                      N
3117         'pseq'   ProfileSequenceDesc                  N
3118         'psid'   ProfileSequenceIdentifier            N
3119         'psvm'   PS2CRDVMSize                         N
3120         'rTRC'   RedTRC                               N
3121         'rXYZ'   RedMatrixColumn                      N
3122         'resp'   OutputResponse                       N
3123         'rhoc'   ReflectionHardcopyOrigColorimetry    N
3124         'rig0'   PerceptualRenderingIntentGamut       N
3125         'rig2'   SaturationRenderingIntentGamut       N
3126         'rpoc'   ReflectionPrintOutputColorimetry     N
3127         'sape'   SceneAppearanceEstimates             N
3128         'scoe'   SceneColorimetryEstimates            N
3129         'scrd'   ScreeningDesc                        N
3130         'scrn'   Screening                            N
3131         'targ'   CharTarget                           N
3132         'tech'   Technology                           N
3133         'vcgt'   VideoCardGamma                       N
3134         'view'   ViewingConditions                    ICC_Profile ViewingConditions
3135         'vued'   ViewingCondDesc                      N
3136         'wtpt'   MediaWhitePoint                      N
3137
3138       ICC_Profile Header Tags
3139
3140          Index   Tag Name                             Writable
3141          -----   --------                             --------
3142             4    ProfileCMMType                       N
3143             8    ProfileVersion                       N
3144            12    ProfileClass                         N
3145            16    ColorSpaceData                       N
3146            20    ProfileConnectionSpace               N
3147            24    ProfileDateTime                      N
3148            36    ProfileFileSignature                 N
3149            40    PrimaryPlatform                      N
3150            44    CMMFlags                             N
3151            48    DeviceManufacturer                   N
3152            52    DeviceModel                          N
3153            56    DeviceAttributes                     N
3154            64    RenderingIntent                      N
3155            68    ConnectionSpaceIlluminant            N
3156            80    ProfileCreator                       N
3157            84    ProfileID                            N
3158
3159       ICC_Profile Chromaticity Tags
3160
3161          Index   Tag Name                             Writable
3162          -----   --------                             --------
3163             8    ChromaticityChannels                 N
3164            10    ChromaticityColorant                 N
3165            12    ChromaticityChannel1                 N
3166            20    ChromaticityChannel2                 N
3167            28    ChromaticityChannel3                 N
3168            36    ChromaticityChannel4                 N
3169
3170       ICC_Profile ColorantTable Tags
3171
3172          Index   Tag Name                             Writable
3173          -----   --------                             --------
3174             8    ColorantCount                        N
3175            12    Colorant1Name                        N
3176            44    Colorant1Coordinates                 N
3177            50    Colorant2Name                        N
3178            82    Colorant2Coordinates                 N
3179            88    Colorant3Name                        N
3180           120    Colorant3Coordinates                 N
3181
3182       ICC_Profile Measurement Tags
3183
3184          Index   Tag Name                             Writable
3185          -----   --------                             --------
3186             8    MeasurementObserver                  N
3187            12    MeasurementBacking                   N
3188            24    MeasurementGeometry                  N
3189            28    MeasurementFlare                     N
3190            32    MeasurementIlluminant                N
3191
3192       ICC_Profile Metadata Tags
3193
3194       Only these few tags have been pre-defined, but ExifTool will extract
3195       any Metadata tags that exist.
3196
3197         Tag Name                                      Writable
3198         --------                                      --------
3199         ManufacturerName                              N
3200         MediaColor                                    N
3201         MediaWeight                                   N
3202
3203       ICC_Profile ViewingConditions Tags
3204
3205          Index   Tag Name                             Writable
3206          -----   --------                             --------
3207             8    ViewingCondIlluminant                N
3208            20    ViewingCondSurround                  N
3209            32    ViewingCondIlluminantType            N
3210
3211   PrintIM Tags
3212       The format of the PrintIM information is known, however no PrintIM tags
3213       have been decoded.  Use the Unknown (-u) option to extract PrintIM
3214       information.
3215
3216         Tag ID               Tag Name                 Writable
3217         ------               --------                 --------
3218         'PrintIMVersion'     PrintIMVersion           N
3219
3220   Photoshop Tags
3221       Photoshop tags are found in PSD and PSB files, as well as inside
3222       embedded Photoshop information in many other file types (JPEG, TIFF,
3223       PDF, PNG to name a few).
3224
3225       Many Photoshop tags are marked as Unknown (indicated by a question mark
3226       after the tag name) because the information they provide is not very
3227       useful under normal circumstances [and because Adobe denied my
3228       application for their file format documentation -- apparently open
3229       source software is too big a concept for them].  These unknown tags are
3230       not extracted unless the Unknown (-u) option is used.
3231
3232         Tag ID   Tag Name                             Writable
3233         ------   --------                             --------
3234         0x03e8   Photoshop2Info?                      N
3235         0x03e9   MacintoshPrintInfo?                  N
3236         0x03ea   XMLData?                             N
3237         0x03eb   Photoshop2ColorTable?                N
3238         0x03ed   ResolutionInfo                       Photoshop Resolution
3239         0x03ee   AlphaChannelsNames                   N
3240         0x03ef   DisplayInfo?                         N
3241         0x03f0   PStringCaption?                      N
3242         0x03f1   BorderInformation?                   N
3243         0x03f2   BackgroundColor?                     N
3244         0x03f3   PrintFlags?                          N
3245         0x03f4   BW_HalftoningInfo?                   N
3246         0x03f5   ColorHalftoningInfo?                 N
3247         0x03f6   DuotoneHalftoningInfo?               N
3248         0x03f7   BW_TransferFunc?                     N
3249         0x03f8   ColorTransferFuncs?                  N
3250         0x03f9   DuotoneTransferFuncs?                N
3251         0x03fa   DuotoneImageInfo?                    N
3252         0x03fb   EffectiveBW?                         N
3253         0x03fc   ObsoletePhotoshopTag1?               N
3254         0x03fd   EPSOptions?                          N
3255         0x03fe   QuickMaskInfo?                       N
3256         0x03ff   ObsoletePhotoshopTag2?               N
3257         0x0400   LayerStateInfo?                      N
3258         0x0401   WorkingPath?                         N
3259         0x0402   LayersGroupInfo?                     N
3260         0x0403   ObsoletePhotoshopTag3?               N
3261         0x0404   IPTCData                             IPTC
3262         0x0405   RawImageMode?                        N
3263         0x0406   JPEG_Quality                         Photoshop JPEG_Quality
3264         0x0408   GridGuidesInfo?                      N
3265         0x0409   PhotoshopBGRThumbnail                N
3266         0x040a   CopyrightFlag                        int8u
3267         0x040b   URL                                  string
3268         0x040c   PhotoshopThumbnail                   N
3269         0x040d   GlobalAngle                          int32u
3270         0x040e   ColorSamplersResource?               N
3271         0x040f   ICC_Profile                          ICC_Profile
3272         0x0410   Watermark?                           N
3273         0x0411   ICC_Untagged?                        N
3274         0x0412   EffectsVisible?                      N
3275         0x0413   SpotHalftone?                        N
3276         0x0414   IDsBaseValue?                        N
3277         0x0415   UnicodeAlphaNames?                   N
3278         0x0416   IndexedColourTableCount?             N
3279         0x0417   TransparentIndex?                    N
3280         0x0419   GlobalAltitude                       int32u
3281         0x041a   Slices?                              N
3282         0x041b   WorkflowURL?                         N
3283         0x041c   JumpToXPEP?                          N
3284         0x041d   AlphaIdentifiers?                    N
3285         0x041e   URL_List?                            N
3286         0x0421   VersionInfo?                         N
3287         0x0422   EXIFInfo                             EXIF
3288         0x0423   ExifInfo2?                           N
3289         0x0424   XMP                                  XMP
3290         0x0425   IPTCDigest                           string!
3291         0x0426   PrintScale?                          N
3292         0x0428   PixelAspectRatio?                    N
3293         0x0429   LayerComps?                          N
3294         0x042a   AlternateDuotoneColors?              N
3295         0x042b   AlternateSpotColors?                 N
3296         0x0bb7   ClippingPathName                     N
3297         0x2710   PrintFlagsInfo?                      N
3298
3299       Photoshop Resolution Tags
3300
3301          Index   Tag Name                             Writable
3302          -----   --------                             --------
3303             0    XResolution                          int32u
3304             2    DisplayedUnitsX                      int16u
3305             4    YResolution                          int32u
3306             6    DisplayedUnitsY                      int16u
3307
3308       Photoshop JPEG_Quality Tags
3309
3310          Index   Tag Name                             Writable
3311          -----   --------                             --------
3312             0    PhotoshopQuality                     int16s
3313             1    PhotoshopFormat                      N
3314             2    ProgressiveScans                     N
3315
3316       Photoshop Header Tags
3317
3318       This information is found in the PSD file header.
3319
3320          Index   Tag Name                             Writable
3321          -----   --------                             --------
3322             6    NumChannels                          N
3323             7    ImageHeight                          N
3324             9    ImageWidth                           N
3325            11    BitDepth                             N
3326            12    ColorMode                            N
3327
3328   Canon Tags
3329         Tag ID   Tag Name                             Writable
3330         ------   --------                             --------
3331         0x0001   CanonCameraSettings                  Canon CameraSettings
3332         0x0002   CanonFocalLength                     Canon FocalLength
3333         0x0003   CanonFlashInfo?                      N
3334         0x0004   CanonShotInfo                        Canon ShotInfo
3335         0x0005   CanonPanorama                        Canon Panorama
3336         0x0006   CanonImageType                       string
3337         0x0007   CanonFirmwareVersion                 string
3338         0x0008   FileNumber                           int32u
3339         0x0009   OwnerName                            string
3340         0x000a   UnknownD30                           Canon UnknownD30
3341         0x000c   SerialNumber                         int32u
3342         0x000d   CanonCameraInfo1D                    Canon CameraInfo1D
3343                  CanonCameraInfo1DmkII                Canon CameraInfo1DmkII
3344                  CanonCameraInfo1DmkIIN               Canon CameraInfo1DmkIIN
3345                  CanonCameraInfo1DmkIII               Canon CameraInfo1DmkIII
3346                  CanonCameraInfo1DmkIV                Canon CameraInfo1DmkIV
3347                  CanonCameraInfo5D                    Canon CameraInfo5D
3348                  CanonCameraInfo5DmkII                Canon CameraInfo5DmkII
3349                  CanonCameraInfo7D                    Canon CameraInfo7D
3350                  CanonCameraInfo40D                   Canon CameraInfo40D
3351                  CanonCameraInfo50D                   Canon CameraInfo50D
3352                  CanonCameraInfo60D                   Canon CameraInfo60D
3353                  CanonCameraInfo450D                  Canon CameraInfo450D
3354                  CanonCameraInfo500D                  Canon CameraInfo500D
3355                  CanonCameraInfo550D                  Canon CameraInfo550D
3356                  CanonCameraInfo600D                  Canon CameraInfo600D
3357                  CanonCameraInfo1000D                 Canon CameraInfo1000D
3358                  CanonCameraInfo1100D                 Canon CameraInfo600D
3359                  CanonCameraInfoPowerShot             Canon CameraInfoPowerShot
3360                  CanonCameraInfoPowerShot2            Canon CameraInfoPowerShot2
3361                  CanonCameraInfoUnknown32             Canon CameraInfoUnknown32
3362                  CanonCameraInfoUnknown16             Canon CameraInfoUnknown16
3363                  CanonCameraInfoUnknown               Canon CameraInfoUnknown
3364         0x000e   CanonFileLength                      int32u
3365         0x000f   CustomFunctions1D                    CanonCustom Functions1D
3366                  CustomFunctions5D                    CanonCustom Functions5D
3367                  CustomFunctions10D                   CanonCustom Functions10D
3368                  CustomFunctions20D                   CanonCustom Functions20D
3369                  CustomFunctions30D                   CanonCustom Functions30D
3370                  CustomFunctions350D                  CanonCustom Functions350D
3371                  CustomFunctions400D                  CanonCustom Functions400D
3372                  CustomFunctionsD30                   CanonCustom FunctionsD30
3373                  CustomFunctionsD60                   CanonCustom FunctionsD30
3374                  CustomFunctionsUnknown               CanonCustom FuncsUnknown
3375         0x0010   CanonModelID                         int32u
3376         0x0011   MovieInfo                            Canon MovieInfo
3377         0x0012   CanonAFInfo                          Canon AFInfo
3378         0x0013   ThumbnailImageValidArea              int16u[4]
3379         0x0015   SerialNumberFormat                   int32u
3380         0x001a   SuperMacro                           int16u
3381         0x001c   DateStampMode                        int16u
3382         0x001d   MyColors                             Canon MyColors
3383         0x001e   FirmwareRevision                     int32u
3384         0x0023   Categories                           int32u[2]
3385         0x0024   FaceDetect1                          Canon FaceDetect1
3386         0x0025   FaceDetect2                          Canon FaceDetect2
3387         0x0026   CanonAFInfo2                         Canon AFInfo2
3388         0x0028   ImageUniqueID                        int8u
3389         0x0081   RawDataOffset                        N
3390         0x0083   OriginalDecisionDataOffset           int32u*
3391         0x0090   CustomFunctions1D                    CanonCustom Functions1D
3392         0x0091   PersonalFunctions                    CanonCustom PersonalFuncs
3393         0x0092   PersonalFunctionValues               CanonCustom PersonalFuncValues
3394         0x0093   CanonFileInfo                        Canon FileInfo
3395         0x0094   AFPointsInFocus1D                    N
3396         0x0095   LensModel                            string
3397         0x0096   SerialInfo                           Canon SerialInfo
3398                  InternalSerialNumber                 string
3399         0x0097   DustRemovalData                      undef!
3400         0x0098   CropInfo                             Canon CropInfo
3401         0x0099   CustomFunctions2                     CanonCustom Functions2
3402         0x009a   AspectInfo                           Canon AspectInfo
3403         0x00a0   ProcessingInfo                       Canon Processing
3404         0x00a1   ToneCurveTable                       N
3405         0x00a2   SharpnessTable                       N
3406         0x00a3   SharpnessFreqTable                   N
3407         0x00a4   WhiteBalanceTable                    N
3408         0x00a9   ColorBalance                         Canon ColorBalance
3409         0x00aa   MeasuredColor                        Canon MeasuredColor
3410         0x00ae   ColorTemperature                     int16u
3411         0x00b0   CanonFlags                           Canon Flags
3412         0x00b1   ModifiedInfo                         Canon ModifiedInfo
3413         0x00b2   ToneCurveMatching                    N
3414         0x00b3   WhiteBalanceMatching                 N
3415         0x00b4   ColorSpace                           int16u
3416         0x00b6   PreviewImageInfo                     Canon PreviewImageInfo
3417         0x00d0   VRDOffset                            int32u*
3418         0x00e0   SensorInfo                           Canon SensorInfo
3419         0x4001   ColorData1                           Canon ColorData1
3420                  ColorData2                           Canon ColorData2
3421                  ColorData3                           Canon ColorData3
3422                  ColorData4                           Canon ColorData4
3423                  ColorData5                           Canon ColorData5
3424                  ColorData6                           Canon ColorData6
3425                  ColorDataUnknown                     Canon ColorDataUnknown
3426         0x4002   CRWParam?                            N
3427         0x4003   ColorInfo                            Canon ColorInfo
3428         0x4005   Flavor?                              N
3429         0x4008   BlackLevel?                          N
3430         0x4010   CustomPictureStyleFileName           string
3431         0x4013   AFMicroAdj                           Canon AFMicroAdj
3432         0x4015   VignettingCorr                       Canon VignettingCorr
3433         0x4016   VignettingCorr2                      Canon VignettingCorr2
3434         0x4018   LightingOpt                          Canon LightingOpt
3435         0x4019   LensInfo                             Canon LensInfo
3436         0x4020   AmbienceInfo                         Canon Ambience
3437         0x4024   FilterInfo                           Canon FilterInfo
3438
3439       Canon CameraSettings Tags
3440
3441          Index   Tag Name                             Writable
3442          -----   --------                             --------
3443             1    MacroMode                            int16s
3444             2    SelfTimer                            int16s
3445             3    Quality                              int16s
3446             4    CanonFlashMode                       int16s
3447             5    ContinuousDrive                      int16s
3448             7    FocusMode                            int16s
3449             9    RecordMode                           int16s
3450            10    CanonImageSize                       int16s
3451            11    EasyMode                             int16s
3452            12    DigitalZoom                          int16s
3453            13    Contrast                             int16s
3454            14    Saturation                           int16s
3455            15    Sharpness                            int16s
3456            16    CameraISO                            int16s
3457            17    MeteringMode                         int16s
3458            18    FocusRange                           int16s
3459            19    AFPoint                              int16s
3460            20    CanonExposureMode                    int16s
3461            22    LensType                             int16s
3462            23    LongFocal                            int16u
3463            24    ShortFocal                           int16u
3464            25    FocalUnits                           int16s
3465            26    MaxAperture                          int16s
3466            27    MinAperture                          int16s
3467            28    FlashActivity                        int16s
3468            29    FlashBits                            int16s
3469            32    FocusContinuous                      int16s
3470            33    AESetting                            int16s
3471            34    ImageStabilization                   int16s
3472            35    DisplayAperture                      int16s
3473            36    ZoomSourceWidth                      int16s
3474            37    ZoomTargetWidth                      int16s
3475            39    SpotMeteringMode                     int16s
3476            40    PhotoEffect                          int16s
3477            41    ManualFlashOutput                    int16s
3478            42    ColorTone                            int16s
3479            46    SRAWQuality                          int16s
3480
3481       Canon FocalLength Tags
3482
3483          Index   Tag Name                             Writable
3484          -----   --------                             --------
3485             0    FocalType                            int16u
3486             1    FocalLength                          int16u
3487             2    FocalPlaneXSize                      int16u
3488                  FocalPlaneXUnknown?                  int16u
3489             3    FocalPlaneYSize                      int16u
3490                  FocalPlaneYUnknown?                  int16u
3491
3492       Canon ShotInfo Tags
3493
3494          Index   Tag Name                             Writable
3495          -----   --------                             --------
3496             1    AutoISO                              int16s
3497             2    BaseISO                              int16s
3498             3    MeasuredEV                           int16s
3499             4    TargetAperture                       int16s
3500             5    TargetExposureTime                   int16s
3501             6    ExposureCompensation                 int16s
3502             7    WhiteBalance                         int16s
3503             8    SlowShutter                          int16s
3504             9    SequenceNumber                       int16s
3505            10    OpticalZoomCode                      int16s
3506            12    CameraTemperature                    int16s
3507            13    FlashGuideNumber                     int16s
3508            14    AFPointsInFocus                      int16s
3509            15    FlashExposureComp                    int16s
3510            16    AutoExposureBracketing               int16s
3511            17    AEBBracketValue                      int16s
3512            18    ControlMode                          int16s
3513            19    FocusDistanceUpper                   int16u
3514            20    FocusDistanceLower                   int16u
3515            21    FNumber                              int16s
3516            22    ExposureTime                         int16s
3517            23    MeasuredEV2                          int16s
3518            24    BulbDuration                         int16s
3519            26    CameraType                           int16s
3520            27    AutoRotate                           int16s
3521            28    NDFilter                             int16s
3522            29    SelfTimer2                           int16s
3523            33    FlashOutput                          int16s
3524
3525       Canon Panorama Tags
3526
3527          Index   Tag Name                             Writable
3528          -----   --------                             --------
3529             2    PanoramaFrameNumber                  int16s
3530             5    PanoramaDirection                    int16s
3531
3532       Canon UnknownD30 Tags
3533
3534          Index   Tag Name                             Writable
3535          -----   --------                             --------
3536         [no tags known]
3537
3538       Canon CameraInfo1D Tags
3539
3540       Information in the "CameraInfo" records is tricky to decode because the
3541       encodings are very different than in other Canon records (even
3542       sometimes switching endianness between values within a single camera),
3543       plus there is considerable variation in format from model to model. The
3544       first table below lists CameraInfo tags for the 1D and 1DS.
3545
3546          Index   Tag Name                             Writable
3547          -----   --------                             --------
3548             4    ExposureTime                         int8u
3549            10    FocalLength                          int16u
3550            13    LensType                             int16uRev
3551            14    ShortFocal                           int16u
3552            16    LongFocal                            int16u
3553            65    SharpnessFrequency                   int8u
3554            66    Sharpness                            int8s
3555            68    WhiteBalance                         int8u
3556            71    SharpnessFrequency                   int8u
3557            72    ColorTemperature                     int16u
3558                  Sharpness                            int8s
3559            74    WhiteBalance                         int8u
3560            75    PictureStyle                         int8u
3561            78    ColorTemperature                     int16u
3562            81    PictureStyle                         int8u
3563
3564       Canon CameraInfo1DmkII Tags
3565
3566       CameraInfo tags for the 1DmkII and 1DSmkII.
3567
3568          Index   Tag Name                             Writable
3569          -----   --------                             --------
3570             4    ExposureTime                         int8u
3571             9    FocalLength                          int16uRev
3572            12    LensType                             int16uRev
3573            17    ShortFocal                           int16uRev
3574            19    LongFocal                            int16uRev
3575            45    FocalType                            int8u
3576            54    WhiteBalance                         int8u
3577            55    ColorTemperature                     int16uRev
3578            57    CanonImageSize                       int16u
3579           102    JPEGQuality                          int8u
3580           108    PictureStyle                         int8u
3581           110    Saturation                           int8s
3582           111    ColorTone                            int8s
3583           114    Sharpness                            int8s
3584           115    Contrast                             int8s
3585           117    ISO                                  string[5]
3586
3587       Canon CameraInfo1DmkIIN Tags
3588
3589       CameraInfo tags for the 1DmkIIN.
3590
3591          Index   Tag Name                             Writable
3592          -----   --------                             --------
3593             4    ExposureTime                         int8u
3594             9    FocalLength                          int16uRev
3595            12    LensType                             int16uRev
3596            17    ShortFocal                           int16uRev
3597            19    LongFocal                            int16uRev
3598            54    WhiteBalance                         int8u
3599            55    ColorTemperature                     int16uRev
3600           115    PictureStyle                         int8u
3601           116    Sharpness                            int8s
3602           117    Contrast                             int8s
3603           118    Saturation                           int8s
3604           119    ColorTone                            int8s
3605           121    ISO                                  string[5]
3606
3607       Canon CameraInfo1DmkIII Tags
3608
3609       CameraInfo tags for the 1DmkIII and 1DSmkIII.
3610
3611          Index   Tag Name                             Writable
3612          -----   --------                             --------
3613             3    FNumber                              int8u
3614             4    ExposureTime                         int8u
3615             6    ISO                                  int8u
3616            24    CameraTemperature                    int8u
3617            27    MacroMagnification                   int8u
3618            29    FocalLength                          int16uRev
3619            48    CameraOrientation                    int8u
3620            67    FocusDistanceUpper                   int16uRev
3621            69    FocusDistanceLower                   int16uRev
3622            94    WhiteBalance                         int16u
3623            98    ColorTemperature                     int16u
3624           134    PictureStyle                         int8u
3625           273    LensType                             int16uRev
3626           275    ShortFocal                           int16uRev
3627           277    LongFocal                            int16uRev
3628           310    FirmwareVersion                      string[6]
3629           370    FileIndex                            int32u
3630           374    ShutterCount                         int32u
3631           382    DirectoryIndex                       int32u
3632           682    PictureStyleInfo                     Canon PSInfo
3633          1114    TimeStamp1                           int32u
3634          1118    TimeStamp                            int32u
3635
3636       Canon PSInfo Tags
3637
3638       Custom picture style information for various models.
3639
3640          Index   Tag Name                             Writable
3641          -----   --------                             --------
3642             0    ContrastStandard                     int32s
3643             4    SharpnessStandard                    int32s
3644             8    SaturationStandard                   int32s
3645            12    ColorToneStandard                    int32s
3646            16    FilterEffectStandard?                int32s
3647            20    ToningEffectStandard?                int32s
3648            24    ContrastPortrait                     int32s
3649            28    SharpnessPortrait                    int32s
3650            32    SaturationPortrait                   int32s
3651            36    ColorTonePortrait                    int32s
3652            40    FilterEffectPortrait?                int32s
3653            44    ToningEffectPortrait?                int32s
3654            48    ContrastLandscape                    int32s
3655            52    SharpnessLandscape                   int32s
3656            56    SaturationLandscape                  int32s
3657            60    ColorToneLandscape                   int32s
3658            64    FilterEffectLandscape?               int32s
3659            68    ToningEffectLandscape?               int32s
3660            72    ContrastNeutral                      int32s
3661            76    SharpnessNeutral                     int32s
3662            80    SaturationNeutral                    int32s
3663            84    ColorToneNeutral                     int32s
3664            88    FilterEffectNeutral?                 int32s
3665            92    ToningEffectNeutral?                 int32s
3666            96    ContrastFaithful                     int32s
3667           100    SharpnessFaithful                    int32s
3668           104    SaturationFaithful                   int32s
3669           108    ColorToneFaithful                    int32s
3670           112    FilterEffectFaithful?                int32s
3671           116    ToningEffectFaithful?                int32s
3672           120    ContrastMonochrome                   int32s
3673           124    SharpnessMonochrome                  int32s
3674           128    SaturationMonochrome?                int32s
3675           132    ColorToneMonochrome?                 int32s
3676           136    FilterEffectMonochrome               int32s
3677           140    ToningEffectMonochrome               int32s
3678           144    ContrastUserDef1                     int32s
3679           148    SharpnessUserDef1                    int32s
3680           152    SaturationUserDef1                   int32s
3681           156    ColorToneUserDef1                    int32s
3682           160    FilterEffectUserDef1                 int32s
3683           164    ToningEffectUserDef1                 int32s
3684           168    ContrastUserDef2                     int32s
3685           172    SharpnessUserDef2                    int32s
3686           176    SaturationUserDef2                   int32s
3687           180    ColorToneUserDef2                    int32s
3688           184    FilterEffectUserDef2                 int32s
3689           188    ToningEffectUserDef2                 int32s
3690           192    ContrastUserDef3                     int32s
3691           196    SharpnessUserDef3                    int32s
3692           200    SaturationUserDef3                   int32s
3693           204    ColorToneUserDef3                    int32s
3694           208    FilterEffectUserDef3                 int32s
3695           212    ToningEffectUserDef3                 int32s
3696           216    UserDef1PictureStyle                 int16u
3697           218    UserDef2PictureStyle                 int16u
3698           220    UserDef3PictureStyle                 int16u
3699
3700       Canon CameraInfo1DmkIV Tags
3701
3702       CameraInfo tags for the 1DmkIV.
3703
3704          Index   Tag Name                             Writable
3705          -----   --------                             --------
3706             3    FNumber                              int8u
3707             4    ExposureTime                         int8u
3708             6    ISO                                  int8u
3709             7    HighlightTonePriority                int8u
3710             8    MeasuredEV2                          int8u
3711             9    MeasuredEV3                          int8u
3712            21    FlashMeteringMode                    int8u
3713            25    CameraTemperature                    int8u
3714            30    FocalLength                          int16uRev
3715            53    CameraOrientation                    int8u
3716            84    FocusDistanceUpper                   int16uRev
3717            86    FocusDistanceLower                   int16uRev
3718           119    WhiteBalance                         int16u
3719           120    WhiteBalance                         int16u
3720           123    ColorTemperature                     int16u
3721           124    ColorTemperature                     int16u
3722           334    LensType                             int16uRev
3723           335    LensType                             int16uRev
3724           336    ShortFocal                           int16uRev
3725           337    ShortFocal                           int16uRev
3726           338    LongFocal                            int16uRev
3727           339    LongFocal                            int16uRev
3728           488    FirmwareVersion                      N
3729           493    FirmwareVersion                      N
3730           551    FileIndex                            int32u
3731           556    FileIndex                            int32u
3732           563    DirectoryIndex                       int32u
3733           568    DirectoryIndex                       int32u
3734           867    PictureStyleInfo                     Canon PSInfo
3735           872    PictureStyleInfo                     Canon PSInfo
3736
3737       Canon CameraInfo5D Tags
3738
3739       CameraInfo tags for the EOS 5D.
3740
3741          Index   Tag Name                             Writable
3742          -----   --------                             --------
3743             3    FNumber                              int8u
3744             4    ExposureTime                         int8u
3745             6    ISO                                  int8u
3746            12    LensType                             int16uRev
3747            23    CameraTemperature                    int8u
3748            27    MacroMagnification                   int8s
3749            39    CameraOrientation                    int8s
3750            40    FocalLength                          int16uRev
3751            56    AFPointsInFocus5D                    int16uRev
3752            84    WhiteBalance                         int16u
3753            88    ColorTemperature                     int16u
3754           108    PictureStyle                         int8u
3755           147    ShortFocal                           int16uRev
3756           149    LongFocal                            int16uRev
3757           151    LensType                             int16uRev
3758           164    FirmwareRevision                     string[8]
3759           172    ShortOwnerName                       string[16]
3760           208    ImageNumber                          int16u
3761           232    ContrastStandard                     int8s
3762           233    ContrastPortrait                     int8s
3763           234    ContrastLandscape                    int8s
3764           235    ContrastNeutral                      int8s
3765           236    ContrastFaithful                     int8s
3766           237    ContrastMonochrome                   int8s
3767           238    ContrastUserDef1                     int8s
3768           239    ContrastUserDef2                     int8s
3769           240    ContrastUserDef3                     int8s
3770           241    SharpnessStandard                    int8s
3771           242    SharpnessPortrait                    int8s
3772           243    SharpnessLandscape                   int8s
3773           244    SharpnessNeutral                     int8s
3774           245    SharpnessFaithful                    int8s
3775           246    SharpnessMonochrome                  int8s
3776           247    SharpnessUserDef1                    int8s
3777           248    SharpnessUserDef2                    int8s
3778           249    SharpnessUserDef3                    int8s
3779           250    SaturationStandard                   int8s
3780           251    SaturationPortrait                   int8s
3781           252    SaturationLandscape                  int8s
3782           253    SaturationNeutral                    int8s
3783           254    SaturationFaithful                   int8s
3784           255    FilterEffectMonochrome               int8s
3785           256    SaturationUserDef1                   int8s
3786           257    SaturationUserDef2                   int8s
3787           258    SaturationUserDef3                   int8s
3788           259    ColorToneStandard                    int8s
3789           260    ColorTonePortrait                    int8s
3790           261    ColorToneLandscape                   int8s
3791           262    ColorToneNeutral                     int8s
3792           263    ColorToneFaithful                    int8s
3793           264    ToningEffectMonochrome               int8s
3794           265    ColorToneUserDef1                    int8s
3795           266    ColorToneUserDef2                    int8s
3796           267    ColorToneUserDef3                    int8s
3797           268    UserDef1PictureStyle                 int16u
3798           270    UserDef2PictureStyle                 int16u
3799           272    UserDef3PictureStyle                 int16u
3800           284    TimeStamp                            int32u
3801
3802       Canon CameraInfo5DmkII Tags
3803
3804       CameraInfo tags for the EOS 5D Mark II.
3805
3806          Index   Tag Name                             Writable
3807          -----   --------                             --------
3808             3    FNumber                              int8u
3809             4    ExposureTime                         int8u
3810             6    ISO                                  int8u
3811             7    HighlightTonePriority                int8u
3812            21    FlashMeteringMode                    int8u
3813            25    CameraTemperature                    int8u
3814            27    MacroMagnification                   int8u
3815            30    FocalLength                          int16uRev
3816            49    CameraOrientation                    int8u
3817            80    FocusDistanceUpper                   int16uRev
3818            82    FocusDistanceLower                   int16uRev
3819           111    WhiteBalance                         int16u
3820           115    ColorTemperature                     int16u
3821           167    PictureStyle                         int8u
3822           189    HighISONoiseReduction                int8u
3823           191    AutoLightingOptimizer                int8u
3824           230    LensType                             int16uRev
3825           232    ShortFocal                           int16uRev
3826           234    LongFocal                            int16uRev
3827           346    CameraInfo5DmkII_2a                  Canon CameraInfo5DmkII_2
3828           382    CameraInfo5DmkII_2b                  Canon CameraInfo5DmkII_2
3829
3830       Canon CameraInfo5DmkII_2 Tags
3831
3832       More CameraInfo tags for the EOS 5D Mark II.
3833
3834          Index   Tag Name                             Writable
3835          -----   --------                             --------
3836             0    FirmwareVersion                      N
3837            61    FileIndex                            int32u
3838            73    DirectoryIndex                       int32u
3839           377    PictureStyleInfo                     Canon PSInfo
3840
3841       Canon CameraInfo7D Tags
3842
3843       CameraInfo tags for the EOS 7D.
3844
3845          Index   Tag Name                             Writable
3846          -----   --------                             --------
3847             3    FNumber                              int8u
3848             4    ExposureTime                         int8u
3849             6    ISO                                  int8u
3850             7    HighlightTonePriority                int8u
3851             8    MeasuredEV2                          int8u
3852             9    MeasuredEV                           int8u
3853            21    FlashMeteringMode                    int8u
3854            25    CameraTemperature                    int8u
3855            30    FocalLength                          int16uRev
3856            32    CameraInfo7D_2a                      Canon CameraInfo7D_2
3857            36    CameraInfo7D_2b                      Canon CameraInfo7D_2
3858
3859       Canon CameraInfo7D_2 Tags
3860
3861       More CameraInfo tags for the EOS 7D.
3862
3863          Index   Tag Name                             Writable
3864          -----   --------                             --------
3865            17    CameraOrientation                    int8u
3866            48    FocusDistanceUpper                   int16uRev
3867            50    FocusDistanceLower                   int16uRev
3868            83    WhiteBalance                         int16u
3869            87    ColorTemperature                     int16u
3870           165    HighISONoiseReduction                int8u
3871           238    LensType                             int16uRev
3872           240    ShortFocal                           int16uRev
3873           242    LongFocal                            int16uRev
3874           392    FirmwareVersion                      N
3875           455    FileIndex                            int32u
3876           467    DirectoryIndex                       int32u
3877           771    PictureStyleInfo                     Canon PSInfo
3878
3879       Canon CameraInfo40D Tags
3880
3881       CameraInfo tags for the EOS 40D.
3882
3883          Index   Tag Name                             Writable
3884          -----   --------                             --------
3885             3    FNumber                              int8u
3886             4    ExposureTime                         int8u
3887             6    ISO                                  int8u
3888            21    FlashMeteringMode                    int8u
3889            24    CameraTemperature                    int8u
3890            27    MacroMagnification                   int8u
3891            29    FocalLength                          int16uRev
3892            48    CameraOrientation                    int8u
3893            67    FocusDistanceUpper                   int16uRev
3894            69    FocusDistanceLower                   int16uRev
3895           111    WhiteBalance                         int16u
3896           115    ColorTemperature                     int16u
3897           214    LensType                             int16uRev
3898           216    ShortFocal                           int16uRev
3899           218    LongFocal                            int16uRev
3900           255    FirmwareVersion                      string[6]
3901           307    FileIndex                            int32u
3902           319    DirectoryIndex                       int32u
3903           603    PictureStyleInfo                     Canon PSInfo
3904          2347    LensModel                            string[64]
3905
3906       Canon CameraInfo50D Tags
3907
3908       CameraInfo tags for the EOS 50D.
3909
3910          Index   Tag Name                             Writable
3911          -----   --------                             --------
3912             3    FNumber                              int8u
3913             4    ExposureTime                         int8u
3914             6    ISO                                  int8u
3915             7    HighlightTonePriority                int8u
3916            21    FlashMeteringMode                    int8u
3917            25    CameraTemperature                    int8u
3918            30    FocalLength                          int16uRev
3919            49    CameraOrientation                    int8u
3920            80    FocusDistanceUpper                   int16uRev
3921            82    FocusDistanceLower                   int16uRev
3922           111    WhiteBalance                         int16u
3923           115    ColorTemperature                     int16u
3924           167    PictureStyle                         int8u
3925           189    HighISONoiseReduction                int8u
3926           191    AutoLightingOptimizer                int8u
3927           234    LensType                             int16uRev
3928           236    ShortFocal                           int16uRev
3929           238    LongFocal                            int16uRev
3930           346    FirmwareVersion                      N
3931           350    FirmwareVersion                      N
3932           407    FileIndex                            int32u
3933           411    FileIndex                            int32u
3934           419    DirectoryIndex                       int32u
3935           423    DirectoryIndex                       int32u
3936           723    PictureStyleInfo                     Canon PSInfo
3937           727    PictureStyleInfo                     Canon PSInfo
3938
3939       Canon CameraInfo60D Tags
3940
3941       CameraInfo tags for the EOS 60D.
3942
3943          Index   Tag Name                             Writable
3944          -----   --------                             --------
3945             3    FNumber                              int8u
3946             4    ExposureTime                         int8u
3947             6    ISO                                  int8u
3948            25    CameraTemperature                    int8u
3949            30    FocalLength                          int16uRev
3950            54    CameraOrientation                    int8u
3951            85    FocusDistanceUpper                   int16uRev
3952            87    FocusDistanceLower                   int16uRev
3953           125    ColorTemperature                     int16u
3954           232    LensType                             int16uRev
3955           234    ShortFocal                           int16uRev
3956           236    LongFocal                            int16uRev
3957           409    FirmwareVersion                      N
3958           473    FileIndex                            int32u
3959           485    DirectoryIndex                       int32u
3960           801    PictureStyleInfo2                    Canon PSInfo2
3961
3962       Canon PSInfo2 Tags
3963
3964       Custom picture style information for the EOS 60D.
3965
3966          Index   Tag Name                             Writable
3967          -----   --------                             --------
3968             0    ContrastStandard                     int32s
3969             4    SharpnessStandard                    int32s
3970             8    SaturationStandard                   int32s
3971            12    ColorToneStandard                    int32s
3972            16    FilterEffectStandard?                int32s
3973            20    ToningEffectStandard?                int32s
3974            24    ContrastPortrait                     int32s
3975            28    SharpnessPortrait                    int32s
3976            32    SaturationPortrait                   int32s
3977            36    ColorTonePortrait                    int32s
3978            40    FilterEffectPortrait?                int32s
3979            44    ToningEffectPortrait?                int32s
3980            48    ContrastLandscape                    int32s
3981            52    SharpnessLandscape                   int32s
3982            56    SaturationLandscape                  int32s
3983            60    ColorToneLandscape                   int32s
3984            64    FilterEffectLandscape?               int32s
3985            68    ToningEffectLandscape?               int32s
3986            72    ContrastNeutral                      int32s
3987            76    SharpnessNeutral                     int32s
3988            80    SaturationNeutral                    int32s
3989            84    ColorToneNeutral                     int32s
3990            88    FilterEffectNeutral?                 int32s
3991            92    ToningEffectNeutral?                 int32s
3992            96    ContrastFaithful                     int32s
3993           100    SharpnessFaithful                    int32s
3994           104    SaturationFaithful                   int32s
3995           108    ColorToneFaithful                    int32s
3996           112    FilterEffectFaithful?                int32s
3997           116    ToningEffectFaithful?                int32s
3998           120    ContrastMonochrome                   int32s
3999           124    SharpnessMonochrome                  int32s
4000           128    SaturationMonochrome?                int32s
4001           132    ColorToneMonochrome?                 int32s
4002           136    FilterEffectMonochrome               int32s
4003           140    ToningEffectMonochrome               int32s
4004           144    ContrastUnknown?                     int32s
4005           148    SharpnessUnknown?                    int32s
4006           152    SaturationUnknown?                   int32s
4007           156    ColorToneUnknown?                    int32s
4008           160    FilterEffectUnknown?                 int32s
4009           164    ToningEffectUnknown?                 int32s
4010           168    ContrastUserDef1                     int32s
4011           172    SharpnessUserDef1                    int32s
4012           176    SaturationUserDef1                   int32s
4013           180    ColorToneUserDef1                    int32s
4014           184    FilterEffectUserDef1                 int32s
4015           188    ToningEffectUserDef1                 int32s
4016           192    ContrastUserDef2                     int32s
4017           196    SharpnessUserDef2                    int32s
4018           200    SaturationUserDef2                   int32s
4019           204    ColorToneUserDef2                    int32s
4020           208    FilterEffectUserDef2                 int32s
4021           212    ToningEffectUserDef2                 int32s
4022           216    ContrastUserDef3                     int32s
4023           220    SharpnessUserDef3                    int32s
4024           224    SaturationUserDef3                   int32s
4025           228    ColorToneUserDef3                    int32s
4026           232    FilterEffectUserDef3                 int32s
4027           236    ToningEffectUserDef3                 int32s
4028           240    UserDef1PictureStyle                 int16u
4029           242    UserDef2PictureStyle                 int16u
4030           244    UserDef3PictureStyle                 int16u
4031
4032       Canon CameraInfo450D Tags
4033
4034       CameraInfo tags for the EOS 450D.
4035
4036          Index   Tag Name                             Writable
4037          -----   --------                             --------
4038             3    FNumber                              int8u
4039             4    ExposureTime                         int8u
4040             6    ISO                                  int8u
4041            21    FlashMeteringMode                    int8u
4042            24    CameraTemperature                    int8u
4043            27    MacroMagnification                   int8u
4044            29    FocalLength                          int16uRev
4045            48    CameraOrientation                    int8u
4046            67    FocusDistanceUpper                   int16uRev
4047            69    FocusDistanceLower                   int16uRev
4048           111    WhiteBalance                         int16u
4049           115    ColorTemperature                     int16u
4050           222    LensType                             int16uRev
4051           263    FirmwareVersion                      string[6]
4052           271    OwnerName                            string[32]
4053           307    DirectoryIndex                       int32u
4054           319    FileIndex                            int32u
4055           611    PictureStyleInfo                     Canon PSInfo
4056          2355    LensModel                            string[64]
4057
4058       Canon CameraInfo500D Tags
4059
4060       CameraInfo tags for the EOS 500D.
4061
4062          Index   Tag Name                             Writable
4063          -----   --------                             --------
4064             3    FNumber                              int8u
4065             4    ExposureTime                         int8u
4066             6    ISO                                  int8u
4067             7    HighlightTonePriority                int8u
4068            21    FlashMeteringMode                    int8u
4069            25    CameraTemperature                    int8u
4070            30    FocalLength                          int16uRev
4071            49    CameraOrientation                    int8u
4072            80    FocusDistanceUpper                   int16uRev
4073            82    FocusDistanceLower                   int16uRev
4074           115    WhiteBalance                         int16u
4075           119    ColorTemperature                     int16u
4076           171    PictureStyle                         int8u
4077           188    HighISONoiseReduction                int8u
4078           190    AutoLightingOptimizer                int8u
4079           246    LensType                             int16uRev
4080           248    ShortFocal                           int16uRev
4081           250    LongFocal                            int16uRev
4082           400    FirmwareVersion                      N
4083           467    FileIndex                            int32u
4084           479    DirectoryIndex                       int32u
4085           779    PictureStyleInfo                     Canon PSInfo
4086
4087       Canon CameraInfo550D Tags
4088
4089       CameraInfo tags for the EOS 550D.
4090
4091          Index   Tag Name                             Writable
4092          -----   --------                             --------
4093             3    FNumber                              int8u
4094             4    ExposureTime                         int8u
4095             6    ISO                                  int8u
4096             7    HighlightTonePriority                int8u
4097            21    FlashMeteringMode                    int8u
4098            25    CameraTemperature                    int8u
4099            30    FocalLength                          int16uRev
4100            53    CameraOrientation                    int8u
4101            84    FocusDistanceUpper                   int16uRev
4102            86    FocusDistanceLower                   int16uRev
4103           120    WhiteBalance                         int16u
4104           124    ColorTemperature                     int16u
4105           176    PictureStyle                         int8u
4106           255    LensType                             int16uRev
4107           257    ShortFocal                           int16uRev
4108           259    LongFocal                            int16uRev
4109           420    FirmwareVersion                      N
4110           484    FileIndex                            int32u
4111           496    DirectoryIndex                       int32u
4112           796    PictureStyleInfo                     Canon PSInfo
4113
4114       Canon CameraInfo600D Tags
4115
4116       CameraInfo tags for the EOS 600D and 1100D.
4117
4118          Index   Tag Name                             Writable
4119          -----   --------                             --------
4120             3    FNumber                              int8u
4121             4    ExposureTime                         int8u
4122             6    ISO                                  int8u
4123             7    HighlightTonePriority                int8u
4124            21    FlashMeteringMode                    int8u
4125            25    CameraTemperature                    int8u
4126            30    FocalLength                          int16uRev
4127            56    CameraOrientation                    int8u
4128            87    FocusDistanceUpper                   int16uRev
4129            89    FocusDistanceLower                   int16uRev
4130           123    WhiteBalance                         int16u
4131           127    ColorTemperature                     int16u
4132           179    PictureStyle                         int8u
4133           234    LensType                             int16uRev
4134           236    ShortFocal                           int16uRev
4135           238    LongFocal                            int16uRev
4136           411    FirmwareVersion                      N
4137           475    FileIndex                            int32u
4138           487    DirectoryIndex                       int32u
4139           763    PictureStyleInfo                     Canon PSInfo2
4140
4141       Canon CameraInfo1000D Tags
4142
4143       CameraInfo tags for the EOS 1000D.
4144
4145          Index   Tag Name                             Writable
4146          -----   --------                             --------
4147             3    FNumber                              int8u
4148             4    ExposureTime                         int8u
4149             6    ISO                                  int8u
4150            21    FlashMeteringMode                    int8u
4151            24    CameraTemperature                    int8u
4152            27    MacroMagnification                   int8u
4153            29    FocalLength                          int16uRev
4154            48    CameraOrientation                    int8u
4155            67    FocusDistanceUpper                   int16uRev
4156            69    FocusDistanceLower                   int16uRev
4157           111    WhiteBalance                         int16u
4158           115    ColorTemperature                     int16u
4159           226    LensType                             int16uRev
4160           228    ShortFocal                           int16uRev
4161           230    LongFocal                            int16uRev
4162           267    FirmwareVersion                      string[6]
4163           311    DirectoryIndex                       int32u
4164           323    FileIndex                            int32u
4165           615    PictureStyleInfo                     Canon PSInfo
4166          2359    LensModel                            string[64]
4167
4168       Canon CameraInfoPowerShot Tags
4169
4170       CameraInfo tags for PowerShot models such as the A450, A460, A550,
4171       A560, A570, A630, A640, A650, A710, A720, G7, G9, S5, SD40, SD750,
4172       SD800, SD850, SD870, SD900, SD950, SD1000, SX100 and TX1.
4173
4174          Index   Tag Name                             Writable
4175          -----   --------                             --------
4176             0    ISO                                  int32s
4177             5    FNumber                              int32s
4178             6    ExposureTime                         int32s
4179            23    Rotation                             int32s
4180           135    CameraTemperature                    int32s
4181           145    CameraTemperature                    int32s
4182
4183       Canon CameraInfoPowerShot2 Tags
4184
4185       CameraInfo tags for PowerShot models such as the A470, A480, A490,
4186       A495, A580, A590, A1000, A1100, A2000, A2100, A3000, A3100, D10, E1,
4187       G10, G11, S90, S95, SD770, SD780, SD790, SD880, SD890, SD940, SD960,
4188       SD970, SD980, SD990, SD1100, SD1200, SD1300, SD1400, SD3500, SD4000,
4189       SD4500, SX1, SX10, SX20, SX110, SX120, SX130, SX200 and SX210.
4190
4191          Index   Tag Name                             Writable
4192          -----   --------                             --------
4193             1    ISO                                  int32s
4194             6    FNumber                              int32s
4195             7    ExposureTime                         int32s
4196            24    Rotation                             int32s
4197           153    CameraTemperature                    int32s
4198           159    CameraTemperature                    int32s
4199           164    CameraTemperature                    int32s
4200           168    CameraTemperature                    int32s
4201           261    CameraTemperature                    int32s
4202
4203       Canon CameraInfoUnknown32 Tags
4204
4205       Unknown CameraInfo tags are divided into 3 tables based on format size.
4206
4207          Index   Tag Name                             Writable
4208          -----   --------                             --------
4209            71    CameraTemperature                    int32s
4210            83    CameraTemperature                    int32s
4211            91    CameraTemperature                    int32s
4212            92    CameraTemperature                    int32s
4213           100    CameraTemperature                    int32s
4214           466    CameraTemperature                    int32s
4215           503    CameraTemperature                    int32s
4216           506    CameraTemperature                    int32s
4217
4218       Canon CameraInfoUnknown16 Tags
4219
4220          Index   Tag Name                             Writable
4221          -----   --------                             --------
4222         [no tags known]
4223
4224       Canon CameraInfoUnknown Tags
4225
4226          Index   Tag Name                             Writable
4227          -----   --------                             --------
4228         [no tags known]
4229
4230       Canon MovieInfo Tags
4231
4232       Tags written by some Canon cameras when recording video.
4233
4234          Index   Tag Name                             Writable
4235          -----   --------                             --------
4236             1    FrameRate                            int16u
4237             2    FrameCount                           int16u
4238             4    FrameCount                           int32u
4239             6    FrameRate                            rational32u
4240           106    Duration                             int32u
4241           108    AudioBitrate                         int32u
4242           110    AudioSampleRate                      int32u
4243           112    AudioChannels                        int32u
4244           116    VideoCodec                           undef[4]
4245
4246       Canon AFInfo Tags
4247
4248       Auto-focus information used by many older Canon models.  The values in
4249       this record are sequential, and some have variable sizes based on the
4250       value of NumAFPoints (which may be 1,5,7,9,15,45 or 53).  The AFArea
4251       coordinates are given in a system where the image has dimensions given
4252       by AFImageWidth and AFImageHeight, and 0,0 is the image center. The
4253       direction of the Y axis depends on the camera model, with positive Y
4254       upwards for EOS models, but apparently downwards for PowerShot models.
4255
4256         Sequence Tag Name                             Writable
4257         -------- --------                             --------
4258             0    NumAFPoints                          N
4259             1    ValidAFPoints                        N
4260             2    CanonImageWidth                      N
4261             3    CanonImageHeight                     N
4262             4    AFImageWidth                         N
4263             5    AFImageHeight                        N
4264             6    AFAreaWidth                          N
4265             7    AFAreaHeight                         N
4266             8    AFAreaXPositions                     N
4267             9    AFAreaYPositions                     N
4268            10    AFPointsInFocus                      N
4269            11    PrimaryAFPoint                       N
4270                  Canon_AFInfo_0x000b?                 N
4271            12    PrimaryAFPoint                       N
4272
4273       Canon MyColors Tags
4274
4275          Index   Tag Name                             Writable
4276          -----   --------                             --------
4277             2    MyColorMode                          int16u
4278
4279       Canon FaceDetect1 Tags
4280
4281          Index   Tag Name                             Writable
4282          -----   --------                             --------
4283             2    FacesDetected                        int16u
4284             3    FaceDetectFrameSize                  int16u[2]
4285             8    Face1Position                        int16s[2]
4286            10    Face2Position                        int16s[2]
4287            12    Face3Position                        int16s[2]
4288            14    Face4Position                        int16s[2]
4289            16    Face5Position                        int16s[2]
4290            18    Face6Position                        int16s[2]
4291            20    Face7Position                        int16s[2]
4292            22    Face8Position                        int16s[2]
4293            24    Face9Position                        int16s[2]
4294
4295       Canon FaceDetect2 Tags
4296
4297          Index   Tag Name                             Writable
4298          -----   --------                             --------
4299             1    FaceWidth                            int8u
4300             2    FacesDetected                        int8u
4301
4302       Canon AFInfo2 Tags
4303
4304       Newer version of the AFInfo record containing much of the same
4305       information (and coordinate confusion) as the older version.  In this
4306       record, values of 9 and 45 have been observed for NumAFPoints.
4307
4308         Sequence Tag Name                             Writable
4309         -------- --------                             --------
4310             0    AFInfoSize?                          N
4311             1    AFAreaMode                           N
4312             2    NumAFPoints                          N
4313             3    ValidAFPoints                        N
4314             4    CanonImageWidth                      N
4315             5    CanonImageHeight                     N
4316             6    AFImageWidth                         N
4317             7    AFImageHeight                        N
4318             8    AFAreaWidths                         N
4319             9    AFAreaHeights                        N
4320            10    AFAreaXPositions                     N
4321            11    AFAreaYPositions                     N
4322            12    AFPointsInFocus                      N
4323            13    AFPointsSelected                     N
4324                  Canon_AFInfo2_0x000d?                N
4325            14    PrimaryAFPoint                       N
4326
4327       Canon FileInfo Tags
4328
4329          Index   Tag Name                             Writable
4330          -----   --------                             --------
4331             1    FileNumber                           int32u
4332                  ShutterCount                         int32u
4333             3    BracketMode                          int16s
4334             4    BracketValue                         int16s
4335             5    BracketShotNumber                    int16s
4336             6    RawJpgQuality                        int16s
4337             7    RawJpgSize                           int16s
4338             8    LongExposureNoiseReduction2          int16s
4339             9    WBBracketMode                        int16s
4340            12    WBBracketValueAB                     int16s
4341            13    WBBracketValueGM                     int16s
4342            14    FilterEffect                         int16s
4343            15    ToningEffect                         int16s
4344            16    MacroMagnification                   int16s
4345            19    LiveViewShooting                     int16s
4346            25    FlashExposureLock                    int16s
4347
4348       Canon SerialInfo Tags
4349
4350          Index   Tag Name                             Writable
4351          -----   --------                             --------
4352             9    InternalSerialNumber                 string
4353
4354       Canon CropInfo Tags
4355
4356          Index   Tag Name                             Writable
4357          -----   --------                             --------
4358             0    CropLeftMargin                       int16u
4359             1    CropRightMargin                      int16u
4360             2    CropTopMargin                        int16u
4361             3    CropBottomMargin                     int16u
4362
4363       Canon AspectInfo Tags
4364
4365          Index   Tag Name                             Writable
4366          -----   --------                             --------
4367             0    AspectRatio                          int32u
4368             1    CroppedImageWidth                    int32u
4369             2    CroppedImageHeight                   int32u
4370
4371       Canon Processing Tags
4372
4373          Index   Tag Name                             Writable
4374          -----   --------                             --------
4375             1    ToneCurve                            int16s
4376             2    Sharpness                            int16s
4377             3    SharpnessFrequency                   int16s
4378             4    SensorRedLevel                       int16s
4379             5    SensorBlueLevel                      int16s
4380             6    WhiteBalanceRed                      int16s
4381             7    WhiteBalanceBlue                     int16s
4382             8    WhiteBalance                         int16s
4383             9    ColorTemperature                     int16s
4384            10    PictureStyle                         int16s
4385            11    DigitalGain                          int16s
4386            12    WBShiftAB                            int16s
4387            13    WBShiftGM                            int16s
4388
4389       Canon ColorBalance Tags
4390
4391       These tags are used by the 10D and 300D.
4392
4393          Index   Tag Name                             Writable
4394          -----   --------                             --------
4395             0    WB_RGGBLevelsAuto                    int16s[4]
4396             4    WB_RGGBLevelsDaylight                int16s[4]
4397             8    WB_RGGBLevelsShade                   int16s[4]
4398            12    WB_RGGBLevelsCloudy                  int16s[4]
4399            16    WB_RGGBLevelsTungsten                int16s[4]
4400            20    WB_RGGBLevelsFluorescent             int16s[4]
4401            24    WB_RGGBLevelsFlash                   int16s[4]
4402            28    WB_RGGBLevelsCustom                  int16s[4]
4403            32    WB_RGGBLevelsKelvin                  int16s[4]
4404
4405       Canon MeasuredColor Tags
4406
4407          Index   Tag Name                             Writable
4408          -----   --------                             --------
4409             1    MeasuredRGGB                         int16u[4]
4410
4411       Canon Flags Tags
4412
4413          Index   Tag Name                             Writable
4414          -----   --------                             --------
4415             1    ModifiedParamFlag                    int16s
4416
4417       Canon ModifiedInfo Tags
4418
4419          Index   Tag Name                             Writable
4420          -----   --------                             --------
4421             1    ModifiedToneCurve                    int16s
4422             2    ModifiedSharpness                    int16s
4423             3    ModifiedSharpnessFreq                int16s
4424             4    ModifiedSensorRedLevel               int16s
4425             5    ModifiedSensorBlueLevel              int16s
4426             6    ModifiedWhiteBalanceRed              int16s
4427             7    ModifiedWhiteBalanceBlue             int16s
4428             8    ModifiedWhiteBalance                 int16s
4429             9    ModifiedColorTemp                    int16s
4430            10    ModifiedPictureStyle                 int16s
4431            11    ModifiedDigitalGain                  int16s
4432
4433       Canon PreviewImageInfo Tags
4434
4435          Index   Tag Name                             Writable
4436          -----   --------                             --------
4437             1    PreviewQuality                       int32u
4438             2    PreviewImageLength                   int32u*
4439             3    PreviewImageWidth                    int32u
4440             4    PreviewImageHeight                   int32u
4441             5    PreviewImageStart                    int32u*
4442
4443       Canon SensorInfo Tags
4444
4445          Index   Tag Name                             Writable
4446          -----   --------                             --------
4447             1    SensorWidth                          N
4448             2    SensorHeight                         N
4449             5    SensorLeftBorder                     N
4450             6    SensorTopBorder                      N
4451             7    SensorRightBorder                    N
4452             8    SensorBottomBorder                   N
4453             9    BlackMaskLeftBorder                  N
4454            10    BlackMaskTopBorder                   N
4455            11    BlackMaskRightBorder                 N
4456            12    BlackMaskBottomBorder                N
4457
4458       Canon ColorData1 Tags
4459
4460       These tags are used by the 20D and 350D.
4461
4462          Index   Tag Name                             Writable
4463          -----   --------                             --------
4464            25    WB_RGGBLevelsAsShot                  int16s[4]
4465            29    ColorTempAsShot                      int16s
4466            30    WB_RGGBLevelsAuto                    int16s[4]
4467            34    ColorTempAuto                        int16s
4468            35    WB_RGGBLevelsDaylight                int16s[4]
4469            39    ColorTempDaylight                    int16s
4470            40    WB_RGGBLevelsShade                   int16s[4]
4471            44    ColorTempShade                       int16s
4472            45    WB_RGGBLevelsCloudy                  int16s[4]
4473            49    ColorTempCloudy                      int16s
4474            50    WB_RGGBLevelsTungsten                int16s[4]
4475            54    ColorTempTungsten                    int16s
4476            55    WB_RGGBLevelsFluorescent             int16s[4]
4477            59    ColorTempFluorescent                 int16s
4478            60    WB_RGGBLevelsFlash                   int16s[4]
4479            64    ColorTempFlash                       int16s
4480            65    WB_RGGBLevelsCustom1                 int16s[4]
4481            69    ColorTempCustom1                     int16s
4482            70    WB_RGGBLevelsCustom2                 int16s[4]
4483            74    ColorTempCustom2                     int16s
4484            75    ColorCalib?                          Canon ColorCalib
4485
4486       Canon ColorCalib Tags
4487
4488       Camera color calibration data.  For the 20D, 350D, 1DmkII and 1DSmkII
4489       the order of the cooefficients is A, B, C, Temperature, but for newer
4490       models it is B, C, A, Temperature.  These tags are extracted only when
4491       the Unknown option is used.
4492
4493          Index   Tag Name                             Writable
4494          -----   --------                             --------
4495             0    CameraColorCalibration01?            int16s[4]
4496             4    CameraColorCalibration02?            int16s[4]
4497             8    CameraColorCalibration03?            int16s[4]
4498            12    CameraColorCalibration04?            int16s[4]
4499            16    CameraColorCalibration05?            int16s[4]
4500            20    CameraColorCalibration06?            int16s[4]
4501            24    CameraColorCalibration07?            int16s[4]
4502            28    CameraColorCalibration08?            int16s[4]
4503            32    CameraColorCalibration09?            int16s[4]
4504            36    CameraColorCalibration10?            int16s[4]
4505            40    CameraColorCalibration11?            int16s[4]
4506            44    CameraColorCalibration12?            int16s[4]
4507            48    CameraColorCalibration13?            int16s[4]
4508            52    CameraColorCalibration14?            int16s[4]
4509            56    CameraColorCalibration15?            int16s[4]
4510
4511       Canon ColorData2 Tags
4512
4513       These tags are used by the 1DmkII and 1DSmkII.
4514
4515          Index   Tag Name                             Writable
4516          -----   --------                             --------
4517            24    WB_RGGBLevelsAuto                    int16s[4]
4518            28    ColorTempAuto                        int16s
4519            29    WB_RGGBLevelsUnknown?                int16s[4]
4520            33    ColorTempUnknown?                    int16s
4521            34    WB_RGGBLevelsAsShot                  int16s[4]
4522            38    ColorTempAsShot                      int16s
4523            39    WB_RGGBLevelsDaylight                int16s[4]
4524            43    ColorTempDaylight                    int16s
4525            44    WB_RGGBLevelsShade                   int16s[4]
4526            48    ColorTempShade                       int16s
4527            49    WB_RGGBLevelsCloudy                  int16s[4]
4528            53    ColorTempCloudy                      int16s
4529            54    WB_RGGBLevelsTungsten                int16s[4]
4530            58    ColorTempTungsten                    int16s
4531            59    WB_RGGBLevelsFluorescent             int16s[4]
4532            63    ColorTempFluorescent                 int16s
4533            64    WB_RGGBLevelsKelvin                  int16s[4]
4534            68    ColorTempKelvin                      int16s
4535            69    WB_RGGBLevelsFlash                   int16s[4]
4536            73    ColorTempFlash                       int16s
4537            74    WB_RGGBLevelsUnknown2?               int16s[4]
4538            78    ColorTempUnknown2?                   int16s
4539            79    WB_RGGBLevelsUnknown3?               int16s[4]
4540            83    ColorTempUnknown3?                   int16s
4541            84    WB_RGGBLevelsUnknown4?               int16s[4]
4542            88    ColorTempUnknown4?                   int16s
4543            89    WB_RGGBLevelsUnknown5?               int16s[4]
4544            93    ColorTempUnknown5?                   int16s
4545            94    WB_RGGBLevelsUnknown6?               int16s[4]
4546            98    ColorTempUnknown6?                   int16s
4547            99    WB_RGGBLevelsUnknown7?               int16s[4]
4548           103    ColorTempUnknown7?                   int16s
4549           104    WB_RGGBLevelsUnknown8?               int16s[4]
4550           108    ColorTempUnknown8?                   int16s
4551           109    WB_RGGBLevelsUnknown9?               int16s[4]
4552           113    ColorTempUnknown9?                   int16s
4553           114    WB_RGGBLevelsUnknown10?              int16s[4]
4554           118    ColorTempUnknown10?                  int16s
4555           119    WB_RGGBLevelsUnknown11?              int16s[4]
4556           123    ColorTempUnknown11?                  int16s
4557           124    WB_RGGBLevelsUnknown12?              int16s[4]
4558           128    ColorTempUnknown12?                  int16s
4559           129    WB_RGGBLevelsUnknown13?              int16s[4]
4560           133    ColorTempUnknown13?                  int16s
4561           134    WB_RGGBLevelsUnknown14?              int16s[4]
4562           138    ColorTempUnknown14?                  int16s
4563           139    WB_RGGBLevelsUnknown15?              int16s[4]
4564           143    ColorTempUnknown15?                  int16s
4565           144    WB_RGGBLevelsPC1                     int16s[4]
4566           148    ColorTempPC1                         int16s
4567           149    WB_RGGBLevelsPC2                     int16s[4]
4568           153    ColorTempPC2                         int16s
4569           154    WB_RGGBLevelsPC3                     int16s[4]
4570           158    ColorTempPC3                         int16s
4571           159    WB_RGGBLevelsUnknown16?              int16s[4]
4572           163    ColorTempUnknown16?                  int16s
4573           164    ColorCalib?                          Canon ColorCalib
4574           618    RawMeasuredRGGB                      int32u[4]
4575
4576       Canon ColorData3 Tags
4577
4578       These tags are used by the 1DmkIIN, 5D, 30D and 400D.
4579
4580          Index   Tag Name                             Writable
4581          -----   --------                             --------
4582             0    ColorDataVersion                     int16s
4583            63    WB_RGGBLevelsAsShot                  int16s[4]
4584            67    ColorTempAsShot                      int16s
4585            68    WB_RGGBLevelsAuto                    int16s[4]
4586            72    ColorTempAuto                        int16s
4587            73    WB_RGGBLevelsMeasured                int16s[4]
4588            77    ColorTempMeasured                    int16s
4589            78    WB_RGGBLevelsDaylight                int16s[4]
4590            82    ColorTempDaylight                    int16s
4591            83    WB_RGGBLevelsShade                   int16s[4]
4592            87    ColorTempShade                       int16s
4593            88    WB_RGGBLevelsCloudy                  int16s[4]
4594            92    ColorTempCloudy                      int16s
4595            93    WB_RGGBLevelsTungsten                int16s[4]
4596            97    ColorTempTungsten                    int16s
4597            98    WB_RGGBLevelsFluorescent             int16s[4]
4598           102    ColorTempFluorescent                 int16s
4599           103    WB_RGGBLevelsKelvin                  int16s[4]
4600           107    ColorTempKelvin                      int16s
4601           108    WB_RGGBLevelsFlash                   int16s[4]
4602           112    ColorTempFlash                       int16s
4603           113    WB_RGGBLevelsPC1                     int16s[4]
4604           117    ColorTempPC1                         int16s
4605           118    WB_RGGBLevelsPC2                     int16s[4]
4606           122    ColorTempPC2                         int16s
4607           123    WB_RGGBLevelsPC3                     int16s[4]
4608           127    ColorTempPC3                         int16s
4609           128    WB_RGGBLevelsCustom                  int16s[4]
4610           132    ColorTempCustom                      int16s
4611           133    ColorCalib?                          Canon ColorCalib
4612           584    FlashOutput                          int16s
4613           585    FlashBatteryLevel                    int16s
4614           586    ColorTempFlashData                   int16s
4615           647    MeasuredRGGBData                     int32u[4]
4616
4617       Canon ColorData4 Tags
4618
4619       These tags are used by the 1DmkIII, 1DSmkIII, 1DmkIV, 5DmkII, 7D, 40D,
4620       50D, 450D, 500D, 550D, 1000D and 1100D.
4621
4622          Index   Tag Name                             Writable
4623          -----   --------                             --------
4624             0    ColorDataVersion                     int16s
4625            63    ColorCoefs                           Canon ColorCoefs
4626           168    ColorCalib?                          Canon ColorCalib
4627           640    RawMeasuredRGGB                      int32u[4]
4628
4629       Canon ColorCoefs Tags
4630
4631          Index   Tag Name                             Writable
4632          -----   --------                             --------
4633             0    WB_RGGBLevelsAsShot                  int16s[4]
4634             4    ColorTempAsShot                      int16s
4635             5    WB_RGGBLevelsAuto                    int16s[4]
4636             9    ColorTempAuto                        int16s
4637            10    WB_RGGBLevelsMeasured                int16s[4]
4638            14    ColorTempMeasured                    int16s
4639            15    WB_RGGBLevelsUnknown?                int16s[4]
4640            19    ColorTempUnknown?                    int16s
4641            20    WB_RGGBLevelsDaylight                int16s[4]
4642            24    ColorTempDaylight                    int16s
4643            25    WB_RGGBLevelsShade                   int16s[4]
4644            29    ColorTempShade                       int16s
4645            30    WB_RGGBLevelsCloudy                  int16s[4]
4646            34    ColorTempCloudy                      int16s
4647            35    WB_RGGBLevelsTungsten                int16s[4]
4648            39    ColorTempTungsten                    int16s
4649            40    WB_RGGBLevelsFluorescent             int16s[4]
4650            44    ColorTempFluorescent                 int16s
4651            45    WB_RGGBLevelsKelvin                  int16s[4]
4652            49    ColorTempKelvin                      int16s
4653            50    WB_RGGBLevelsFlash                   int16s[4]
4654            54    ColorTempFlash                       int16s
4655            55    WB_RGGBLevelsUnknown2?               int16s[4]
4656            59    ColorTempUnknown2?                   int16s
4657            60    WB_RGGBLevelsUnknown3?               int16s[4]
4658            64    ColorTempUnknown3?                   int16s
4659            65    WB_RGGBLevelsUnknown4?               int16s[4]
4660            69    ColorTempUnknown4?                   int16s
4661            70    WB_RGGBLevelsUnknown5?               int16s[4]
4662            74    ColorTempUnknown5?                   int16s
4663            75    WB_RGGBLevelsUnknown6?               int16s[4]
4664            79    ColorTempUnknown6?                   int16s
4665            80    WB_RGGBLevelsUnknown7?               int16s[4]
4666            84    ColorTempUnknown7?                   int16s
4667            85    WB_RGGBLevelsUnknown8?               int16s[4]
4668            89    ColorTempUnknown8?                   int16s
4669            90    WB_RGGBLevelsUnknown9?               int16s[4]
4670            94    ColorTempUnknown9?                   int16s
4671            95    WB_RGGBLevelsUnknown10?              int16s[4]
4672            99    ColorTempUnknown10?                  int16s
4673           100    WB_RGGBLevelsUnknown11?              int16s[4]
4674           104    ColorTempUnknown11?                  int16s
4675           105    WB_RGGBLevelsUnknown12?              int16s[4]
4676           109    ColorTempUnknown12?                  int16s
4677           110    WB_RGGBLevelsUnknown13?              int16s[4]
4678           114    ColorTempUnknown13?                  int16s
4679
4680       Canon ColorData5 Tags
4681
4682       These tags are used by the PowerShot G10.
4683
4684          Index   Tag Name                             Writable
4685          -----   --------                             --------
4686            71    ColorCoefs                           Canon ColorCoefs
4687           186    CameraColorCalibration01?            int16s[5]
4688           191    CameraColorCalibration02?            int16s[5]
4689           196    CameraColorCalibration03?            int16s[5]
4690           201    CameraColorCalibration04?            int16s[5]
4691           206    CameraColorCalibration05?            int16s[5]
4692           211    CameraColorCalibration06?            int16s[5]
4693           216    CameraColorCalibration07?            int16s[5]
4694           221    CameraColorCalibration08?            int16s[5]
4695           226    CameraColorCalibration09?            int16s[5]
4696           231    CameraColorCalibration10?            int16s[5]
4697           236    CameraColorCalibration11?            int16s[5]
4698           241    CameraColorCalibration12?            int16s[5]
4699           246    CameraColorCalibration13?            int16s[5]
4700           251    CameraColorCalibration14?            int16s[5]
4701           256    CameraColorCalibration15?            int16s[5]
4702
4703       Canon ColorData6 Tags
4704
4705       These tags are used by the EOS 600D.
4706
4707          Index   Tag Name                             Writable
4708          -----   --------                             --------
4709             0    ColorDataVersion                     int16s
4710            63    WB_RGGBLevelsAsShot                  int16s[4]
4711            67    ColorTempAsShot                      int16s
4712            68    WB_RGGBLevelsAuto                    int16s[4]
4713            72    ColorTempAuto                        int16s
4714            73    WB_RGGBLevelsMeasured                int16s[4]
4715            77    ColorTempMeasured                    int16s
4716            78    WB_RGGBLevelsUnknown?                int16s[4]
4717            82    ColorTempUnknown?                    int16s
4718            83    WB_RGGBLevelsUnknown2?               int16s[4]
4719            87    ColorTempUnknown2?                   int16s
4720            88    WB_RGGBLevelsUnknown3?               int16s[4]
4721            92    ColorTempUnknown3?                   int16s
4722            93    WB_RGGBLevelsUnknown4?               int16s[4]
4723            97    ColorTempUnknown4?                   int16s
4724            98    WB_RGGBLevelsUnknown5?               int16s[4]
4725           102    ColorTempUnknown5?                   int16s
4726           103    WB_RGGBLevelsDaylight                int16s[4]
4727           107    ColorTempDaylight                    int16s
4728           108    WB_RGGBLevelsShade                   int16s[4]
4729           112    ColorTempShade                       int16s
4730           113    WB_RGGBLevelsCloudy                  int16s[4]
4731           117    ColorTempCloudy                      int16s
4732           118    WB_RGGBLevelsTungsten                int16s[4]
4733           122    ColorTempTungsten                    int16s
4734           123    WB_RGGBLevelsFluorescent             int16s[4]
4735           127    ColorTempFluorescent                 int16s
4736           128    WB_RGGBLevelsKelvin                  int16s[4]
4737           132    ColorTempKelvin                      int16s
4738           133    WB_RGGBLevelsFlash                   int16s[4]
4739           137    ColorTempFlash                       int16s
4740           138    WB_RGGBLevelsUnknown6?               int16s[4]
4741           142    ColorTempUnknown6?                   int16s
4742           143    WB_RGGBLevelsUnknown7?               int16s[4]
4743           147    ColorTempUnknown7?                   int16s
4744           148    WB_RGGBLevelsUnknown8?               int16s[4]
4745           152    ColorTempUnknown8?                   int16s
4746           153    WB_RGGBLevelsUnknown9?               int16s[4]
4747           157    ColorTempUnknown9?                   int16s
4748           158    WB_RGGBLevelsUnknown10?              int16s[4]
4749           162    ColorTempUnknown10?                  int16s
4750           163    WB_RGGBLevelsUnknown11?              int16s[4]
4751           167    ColorTempUnknown11?                  int16s
4752           168    WB_RGGBLevelsUnknown12?              int16s[4]
4753           172    ColorTempUnknown12?                  int16s
4754           173    WB_RGGBLevelsUnknown13?              int16s[4]
4755           177    ColorTempUnknown13?                  int16s
4756           178    WB_RGGBLevelsUnknown14?              int16s[4]
4757           182    ColorTempUnknown14?                  int16s
4758           183    WB_RGGBLevelsUnknown15?              int16s[4]
4759           187    ColorTempUnknown15?                  int16s
4760           188    ColorCalib?                          Canon ColorCalib
4761           404    RawMeasuredRGGB                      int32u[4]
4762
4763       Canon ColorDataUnknown Tags
4764
4765          Index   Tag Name                             Writable
4766          -----   --------                             --------
4767         [no tags known]
4768
4769       Canon ColorInfo Tags
4770
4771          Index   Tag Name                             Writable
4772          -----   --------                             --------
4773             1    Saturation                           int16s
4774             2    ColorTone                            int16s
4775             3    ColorSpace                           int16s
4776
4777       Canon AFMicroAdj Tags
4778
4779          Index   Tag Name                             Writable
4780          -----   --------                             --------
4781             1    AFMicroAdjActive                     int32s
4782             2    AFMicroAdjValue                      rational64s
4783
4784       Canon VignettingCorr Tags
4785
4786       This information is found in images from the 1DmkIV, 5DmkII, 7D, 50D,
4787       500D and 550D.
4788
4789          Index   Tag Name                             Writable
4790          -----   --------                             --------
4791             2    PeripheralLighting                   int16s
4792             6    PeripheralLightingValue              int16s
4793            11    OriginalImageWidth                   int16s
4794            12    OriginalImageHeight                  int16s
4795
4796       Canon VignettingCorr2 Tags
4797
4798          Index   Tag Name                             Writable
4799          -----   --------                             --------
4800             5    PeripheralLightingSetting            int32s
4801
4802       Canon LightingOpt Tags
4803
4804       This information is new in images from the EOS 7D.
4805
4806          Index   Tag Name                             Writable
4807          -----   --------                             --------
4808             2    AutoLightingOptimizer                int32s
4809
4810       Canon LensInfo Tags
4811
4812          Index   Tag Name                             Writable
4813          -----   --------                             --------
4814             0    LensSerialNumber                     undef[5]
4815
4816       Canon Ambience Tags
4817
4818          Index   Tag Name                             Writable
4819          -----   --------                             --------
4820             1    AmbienceSelection                    int32s
4821
4822       Canon FilterInfo Tags
4823
4824       Information about creative filter settings.
4825
4826         Tag ID   Tag Name                             Writable
4827         ------   --------                             --------
4828         0x0101   GrainyBWFilter                       N
4829         0x0201   SoftFocusFilter                      N
4830         0x0301   ToyCameraFilter                      N
4831         0x0401   MiniatureFilter                      N
4832         0x0402   MiniatureFilterOrientation           N
4833         0x0403   MiniatureFilterPosition              N
4834
4835       Canon CNTH Tags
4836
4837       Canon-specific QuickTime tags found in the CNTH atom of MOV videos from
4838       some cameras such as the PowerShot S95.
4839
4840         Tag ID   Tag Name                             Writable
4841         ------   --------                             --------
4842         'CNDA'   ThumbnailImage                       N
4843
4844   CanonCustom Tags
4845       CanonCustom Functions1D Tags
4846
4847       These custom functions are used by all 1D models up to but not
4848       including the Mark III.
4849
4850         Tag ID   Tag Name                             Writable
4851         ------   --------                             --------
4852             0    FocusingScreen                       int8u
4853             1    FinderDisplayDuringExposure          int8u
4854             2    ShutterReleaseNoCFCard               int8u
4855             3    ISOSpeedExpansion                    int8u
4856             4    ShutterAELButton                     int8u
4857             5    ManualTv                             int8u
4858             6    ExposureLevelIncrements              int8u
4859             7    USMLensElectronicMF                  int8u
4860             8    LCDPanels                            int8u
4861             9    AEBSequenceAutoCancel                int8u
4862            10    AFPointIllumination                  int8u
4863            11    AFPointSelection                     int8u
4864            12    MirrorLockup                         int8u
4865            13    AFPointSpotMetering                  int8u
4866            14    FillFlashAutoReduction               int8u
4867            15    ShutterCurtainSync                   int8u
4868            16    SafetyShiftInAvOrTv                  int8u
4869            17    AFPointActivationArea                int8u
4870            18    SwitchToRegisteredAFPoint            int8u
4871            19    LensAFStopButton                     int8u
4872            20    AIServoTrackingSensitivity           int8u
4873            21    AIServoContinuousShooting            int8u
4874
4875       CanonCustom Functions5D Tags
4876
4877         Tag ID   Tag Name                             Writable
4878         ------   --------                             --------
4879             0    FocusingScreen                       int8u
4880             1    SetFunctionWhenShooting              int8u
4881             2    LongExposureNoiseReduction           int8u
4882             3    FlashSyncSpeedAv                     int8u
4883             4    Shutter-AELock                       int8u
4884             5    AFAssistBeam                         int8u
4885             6    ExposureLevelIncrements              int8u
4886             7    FlashFiring                          int8u
4887             8    ISOExpansion                         int8u
4888             9    AEBSequenceAutoCancel                int8u
4889            10    SuperimposedDisplay                  int8u
4890            11    MenuButtonDisplayPosition            int8u
4891            12    MirrorLockup                         int8u
4892            13    AFPointSelectionMethod               int8u
4893            14    ETTLII                               int8u
4894            15    ShutterCurtainSync                   int8u
4895            16    SafetyShiftInAvOrTv                  int8u
4896            17    AFPointActivationArea                int8u
4897            18    LCDDisplayReturnToShoot              int8u
4898            19    LensAFStopButton                     int8u
4899            20    AddOriginalDecisionData              int8u
4900
4901       CanonCustom Functions10D Tags
4902
4903         Tag ID   Tag Name                             Writable
4904         ------   --------                             --------
4905             1    SetButtonWhenShooting                int8u
4906             2    ShutterReleaseNoCFCard               int8u
4907             3    FlashSyncSpeedAv                     int8u
4908             4    Shutter-AELock                       int8u
4909             5    AFAssist                             int8u
4910             6    ExposureLevelIncrements              int8u
4911             7    AFPointRegistration                  int8u
4912             8    RawAndJpgRecording                   int8u
4913             9    AEBSequenceAutoCancel                int8u
4914            10    SuperimposedDisplay                  int8u
4915            11    MenuButtonDisplayPosition            int8u
4916            12    MirrorLockup                         int8u
4917            13    AssistButtonFunction                 int8u
4918            14    FillFlashAutoReduction               int8u
4919            15    ShutterCurtainSync                   int8u
4920            16    SafetyShiftInAvOrTv                  int8u
4921            17    LensAFStopButton                     int8u
4922
4923       CanonCustom Functions20D Tags
4924
4925         Tag ID   Tag Name                             Writable
4926         ------   --------                             --------
4927             0    SetFunctionWhenShooting              int8u
4928             1    LongExposureNoiseReduction           int8u
4929             2    FlashSyncSpeedAv                     int8u
4930             3    Shutter-AELock                       int8u
4931             4    AFAssistBeam                         int8u
4932             5    ExposureLevelIncrements              int8u
4933             6    FlashFiring                          int8u
4934             7    ISOExpansion                         int8u
4935             8    AEBSequenceAutoCancel                int8u
4936             9    SuperimposedDisplay                  int8u
4937            10    MenuButtonDisplayPosition            int8u
4938            11    MirrorLockup                         int8u
4939            12    AFPointSelectionMethod               int8u
4940            13    ETTLII                               int8u
4941            14    ShutterCurtainSync                   int8u
4942            15    SafetyShiftInAvOrTv                  int8u
4943            16    LensAFStopButton                     int8u
4944            17    AddOriginalDecisionData              int8u
4945
4946       CanonCustom Functions30D Tags
4947
4948         Tag ID   Tag Name                             Writable
4949         ------   --------                             --------
4950             1    SetFunctionWhenShooting              int8u
4951             2    LongExposureNoiseReduction           int8u
4952             3    FlashSyncSpeedAv                     int8u
4953             4    Shutter-AELock                       int8u
4954             5    AFAssistBeam                         int8u
4955             6    ExposureLevelIncrements              int8u
4956             7    FlashFiring                          int8u
4957             8    ISOExpansion                         int8u
4958             9    AEBSequenceAutoCancel                int8u
4959            10    SuperimposedDisplay                  int8u
4960            11    MenuButtonDisplayPosition            int8u
4961            12    MirrorLockup                         int8u
4962            13    AFPointSelectionMethod               int8u
4963            14    ETTLII                               int8u
4964            15    ShutterCurtainSync                   int8u
4965            16    SafetyShiftInAvOrTv                  int8u
4966            17    MagnifiedView                        int8u
4967            18    LensAFStopButton                     int8u
4968            19    AddOriginalDecisionData              int8u
4969
4970       CanonCustom Functions350D Tags
4971
4972         Tag ID   Tag Name                             Writable
4973         ------   --------                             --------
4974             0    SetButtonCrossKeysFunc               int8u
4975             1    LongExposureNoiseReduction           int8u
4976             2    FlashSyncSpeedAv                     int8u
4977             3    Shutter-AELock                       int8u
4978             4    AFAssistBeam                         int8u
4979             5    ExposureLevelIncrements              int8u
4980             6    MirrorLockup                         int8u
4981             7    ETTLII                               int8u
4982             8    ShutterCurtainSync                   int8u
4983
4984       CanonCustom Functions400D Tags
4985
4986         Tag ID   Tag Name                             Writable
4987         ------   --------                             --------
4988             0    SetButtonCrossKeysFunc               int8u
4989             1    LongExposureNoiseReduction           int8u
4990             2    FlashSyncSpeedAv                     int8u
4991             3    Shutter-AELock                       int8u
4992             4    AFAssistBeam                         int8u
4993             5    ExposureLevelIncrements              int8u
4994             6    MirrorLockup                         int8u
4995             7    ETTLII                               int8u
4996             8    ShutterCurtainSync                   int8u
4997             9    MagnifiedView                        int8u
4998            10    LCDDisplayAtPowerOn                  int8u
4999
5000       CanonCustom FunctionsD30 Tags
5001
5002       Custom functions for the EOS D30 and D60.
5003
5004         Tag ID   Tag Name                             Writable
5005         ------   --------                             --------
5006             1    LongExposureNoiseReduction           int8u
5007             2    Shutter-AELock                       int8u
5008             3    MirrorLockup                         int8u
5009             4    ExposureLevelIncrements              int8u
5010             5    AFAssist                             int8u
5011             6    FlashSyncSpeedAv                     int8u
5012             7    AEBSequenceAutoCancel                int8u
5013             8    ShutterCurtainSync                   int8u
5014             9    LensAFStopButton                     int8u
5015            10    FillFlashAutoReduction               int8u
5016            11    MenuButtonReturn                     int8u
5017            12    SetButtonWhenShooting                int8u
5018            13    SensorCleaning                       int8u
5019            14    SuperimposedDisplay                  int8u
5020            15    ShutterReleaseNoCFCard               int8u
5021
5022       CanonCustom FuncsUnknown Tags
5023
5024         Tag ID   Tag Name                             Writable
5025         ------   --------                             --------
5026         [no tags known]
5027
5028       CanonCustom PersonalFuncs Tags
5029
5030       Personal function settings for the EOS-1D.
5031
5032          Index   Tag Name                             Writable
5033          -----   --------                             --------
5034             1    PF0CustomFuncRegistration            int16u
5035             2    PF1DisableShootingModes              int16u
5036             3    PF2DisableMeteringModes              int16u
5037             4    PF3ManualExposureMetering            int16u
5038             5    PF4ExposureTimeLimits                int16u
5039             6    PF5ApertureLimits                    int16u
5040             7    PF6PresetShootingModes               int16u
5041             8    PF7BracketContinuousShoot            int16u
5042             9    PF8SetBracketShots                   int16u
5043            10    PF9ChangeBracketSequence             int16u
5044            11    PF10RetainProgramShift               int16u
5045            14    PF13DrivePriority                    int16u
5046            15    PF14DisableFocusSearch               int16u
5047            16    PF15DisableAFAssistBeam              int16u
5048            17    PF16AutoFocusPointShoot              int16u
5049            18    PF17DisableAFPointSel                int16u
5050            19    PF18EnableAutoAFPointSel             int16u
5051            20    PF19ContinuousShootSpeed             int16u
5052            21    PF20LimitContinousShots              int16u
5053            22    PF21EnableQuietOperation             int16u
5054            24    PF23SetTimerLengths                  int16u
5055            25    PF24LightLCDDuringBulb               int16u
5056            26    PF25DefaultClearSettings             int16u
5057            27    PF26ShortenReleaseLag                int16u
5058            28    PF27ReverseDialRotation              int16u
5059            29    PF28NoQuickDialExpComp               int16u
5060            30    PF29QuickDialSwitchOff               int16u
5061            31    PF30EnlargementMode                  int16u
5062            32    PF31OriginalDecisionData             int16u
5063
5064       CanonCustom PersonalFuncValues Tags
5065
5066          Index   Tag Name                             Writable
5067          -----   --------                             --------
5068             1    PF1Value                             int16u
5069             2    PF2Value                             int16u
5070             3    PF3Value                             int16u
5071             4    PF4ExposureTimeMin                   int16u
5072             5    PF4ExposureTimeMax                   int16u
5073             6    PF5ApertureMin                       int16u
5074             7    PF5ApertureMax                       int16u
5075             8    PF8BracketShots                      int16u
5076             9    PF19ShootingSpeedLow                 int16u
5077            10    PF19ShootingSpeedHigh                int16u
5078            11    PF20MaxContinousShots                int16u
5079            12    PF23ShutterButtonTime                int16u
5080            13    PF23FELockTime                       int16u
5081            14    PF23PostReleaseTime                  int16u
5082            15    PF25AEMode                           int16u
5083            16    PF25MeteringMode                     int16u
5084            17    PF25DriveMode                        int16u
5085            18    PF25AFMode                           int16u
5086            19    PF25AFPointSel                       int16u
5087            20    PF25ImageSize                        int16u
5088            21    PF25WBMode                           int16u
5089            22    PF25Parameters                       int16u
5090            23    PF25ColorMatrix                      int16u
5091            24    PF27Value                            int16u
5092
5093       CanonCustom Functions2 Tags
5094
5095       Beginning with the EOS 1D Mark III, Canon finally created a set of
5096       custom function tags which are (reasonably) consistent across models.
5097       The EOS 1D Mark III has 57 custom function tags divided into four main
5098       groups: 1.  Exposure (0x0101-0x010f), 2. Image (0x0201-0x0203), Flash
5099       Exposure (0x0304-0x0306) and Display (0x0407-0x0409), 3. Auto Focus
5100       (0x0501-0x050e) and Drive (0x060f-0x0611), and 4. Operation
5101       (0x0701-0x070a) and Others (0x080b-0x0810).  The table below lists tags
5102       used by the EOS 1D Mark III, as well as newer tags and values added by
5103       later models.
5104
5105         Tag ID   Tag Name                             Writable
5106         ------   --------                             --------
5107         0x0101   ExposureLevelIncrements              int32s
5108         0x0102   ISOSpeedIncrements                   int32s
5109         0x0103   ISOSpeedRange                        int32s[3]
5110                  ISOExpansion                         int32s
5111         0x0104   AEBAutoCancel                        int32s
5112         0x0105   AEBSequence                          int32s
5113         0x0106   AEBShotCount                         int32s[n]
5114         0x0107   SpotMeterLinkToAFPoint               int32s
5115         0x0108   SafetyShift                          int32s
5116         0x0109   UsableShootingModes                  int32s[2]
5117         0x010a   UsableMeteringModes                  int32s[2]
5118         0x010b   ExposureModeInManual                 int32s
5119         0x010c   ShutterSpeedRange                    int32s[3]
5120         0x010d   ApertureRange                        int32s[3]
5121         0x010e   ApplyShootingMeteringMode            int32s[8]
5122         0x010f   FlashSyncSpeedAv                     int32s
5123         0x0110   FEMicroadjustment                    int32s[3]
5124         0x0111   AEMicroadjustment                    int32s[3]
5125         0x0201   LongExposureNoiseReduction           int32s
5126         0x0202   HighISONoiseReduction                int32s
5127         0x0203   HighlightTonePriority                int32s
5128         0x0204   AutoLightingOptimizer                int32s
5129         0x0304   ETTLII                               int32s
5130         0x0305   ShutterCurtainSync                   int32s
5131         0x0306   FlashFiring                          int32s
5132         0x0407   ViewInfoDuringExposure               int32s
5133         0x0408   LCDIlluminationDuringBulb            int32s
5134         0x0409   InfoButtonWhenShooting               int32s
5135         0x0501   USMLensElectronicMF                  int32s
5136         0x0502   AIServoTrackingSensitivity           int32s
5137         0x0503   AIServoImagePriority                 int32s
5138         0x0504   AIServoTrackingMethod                int32s
5139         0x0505   LensDriveNoAF                        int32s
5140         0x0506   LensAFStopButton                     int32s
5141         0x0507   AFMicroadjustment                    int32s[5]
5142         0x0508   AFPointAreaExpansion                 int32s
5143         0x0509   SelectableAFPoint                    int32s
5144         0x050a   SwitchToRegisteredAFPoint            int32s
5145         0x050b   AFPointAutoSelection                 int32s
5146         0x050c   AFPointDisplayDuringFocus            int32s
5147         0x050d   AFPointBrightness                    int32s
5148         0x050e   AFAssistBeam                         int32s
5149         0x050f   AFPointSelectionMethod               int32s
5150         0x0510   VFDisplayIllumination                int32s
5151                  SuperimposedDisplay                  int32s
5152         0x0511   AFDuringLiveView                     int32s
5153         0x0512   SelectAFAreaSelectMode               int32s
5154         0x0513   ManualAFPointSelectPattern           int32s
5155         0x0514   DisplayAllAFPoints                   int32s
5156         0x0515   FocusDisplayAIServoAndMF             int32s
5157         0x0516   OrientationLinkedAFPoint             int32s
5158         0x0517   MultiControllerWhileMetering         int32s
5159         0x060f   MirrorLockup                         int32s
5160         0x0610   ContinuousShootingSpeed              int32s[3]
5161         0x0611   ContinuousShotLimit                  int32s[2]
5162         0x0701   Shutter-AELock                       int32s
5163                  AFAndMeteringButtons                 int32s
5164                  ShutterButtonAFOnButton              int32s
5165         0x0702   AFOnAELockButtonSwitch               int32s
5166         0x0703   QuickControlDialInMeter              int32s
5167         0x0704   SetButtonWhenShooting                int32s
5168         0x0705   ManualTv                             int32s
5169         0x0706   DialDirectionTvAv                    int32s
5170         0x0707   AvSettingWithoutLens                 int32s
5171         0x0708   WBMediaImageSizeSetting              int32s
5172         0x0709   LockMicrophoneButton                 int32s
5173         0x070a   ButtonFunctionControlOff             int32s
5174         0x070b   AssignFuncButton                     int32s
5175         0x070c   CustomControls                       int32s
5176         0x070d   StartMovieShooting                   int32s
5177         0x080b   FocusingScreen                       int32s
5178         0x080c   TimerLength                          int32s[4]
5179         0x080d   ShortReleaseTimeLag                  int32s
5180         0x080e   AddAspectRatioInfo                   int32s
5181         0x080f   AddOriginalDecisionData              int32s
5182         0x0810   LiveViewExposureSimulation           int32s
5183         0x0811   LCDDisplayAtPowerOn                  int32s
5184
5185   CanonVRD Tags
5186       Canon Digital Photo Professional writes VRD (Recipe Data) information
5187       as a trailer record to JPEG, TIFF, CRW and CR2 images, or as a stand-
5188       alone VRD file.  The tags listed below represent information found in
5189       this record.  The complete VRD data record may be accessed as a block
5190       using the Extra 'CanonVRD' tag, but this tag is not extracted or copied
5191       unless specified explicitly.
5192
5193         Tag ID       Tag Name                         Writable
5194         ------       --------                         --------
5195         0xffff00f4   EditData                         CanonVRD Edit
5196         0xffff00f5   IHLData                          CanonVRD IHL
5197         0xffff00f6   XMP                              XMP
5198
5199       CanonVRD Edit Tags
5200
5201       Canon VRD edit information.
5202
5203          Index   Tag Name                             Writable
5204          -----   --------                             --------
5205             0    VRD1                                 CanonVRD Ver1
5206             1    VRDStampTool                         CanonVRD StampTool
5207             2    VRD2                                 CanonVRD Ver2
5208
5209       CanonVRD Ver1 Tags
5210
5211          Index   Tag Name                             Writable
5212          -----   --------                             --------
5213             2    VRDVersion                           N
5214             6    WBAdjRGGBLevels                      int16u[4]
5215            24    WhiteBalanceAdj                      int16u
5216            26    WBAdjColorTemp                       int16u
5217            36    WBFineTuneActive                     int16u
5218            40    WBFineTuneSaturation                 int16u
5219            44    WBFineTuneTone                       int16u
5220            46    RawColorAdj                          int16u
5221            48    RawCustomSaturation                  int32s
5222            52    RawCustomTone                        int32s
5223            56    RawBrightnessAdj                     int32s
5224            60    ToneCurveProperty                    int16u
5225           122    DynamicRangeMin                      int16u
5226           124    DynamicRangeMax                      int16u
5227           272    ToneCurveActive                      int16u
5228           275    ToneCurveMode                        int8u
5229           276    BrightnessAdj                        int8s
5230           277    ContrastAdj                          int8s
5231           278    SaturationAdj                        int16s
5232           286    ColorToneAdj                         int32s
5233           294    LuminanceCurvePoints                 int16u[21]
5234           336    LuminanceCurveLimits                 int16u[4]
5235           345    ToneCurveInterpolation               int8u
5236           352    RedCurvePoints                       int16u[21]
5237           394    RedCurveLimits                       int16u[4]
5238           410    GreenCurvePoints                     int16u[21]
5239           452    GreenCurveLimits                     int16u[4]
5240           468    BlueCurvePoints                      int16u[21]
5241           510    BlueCurveLimits                      int16u[4]
5242           526    RGBCurvePoints                       int16u[21]
5243           568    RGBCurveLimits                       int16u[4]
5244           580    CropActive                           int16u
5245           582    CropLeft                             int16u
5246           584    CropTop                              int16u
5247           586    CropWidth                            int16u
5248           588    CropHeight                           int16u
5249           602    SharpnessAdj                         int16u
5250           608    CropAspectRatio                      int16u
5251           610    ConstrainedCropWidth                 float
5252           614    ConstrainedCropHeight                float
5253           618    CheckMark                            int16u
5254           622    Rotation                             int16u
5255           624    WorkColorSpace                       int16u
5256
5257       CanonVRD StampTool Tags
5258
5259          Index   Tag Name                             Writable
5260          -----   --------                             --------
5261             0    StampToolCount                       N
5262
5263       CanonVRD Ver2 Tags
5264
5265       Tags added in DPP version 2.0 and later.
5266
5267          Index   Tag Name                             Writable
5268          -----   --------                             --------
5269             2    PictureStyle                         int16s
5270             3    IsCustomPictureStyle                 int16s
5271            13    StandardRawColorTone                 int16s
5272            14    StandardRawSaturation                int16s
5273            15    StandardRawContrast                  int16s
5274            16    StandardRawLinear                    int16s
5275            17    StandardRawSharpness                 int16s
5276            18    StandardRawHighlightPoint            int16s
5277            19    StandardRawShadowPoint               int16s
5278            20    StandardOutputHighlightPoint         int16s
5279            21    StandardOutputShadowPoint            int16s
5280            22    PortraitRawColorTone                 int16s
5281            23    PortraitRawSaturation                int16s
5282            24    PortraitRawContrast                  int16s
5283            25    PortraitRawLinear                    int16s
5284            26    PortraitRawSharpness                 int16s
5285            27    PortraitRawHighlightPoint            int16s
5286            28    PortraitRawShadowPoint               int16s
5287            29    PortraitOutputHighlightPoint         int16s
5288            30    PortraitOutputShadowPoint            int16s
5289            31    LandscapeRawColorTone                int16s
5290            32    LandscapeRawSaturation               int16s
5291            33    LandscapeRawContrast                 int16s
5292            34    LandscapeRawLinear                   int16s
5293            35    LandscapeRawSharpness                int16s
5294            36    LandscapeRawHighlightPoint           int16s
5295            37    LandscapeRawShadowPoint              int16s
5296            38    LandscapeOutputHighlightPoint        int16s
5297            39    LandscapeOutputShadowPoint           int16s
5298            40    NeutralRawColorTone                  int16s
5299            41    NeutralRawSaturation                 int16s
5300            42    NeutralRawContrast                   int16s
5301            43    NeutralRawLinear                     int16s
5302            44    NeutralRawSharpness                  int16s
5303            45    NeutralRawHighlightPoint             int16s
5304            46    NeutralRawShadowPoint                int16s
5305            47    NeutralOutputHighlightPoint          int16s
5306            48    NeutralOutputShadowPoint             int16s
5307            49    FaithfulRawColorTone                 int16s
5308            50    FaithfulRawSaturation                int16s
5309            51    FaithfulRawContrast                  int16s
5310            52    FaithfulRawLinear                    int16s
5311            53    FaithfulRawSharpness                 int16s
5312            54    FaithfulRawHighlightPoint            int16s
5313            55    FaithfulRawShadowPoint               int16s
5314            56    FaithfulOutputHighlightPoint         int16s
5315            57    FaithfulOutputShadowPoint            int16s
5316            58    MonochromeFilterEffect               int16s
5317            59    MonochromeToningEffect               int16s
5318            60    MonochromeContrast                   int16s
5319            61    MonochromeLinear                     int16s
5320            62    MonochromeSharpness                  int16s
5321            63    MonochromeRawHighlightPoint          int16s
5322            64    MonochromeRawShadowPoint             int16s
5323            65    MonochromeOutputHighlightPoint       int16s
5324            66    MonochromeOutputShadowPoint          int16s
5325            69    UnknownContrast?                     int16s
5326            70    UnknownLinear?                       int16s
5327            71    UnknownSharpness?                    int16s
5328            72    UnknownRawHighlightPoint?            int16s
5329            73    UnknownRawShadowPoint?               int16s
5330            74    UnknownOutputHighlightPoint?         int16s
5331            75    UnknownOutputShadowPoint?            int16s
5332            78    CustomContrast                       int16s
5333            79    CustomLinear                         int16s
5334            80    CustomSharpness                      int16s
5335            81    CustomRawHighlightPoint              int16s
5336            82    CustomRawShadowPoint                 int16s
5337            83    CustomOutputHighlightPoint           int16s
5338            84    CustomOutputShadowPoint              int16s
5339            88    CustomPictureStyleData               N
5340            94    ChrominanceNoiseReduction            int16s
5341            95    LuminanceNoiseReduction              int16s
5342            96    ChrominanceNR_TIFF_JPEG              int16s
5343            98    ChromaticAberrationOn                int16s
5344            99    DistortionCorrectionOn               int16s
5345           100    PeripheralIlluminationOn             int16s
5346           101    ColorBlur                            int16s
5347           102    ChromaticAberration                  int16s
5348           103    DistortionCorrection                 int16s
5349           104    PeripheralIllumination               int16s
5350           105    AberrationCorrectionDistance         int16s
5351           106    ChromaticAberrationRed               int16s
5352           107    ChromaticAberrationBlue              int16s
5353           109    LuminanceNR_TIFF_JPEG                int16s
5354           110    AutoLightingOptimizerOn              int16s
5355           111    AutoLightingOptimizer                int16s
5356           117    StandardRawHighlight                 int16s
5357           118    PortraitRawHighlight                 int16s
5358           119    LandscapeRawHighlight                int16s
5359           120    NeutralRawHighlight                  int16s
5360           121    FaithfulRawHighlight                 int16s
5361           122    MonochromeRawHighlight               int16s
5362           123    UnknownRawHighlight?                 int16s
5363           124    CustomRawHighlight                   int16s
5364           126    StandardRawShadow                    int16s
5365           127    PortraitRawShadow                    int16s
5366           128    LandscapeRawShadow                   int16s
5367           129    NeutralRawShadow                     int16s
5368           130    FaithfulRawShadow                    int16s
5369           131    MonochromeRawShadow                  int16s
5370           132    UnknownRawShadow?                    int16s
5371           133    CustomRawShadow                      int16s
5372           139    AngleAdj                             int32s
5373           142    CheckMark2                           int16u
5374           144    UnsharpMask                          int16s
5375           146    UnsharpMaskStrength                  int16s
5376           148    UnsharpMaskFineness                  int16s
5377           150    UnsharpMaskThreshold                 int16s
5378
5379       CanonVRD IHL Tags
5380
5381         Tag ID   Tag Name                             Writable
5382         ------   --------                             --------
5383         0x0001   IHL_EXIF                             EXIF
5384                  IHL_EXIF?                            N
5385         0x0003   ThumbnailImage                       N
5386         0x0004   PreviewImage                         N
5387         0x0005   RawCodecVersion                      N
5388         0x0006   CRCDevelParams?                      N
5389
5390   Casio Tags
5391         Tag ID   Tag Name                             Writable
5392         ------   --------                             --------
5393         0x0001   RecordingMode                        int16u
5394         0x0002   Quality                              int16u
5395         0x0003   FocusMode                            int16u
5396         0x0004   FlashMode                            int16u
5397         0x0005   FlashIntensity                       int16u
5398         0x0006   ObjectDistance                       int32u
5399         0x0007   WhiteBalance                         int16u
5400         0x000a   DigitalZoom                          int32u
5401         0x000b   Sharpness                            int16u
5402         0x000c   Contrast                             int16u
5403         0x000d   Saturation                           int16u
5404         0x0014   ISO                                  int16u
5405         0x0015   FirmwareDate                         string[18]
5406         0x0016   Enhancement                          int16u
5407         0x0017   ColorFilter                          int16u
5408         0x0018   AFPoint                              int16u
5409         0x0019   FlashIntensity                       int16u
5410         0x0e00   PrintIM                              PrintIM
5411
5412       Casio Type2 Tags
5413
5414         Tag ID   Tag Name                             Writable
5415         ------   --------                             --------
5416         0x0002   PreviewImageSize                     int16u[2]
5417         0x0003   PreviewImageLength                   int32u*
5418         0x0004   PreviewImageStart                    int32u*
5419         0x0008   QualityMode                          int16u
5420         0x0009   CasioImageSize                       int16u
5421         0x000d   FocusMode                            int16u
5422         0x0014   ISO                                  int16u
5423         0x0019   WhiteBalance                         int16u
5424         0x001d   FocalLength                          rational64u
5425         0x001f   Saturation                           int16u
5426         0x0020   Contrast                             int16u
5427         0x0021   Sharpness                            int16u
5428         0x0e00   PrintIM                              PrintIM
5429         0x2000   PreviewImage                         undef
5430         0x2001   FirmwareDate                         string[18]
5431         0x2011   WhiteBalanceBias                     int16u[2]
5432         0x2012   WhiteBalance                         int16u
5433         0x2021   AFPointPosition                      int16u[4]~
5434         0x2022   ObjectDistance                       int32u
5435         0x2034   FlashDistance                        int16u
5436         0x2076   SpecialEffectMode                    int8u[3]
5437         0x2089   FaceInfo1                            Casio FaceInfo1
5438                  FaceInfo2                            Casio FaceInfo2
5439                  FaceInfoUnknown?                     Y
5440         0x211c   FacesDetected                        int8u
5441         0x3000   RecordMode                           int16u
5442         0x3001   ReleaseMode                          int16u
5443         0x3002   Quality                              int16u
5444         0x3003   FocusMode                            int16u
5445         0x3006   HometownCity                         string
5446         0x3007   BestShotMode                         int16u
5447         0x3008   AutoISO                              int16u
5448         0x3009   AFMode                               int16u
5449         0x3011   Sharpness                            undef[2]
5450         0x3012   Contrast                             undef[2]
5451         0x3013   Saturation                           undef[2]
5452         0x3014   ISO                                  int16u
5453         0x3015   ColorMode                            int16u
5454         0x3016   Enhancement                          int16u
5455         0x3017   ColorFilter                          int16u
5456         0x301b   UnknownMode?                         int16u
5457         0x301c   SequenceNumber                       int16u
5458         0x301d   BracketSequence                      int16u[2]
5459         0x3020   ImageStabilization                   int16u
5460         0x302a   LightingMode                         int16u
5461         0x302b   PortraitRefiner                      int16u
5462         0x3030   SpecialEffectLevel                   int16u
5463         0x3031   SpecialEffectSetting                 int16u
5464         0x3103   DriveMode                            int16u
5465         0x4001   CaptureFrameRate                     int16u[n]
5466         0x4003   VideoQuality                         int16u
5467
5468       Casio FaceInfo1 Tags
5469
5470       Face-detect tags extracted from models such as the EX-H5.
5471
5472          Index   Tag Name                             Writable
5473          -----   --------                             --------
5474             0    FacesDetected                        int8u
5475             1    FaceDetectFrameSize                  int16u[2]
5476            13    Face1Position                        int16u[4]
5477           124    Face2Position                        int16u[4]
5478           235    Face3Position                        int16u[4]
5479           346    Face4Position                        int16u[4]
5480           457    Face5Position                        int16u[4]
5481           568    Face6Position                        int16u[4]
5482           679    Face7Position                        int16u[4]
5483           790    Face8Position                        int16u[4]
5484           901    Face9Position                        int16u[4]
5485          1012    Face10Position                       int16u[4]
5486
5487       Casio FaceInfo2 Tags
5488
5489       Face-detect tags extracted from models such as the EX-H20G and
5490       EX-ZR100.
5491
5492          Index   Tag Name                             Writable
5493          -----   --------                             --------
5494             2    FacesDetected                        int8u
5495             4    FaceDetectFrameSize                  int16u[2]
5496             8    FaceOrientation                      int8u
5497            24    Face1Position                        int16u[4]
5498            76    Face2Position                        int16u[4]
5499           128    Face3Position                        int16u[4]
5500           180    Face4Position                        int16u[4]
5501           232    Face5Position                        int16u[4]
5502           284    Face6Position                        int16u[4]
5503           336    Face7Position                        int16u[4]
5504           388    Face8Position                        int16u[4]
5505           440    Face9Position                        int16u[4]
5506           492    Face10Position                       int16u[4]
5507
5508       Casio QVCI Tags
5509
5510       This information is found in the APP1 QVCI segment of JPEG images from
5511       the Casio QV-7000SX.
5512
5513          Index   Tag Name                             Writable
5514          -----   --------                             --------
5515            44    CasioQuality                         N
5516            55    FocalRange?                          N
5517            77    DateTimeOriginal                     N
5518            98    ModelType                            N
5519           114    ManufactureIndex                     N
5520           124    ManufactureCode                      N
5521
5522       Casio AVI Tags
5523
5524       This information is found in Casio GV-10 AVI videos.
5525
5526          Index   Tag Name                             Writable
5527          -----   --------                             --------
5528             0    Software                             N
5529
5530   FujiFilm Tags
5531         Tag ID   Tag Name                             Writable
5532         ------   --------                             --------
5533         0x0000   Version                              undef
5534         0x0010   InternalSerialNumber                 string
5535         0x1000   Quality                              string
5536         0x1001   Sharpness                            int16u
5537         0x1002   WhiteBalance                         int16u
5538         0x1003   Saturation                           int16u
5539         0x1004   Contrast                             int16u
5540         0x1005   ColorTemperature                     int16u
5541         0x1006   Contrast                             int16u
5542         0x100a   WhiteBalanceFineTune                 int32s[2]
5543         0x100b   NoiseReduction                       int16u
5544         0x100e   HighISONoiseReduction                int16u
5545         0x1010   FujiFlashMode                        int16u
5546         0x1011   FlashExposureComp                    rational64s
5547         0x1020   Macro                                int16u
5548         0x1021   FocusMode                            int16u
5549         0x1023   FocusPixel                           int16u[2]
5550         0x1030   SlowSync                             int16u
5551         0x1031   PictureMode                          int16u
5552         0x1033   EXRAuto                              int16u
5553         0x1034   EXRMode                              int16u
5554         0x1100   AutoBracketing                       int16u
5555         0x1101   SequenceNumber                       int16u
5556         0x1210   ColorMode                            int16u
5557         0x1300   BlurWarning                          int16u
5558         0x1301   FocusWarning                         int16u
5559         0x1302   ExposureWarning                      int16u
5560         0x1304   GEImageSize                          string
5561         0x1400   DynamicRange                         int16u
5562         0x1401   FilmMode                             int16u
5563         0x1402   DynamicRangeSetting                  int16u
5564         0x1403   DevelopmentDynamicRange              int16u
5565         0x1404   MinFocalLength                       rational64s
5566         0x1405   MaxFocalLength                       rational64s
5567         0x1406   MaxApertureAtMinFocal                rational64s
5568         0x1407   MaxApertureAtMaxFocal                rational64s
5569         0x140b   AutoDynamicRange                     int16u
5570         0x4100   FacesDetected                        int16u
5571         0x4103   FacePositions                        int16u[n]
5572         0x4282   FaceRecInfo                          FujiFilm FaceRecInfo
5573         0x8000   FileSource                           string
5574         0x8002   OrderNumber                          int32u
5575         0x8003   FrameNumber                          int16u
5576         0xb211   Parallax                             rational64s
5577
5578       FujiFilm FaceRecInfo Tags
5579
5580       Face recognition information.
5581
5582         Tag Name                                      Writable
5583         --------                                      --------
5584         Face1Birthday                                 N
5585         Face1Category                                 N
5586         Face1Name                                     N
5587         Face2Birthday                                 N
5588         Face2Category                                 N
5589         Face2Name                                     N
5590         Face3Birthday                                 N
5591         Face3Category                                 N
5592         Face3Name                                     N
5593         Face4Birthday                                 N
5594         Face4Category                                 N
5595         Face4Name                                     N
5596         Face5Birthday                                 N
5597         Face5Category                                 N
5598         Face5Name                                     N
5599         Face6Birthday                                 N
5600         Face6Category                                 N
5601         Face6Name                                     N
5602         Face7Birthday                                 N
5603         Face7Category                                 N
5604         Face7Name                                     N
5605         Face8Birthday                                 N
5606         Face8Category                                 N
5607         Face8Name                                     N
5608
5609       FujiFilm RAF Tags
5610
5611       FujiFilm RAF images contain meta information stored in a proprietary
5612       FujiFilm RAF format, as well as EXIF information stored inside an
5613       embedded JPEG preview image.  The table below lists tags currently
5614       decoded from the RAF-format information.
5615
5616         Tag ID   Tag Name                             Writable
5617         ------   --------                             --------
5618         0x0100   RawImageFullSize                     N
5619         0x0121   RawImageSize                         N
5620         0x0130   FujiLayout                           N
5621         0x2ff0   WB_GRGBLevels                        N
5622
5623       FujiFilm FFMV Tags
5624
5625       Information found in the FFMV atom of MOV videos.
5626
5627          Index   Tag Name                             Writable
5628          -----   --------                             --------
5629             0    MovieStreamName                      N
5630
5631   GE Tags
5632       This table lists tags found in the maker notes of some General Imaging
5633       camera models.
5634
5635         Tag ID   Tag Name                             Writable
5636         ------   --------                             --------
5637         0x0202   Macro                                int16u
5638         0x0207   GEModel                              string
5639         0x0300   GEMake                               string
5640
5641   HP Tags
5642       These tables list tags found in the maker notes of some Hewlett-Packard
5643       camera models.
5644
5645       The first table lists tags found in the EXIF-format maker notes of the
5646       PhotoSmart 720 (also used by the Vivitar ViviCam 3705, 3705B and 3715).
5647
5648         Tag ID   Tag Name                             Writable
5649         ------   --------                             --------
5650         0x0e00   PrintIM                              PrintIM
5651
5652       HP Type2 Tags
5653
5654       These tags are used by the PhotoSmart E427.
5655
5656         Tag ID               Tag Name                 Writable
5657         ------               --------                 --------
5658         'Lens Shading'       LensShading              N
5659         'PreviewImage'       PreviewImage             N
5660         'Serial Number'      SerialNumber             N
5661
5662       HP Type4 Tags
5663
5664       These tags are used by the PhotoSmart M627.
5665
5666          Index   Tag Name                             Writable
5667          -----   --------                             --------
5668            12    MaxAperture                          N
5669            16    ExposureTime                         N
5670            20    CameraDateTime                       N
5671            52    ISO                                  N
5672            92    SerialNumber                         N
5673
5674       HP Type6 Tags
5675
5676       These tags are used by the PhotoSmart M425, M525 and M527.
5677
5678          Index   Tag Name                             Writable
5679          -----   --------                             --------
5680            12    FNumber                              N
5681            16    ExposureTime                         N
5682            20    CameraDateTime                       N
5683            52    ISO                                  N
5684            88    SerialNumber                         N
5685
5686       HP TDHD Tags
5687
5688       These tags are extracted from the APP6 "TDHD" segment of Photosmart
5689       R837 JPEG images.  Many other unknown tags exist in is data, and can be
5690       seen with the Unknown (-u) option.
5691
5692         Tag ID   Tag Name                             Writable
5693         ------   --------                             --------
5694         'CMSN'   SerialNumber                         N
5695         'FWRV'   FirmwareVersion                      N
5696         'LSLV'   LSLV                                 HP TDHD
5697         'TDHD'   TDHD                                 HP TDHD
5698
5699   JVC Tags
5700       JVC EXIF maker note tags.
5701
5702         Tag ID   Tag Name                             Writable
5703         ------   --------                             --------
5704         0x0002   CPUVersions                          N
5705         0x0003   Quality                              N
5706
5707       JVC Text Tags
5708
5709       JVC/Victor text-based maker note tags.
5710
5711         Tag ID   Tag Name                             Writable
5712         ------   --------                             --------
5713         'QTY'    Quality                              N
5714         'VER'    MakerNoteVersion                     N
5715
5716   Kodak Tags
5717       Many Kodak models don't store the maker notes in standard IFD format,
5718       and these formats vary with different models.  Some information has
5719       been decoded, but much of the Kodak information remains unknown.
5720
5721       The table below contains the most common set of Kodak tags.  The
5722       following Kodak camera models have been tested and found to use these
5723       tags: C360, C663, C875, CX6330, CX6445, CX7330, CX7430, CX7525, CX7530,
5724       DC4800, DC4900, DX3500, DX3600, DX3900, DX4330, DX4530, DX4900, DX6340,
5725       DX6440, DX6490, DX7440, DX7590, DX7630, EasyShare-One, LS420, LS443,
5726       LS633, LS743, LS753, V530, V550, V570, V603, V610, V705, Z650, Z700,
5727       Z710, Z730, Z740, Z760 and Z7590.
5728
5729          Index   Tag Name                             Writable
5730          -----   --------                             --------
5731             0    KodakModel                           string[8]
5732             9    Quality                              int8u
5733            10    BurstMode                            int8u
5734            12    KodakImageWidth                      int16u
5735            14    KodakImageHeight                     int16u
5736            16    YearCreated                          int16u
5737            18    MonthDayCreated                      int8u[2]
5738            20    TimeCreated                          int8u[4]
5739            24    BurstMode2?                          int16u
5740            27    ShutterMode                          int8u
5741            28    MeteringMode                         int8u
5742            29    SequenceNumber                       int8u
5743            30    FNumber                              int16u
5744            32    ExposureTime                         int32u
5745            36    ExposureCompensation                 int16s
5746            38    VariousModes?                        int16u
5747            40    Distance1?                           int32u
5748            44    Distance2?                           int32u
5749            48    Distance3?                           int32u
5750            52    Distance4?                           int32u
5751            56    FocusMode                            int8u
5752            58    VariousModes2?                       int16u
5753            60    PanoramaMode?                        int16u
5754            62    SubjectDistance?                     int16u
5755            64    WhiteBalance                         int8u
5756            92    FlashMode                            int8u
5757            93    FlashFired                           int8u
5758            94    ISOSetting                           int16u
5759            96    ISO                                  int16u
5760            98    TotalZoom                            int16u
5761           100    DateTimeStamp                        int16u
5762           102    ColorMode                            int16u
5763           104    DigitalZoom                          int16u
5764           107    Sharpness                            int8s
5765
5766       Kodak Type2 Tags
5767
5768       These tags are used by the Kodak DC220, DC260, DC265 and DC290,
5769       Hewlett-Packard PhotoSmart 618, C500 and C912, Pentax EI-200 and
5770       EI-2000, and Minolta EX1500Z.
5771
5772          Index   Tag Name                             Writable
5773          -----   --------                             --------
5774             8    KodakMaker                           string[32]
5775            40    KodakModel                           string[32]
5776           108    KodakImageWidth                      int32u
5777           112    KodakImageHeight                     int32u
5778
5779       Kodak Type3 Tags
5780
5781       These tags are used by the DC240, DC280, DC3400 and DC5000.
5782
5783          Index   Tag Name                             Writable
5784          -----   --------                             --------
5785            12    YearCreated                          int16u
5786            14    MonthDayCreated                      int8u[2]
5787            16    TimeCreated                          int8u[4]
5788            30    OpticalZoom                          int16u
5789            55    Sharpness                            int8s
5790            56    ExposureTime                         int32u
5791            60    FNumber                              int16u
5792            78    ISO                                  int16u
5793
5794       Kodak Type4 Tags
5795
5796       These tags are used by the DC200 and DC215.
5797
5798          Index   Tag Name                             Writable
5799          -----   --------                             --------
5800            32    OriginalFileName                     string[12]
5801
5802       Kodak Type5 Tags
5803
5804       These tags are used by the CX4200, CX4210, CX4230, CX4300, CX4310,
5805       CX6200 and CX6230.
5806
5807          Index   Tag Name                             Writable
5808          -----   --------                             --------
5809            20    ExposureTime                         int32u
5810            26    WhiteBalance                         int8u
5811            28    FNumber                              int16u
5812            30    ISO                                  int16u
5813            32    OpticalZoom                          int16u
5814            34    DigitalZoom                          int16u
5815            39    FlashMode                            int8u
5816            42    ImageRotated                         int8u
5817            43    Macro                                int8u
5818
5819       Kodak Type6 Tags
5820
5821       These tags are used by the DX3215 and DX3700.
5822
5823          Index   Tag Name                             Writable
5824          -----   --------                             --------
5825            16    ExposureTime                         int32u
5826            20    ISOSetting?                          int32u
5827            24    FNumber                              int16u
5828            26    ISO                                  int16u
5829            28    OpticalZoom                          int16u
5830            30    DigitalZoom                          int16u
5831            34    Flash                                int16u
5832
5833       Kodak Type7 Tags
5834
5835       The maker notes of models such as the C340, C433, CC533, LS755, V803
5836       and V1003 seem to start with the camera serial number.  The C310, C315,
5837       C330, C643, C743, CD33, CD43, CX7220 and CX7300 maker notes are also
5838       decoded using this table, although the strings for these cameras don't
5839       conform to the usual Kodak serial number format, and instead have the
5840       model name followed by 8 digits.
5841
5842          Index   Tag Name                             Writable
5843          -----   --------                             --------
5844             0    SerialNumber                         string[16]
5845
5846       Kodak Type8 Tags
5847
5848       Kodak models such as the ZD710, P712, P850, P880, V1233, V1253, V1275,
5849       V1285, Z612, Z712, Z812, Z885 use standard TIFF IFD format for the
5850       maker notes.  In keeping with Kodak's strategy of inconsistent
5851       makernotes, models such as the M380, M1033, M1093, V1073, V1273, Z1012,
5852       Z1085 and Z8612 also use these tags, but these makernotes begin with a
5853       TIFF header instead of an IFD entry count and use relative instead of
5854       absolute offsets.  There is a large amount of information stored in
5855       these maker notes (apparently with much duplication), but relatively
5856       few tags have so far been decoded.
5857
5858         Tag ID   Tag Name                             Writable
5859         ------   --------                             --------
5860         0xfc00   SubIFD0                              Kodak SubIFD0
5861                                                       Kodak SubIFD0
5862         0xfc01   SubIFD1                              Kodak SubIFD1
5863                                                       Kodak SubIFD1
5864         0xfc02   SubIFD2                              Kodak SubIFD2
5865                                                       Kodak SubIFD2
5866         0xfc03   SubIFD3                              Kodak SubIFD3
5867                                                       Kodak SubIFD3
5868         0xfc04   SubIFD4                              Kodak SubIFD4
5869                                                       Kodak SubIFD4
5870         0xfc05   SubIFD5                              Kodak SubIFD5
5871                                                       Kodak SubIFD5
5872         0xfc06   SubIFD6                              Kodak SubIFD6
5873                                                       Kodak SubIFD6
5874         0xfcff   SubIFD255                            Kodak SubIFD0
5875         0xff00   CameraInfo                           Kodak CameraInfo
5876
5877       Kodak SubIFD0 Tags
5878
5879       SubIFD0 through SubIFD5 tags are written a number of newer Kodak
5880       models.
5881
5882         Tag ID   Tag Name                             Writable
5883         ------   --------                             --------
5884         0xfa02   SceneMode                            int16u
5885         0xfa19   SerialNumber                         string
5886         0xfa1d   KodakImageWidth                      int16u
5887         0xfa1e   KodakImageHeight                     int16u
5888         0xfa20   SensorWidth                          int16u
5889         0xfa21   SensorHeight                         int16u
5890         0xfa23   FNumber                              int16u
5891         0xfa24   ExposureTime                         int32u
5892         0xfa2e   ISO                                  int16u
5893         0xfa3d   OpticalZoom                          int16u
5894         0xfa46   ISO                                  int16u
5895         0xfa51   KodakImageWidth                      int16u
5896         0xfa52   KodakImageHeight                     int16u
5897         0xfa54   ThumbnailWidth                       int16u
5898         0xfa55   ThumbnailHeight                      int16u
5899         0xfa57   PreviewWidth                         int16u
5900         0xfa58   PreviewHeight                        int16u
5901
5902       Kodak SubIFD1 Tags
5903
5904         Tag ID   Tag Name                             Writable
5905         ------   --------                             --------
5906         0x0027   ISO                                  int16u
5907         0x0028   ISO                                  int16u
5908
5909       Kodak SubIFD2 Tags
5910
5911         Tag ID   Tag Name                             Writable
5912         ------   --------                             --------
5913         0x6002   SceneModeUsed                        int32u
5914         0x6006   OpticalZoom                          int32u
5915         0x6103   MaxAperture                          int32u
5916         0xf002   SceneModeUsed                        int32u
5917         0xf006   OpticalZoom                          int32u
5918         0xf103   FNumber                              int32u
5919         0xf104   ExposureTime                         int32u
5920         0xf105   ISO                                  int32u
5921
5922       Kodak SubIFD3 Tags
5923
5924         Tag ID   Tag Name                             Writable
5925         ------   --------                             --------
5926         0x1000   OpticalZoom                          int16u
5927
5928       Kodak SubIFD4 Tags
5929
5930         Tag ID   Tag Name                             Writable
5931         ------   --------                             --------
5932         [no tags known]
5933
5934       Kodak SubIFD5 Tags
5935
5936         Tag ID   Tag Name                             Writable
5937         ------   --------                             --------
5938         0x000f   OpticalZoom                          int16u
5939
5940       Kodak SubIFD6 Tags
5941
5942       SubIFD6 is written by the M580.
5943
5944         Tag ID   Tag Name                             Writable
5945         ------   --------                             --------
5946         [no tags known]
5947
5948       Kodak CameraInfo Tags
5949
5950       These tags are used by the  P712, P850 and P880.
5951
5952         Tag ID   Tag Name                             Writable
5953         ------   --------                             --------
5954         0xf900   SensorWidth                          int16u
5955         0xf901   SensorHeight                         int16u
5956         0xf902   BayerPattern                         string
5957         0xf903   SensorFullWidth                      int16u
5958         0xf904   SensorFullHeight                     int16u
5959         0xf907   KodakImageWidth                      int16u
5960         0xf908   KodakImageHeight                     int16u
5961         0xfa00   KodakInfoType                        string
5962         0xfa04   SerialNumber                         string
5963         0xfd04   FNumber                              int16u
5964         0xfd05   ExposureTime                         int32u
5965         0xfd06   ISO                                  int16u
5966
5967       Kodak Type9 Tags
5968
5969       These tags are used by the Kodak C140, C180, C913, C1013, M320, M340
5970       and M550, as well as various cameras marketed by other manufacturers.
5971
5972          Index   Tag Name                             Writable
5973          -----   --------                             --------
5974            12    FNumber                              int16u
5975            16    ExposureTime                         int32u
5976            20    DateTimeOriginal                     string[20]
5977            52    ISO                                  int16u
5978            87    FirmwareVersion                      string[16]
5979           168    UnknownNumber                        string[12]
5980           196    UnknownNumber                        string[12]
5981
5982       Kodak Type10 Tags
5983
5984       Another variation of the IFD-format type, this time with just a byte
5985       order indicator instead of a full TIFF header.  These tags are used by
5986       the Z980.
5987
5988         Tag ID   Tag Name                             Writable
5989         ------   --------                             --------
5990         0x0002   PreviewImageSize                     int16u[2]
5991         0x0012   ExposureTime                         int32u
5992         0x0013   FNumber                              int16u
5993         0x0014   ISO                                  int16u
5994         0x001d   FocalLength                          int32u
5995
5996       Kodak Unknown Tags
5997
5998          Index   Tag Name                             Writable
5999          -----   --------                             --------
6000         [no tags known]
6001
6002       Kodak IFD Tags
6003
6004       These tags are found in a separate IFD of JPEG, TIFF, DCR and KDC
6005       images from some older Kodak models such as the DC50, DC120, DCS760C,
6006       DCS Pro 14N, 14nx, SLR/n, Pro Back and Canon EOS D2000.
6007
6008         Tag ID   Tag Name                             Writable
6009         ------   --------                             --------
6010         0x0001   UnknownEV?                           rational64u
6011         0x0003   ExposureValue                        rational64u
6012         0x03e9   OriginalFileName                     string
6013         0x03eb   SensorLeftBorder                     N
6014         0x03ec   SensorTopBorder                      N
6015         0x03ed   SensorImageWidth                     N
6016         0x03ee   SensorImageHeight                    N
6017         0x03f1   TextualInfo                          Kodak TextualInfo
6018         0x03fc   WhiteBalance                         int16u
6019         0x03fd   Processing                           Kodak Processing
6020         0x0401   Time                                 string
6021         0x0414   NCDFileInfo                          string
6022         0x0846   ColorTemperature                     int16u
6023         0x0852   WB_RGBMul0                           N
6024         0x0853   WB_RGBMul1                           N
6025         0x0854   WB_RGBMul2                           N
6026         0x0855   WB_RGBMul3                           N
6027         0x085c   WB_RGBCoeffs0                        N
6028         0x085d   WB_RGBCoeffs1                        N
6029         0x085e   WB_RGBCoeffs2                        N
6030         0x085f   WB_RGBCoeffs3                        N
6031         0x0ce5   FirmwareVersion                      string
6032         0x1391   ToneCurveFileName                    string
6033         0x1784   ISO                                  int32u
6034
6035       Kodak TextualInfo Tags
6036
6037       Below is a list of tags which have been observed in the Kodak
6038       TextualInfo data, however ExifTool will extract information from any
6039       tags found here.
6040
6041         Tag ID                Tag Name                Writable
6042         ------                --------                --------
6043         'AF Function'         AFMode                  N
6044         'Actual Compensation' ActualCompensation      N
6045         'Aperture'            Aperture                N
6046         'Auto Bracket'        AutoBracket             N
6047         'Brightness Value'    BrightnessValue         N
6048         'Camera'              CameraModel             N
6049         'Camera body'         CameraBody              N
6050         'Compensation'        ExposureCompensation    N
6051         'Date'                Date                    N
6052         'Exposure Bias'       ExposureBias            N
6053         'Exposure Mode'       ExposureMode            N
6054         'Firmware Version'    FirmwareVersion         N
6055         'Flash Compensation'  FlashExposureComp       N
6056         'Flash Fired'         FlashFired              N
6057         'Flash Sync Mode'     FlashSyncMode           N
6058         'Focal Length'        FocalLength             N
6059         'Height'              KodakImageHeight        N
6060         'ISO'                 ISO                     N
6061         'ISO Speed'           ISO                     N
6062         'Image Number'        ImageNumber             N
6063         'Max Aperture'        MaxAperture             N
6064         'Meter Mode'          MeterMode               N
6065         'Min Aperture'        MinAperture             N
6066         'Popup Flash'         PopupFlash              N
6067         'Serial Number'       SerialNumber            N
6068         'Shooting Mode'       ShootingMode            N
6069         'Shutter'             ShutterSpeed            N
6070         'Temperature'         Temperature             N
6071         'Time'                Time                    N
6072         'White balance'       WhiteBalance            N
6073         'Width'               KodakImageWidth         N
6074         '_other_info'         OtherInfo               N
6075
6076       Kodak Processing Tags
6077
6078          Index   Tag Name                             Writable
6079          -----   --------                             --------
6080            20    WB_RGBLevels                         N
6081
6082       Kodak Meta Tags
6083
6084       These tags are found in the APP3 "Meta" segment of JPEG images from
6085       Kodak cameras such as the DC280, DC3400, DC5000, MC3, M580, Z950 and
6086       Z981.  The structure of this segment is similar to the APP1 "Exif"
6087       segment, but a different set of tags is used.
6088
6089         Tag ID   Tag Name                             Writable
6090         ------   --------                             --------
6091         0xc350   FilmProductCode                      N
6092         0xc351   ImageSourceEK                        N
6093         0xc352   CaptureConditionsPAR                 N
6094         0xc353   CameraOwner                          undef
6095         0xc354   SerialNumber                         undef
6096         0xc355   UserSelectGroupTitle                 N
6097         0xc356   DealerIDNumber                       N
6098         0xc357   CaptureDeviceFID                     N
6099         0xc358   EnvelopeNumber                       N
6100         0xc359   FrameNumber                          N
6101         0xc35a   FilmCategory                         N
6102         0xc35b   FilmGencode                          N
6103         0xc35c   ModelAndVersion                      N
6104         0xc35d   FilmSize                             N
6105         0xc35e   SBA_RGBShifts                        N
6106         0xc35f   SBAInputImageColorspace              N
6107         0xc360   SBAInputImageBitDepth                N
6108         0xc361   SBAExposureRecord                    N
6109         0xc362   UserAdjSBA_RGBShifts                 N
6110         0xc363   ImageRotationStatus                  N
6111         0xc364   RollGuidElements                     N
6112         0xc365   MetadataNumber                       N
6113         0xc366   EditTagArray                         N
6114         0xc367   Magnification                        N
6115         0xc36c   NativeXResolution                    N
6116         0xc36d   NativeYResolution                    N
6117         0xc36e   KodakEffectsIFD                      Kodak SpecialEffects
6118         0xc36f   KodakBordersIFD                      Kodak Borders
6119         0xc37a   NativeResolutionUnit                 N
6120         0xc418   SourceImageDirectory                 N
6121         0xc419   SourceImageFileName                  N
6122         0xc41a   SourceImageVolumeName                N
6123         0xc46c   PrintQuality                         N
6124         0xc46e   ImagePrintStatus                     N
6125
6126       Kodak SpecialEffects Tags
6127
6128       The Kodak SpecialEffects and Borders tags are found in sub-IFD's within
6129       the Kodak JPEG APP3 "Meta" segment.
6130
6131         Tag ID   Tag Name                             Writable
6132         ------   --------                             --------
6133         0x0000   DigitalEffectsVersion                N
6134         0x0001   DigitalEffectsName                   N
6135         0x0002   DigitalEffectsType                   N
6136
6137       Kodak Borders Tags
6138
6139         Tag ID   Tag Name                             Writable
6140         ------   --------                             --------
6141         0x0000   BordersVersion                       N
6142         0x0001   BorderName                           N
6143         0x0002   BorderID                             N
6144         0x0003   BorderLocation                       N
6145         0x0004   BorderType                           N
6146         0x0008   WatermarkType                        N
6147
6148       Kodak KDC_IFD Tags
6149
6150       These tags are found in a separate IFD of KDC images from some newer
6151       Kodak models such as the P880 and Z1015IS.
6152
6153         Tag ID   Tag Name                             Writable
6154         ------   --------                             --------
6155         0xfa00   SerialNumber                         string
6156         0xfa0d   WhiteBalance                         int8u
6157         0xfa25   WB_RGBLevelsAuto                     N
6158         0xfa27   WB_RGBLevelsTungsten                 N
6159         0xfa28   WB_RGBLevelsFluorescent              N
6160         0xfa29   WB_RGBLevelsDaylight                 N
6161         0xfa2a   WB_RGBLevelsShade                    N
6162
6163       Kodak MOV Tags
6164
6165       This information is found in Kodak MOV videos from models such as the
6166       P880.
6167
6168          Index   Tag Name                             Writable
6169          -----   --------                             --------
6170             0    Make                                 N
6171            22    Model                                N
6172            64    ModelType                            N
6173            78    ExposureTime                         N
6174            82    FNumber                              N
6175            90    ExposureCompensation                 N
6176           112    FocalLength                          N
6177
6178   Leaf Tags
6179       These tags are found in .MOS images from Leaf digital camera backs as
6180       written by Creo Leaf Capture.  They exist within the Leaf-specific
6181       directory structure of EXIF tag 0x8606.  The tables below list observed
6182       Leaf tags, however ExifTool will extract any tags found in the Leaf
6183       directories even if they don't appear in these tables.
6184
6185         Tag ID                          Tag Name      Writable
6186         ------                          --------      --------
6187         'JPEG_preview_data'             PreviewImage  undef
6188         'JPEG_preview_info'             PreviewInfo   N
6189         'PDA_histogram_data'            PDAHistogram  N
6190         'back_serial_number'            BackSerial    N
6191         'camera_profile'                CameraProfile Leaf CameraProfile
6192         'icc_camera_profile'            ICC_Profile   ICC_Profile
6193         'icc_camera_to_tone_matrix'     ToneMatrix    N
6194         'icc_camera_to_tone_space_flow' ToneSpaceFlow N
6195         'icc_rgb_ws_profile'            RGB_Profile   ICC_Profile
6196         'image_offset'                  ImageOffset   N
6197         'pattern_ratation_angle'        PatternAngle  N
6198
6199       Leaf CameraProfile Tags
6200
6201       All Tag ID's in the following table have a leading 'CamProf_' which has
6202       been removed.
6203
6204         Tag ID               Tag Name                 Writable
6205         ------               --------                 --------
6206         'back_type'          CameraBackType           N
6207         'capture_profile'    CaptureProfile           Leaf CaptureProfile
6208         'image_profile'      ImageProfile             Leaf ImageProfile
6209         'name'               CameraName               N
6210         'type'               CameraType               N
6211         'version'            CameraProfileVersion     N
6212
6213       Leaf CaptureProfile Tags
6214
6215       All Tag ID's in the following table have a leading 'CaptProf_' which
6216       has been removed.
6217
6218         Tag ID                 Tag Name               Writable
6219         ------                 --------               --------
6220         'CCD_rect'             CCDRect                N
6221         'CCD_valid_rect'       CCDValidRect           N
6222         'CCD_video_rect'       CCDVideoRect           N
6223         'back_type'            CaptProfBackType       N
6224         'center_dark_rect'     CenterDarkRect         N
6225         'color_averages'       ColorAverages          N
6226         'color_matrix'         ColorMatrix            N
6227         'dark_correction_type' DarkCorrectionType     N
6228         'image_bounds'         ImageBounds            N
6229         'image_fields'         ImageFields            N
6230         'image_offset'         ImageOffset            N
6231         'left_dark_rect'       LeftDarkRect           N
6232         'luminance_consts'     LuminanceConsts        N
6233         'mosaic_pattern'       MosaicPattern          N
6234         'name'                 CaptProfName           N
6235         'number_of_planes'     NumberOfPlanes         N
6236         'raw_data_rotation'    RawDataRotation        N
6237         'reconstruction_type'  ReconstructionType     N
6238         'right_dark_rect'      RightDarkRect          N
6239         'serial_number'        CaptureSerial          N
6240         'type'                 CaptProfType           N
6241         'version'              CaptProfVersion        N
6242         'xy_offset_info'       XYOffsetInfo           N
6243
6244       Leaf ImageProfile Tags
6245
6246       All Tag ID's in the following table have a leading 'ImgProf_' which has
6247       been removed.
6248
6249         Tag ID               Tag Name                 Writable
6250         ------               --------                 --------
6251         'back_type'          ImgProfBackType          N
6252         'image_status'       ImageStatus              N
6253         'name'               ImgProfName              N
6254         'rotation_angle'     RotationAngle            N
6255         'shoot_setup'        ShootSetup               Leaf ShootSetup
6256         'type'               ImgProfType              N
6257         'version'            ImgProfVersion           N
6258
6259       Leaf ShootSetup Tags
6260
6261       All Tag ID's in the following table have a leading 'ShootObj_' which
6262       has been removed.
6263
6264         Tag ID               Tag Name                 Writable
6265         ------               --------                 --------
6266         'back_type'          ShootObjBackType         N
6267         'camera_setup'       CameraSetup              Leaf CameraSetup
6268         'capture_setup'      CaptureSetup             Leaf CaptureSetup
6269         'color_setup'        ColorSetup               Leaf ColorSetup
6270         'look_header'        LookHeader               Leaf LookHeader
6271         'name'               ShootObjName             N
6272         'save_setup'         SaveSetup                Leaf SaveSetup
6273         'type'               ShootObjType             N
6274         'version'            ShootObjVersion          N
6275
6276       Leaf CameraSetup Tags
6277
6278       All Tag ID's in the following table have a leading 'CameraObj_' which
6279       has been removed.
6280
6281         Tag ID               Tag Name                 Writable
6282         ------               --------                 --------
6283         'ISO_speed'          ISOSpeed                 N
6284         'back_type'          CameraObjBackType        N
6285         'camera_type'        CameraType               N
6286         'lens_ID'            LensID                   N
6287         'lens_type'          LensType                 N
6288         'name'               CameraObjName            N
6289         'strobe'             Strobe                   N
6290         'type'               CameraObjType            N
6291         'version'            CameraObjVersion         N
6292
6293       Leaf CaptureSetup Tags
6294
6295       All Tag ID's in the following table have a leading 'CaptureObj_' which
6296       has been removed.
6297
6298         Tag ID               Tag Name                 Writable
6299         ------               --------                 --------
6300         'Multi_quality'      MultiQuality             N
6301         'back_type'          CaptureObjBackType       N
6302         'name'               CaptureObjName           N
6303         'neutals'            Neutals                  Leaf Neutrals
6304         'selection'          Selection                Leaf Selection
6305         'sharpness'          Sharpness                Leaf Sharpness
6306         'single_quality'     SingleQuality            N
6307         'tone_curve'         ToneCurve                Leaf ToneCurve
6308         'type'               CaptureObjType           N
6309         'version'            CaptureObjVersion        N
6310
6311       Leaf Neutrals Tags
6312
6313       All Tag ID's in the following table have a leading 'NeutObj_' which has
6314       been removed.
6315
6316         Tag ID                 Tag Name               Writable
6317         ------                 --------               --------
6318         'back_type'            NeutObjBackType        N
6319         'color_casts'          ColorCasts             N
6320         'highlight_end_points' HighlightEndPoints     N
6321         'name'                 NeutObjName            N
6322         'neutrals'             Neutrals               N
6323         'shadow_end_points'    ShadowEndPoints        N
6324         'type'                 NeutObjType            N
6325         'version'              NeutObjVersion         N
6326
6327       Leaf Selection Tags
6328
6329       All Tag ID's in the following table have a leading 'SelObj_' which has
6330       been removed.
6331
6332         Tag ID               Tag Name                 Writable
6333         ------               --------                 --------
6334         'back_type'          SelObjBackType           N
6335         'locks'              Locks                    N
6336         'name'               SelObjName               N
6337         'orientation'        Orientation              N
6338         'rect'               Rect                     N
6339         'resolution'         Resolution               N
6340         'scale'              Scale                    N
6341         'type'               SelObjType               N
6342         'version'            SelObjVersion            N
6343
6344       Leaf Sharpness Tags
6345
6346       All Tag ID's in the following table have a leading 'SharpObj_' which
6347       has been removed.
6348
6349         Tag ID               Tag Name                 Writable
6350         ------               --------                 --------
6351         'back_type'          SharpObjBackType         N
6352         'data_len'           DataLen                  N
6353         'name'               SharpObjName             N
6354         'sharp_info'         SharpInfo                N
6355         'sharp_method'       SharpMethod              N
6356         'type'               SharpObjType             N
6357         'version'            SharpObjVersion          N
6358
6359       Leaf ToneCurve Tags
6360
6361       All Tag ID's in the following table have a leading 'ToneObj_' which has
6362       been removed.
6363
6364         Tag ID               Tag Name                 Writable
6365         ------               --------                 --------
6366         'back_type'          ToneObjBackType          N
6367         'gamma'              Gamma                    N
6368         'name'               ToneObjName              N
6369         'npts'               Npts                     N
6370         'tones'              Tones                    N
6371         'type'               ToneObjType              N
6372         'version'            ToneObjVersion           N
6373
6374       Leaf ColorSetup Tags
6375
6376       All Tag ID's in the following table have a leading 'ColorObj_' which
6377       has been removed.
6378
6379         Tag ID               Tag Name                 Writable
6380         ------               --------                 --------
6381         'back_type'          ColorObjBackType         N
6382         'color_mode'         ColorMode                N
6383         'color_type'         ColorType                N
6384         'has_ICC'            HasICC                   N
6385         'input_profile'      InputProfile             N
6386         'name'               ColorObjName             N
6387         'output_profile'     OutputProfile            N
6388         'type'               ColorObjType             N
6389         'version'            ColorObjVersion          N
6390
6391       Leaf LookHeader Tags
6392
6393       All Tag ID's in the following table have a leading 'LookHead_' which
6394       has been removed.
6395
6396         Tag ID               Tag Name                 Writable
6397         ------               --------                 --------
6398         'back_type'          LookHeadBackType         N
6399         'name'               LookHeadName             N
6400         'type'               LookHeadType             N
6401         'version'            LookHeadVersion          N
6402
6403       Leaf SaveSetup Tags
6404
6405       All Tag ID's in the following table have a leading 'SaveObj_' which has
6406       been removed.
6407
6408         Tag ID                  Tag Name              Writable
6409         ------                  --------              --------
6410         'back_type'             SaveObjBackType       N
6411         'leaf_auto_active'      LeafAutoActive        N
6412         'leaf_auto_base_name'   LeafAutoBaseName      N
6413         'leaf_hot_folder'       LeafHotFolder         N
6414         'leaf_open_proc_HDR'    LeafOpenProcHDR       N
6415         'leaf_output_file_type' LeafOutputFileType    N
6416         'leaf_save_selection'   LeafSaveSelection     N
6417         'name'                  SaveObjName           N
6418         'std_auto_active'       StdAutoActive         N
6419         'std_base_name'         StdBaseName           N
6420         'std_hot_folder'        StdHotFolder          N
6421         'std_open_in_photoshop' StdOpenInPhotoshop    N
6422         'std_output_bit_depth'  StdOutputBitDepth     N
6423         'std_output_color_mode' StdOutputColorMode    N
6424         'std_output_file_type'  StdOutputFileType     N
6425         'std_oxygen'            StdOxygen             N
6426         'std_save_selection'    StdSaveSelection      N
6427         'std_scaled_output'     StdScaledOutput       N
6428         'std_sharpen_output'    StdSharpenOutput      N
6429         'type'                  SaveObjType           N
6430         'version'               SaveObjVersion        N
6431
6432       Leaf SubIFD Tags
6433
6434       Leaf writes a TIFF-format sub-IFD inside IFD0 of a MOS image.  No tags
6435       in this sub-IFD are currently known, except for tag 0x8606 which really
6436       shouldn't be here anyway (so it doesn't appear in the table below)
6437       because it duplicates a reference to the same data of tag 0x8606 in
6438       IFD0.
6439
6440         Tag ID   Tag Name                             Writable
6441         ------   --------                             --------
6442         [no tags known]
6443
6444   Minolta Tags
6445       These tags are used by Minolta, Konica/Minolta as well as some Sony
6446       cameras.  Minolta doesn't make things easy for decoders because the
6447       meaning of some tags and the location where some information is stored
6448       is different for different camera models.  (Take MinoltaQuality for
6449       example, which may be located in 5 different places.)
6450
6451         Tag ID   Tag Name                             Writable
6452         ------   --------                             --------
6453         0x0000   MakerNoteVersion                     undef[4]
6454         0x0001   MinoltaCameraSettingsOld             Minolta CameraSettings
6455         0x0003   MinoltaCameraSettings                Minolta CameraSettings
6456         0x0004   MinoltaCameraSettings7D              Minolta CameraSettings7D
6457         0x0018   ImageStabilization                   N
6458         0x0020   WBInfoA100                           Minolta WBInfoA100
6459         0x0040   CompressedImageSize                  int32u
6460         0x0081   PreviewImage                         undef
6461         0x0088   PreviewImageStart                    int32u*
6462         0x0089   PreviewImageLength                   int32u*
6463         0x0100   SceneMode                            int32u
6464         0x0101   ColorMode                            int32u
6465         0x0102   MinoltaQuality                       int32u
6466         0x0103   MinoltaQuality                       int32u
6467                  MinoltaImageSize                     int32u
6468         0x0104   FlashExposureComp                    rational64s
6469         0x0105   Teleconverter                        int32u
6470         0x0107   ImageStabilization                   int32u
6471         0x0109   RawAndJpgRecording                   int32u
6472         0x010a   ZoneMatching                         int32u
6473         0x010b   ColorTemperature                     int32u
6474         0x010c   LensType                             int32u
6475         0x0111   ColorCompensationFilter              int32s
6476         0x0112   WhiteBalanceFineTune                 int32u
6477         0x0113   ImageStabilization                   int32u
6478         0x0114   MinoltaCameraSettings5D              Minolta CameraSettings5D
6479                  CameraSettingsA100                   Minolta CameraSettingsA100
6480         0x0115   WhiteBalance                         int32u
6481         0x0e00   PrintIM                              PrintIM
6482         0x0f00   MinoltaCameraSettings2               N
6483
6484       Minolta CameraSettings Tags
6485
6486       There is some variability in CameraSettings information between
6487       different models (and sometimes even between different firmware
6488       versions), so this information may not be as reliable as it should be.
6489       Because of this, tags in the following tables are set to lower priority
6490       to prevent them from superceding the values of same-named tags in other
6491       locations when duplicate tags are disabled.
6492
6493          Index   Tag Name                             Writable
6494          -----   --------                             --------
6495             1    ExposureMode                         int32u
6496             2    FlashMode                            int32u
6497             3    WhiteBalance                         int32u~
6498             4    MinoltaImageSize                     int32u
6499             5    MinoltaQuality                       int32u
6500             6    DriveMode                            int32u
6501             7    MeteringMode                         int32u
6502             8    ISO                                  int32u
6503             9    ExposureTime                         int32u
6504            10    FNumber                              int32u
6505            11    MacroMode                            int32u
6506            12    DigitalZoom                          int32u
6507            13    ExposureCompensation                 int32u
6508            14    BracketStep                          int32u
6509            16    IntervalLength                       int32u
6510            17    IntervalNumber                       int32u
6511            18    FocalLength                          int32u
6512            19    FocusDistance                        int32u
6513            20    FlashFired                           int32u
6514            21    MinoltaDate                          int32u
6515            22    MinoltaTime                          int32u
6516            23    MaxAperture                          int32u
6517            26    FileNumberMemory                     int32u
6518            27    LastFileNumber                       int32u
6519            28    ColorBalanceRed                      int32u
6520            29    ColorBalanceGreen                    int32u
6521            30    ColorBalanceBlue                     int32u
6522            31    Saturation                           int32u
6523            32    Contrast                             int32u
6524            33    Sharpness                            int32u
6525            34    SubjectProgram                       int32u
6526            35    FlashExposureComp                    int32u
6527            36    ISOSetting                           int32u
6528            37    MinoltaModelID                       int32u
6529            38    IntervalMode                         int32u
6530            39    FolderName                           int32u
6531            40    ColorMode                            int32u
6532            41    ColorFilter                          int32u
6533            42    BWFilter                             int32u
6534            43    InternalFlash                        int32u
6535            44    Brightness                           int32u
6536            45    SpotFocusPointX                      int32u
6537            46    SpotFocusPointY                      int32u
6538            47    WideFocusZone                        int32u
6539            48    FocusMode                            int32u
6540            49    FocusArea                            int32u
6541            50    DECPosition                          int32u
6542            51    ColorProfile                         int32u
6543            52    DataImprint                          int32u
6544            63    FlashMetering                        int32u
6545
6546       Minolta CameraSettings7D Tags
6547
6548          Index   Tag Name                             Writable
6549          -----   --------                             --------
6550             0    ExposureMode                         int16u
6551             2    MinoltaImageSize                     int16u
6552             3    MinoltaQuality                       int16u
6553             4    WhiteBalance                         int16u
6554            14    FocusMode                            int16u
6555            16    AFPoints                             int16u
6556            21    Flash                                int16u
6557            22    FlashMode                            int16u
6558            28    ISOSetting                           int16u
6559            30    ExposureCompensation                 int16s
6560            37    ColorSpace                           int16u
6561            38    Sharpness                            int16u
6562            39    Contrast                             int16u
6563            40    Saturation                           int16u
6564            45    FreeMemoryCardImages                 int16u
6565            63    ColorTemperature                     int16s
6566            64    HueAdjustment                        int16u
6567            70    Rotation                             int16u
6568            71    FNumber                              int16u
6569            72    ExposureTime                         int16u
6570            74    FreeMemoryCardImages                 int16u
6571            94    ImageNumber                          int16u
6572            96    NoiseReduction                       int16u
6573            98    ImageNumber2                         int16u
6574           113    ImageStabilization                   int16u
6575           117    ZoneMatchingOn                       int16u
6576
6577       Minolta WBInfoA100 Tags
6578
6579       White balance information for the Sony DSLR-A100.
6580
6581          Index   Tag Name                             Writable
6582          -----   --------                             --------
6583           150    WB_RGBLevels                         int16u[3]
6584           174    WB_GBRGLevels                        int16u[4]
6585           772    WB_RBPresetFlash                     int16u[2]
6586           776    WB_RBPresetCoolWhiteF                int16u[2]
6587          1000    WB_RBPresetTungsten                  int16u[2]
6588          1004    WB_RBPresetDaylight                  int16u[2]
6589          1008    WB_RBPresetCloudy                    int16u[2]
6590          1012    WB_RBPresetFlash                     int16u[2]
6591          1020    WB_RedPresetsFluorescent             int16u[7]
6592          1034    WB_BluePresetsFluorescent            int16u[7]
6593          1048    WB_RBPresetShade                     int16u[2]
6594          1060    WB_RBPresetCustom                    int16u[2]
6595         18908    InternalSerialNumber                 string[12]
6596
6597       Minolta CameraSettings5D Tags
6598
6599          Index   Tag Name                             Writable
6600          -----   --------                             --------
6601            10    ExposureMode                         int16u
6602            12    MinoltaImageSize                     int16u
6603            13    MinoltaQuality                       int16u
6604            14    WhiteBalance                         int16u
6605            31    Flash                                int16u
6606            32    FlashMode                            int16u
6607            37    MeteringMode                         int16u
6608            38    ISOSetting                           int16u
6609            47    ColorSpace                           int16u
6610            48    Sharpness                            int16u
6611            49    Contrast                             int16u
6612            50    Saturation                           int16u
6613            53    ExposureTime                         int16u
6614            54    FNumber                              int16u
6615            55    FreeMemoryCardImages                 int16u
6616            73    ColorTemperature                     int16s
6617            74    HueAdjustment                        int16u
6618            80    Rotation                             int16u
6619            83    ExposureCompensation                 int16u
6620            84    FreeMemoryCardImages                 int16u
6621           101    Rotation                             int16u
6622           110    ColorTemperature                     int16s
6623           113    PictureFinish                        int16u
6624           174    ImageNumber                          int16u
6625           176    NoiseReduction                       int16u
6626           189    ImageStabilization                   int16u
6627
6628       Minolta CameraSettingsA100 Tags
6629
6630       Camera settings information for the Sony DSLR-A100.
6631
6632          Index   Tag Name                             Writable
6633          -----   --------                             --------
6634             0    ExposureMode                         int16u
6635             1    ExposureCompensationSetting          int16u
6636             5    HighSpeedSync                        int16u
6637             6    ManualExposureTime                   int16u
6638             7    ManualFNumber                        int16u
6639             8    ExposureTime                         int16u
6640             9    FNumber                              int16u
6641            10    DriveMode2                           int16u
6642            11    WhiteBalance                         int16u
6643            12    FocusMode                            int16u
6644            13    LocalAFAreaPoint                     int16u
6645            14    AFAreaMode                           int16u
6646            15    FlashMode                            int16u
6647            16    FlashExposureCompSetting             int16u
6648            18    MeteringMode                         int16u
6649            19    ISOSetting                           int16u
6650            20    ZoneMatchingMode                     int16u
6651            21    DynamicRangeOptimizer                int16u
6652            22    ColorMode                            int16u
6653            23    ColorSpace                           int16u
6654            24    Sharpness                            int16u
6655            25    Contrast                             int16u
6656            26    Saturation                           int16u
6657            28    FlashMetering                        int16u
6658            29    PrioritySetupShutterRelease          int16u
6659            30    DriveMode                            int16u
6660            31    SelfTimerTime                        int16u
6661            32    ContinuousBracketing                 int16u
6662            33    SingleFrameBracketing                int16u
6663            34    WhiteBalanceBracketing               int16u
6664            35    WhiteBalanceSetting                  int16u
6665            36    PresetWhiteBalance                   int16u
6666            37    ColorTemperatureSetting              int16u
6667            38    CustomWBSetting                      int16u
6668            39    DynamicRangeOptimizerSetting         int16u
6669            50    FreeMemoryCardImages                 int16u
6670            52    CustomWBRedLevel                     int16u
6671            53    CustomWBGreenLevel                   int16u
6672            54    CustomWBBlueLevel                    int16u
6673            55    CustomWBError                        int16u
6674            56    WhiteBalanceFineTune                 int16s
6675            57    ColorTemperature                     int16u
6676            58    ColorCompensationFilter              int16s
6677            59    SonyImageSize                        int16u
6678            60    SonyQuality                          int16u
6679            61    InstantPlaybackTime                  int16u
6680            62    InstantPlaybackSetup                 int16u
6681            63    NoiseReduction                       int16u
6682            64    EyeStartAF                           int16u
6683            65    RedEyeReduction                      int16u
6684            66    FlashDefault                         int16u
6685            67    AutoBracketOrder                     int16u
6686            68    FocusHoldButton                      int16u
6687            69    AELButton                            int16u
6688            70    ControlDialSet                       int16u
6689            71    ExposureCompensationMode             int16u
6690            72    AFAssist                             int16u
6691            73    CardShutterLock                      int16u
6692            74    LensShutterLock                      int16u
6693            75    AFAreaIllumination                   int16u
6694            76    MonitorDisplayOff                    int16u
6695            77    RecordDisplay                        int16u
6696            78    PlayDisplay                          int16u
6697            80    ExposureIndicator                    int16u
6698            81    AELExposureIndicator                 int16u
6699            82    ExposureBracketingIndicatorLast      int16u
6700            83    MeteringOffScaleIndicator            int16u
6701            84    FlashExposureIndicator               int16u
6702            85    FlashExposureIndicatorNext           int16u
6703            86    FlashExposureIndicatorLast           int16u
6704            87    ImageStabilization                   int16u
6705            88    FocusModeSwitch                      int16u
6706            89    FlashType                            int16u
6707            90    Rotation                             int16u
6708            91    AELock                               int16u
6709            94    ColorTemperature                     int16u
6710            95    ColorCompensationFilter              int16s
6711            96    BatteryLevel                         int16u
6712
6713       Minolta MMA Tags
6714
6715       This information is found in MOV videos from Minolta models such as the
6716       DiMAGE A2, S414 and 7Hi.
6717
6718          Index   Tag Name                             Writable
6719          -----   --------                             --------
6720             0    Make                                 N
6721            20    SoftwareVersion                      N
6722
6723       Minolta MOV1 Tags
6724
6725       This information is found in MOV videos from some Konica Minolta models
6726       such as the DiMage Z10 and X50.
6727
6728          Index   Tag Name                             Writable
6729          -----   --------                             --------
6730             0    Make                                 N
6731            32    ModelType                            N
6732            46    ExposureTime                         N
6733            50    FNumber                              N
6734            58    ExposureCompensation                 N
6735            80    FocalLength                          N
6736
6737       Minolta MOV2 Tags
6738
6739       This information is found in MOV videos from some Minolta models such
6740       as the DiMAGE X and Xt.
6741
6742          Index   Tag Name                             Writable
6743          -----   --------                             --------
6744             0    Make                                 N
6745            24    ModelType                            N
6746            38    ExposureTime                         N
6747            42    FNumber                              N
6748            50    ExposureCompensation                 N
6749            72    FocalLength                          N
6750
6751   Nikon Tags
6752         Tag ID   Tag Name                             Writable
6753         ------   --------                             --------
6754         0x0001   MakerNoteVersion                     undef[4]
6755         0x0002   ISO                                  int16u[2]
6756         0x0003   ColorMode                            string
6757         0x0004   Quality                              string
6758         0x0005   WhiteBalance                         string
6759         0x0006   Sharpness                            string
6760         0x0007   FocusMode                            string
6761         0x0008   FlashSetting                         string
6762         0x0009   FlashType                            string
6763         0x000b   WhiteBalanceFineTune                 int16s[n]
6764         0x000c   WB_RBLevels                          rational64u[4]
6765         0x000d   ProgramShift                         undef[4]
6766         0x000e   ExposureDifference                   undef[4]
6767         0x000f   ISOSelection                         string
6768         0x0010   DataDump                             N
6769         0x0011   PreviewIFD                           Nikon PreviewIFD
6770         0x0012   FlashExposureComp                    undef[4]
6771         0x0013   ISOSetting                           int16u[2]
6772         0x0014   ColorBalanceA                        Nikon ColorBalanceA
6773                  NRWData?                             Y
6774         0x0016   ImageBoundary                        int16u[4]
6775         0x0017   ExternalFlashExposureComp            undef[4]
6776         0x0018   FlashExposureBracketValue            undef[4]
6777         0x0019   ExposureBracketValue                 rational64s
6778         0x001a   ImageProcessing                      string
6779         0x001b   CropHiSpeed                          int16u[7]~
6780         0x001c   ExposureTuning                       undef[3]
6781         0x001d   SerialNumber                         string!
6782         0x001e   ColorSpace                           int16u
6783         0x001f   VRInfo                               Nikon VRInfo
6784         0x0020   ImageAuthentication                  int8u
6785         0x0021   FaceDetect                           Nikon FaceDetect
6786         0x0022   ActiveD-Lighting                     int16u
6787         0x0023   PictureControlData                   Nikon PictureControl
6788         0x0024   WorldTime                            Nikon WorldTime
6789         0x0025   ISOInfo                              Nikon ISOInfo
6790         0x002a   VignetteControl                      int16u
6791         0x002b   DistortInfo                          Nikon DistortInfo
6792         0x002c   UnknownInfo                          Nikon UnknownInfo
6793         0x0032   UnknownInfo2                         Nikon UnknownInfo2
6794         0x0080   ImageAdjustment                      string
6795         0x0081   ToneComp                             string
6796         0x0082   AuxiliaryLens                        string
6797         0x0083   LensType                             int8u
6798         0x0084   Lens                                 rational64u[4]
6799         0x0085   ManualFocusDistance                  rational64u
6800         0x0086   DigitalZoom                          rational64u
6801         0x0087   FlashMode                            int8u
6802         0x0088   AFInfo                               Nikon AFInfo
6803                                                       Nikon AFInfo
6804         0x0089   ShootingMode                         int16u~
6805         0x008b   LensFStops                           undef[4]
6806         0x008c   ContrastCurve                        undef!
6807         0x008d   ColorHue                             string
6808         0x008f   SceneMode                            string
6809         0x0090   LightSource                          string
6810         0x0091   ShotInfoD40                          Nikon ShotInfoD40
6811                  ShotInfoD80                          Nikon ShotInfoD80
6812                  ShotInfoD90                          Nikon ShotInfoD90
6813                  ShotInfoD3a                          Nikon ShotInfoD3a
6814                  ShotInfoD3b                          Nikon ShotInfoD3b
6815                  ShotInfoD3X                          Nikon ShotInfoD3X
6816                  ShotInfoD3S                          Nikon ShotInfoD3S
6817                  ShotInfoD300a                        Nikon ShotInfoD300a
6818                  ShotInfoD300b                        Nikon ShotInfoD300b
6819                  ShotInfoD300S                        Nikon ShotInfoD300S
6820                  ShotInfoD700                         Nikon ShotInfoD700
6821                  ShotInfoD5000                        Nikon ShotInfoD5000
6822                  ShotInfoD7000                        Nikon ShotInfoD7000
6823                  ShotInfo02xx                         Nikon ShotInfo
6824                  ShotInfoUnknown                      Nikon ShotInfo
6825         0x0092   HueAdjustment                        int16s
6826         0x0093   NEFCompression                       int16u
6827         0x0094   Saturation                           int16s
6828         0x0095   NoiseReduction                       string
6829         0x0096   NEFLinearizationTable                undef!
6830         0x0097   ColorBalance0100                     Nikon ColorBalance1
6831                  ColorBalance0102                     Nikon ColorBalance2
6832                  ColorBalance0103                     Nikon ColorBalance3
6833                  ColorBalance0205                     Nikon ColorBalance2
6834                  ColorBalance0209                     Nikon ColorBalance4
6835                  ColorBalance02                       Nikon ColorBalance2
6836                  ColorBalanceUnknown                  N
6837         0x0098   LensData0100                         Nikon LensData00
6838                  LensData0101                         Nikon LensData01
6839                  LensData0201                         Nikon LensData01
6840                  LensData0204                         Nikon LensData0204
6841                  LensDataUnknown                      Nikon LensDataUnknown
6842         0x0099   RawImageCenter                       int16u[2]
6843         0x009a   SensorPixelSize                      rational64u[2]
6844         0x009c   SceneAssist                          string
6845         0x009e   RetouchHistory                       int16u[10]
6846         0x00a0   SerialNumber                         string
6847         0x00a2   ImageDataSize                        int32u
6848         0x00a5   ImageCount                           int32u
6849         0x00a6   DeletedImageCount                    int32u
6850         0x00a7   ShutterCount                         int32u!
6851         0x00a8   FlashInfo0100                        Nikon FlashInfo0100
6852                  FlashInfo0102                        Nikon FlashInfo0102
6853                  FlashInfo0103                        Nikon FlashInfo0103
6854                  FlashInfo0104                        Nikon FlashInfo0103
6855                  FlashInfoUnknown                     Nikon FlashInfoUnknown
6856         0x00a9   ImageOptimization                    string
6857         0x00aa   Saturation                           string
6858         0x00ab   VariProgram                          string
6859         0x00ac   ImageStabilization                   string
6860         0x00ad   AFResponse                           string
6861         0x00b0   MultiExposure                        Nikon MultiExposure
6862         0x00b1   HighISONoiseReduction                int16u
6863         0x00b3   ToningEffect                         string
6864         0x00b6   PowerUpTime                          undef
6865         0x00b7   AFInfo2                              Nikon AFInfo2
6866         0x00b8   FileInfo                             Nikon FileInfo
6867         0x00b9   AFTune                               Nikon AFTune
6868         0x00bd   PictureControlData                   Nikon PictureControl
6869         0x0e00   PrintIM                              PrintIM
6870         0x0e01   NikonCaptureData                     NikonCapture
6871         0x0e09   NikonCaptureVersion                  string
6872         0x0e0e   NikonCaptureOffsets                  Nikon CaptureOffsets
6873         0x0e10   NikonScanIFD                         Nikon Scan
6874         0x0e13   NikonCaptureEditVersions             NikonCapture
6875                  NikonCaptureEditVersions             undef
6876         0x0e1d   NikonICCProfile                      ICC_Profile
6877         0x0e1e   NikonCaptureOutput                   Nikon CaptureOutput
6878         0x0e22   NEFBitDepth                          int16u[4]!
6879
6880       Nikon PreviewIFD Tags
6881
6882         Tag ID   Tag Name                             Writable
6883         ------   --------                             --------
6884         0x00fe   SubfileType                          N
6885         0x0103   Compression                          N
6886         0x011a   XResolution                          N
6887         0x011b   YResolution                          N
6888         0x0128   ResolutionUnit                       N
6889         0x0201   PreviewImageStart                    int32u*
6890         0x0202   PreviewImageLength                   int32u*
6891         0x0213   YCbCrPositioning                     N
6892
6893       Nikon ColorBalanceA Tags
6894
6895          Index   Tag Name                             Writable
6896          -----   --------                             --------
6897           624    RedBalance                           int16u!
6898           625    BlueBalance                          int16u!
6899
6900       Nikon VRInfo Tags
6901
6902          Index   Tag Name                             Writable
6903          -----   --------                             --------
6904             0    VRInfoVersion                        N
6905             4    VibrationReduction                   int8u
6906
6907       Nikon FaceDetect Tags
6908
6909          Index   Tag Name                             Writable
6910          -----   --------                             --------
6911             1    FaceDetectFrameSize                  int16u[2]
6912             3    FacesDetected                        int16u
6913             4    Face1Position                        int16u[4]
6914             8    Face2Position                        int16u[4]
6915            12    Face3Position                        int16u[4]
6916            16    Face4Position                        int16u[4]
6917            20    Face5Position                        int16u[4]
6918            24    Face6Position                        int16u[4]
6919            28    Face7Position                        int16u[4]
6920            32    Face8Position                        int16u[4]
6921            36    Face9Position                        int16u[4]
6922            40    Face10Position                       int16u[4]
6923            44    Face11Position                       int16u[4]
6924            48    Face12Position                       int16u[4]
6925
6926       Nikon PictureControl Tags
6927
6928          Index   Tag Name                             Writable
6929          -----   --------                             --------
6930             0    PictureControlVersion                N
6931             4    PictureControlName                   string[20]
6932            24    PictureControlBase                   string[20]
6933            48    PictureControlAdjust                 int8u
6934            49    PictureControlQuickAdjust            int8u
6935            50    Sharpness                            int8u
6936            51    Contrast                             int8u
6937            52    Brightness                           int8u
6938            53    Saturation                           int8u
6939            54    HueAdjustment                        int8u
6940            55    FilterEffect                         int8u
6941            56    ToningEffect                         int8u
6942            57    ToningSaturation                     int8u
6943
6944       Nikon WorldTime Tags
6945
6946          Index   Tag Name                             Writable
6947          -----   --------                             --------
6948             0    Timezone                             int16s
6949             2    DaylightSavings                      int8u
6950             3    DateDisplayFormat                    int8u
6951
6952       Nikon ISOInfo Tags
6953
6954          Index   Tag Name                             Writable
6955          -----   --------                             --------
6956             0    ISO                                  int8u
6957             4    ISOExpansion                         int16u
6958             6    ISO2                                 int8u
6959            10    ISOExpansion2                        int16u
6960
6961       Nikon DistortInfo Tags
6962
6963          Index   Tag Name                             Writable
6964          -----   --------                             --------
6965             0    DistortionVersion?                   N
6966             4    AutoDistortionControl                int8u
6967
6968       Nikon UnknownInfo Tags
6969
6970          Index   Tag Name                             Writable
6971          -----   --------                             --------
6972             0    UnknownInfoVersion?                  N
6973
6974       Nikon UnknownInfo2 Tags
6975
6976          Index   Tag Name                             Writable
6977          -----   --------                             --------
6978             0    UnknownInfo2Version?                 N
6979
6980       Nikon AFInfo Tags
6981
6982          Index   Tag Name                             Writable
6983          -----   --------                             --------
6984             0    AFAreaMode                           int8u
6985             1    AFPoint                              int8u
6986             2    AFPointsInFocus                      int16u
6987
6988       Nikon ShotInfoD40 Tags
6989
6990       These tags are extracted from encrypted data in D40 and D40X images.
6991
6992          Index   Tag Name                             Writable
6993          -----   --------                             --------
6994             0    ShotInfoVersion                      N
6995           582    ShutterCount                         int32u
6996         586.1    VibrationReduction                   int8u & 0x08
6997           729    CustomSettingsD40                    NikonCustom SettingsD40
6998
6999       Nikon ShotInfoD80 Tags
7000
7001       These tags are extracted from encrypted data in D80 images.
7002
7003          Index   Tag Name                             Writable
7004          -----   --------                             --------
7005             0    ShotInfoVersion                      N
7006           586    ShutterCount                         int32u
7007         590.1    Rotation                             int8u & 0x07
7008         590.2    VibrationReduction                   int8u & 0x18
7009         590.3    FlashFired                           int8u & 0xe0
7010           708    NikonImageSize                       int8u & 0xf0
7011         708.1    ImageQuality                         int8u & 0x0f
7012           748    CustomSettingsD80                    NikonCustom SettingsD80
7013
7014       Nikon ShotInfoD90 Tags
7015
7016       These tags are extracted from encrypted data in images from the D90
7017       with firmware 1.00.
7018
7019          Index   Tag Name                             Writable
7020          -----   --------                             --------
7021             0    ShotInfoVersion                      N
7022             4    FirmwareVersion                      N
7023           693    ISO2                                 int8u
7024           725    ShutterCount                         int32u
7025           884    CustomSettingsD90                    NikonCustom SettingsD90
7026
7027       Nikon ShotInfoD3a Tags
7028
7029       These tags are extracted from encrypted data in images from the D3 with
7030       firmware 1.00 and earlier.
7031
7032          Index   Tag Name                             Writable
7033          -----   --------                             --------
7034             0    ShotInfoVersion                      N
7035           598    ISO2                                 int8u
7036           630    ShutterCount                         int32u
7037         723.1    NikonImageSize                       int8u & 0x18
7038         723.2    ImageQuality                         int8u & 0x07
7039           769    CustomSettingsD3                     NikonCustom SettingsD3
7040
7041       Nikon ShotInfoD3b Tags
7042
7043       These tags are extracted from encrypted data in images from the D3 with
7044       firmware 1.10, 2.00, 2.01 and 2.02.
7045
7046          Index   Tag Name                             Writable
7047          -----   --------                             --------
7048             0    ShotInfoVersion                      N
7049             4    FirmwareVersion                      N
7050            16    ImageArea                            int8u
7051           605    ISO2                                 int8u
7052           637    ShutterCount                         int32u
7053           639    ShutterCount                         int32u
7054           650    PreFlashReturnStrength               int8u
7055         732.1    NikonImageSize                       int8u & 0x18
7056         732.2    ImageQuality                         int8u & 0x07
7057           778    CustomSettingsD3                     NikonCustom SettingsD3
7058
7059       Nikon ShotInfoD3X Tags
7060
7061       These tags are extracted from encrypted data in images from the D3X
7062       with firmware 1.00.
7063
7064          Index   Tag Name                             Writable
7065          -----   --------                             --------
7066             0    ShotInfoVersion                      N
7067             4    FirmwareVersion                      N
7068           605    ISO2                                 int8u
7069           640    ShutterCount                         int32u
7070           779    CustomSettingsD3X                    NikonCustom SettingsD3
7071
7072       Nikon ShotInfoD3S Tags
7073
7074       These tags are extracted from encrypted data in images from the D3S
7075       with firmware 1.00 and earlier.
7076
7077          Index   Tag Name                             Writable
7078          -----   --------                             --------
7079             0    ShotInfoVersion                      N
7080             4    FirmwareVersion                      N
7081            16    ImageArea                            int8u
7082           545    ISO2                                 int8u
7083           578    ShutterCount                         int32u
7084           718    CustomSettingsD3S                    NikonCustom SettingsD3
7085
7086       Nikon ShotInfoD300a Tags
7087
7088       These tags are extracted from encrypted data in images from the D300
7089       with firmware 1.00 and earlier.
7090
7091          Index   Tag Name                             Writable
7092          -----   --------                             --------
7093             0    ShotInfoVersion                      N
7094           604    ISO2                                 int8u
7095           633    ShutterCount                         int32u
7096           721    AFFineTuneAdj                        int16u
7097           790    CustomSettingsD300                   NikonCustom SettingsD3
7098
7099       Nikon ShotInfoD300b Tags
7100
7101       These tags are extracted from encrypted data in images from the D300
7102       with firmware 1.10.
7103
7104          Index   Tag Name                             Writable
7105          -----   --------                             --------
7106             0    ShotInfoVersion                      N
7107             4    FirmwareVersion                      N
7108           613    ISO2                                 int8u
7109           644    ShutterCount                         int32u
7110           732    AFFineTuneAdj                        int16u
7111           802    CustomSettingsD300                   NikonCustom SettingsD3
7112
7113       Nikon ShotInfoD300S Tags
7114
7115       These tags are extracted from encrypted data in images from the D300S
7116       with firmware 1.00.
7117
7118          Index   Tag Name                             Writable
7119          -----   --------                             --------
7120             0    ShotInfoVersion                      N
7121             4    FirmwareVersion                      N
7122           613    ISO2                                 int8u
7123           646    ShutterCount                         int32u
7124           804    CustomSettingsD300S                  NikonCustom SettingsD3
7125
7126       Nikon ShotInfoD700 Tags
7127
7128       These tags are extracted from encrypted data in images from the D700
7129       with firmware 1.02f.
7130
7131          Index   Tag Name                             Writable
7132          -----   --------                             --------
7133             0    ShotInfoVersion                      N
7134             4    FirmwareVersion                      N
7135           613    ISO2                                 int8u
7136           647    ShutterCount                         int32u
7137           804    CustomSettingsD700                   NikonCustom SettingsD700
7138
7139       Nikon ShotInfoD5000 Tags
7140
7141       These tags are extracted from encrypted data in images from the D5000
7142       with firmware 1.00.
7143
7144          Index   Tag Name                             Writable
7145          -----   --------                             --------
7146             0    ShotInfoVersion                      N
7147             4    FirmwareVersion                      N
7148           693    ISO2                                 int8u
7149           726    ShutterCount                         int32u
7150           888    CustomSettingsD5000                  NikonCustom SettingsD5000
7151
7152       Nikon ShotInfoD7000 Tags
7153
7154       These tags are extracted from encrypted data in images from the D7000
7155       with firmware 1.01b.
7156
7157          Index   Tag Name                             Writable
7158          -----   --------                             --------
7159             0    ShotInfoVersion                      N
7160             4    FirmwareVersion                      N
7161           800    ShutterCount                         int32u
7162          1028    CustomSettingsD7000                  NikonCustom SettingsD7000
7163
7164       Nikon ShotInfo Tags
7165
7166       This information is encrypted for ShotInfoVersion 02xx, and some tags
7167       are only valid for specific models.
7168
7169          Index   Tag Name                             Writable
7170          -----   --------                             --------
7171             0    ShotInfoVersion                      N
7172             4    FirmwareVersion                      N
7173            16    DistortionControl                    int8u
7174           102    VR_0x66?                             int8u
7175           106    ShutterCount                         int32u
7176           110    DeletedImageCount                    int32u
7177           117    VibrationReduction                   int8u
7178           130    VibrationReduction                   int8u
7179           343    ShutterCount                         undef[2]
7180           430    VibrationReduction                   int8u
7181           589    ShutterCount                         int32u
7182
7183       Nikon ColorBalance1 Tags
7184
7185          Index   Tag Name                             Writable
7186          -----   --------                             --------
7187             0    WB_RBGGLevels                        int16u[4]!
7188
7189       Nikon ColorBalance2 Tags
7190
7191       This information is encrypted for most camera models.
7192
7193          Index   Tag Name                             Writable
7194          -----   --------                             --------
7195             0    WB_RGGBLevels                        int16u[4]!
7196
7197       Nikon ColorBalance3 Tags
7198
7199          Index   Tag Name                             Writable
7200          -----   --------                             --------
7201             0    WB_RGBGLevels                        int16u[4]!
7202
7203       Nikon ColorBalance4 Tags
7204
7205          Index   Tag Name                             Writable
7206          -----   --------                             --------
7207             0    WB_GRBGLevels                        int16u[4]!
7208
7209       Nikon LensData00 Tags
7210
7211       This structure is used by the D100, and D1X with firmware version 1.1.
7212
7213          Index   Tag Name                             Writable
7214          -----   --------                             --------
7215             0    LensDataVersion                      N
7216             6    LensIDNumber                         int8u
7217             7    LensFStops                           int8u
7218             8    MinFocalLength                       int8u
7219             9    MaxFocalLength                       int8u
7220            10    MaxApertureAtMinFocal                int8u
7221            11    MaxApertureAtMaxFocal                int8u
7222            12    MCUVersion                           int8u
7223
7224       Nikon LensData01 Tags
7225
7226       Nikon encrypts the LensData information below if LensDataVersion is
7227       0201 or higher, but  the decryption algorithm is known so the
7228       information can be extracted.
7229
7230          Index   Tag Name                             Writable
7231          -----   --------                             --------
7232             0    LensDataVersion                      N
7233             4    ExitPupilPosition                    int8u
7234             5    AFAperture                           int8u
7235             8    FocusPosition                        int8u
7236             9    FocusDistance                        int8u
7237            10    FocalLength                          int8u
7238            11    LensIDNumber                         int8u
7239            12    LensFStops                           int8u
7240            13    MinFocalLength                       int8u
7241            14    MaxFocalLength                       int8u
7242            15    MaxApertureAtMinFocal                int8u
7243            16    MaxApertureAtMaxFocal                int8u
7244            17    MCUVersion                           int8u
7245            18    EffectiveMaxAperture                 int8u
7246
7247       Nikon LensData0204 Tags
7248
7249       Nikon encrypts the LensData information below if LensDataVersion is
7250       0201 or higher, but  the decryption algorithm is known so the
7251       information can be extracted.
7252
7253          Index   Tag Name                             Writable
7254          -----   --------                             --------
7255             0    LensDataVersion                      N
7256             4    ExitPupilPosition                    int8u
7257             5    AFAperture                           int8u
7258             8    FocusPosition                        int8u
7259            10    FocusDistance                        int8u
7260            11    FocalLength                          int8u
7261            12    LensIDNumber                         int8u
7262            13    LensFStops                           int8u
7263            14    MinFocalLength                       int8u
7264            15    MaxFocalLength                       int8u
7265            16    MaxApertureAtMinFocal                int8u
7266            17    MaxApertureAtMaxFocal                int8u
7267            18    MCUVersion                           int8u
7268            19    EffectiveMaxAperture                 int8u
7269
7270       Nikon LensDataUnknown Tags
7271
7272          Index   Tag Name                             Writable
7273          -----   --------                             --------
7274             0    LensDataVersion                      N
7275
7276       Nikon FlashInfo0100 Tags
7277
7278       These tags are used by the D2H, D2Hs, D2X, D2Xs, D50, D70, D70s, D80
7279       and D200.
7280
7281          Index   Tag Name                             Writable
7282          -----   --------                             --------
7283             0    FlashInfoVersion                     N
7284             4    FlashSource                          int8u
7285             6    ExternalFlashFirmware                int8u[2]
7286             8    ExternalFlashFlags                   int8u
7287           9.1    FlashCommanderMode                   int8u & 0x80
7288           9.2    FlashControlMode                     int8u & 0x7f
7289            10    FlashOutput                          int8u
7290                  FlashCompensation                    int8s
7291            11    FlashFocalLength                     int8u
7292            12    RepeatingFlashRate                   int8u
7293            13    RepeatingFlashCount                  int8u
7294            14    FlashGNDistance                      int8u
7295            15    FlashGroupAControlMode               int8u & 0x0f
7296            16    FlashGroupBControlMode               int8u & 0x0f
7297            17    FlashGroupAOutput                    int8u
7298                  FlashGroupACompensation              int8s
7299            18    FlashGroupBOutput                    int8u
7300                  FlashGroupBCompensation              int8s
7301
7302       Nikon FlashInfo0102 Tags
7303
7304       These tags are used by the D3 (firmware 1.x), D40, D40X, D60 and D300
7305       (firmware 1.00).
7306
7307          Index   Tag Name                             Writable
7308          -----   --------                             --------
7309             0    FlashInfoVersion                     N
7310             4    FlashSource                          int8u
7311             6    ExternalFlashFirmware                int8u[2]
7312             8    ExternalFlashFlags                   int8u
7313           9.1    FlashCommanderMode                   int8u & 0x80
7314           9.2    FlashControlMode                     int8u & 0x7f
7315            10    FlashOutput                          int8u
7316                  FlashCompensation                    int8s
7317            12    FlashFocalLength                     int8u
7318            13    RepeatingFlashRate                   int8u
7319            14    RepeatingFlashCount                  int8u
7320            15    FlashGNDistance                      int8u
7321          16.1    FlashGroupAControlMode               int8u & 0x0f
7322          17.1    FlashGroupBControlMode               int8u & 0xf0
7323          17.2    FlashGroupCControlMode               int8u & 0x0f
7324            18    FlashGroupAOutput                    int8u
7325                  FlashGroupACompensation              int8s
7326            19    FlashGroupBOutput                    int8u
7327                  FlashGroupBCompensation              int8s
7328            20    FlashGroupCOutput                    int8u
7329                  FlashGroupCCompensation              int8s
7330
7331       Nikon FlashInfo0103 Tags
7332
7333       These tags are used by the D3 (firmware 2.x), D3X, D3S, D90, D300
7334       (firmware 1.10), D300S, D700, D3000 and D5000.
7335
7336          Index   Tag Name                             Writable
7337          -----   --------                             --------
7338             0    FlashInfoVersion                     N
7339             4    FlashSource                          int8u
7340             6    ExternalFlashFirmware                int8u[2]
7341             8    ExternalFlashFlags                   int8u
7342           9.1    FlashCommanderMode                   int8u & 0x80
7343           9.2    FlashControlMode                     int8u & 0x7f
7344            10    FlashOutput                          int8u
7345                  FlashCompensation                    int8s
7346            12    FlashFocalLength                     int8u
7347            13    RepeatingFlashRate                   int8u
7348            14    RepeatingFlashCount                  int8u
7349            15    FlashGNDistance                      int8u
7350            16    FlashColorFilter                     int8u
7351          17.1    FlashGroupAControlMode               int8u & 0x0f
7352          18.1    FlashGroupBControlMode               int8u & 0xf0
7353          18.2    FlashGroupCControlMode               int8u & 0x0f
7354            19    FlashGroupAOutput                    int8u
7355                  FlashGroupACompensation              int8s
7356            20    FlashGroupBOutput                    int8u
7357                  FlashGroupBCompensation              int8s
7358            21    FlashGroupCOutput                    int8u
7359                  FlashGroupCCompensation              int8s
7360
7361       Nikon FlashInfoUnknown Tags
7362
7363          Index   Tag Name                             Writable
7364          -----   --------                             --------
7365             0    FlashInfoVersion                     N
7366
7367       Nikon MultiExposure Tags
7368
7369          Index   Tag Name                             Writable
7370          -----   --------                             --------
7371             0    MultiExposureVersion                 N
7372             1    MultiExposureMode                    int32u
7373             2    MultiExposureShots                   int32u
7374             3    MultiExposureAutoGain                int32u
7375
7376       Nikon AFInfo2 Tags
7377
7378       These tags are written by Nikon DSLR's which have the live view
7379       feature.
7380
7381          Index   Tag Name                             Writable
7382          -----   --------                             --------
7383             0    AFInfo2Version                       N
7384             4    ContrastDetectAF                     int8u
7385             5    AFAreaMode                           int8u
7386             6    PhaseDetectAF                        int8u
7387             7    PrimaryAFPoint                       int8u
7388             8    AFPointsUsed                         undef[7]~
7389                  AFPointsUsed                         undef[2]
7390                  AFPointsUsed                         undef[7]~
7391            16    AFImageWidth                         int16u
7392            18    AFImageHeight                        int16u
7393            20    AFAreaXPosition                      int16u
7394            22    AFAreaYPosition                      int16u
7395            24    AFAreaWidth                          int16u
7396            26    AFAreaHeight                         int16u
7397            28    ContrastDetectAFInFocus              int8u
7398
7399       Nikon FileInfo Tags
7400
7401          Index   Tag Name                             Writable
7402          -----   --------                             --------
7403             0    FileInfoVersion                      N
7404             6    DirectoryNumber                      int16u
7405             8    FileNumber                           int16u
7406
7407       Nikon AFTune Tags
7408
7409          Index   Tag Name                             Writable
7410          -----   --------                             --------
7411             0    AFFineTune                           int8u
7412             1    AFFineTuneIndex                      int8u
7413             2    AFFineTuneAdj                        int8s
7414
7415       Nikon CaptureOffsets Tags
7416
7417         Tag ID   Tag Name                             Writable
7418         ------   --------                             --------
7419         0x0001   IFD0_Offset                          N
7420         0x0002   PreviewIFD_Offset                    N
7421         0x0003   SubIFD_Offset                        N
7422
7423       Nikon Scan Tags
7424
7425       This information is written by the Nikon Scan software.
7426
7427         Tag ID   Tag Name                             Writable
7428         ------   --------                             --------
7429         0x0002   FilmType                             string
7430         0x0040   MultiSample                          string
7431         0x0041   BitDepth                             int16u
7432         0x0050   MasterGain                           rational64s
7433         0x0051   ColorGain                            rational64s[3]
7434         0x0060   ScanImageEnhancer                    int32u
7435         0x0100   DigitalICE                           string
7436         0x0110   ROCInfo                              Nikon ROC
7437         0x0120   GEMInfo                              Nikon GEM
7438         0x0200   DigitalDEEShadowAdj                  int32u
7439         0x0201   DigitalDEEThreshold                  int32u
7440         0x0202   DigitalDEEHighlightAdj               int32u
7441
7442       Nikon ROC Tags
7443
7444          Index   Tag Name                             Writable
7445          -----   --------                             --------
7446             0    DigitalROC                           int32u
7447
7448       Nikon GEM Tags
7449
7450          Index   Tag Name                             Writable
7451          -----   --------                             --------
7452             0    DigitalGEM                           int32u
7453
7454       Nikon CaptureOutput Tags
7455
7456          Index   Tag Name                             Writable
7457          -----   --------                             --------
7458             2    OutputImageWidth                     int32u
7459             3    OutputImageHeight                    int32u
7460             4    OutputResolution                     int32u
7461
7462       Nikon Type2 Tags
7463
7464         Tag ID   Tag Name                             Writable
7465         ------   --------                             --------
7466         0x0003   Quality                              Y
7467         0x0004   ColorMode                            Y
7468         0x0005   ImageAdjustment                      Y
7469         0x0006   CCDSensitivity                       Y
7470         0x0007   WhiteBalance                         Y
7471         0x0008   Focus                                Y
7472         0x000a   DigitalZoom                          Y
7473         0x000b   Converter                            Y
7474
7475       Nikon NCDT Tags
7476
7477       Nikon-specific QuickTime tags found in the NCDT atom of MOV videos from
7478       some Nikon cameras such as the Coolpix S8000.
7479
7480         Tag ID   Tag Name                             Writable
7481         ------   --------                             --------
7482         'NCHD'   MakerNoteVersion                     N
7483         'NCTG'   NikonTags                            Nikon NCTG
7484         'NCTH'   ThumbnailImage                       N
7485         'NCVW'   PreviewImage                         N
7486
7487       Nikon NCTG Tags
7488
7489       These tags are found in proprietary-format records of the NCTG atom in
7490       MOV videos from some Nikon cameras.
7491
7492         Tag ID       Tag Name                         Writable
7493         ------       --------                         --------
7494         0x0001       Make                             N
7495         0x0002       Model                            N
7496         0x0003       Software                         N
7497         0x0011       CreateDate                       N
7498         0x0012       DateTimeOriginal                 N
7499         0x0013       FrameCount                       N
7500         0x0016       FrameRate                        N
7501         0x0022       FrameWidth                       N
7502         0x0023       FrameHeight                      N
7503         0x0032       AudioChannels                    N
7504         0x0033       AudioBitsPerSample               N
7505         0x0034       AudioSampleRate                  N
7506         0x2000001    MakerNoteVersion                 N
7507         0x2000005    WhiteBalance                     N
7508         0x200000b    WhiteBalanceFineTune             N
7509         0x200001e    ColorSpace                       N
7510         0x2000023    PictureControlData               Nikon PictureControl
7511         0x2000024    WorldTime                        Nikon WorldTime
7512         0x2000032    UnknownInfo                      Nikon UnknownInfo
7513         0x2000083    LensType                         N
7514         0x2000084    Lens                             N
7515
7516       Nikon MOV Tags
7517
7518       This information is found in MOV and QT videos from some Nikon cameras.
7519
7520          Index   Tag Name                             Writable
7521          -----   --------                             --------
7522             0    Make                                 N
7523            24    Model                                N
7524            38    ExposureTime                         N
7525            42    FNumber                              N
7526            50    ExposureCompensation                 N
7527            68    WhiteBalance                         N
7528            72    FocalLength                          N
7529           175    Software                             N
7530           223    ISO                                  N
7531
7532       Nikon AVI Tags
7533
7534       Nikon-specific RIFF tags found in AVI videos.
7535
7536         Tag ID   Tag Name                             Writable
7537         ------   --------                             --------
7538         'nctg'   NikonTags                            Nikon AVITags
7539         'ncth'   ThumbnailImage                       N
7540         'ncvr'   NikonVers                            Nikon AVIVers
7541         'ncvw'   PreviewImage                         N
7542
7543       Nikon AVITags Tags
7544
7545       These tags and the AVIVer tags below are found in proprietary-format
7546       records of Nikon AVI videos.
7547
7548         Tag ID   Tag Name                             Writable
7549         ------   --------                             --------
7550         0x0003   Make                                 N
7551         0x0004   Model                                N
7552         0x0005   Software                             N
7553         0x0006   Equipment                            N
7554         0x0007   Orientation                          N
7555         0x0008   ExposureTime                         N
7556         0x0009   FNumber                              N
7557         0x000a   ExposureCompensation                 N
7558         0x000b   MaxApertureValue                     N
7559         0x000c   MeteringMode                         N
7560         0x000f   FocalLength                          N
7561         0x0010   XResolution                          N
7562         0x0011   YResolution                          N
7563         0x0012   ResolutionUnit                       N
7564         0x0013   DateTimeOriginal                     N
7565         0x0014   CreateDate                           N
7566         0x0016   Duration                             N
7567         0x0018   FocusMode                            N
7568         0x001b   DigitalZoom                          N
7569         0x001d   ColorMode                            N
7570         0x001e   Sharpness                            N
7571         0x001f   WhiteBalance                         N
7572         0x0020   NoiseReduction                       N
7573
7574       Nikon AVIVers Tags
7575
7576         Tag ID   Tag Name                             Writable
7577         ------   --------                             --------
7578         0x0001   MakerNoteType                        N
7579         0x0002   MakerNoteVersion                     N
7580
7581   NikonCustom Tags
7582       NikonCustom SettingsD40 Tags
7583
7584       Custom settings for the Nikon D40.
7585
7586          Index   Tag Name                             Writable
7587          -----   --------                             --------
7588           0.1    Beep                                 int8u & 0x80
7589           0.2    AFAssist                             int8u & 0x40
7590           0.3    NoMemoryCard                         int8u & 0x20
7591           0.4    ImageReview                          int8u & 0x10
7592           1.1    AutoISO                              int8u & 0x80
7593           1.2    AutoISOMax                           int8u & 0x30
7594           1.3    AutoISOMinShutterSpeed               int8u & 0x07
7595           2.1    ImageReviewTime                      int8u & 0x07
7596           3.1    MonitorOffTime                       int8u & 0xe0
7597           3.2    MeteringTime                         int8u & 0x1c
7598           3.3    SelfTimerTime                        int8u & 0x03
7599           3.4    RemoteOnDuration                     int8u & 0xc0
7600           4.1    AELockButton                         int8u & 0x0e
7601           4.2    AELock                               int8u & 0x01
7602           5.1    ShootingModeSetting                  int8u & 0x70
7603           5.2    TimerFunctionButton                  int8u & 0x07
7604           6.1    Metering                             int8u & 0x03
7605           8.1    InternalFlash                        int8u & 0x10
7606           8.2    ManualFlashOutput                    int8u & 0x07
7607             9    FlashLevel                           int8s
7608          10.1    FocusModeSetting                     int8u & 0xc0
7609          11.1    AFAreaModeSetting                    int8u & 0x30
7610
7611       NikonCustom SettingsD80 Tags
7612
7613       Custom settings for the Nikon D80.
7614
7615          Index   Tag Name                             Writable
7616          -----   --------                             --------
7617           0.1    Beep                                 int8u & 0x80
7618           0.2    AFAssist                             int8u & 0x40
7619           0.3    NoMemoryCard                         int8u & 0x20
7620           0.4    ImageReview                          int8u & 0x10
7621           0.5    Illumination                         int8u & 0x08
7622           0.6    MainDialExposureComp                 int8u & 0x04
7623           0.7    EVStepSize                           int8u & 0x01
7624           1.1    AutoISO                              int8u & 0x40
7625           1.2    AutoISOMax                           int8u & 0x30
7626           1.3    AutoISOMinShutterSpeed               int8u & 0x0f
7627           2.1    AutoBracketSet                       int8u & 0xc0
7628           2.2    AutoBracketOrder                     int8u & 0x20
7629           3.1    MonitorOffTime                       int8u & 0xe0
7630           3.2    MeteringTime                         int8u & 0x1c
7631           3.3    SelfTimerTime                        int8u & 0x03
7632           4.1    AELockButton                         int8u & 0x1e
7633           4.2    AELock                               int8u & 0x01
7634           4.3    RemoteOnDuration                     int8u & 0xc0
7635           5.1    CommandDials                         int8u & 0x80
7636           5.2    FunctionButton                       int8u & 0x78
7637           6.1    GridDisplay                          int8u & 0x80
7638           6.2    ViewfinderWarning                    int8u & 0x40
7639           6.3    CenterWeightedAreaSize               int8u & 0x0c
7640           6.4    ExposureDelayMode                    int8u & 0x20
7641           6.5    MB-D80Batteries                      int8u & 0x03
7642           7.1    FlashWarning                         int8u & 0x80
7643           7.2    FlashShutterSpeed                    int8u & 0x78
7644           7.3    AutoFP                               int8u & 0x04
7645           7.4    ModelingFlash                        int8u & 0x02
7646           8.1    InternalFlash                        int8u & 0xc0
7647           8.2    ManualFlashOutput                    int8u & 0x07
7648           9.1    RepeatingFlashOutput                 int8u & 0x70
7649           9.2    RepeatingFlashCount                  int8u & 0x0f
7650          10.1    RepeatingFlashRate                   int8u & 0xf0
7651          10.2    CommanderChannel                     int8u & 0x03
7652          11.1    CommanderInternalFlash               int8u & 0xc0
7653          11.2    CommanderGroupAMode                  int8u & 0x30
7654          11.3    CommanderGroupBMode                  int8u & 0x0c
7655          12.1    CommanderInternalTTLComp             int8u & 0x1f
7656          12.2    CommanderInternalManualOutput        int8u & 0xe0
7657          13.1    CommanderGroupA_TTL-AAComp           int8u & 0x1f
7658          13.2    CommanderGroupAManualOutput          int8u & 0xe0
7659          14.1    CommanderGroupB_TTL-AAComp           int8u & 0x1f
7660          14.2    CommanderGroupBManualOutput          int8u & 0xe0
7661          15.1    CenterAFArea                         int8u & 0x80
7662          15.2    FocusAreaSelection                   int8u & 0x04
7663          15.3    AFAreaIllumination                   int8u & 0x03
7664          16.1    AFAreaModeSetting                    int8u & 0xc0
7665
7666       NikonCustom SettingsD90 Tags
7667
7668       Custom settings for the D90.
7669
7670          Index   Tag Name                             Writable
7671          -----   --------                             --------
7672           0.1    LightSwitch                          int8u & 0x08
7673           2.1    AFAreaModeSetting                    int8u & 0x60
7674           2.2    CenterFocusPoint                     int8u & 0x10
7675           2.3    AFAssist                             int8u & 0x01
7676           2.4    AFPointIllumination                  int8u & 0x06
7677           2.5    FocusPointWrap                       int8u & 0x08
7678           3.1    AELockForMB-D80                      int8u & 0x1c
7679           3.2    MB-D80BatteryType                    int8u & 0x03
7680           4.1    Beep                                 int8u & 0x40
7681           4.2    GridDisplay                          int8u & 0x02
7682           4.3    ISODisplay                           int8u & 0x0c
7683           4.4    ViewfinderWarning                    int8u & 0x01
7684           4.5    NoMemoryCard                         int8u & 0x20
7685           5.1    ScreenTips                           int8u & 0x04
7686           5.2    FileNumberSequence                   int8u & 0x08
7687           5.3    ShootingInfoDisplay                  int8u & 0xc0
7688           5.4    LCDIllumination                      int8u & 0x20
7689           6.1    EasyExposureComp                     int8u & 0x01
7690           6.2    ReverseIndicators                    int8u & 0x80
7691           7.1    ExposureControlStepSize              int8u & 0x40
7692           8.1    CenterWeightedAreaSize               int8u & 0x60
7693           8.2    FineTuneOptMatrixMetering            int8u & 0x0f
7694           9.1    FineTuneOptCenterWeighted            int8u & 0xf0
7695           9.2    FineTuneOptSpotMetering              int8u & 0x0f
7696          11.1    CLModeShootingSpeed                  int8u & 0x07
7697          11.2    ExposureDelayMode                    int8u & 0x40
7698          13.1    AutoBracketSet                       int8u & 0xe0
7699          13.2    AutoBracketOrder                     int8u & 0x10
7700          14.1    FuncButton                           int8u & 0x78
7701          16.1    OKButton                             int8u & 0x18
7702          17.1    AELockButton                         int8u & 0x38
7703          18.1    CommandDialsReverseRotation          int8u & 0x80
7704          18.2    ShutterReleaseButtonAE-L             int8u & 0x02
7705          19.1    MeteringTime                         int8u & 0xf0
7706          19.2    RemoteOnDuration                     int8u & 0x03
7707          20.1    SelfTimerTime                        int8u & 0xc0
7708          20.2    SelfTimerShotCount                   int8u & 0x1e
7709          21.1    PlaybackMonitorOffTime               int8u & 0x1c
7710          21.2    ImageReviewTime                      int8u & 0xe0
7711          22.1    MenuMonitorOffTime                   int8u & 0xe0
7712          22.2    ShootingInfoMonitorOffTime           int8u & 0x1c
7713          23.1    FlashShutterSpeed                    int8u & 0x0f
7714          24.1    InternalFlash                        int8u & 0xc0
7715          24.2    ManualFlashOutput                    int8u & 0x1f
7716          25.1    RepeatingFlashOutput                 int8u & 0x70
7717          25.2    RepeatingFlashCount                  int8u & 0x0f
7718          26.1    RepeatingFlashRate                   int8u & 0xf0
7719          31.1    FlashWarning                         int8u & 0x80
7720          31.2    CommanderInternalTTLComp             int8u & 0x1f
7721          31.3    ModelingFlash                        int8u & 0x20
7722          31.4    AutoFP                               int8u & 0x40
7723          32.1    CommanderGroupA_TTLComp              int8u & 0x1f
7724          33.1    CommanderGroupB_TTLComp              int8u & 0x1f
7725          34.1    LiveViewAF                           int8u & 0xc0
7726
7727       NikonCustom SettingsD3 Tags
7728
7729       Custom settings for the D3, D3S, D3X, D300 and D300S.
7730
7731          Index   Tag Name                             Writable
7732          -----   --------                             --------
7733           0.1    CustomSettingsBank                   int8u & 0x03
7734           0.2    CustomSettingsAllDefault             int8u & 0x80
7735           1.1    AF-CPrioritySelection                int8u & 0xc0
7736           1.2    AF-SPrioritySelection                int8u & 0x20
7737           1.3    AFPointSelection                     int8u & 0x10
7738           1.4    DynamicAFArea                        int8u & 0x0c
7739           1.5    FocusTrackingLockOn                  int8u & 0x03
7740           2.1    AFActivation                         int8u & 0x80
7741           2.2    FocusPointWrap                       int8u & 0x08
7742           2.3    AFPointIllumination                  int8u & 0x60
7743                  AFPointIllumination                  int8u & 0x06
7744           2.4    AFPointBrightness                    int8u & 0x06
7745           2.5    AFAssist                             int8u & 0x01
7746           3.1    AFOnButton                           int8u & 0x07
7747           3.2    VerticalAFOnButton                   int8u & 0x70
7748           3.3    AF-OnForMB-D10                       int8u & 0x70
7749           4.1    FocusTrackingLockOn                  int8u & 0x07
7750           4.2    AssignBktButton                      int8u & 0x08
7751           4.3    MultiSelectorLiveView                int8u & 0xc0
7752           4.4    InitialZoomLiveView                  int8u & 0x30
7753           6.1    ISOStepSize                          int8u & 0xc0
7754           6.2    ExposureControlStepSize              int8u & 0x30
7755           6.3    ExposureCompStepSize                 int8u & 0x0c
7756           6.4    EasyExposureCompensation             int8u & 0x03
7757           7.1    CenterWeightedAreaSize               int8u & 0xe0
7758           7.2    FineTuneOptCenterWeighted            int8u & 0x0f
7759           8.1    FineTuneOptMatrixMetering            int8u & 0xf0
7760           8.2    FineTuneOptSpotMetering              int8u & 0x0f
7761           9.1    MultiSelectorShootMode               int8u & 0xc0
7762           9.2    MultiSelectorPlaybackMode            int8u & 0x30
7763           9.3    InitialZoomSetting                   int8u & 0x0c
7764           9.4    MultiSelector                        int8u & 0x01
7765          10.1    ExposureDelayMode                    int8u & 0x40
7766          10.2    CLModeShootingSpeed                  int8u & 0x07
7767          10.3    CHModeShootingSpeed                  int8u & 0x30
7768            11    MaxContinuousRelease                 int8u
7769          12.1    ReverseIndicators                    int8u & 0x20
7770          12.2    FileNumberSequence                   int8u & 0x02
7771                  FileNumberSequence                   int8u & 0x08
7772          12.3    RearDisplay                          int8u & 0x80
7773          12.4    ViewfinderDisplay                    int8u & 0x40
7774          12.5    BatteryOrder                         int8u & 0x04
7775          12.6    MB-D10Batteries                      int8u & 0x03
7776          12.7    ScreenTips                           int8u & 0x10
7777          13.1    Beep                                 int8u & 0xc0
7778          13.2    ShootingInfoDisplay                  int8u & 0x30
7779          13.3    GridDisplay                          int8u & 0x02
7780          13.4    ViewfinderWarning                    int8u & 0x01
7781          13.5    MultiSelectorPlaybackMode            int8u & 0x03
7782          14.1    PreviewButton                        int8u & 0xf8
7783                  FuncButton                           int8u & 0xf8
7784          14.2    PreviewButtonPlusDials               int8u & 0x07
7785                  FuncButtonPlusDials                  int8u & 0x07
7786          15.1    FuncButton                           int8u & 0xf8
7787                  PreviewButton                        int8u & 0xf8
7788          15.2    FuncButtonPlusDials                  int8u & 0x07
7789                  PreviewButtonPlusDials               int8u & 0x07
7790          16.1    AELockButton                         int8u & 0xf8
7791          16.2    AELockButtonPlusDials                int8u & 0x07
7792          17.1    CommandDialsReverseRotation          int8u & 0x80
7793          17.2    CommandDialsChangeMainSub            int8u & 0x40
7794          17.3    CommandDialsApertureSetting          int8u & 0x20
7795          17.4    CommandDialsMenuAndPlayback          int8u & 0x10
7796          17.5    LCDIllumination                      int8u & 0x08
7797          17.6    PhotoInfoPlayback                    int8u & 0x04
7798          17.7    ShutterReleaseButtonAE-L             int8u & 0x02
7799          17.8    ReleaseButtonToUseDial               int8u & 0x01
7800          18.1    SelfTimerTime                        int8u & 0x18
7801          18.2    MonitorOffTime                       int8u & 0x07
7802          20.1    FlashSyncSpeed                       int8u & 0xe0
7803                  FlashSyncSpeed                       int8u & 0xf0
7804          20.2    FlashShutterSpeed                    int8u & 0x0f
7805          21.1    AutoBracketSet                       int8u & 0xc0
7806          21.2    AutoBracketModeM                     int8u & 0x30
7807          21.3    AutoBracketOrder                     int8u & 0x08
7808          21.4    ModelingFlash                        int8u & 0x01
7809          22.1    NoMemoryCard                         int8u & 0x80
7810          22.2    MeteringTime                         int8u & 0x0f
7811          23.1    InternalFlash                        int8u & 0xc0
7812
7813       NikonCustom SettingsD700 Tags
7814
7815       Custom settings for the D700.
7816
7817          Index   Tag Name                             Writable
7818          -----   --------                             --------
7819           0.1    CustomSettingsBank                   int8u & 0x03
7820           0.2    CustomSettingsAllDefault             int8u & 0x80
7821           1.1    AF-CPrioritySelection                int8u & 0xc0
7822           1.2    AF-SPrioritySelection                int8u & 0x20
7823           1.3    AFPointSelection                     int8u & 0x10
7824           1.4    DynamicAFArea                        int8u & 0x0c
7825           2.1    AFActivation                         int8u & 0x80
7826           2.2    FocusPointWrap                       int8u & 0x08
7827           2.3    AFPointIllumination                  int8u & 0x06
7828           2.4    AFAssist                             int8u & 0x01
7829           3.1    FocusTrackingLockOn                  int8u & 0x07
7830           3.2    AF-OnForMB-D10                       int8u & 0x70
7831           4.1    ISOStepSize                          int8u & 0xc0
7832           4.2    ExposureControlStepSize              int8u & 0x30
7833           4.3    ExposureCompStepSize                 int8u & 0x0c
7834           4.4    EasyExposureCompensation             int8u & 0x03
7835           5.1    CenterWeightedAreaSize               int8u & 0x70
7836           6.1    FineTuneOptMatrixMetering            int8u & 0xf0
7837           6.2    FineTuneOptSpotMetering              int8u & 0x0f
7838           7.1    ShutterReleaseButtonAE-L             int8u & 0x80
7839           7.2    SelfTimerTime                        int8u & 0x30
7840           7.3    MeteringTime                         int8u & 0x0f
7841           8.1    PlaybackMonitorOffTime               int8u & 0x38
7842           8.2    MenuMonitorOffTime                   int8u & 0x07
7843           9.1    ShootingInfoMonitorOffTime           int8u & 0x38
7844           9.2    ImageReviewTime                      int8u & 0x07
7845          10.1    Beep                                 int8u & 0xc0
7846          10.2    ShootingInfoDisplay                  int8u & 0x30
7847          10.3    LCDIllumination                      int8u & 0x08
7848          10.4    ExposureDelayMode                    int8u & 0x04
7849          10.5    GridDisplay                          int8u & 0x02
7850          11.1    FileNumberSequence                   int8u & 0x40
7851          11.2    CLModeShootingSpeed                  int8u & 0x07
7852            12    MaxContinuousRelease                 int8u
7853          13.1    ScreenTips                           int8u & 0x08
7854          13.2    BatteryOrder                         int8u & 0x04
7855          13.3    MB-D10BatteryType                    int8u & 0x03
7856          15.1    FlashSyncSpeed                       int8u & 0xf0
7857          15.2    FlashShutterSpeed                    int8u & 0x0f
7858          16.1    FlashControlBuilt-in                 int8u & 0xc0
7859          16.2    ManualFlashOutput                    int8u & 0x1f
7860          17.1    RepeatingFlashOutput                 int8u & 0x70
7861          17.2    RepeatingFlashCount                  int8u & 0x0f
7862          18.1    RepeatingFlashRate                   int8u & 0xf0
7863          18.2    CommanderInternalTTLChannel          int8u & 0x03
7864          20.1    CommanderInternalTTLCompBuiltin      int8u & 0x1f
7865          21.1    CommanderInternalTTLCompGroupA       int8u & 0x1f
7866          22.1    CommanderInternalTTLCompGroupB       int8u & 0x1f
7867          26.1    AutoBracketSet                       int8u & 0xc0
7868          26.2    AutoBracketModeM                     int8u & 0x30
7869          26.3    AutoBracketOrder                     int8u & 0x08
7870          26.4    ModelingFlash                        int8u & 0x01
7871          27.1    MultiSelectorShootMode               int8u & 0xc0
7872          27.2    MultiSelectorPlaybackMode            int8u & 0x30
7873          27.3    InitialZoomSetting                   int8u & 0x0c
7874          27.4    MultiSelector                        int8u & 0x01
7875          28.1    FuncButton                           int8u & 0xf8
7876          29.1    PreviewButton                        int8u & 0xf8
7877          30.1    AELockButton                         int8u & 0xf8
7878          31.1    FuncButtonPlusDials                  int8u & 0x70
7879          31.2    PreviewButtonPlusDials               int8u & 0x07
7880          32.1    AELockButtonPlusDials                int8u & 0x70
7881          33.1    CommandDialsReverseRotation          int8u & 0x80
7882          33.2    CommandDialsChangeMainSub            int8u & 0x40
7883          33.3    CommandDialsApertureSetting          int8u & 0x20
7884          33.4    CommandDialsMenuAndPlayback          int8u & 0x10
7885          33.5    ReverseIndicators                    int8u & 0x08
7886          33.6    PhotoInfoPlayback                    int8u & 0x04
7887          33.7    NoMemoryCard                         int8u & 0x02
7888          33.8    ReleaseButtonToUseDial               int8u & 0x01
7889
7890       NikonCustom SettingsD5000 Tags
7891
7892       Custom settings for the D5000.
7893
7894          Index   Tag Name                             Writable
7895          -----   --------                             --------
7896           0.1    AFAreaModeSetting                    int8u & 0x60
7897           0.2    AFAssist                             int8u & 0x01
7898           2.1    Beep                                 int8u & 0xc0
7899           2.2    GridDisplay                          int8u & 0x02
7900           2.3    ISODisplay                           int8u & 0x08
7901           2.4    NoMemoryCard                         int8u & 0x20
7902           3.1    FileNumberSequence                   int8u & 0x08
7903           4.1    RangeFinder                          int8u & 0x10
7904           4.2    DateImprint                          int8u & 0x08
7905           4.3    ReverseIndicators                    int8u & 0x80
7906           5.1    EVStepSize                           int8u & 0x40
7907           9.1    ExposureDelayMode                    int8u & 0x40
7908          11.1    AutoBracketSet                       int8u & 0xc0
7909          12.1    TimerFunctionButton                  int8u & 0x38
7910          15.1    AELockButton                         int8u & 0x38
7911          16.1    ShutterReleaseButtonAE-L             int8u & 0x02
7912          16.2    CommandDialsReverseRotation          int8u & 0x80
7913          17.1    MeteringTime                         int8u & 0x70
7914          17.2    RemoteOnDuration                     int8u & 0x03
7915          18.1    SelfTimerTime                        int8u & 0xc0
7916          18.2    SelfTimerShotCount                   int8u & 0x1e
7917          19.1    ImageReviewTime                      int8u & 0xe0
7918          20.1    PlaybackMenusTime                    int8u & 0xe0
7919          22.1    InternalFlash                        int8u & 0xc0
7920          22.2    ManualFlashOutput                    int8u & 0x1f
7921          32.1    LiveViewAF                           int8u & 0x60
7922
7923       NikonCustom SettingsD7000 Tags
7924
7925       Custom settings for the D7000.
7926
7927          Index   Tag Name                             Writable
7928          -----   --------                             --------
7929           0.1    AF-CPrioritySelection                int8u & 0x80
7930           0.2    AF-SPrioritySelection                int8u & 0x20
7931           0.3    NumberOfFocusPoints                  int8u & 0x10
7932           0.4    FocusTrackingLockOn                  int8u & 0x07
7933           1.2    FocusPointWrap                       int8u & 0x08
7934           1.3    AFPointIllumination                  int8u & 0x06
7935           1.4    AFAssist                             int8u & 0x01
7936           2.1    BatteryOrder                         int8u & 0x40
7937           2.2    AF-OnForMB-D11                       int8u & 0x1c
7938           2.3    MB-D11BatteryType                    int8u & 0x03
7939           3.1    BeepPitch                            int8u & 0xc0
7940           3.2    NoMemoryCard                         int8u & 0x20
7941           3.3    ISODisplay                           int8u & 0x0c
7942           3.4    GridDisplay                          int8u & 0x02
7943           3.5    ViewfinderWarning                    int8u & 0x01
7944           4.1    ShootingInfoDisplay                  int8u & 0xc0
7945           4.2    LCDIllumination                      int8u & 0x20
7946           4.3    FileNumberSequence                   int8u & 0x08
7947           4.4    ScreenTips                           int8u & 0x04
7948           4.5    BeepVolume                           int8u & 0x03
7949           5.1    ReverseIndicators                    int8u & 0x80
7950           5.2    EasyExposureCompensation             int8u & 0x03
7951           6.1    ExposureControlStep                  int8u & 0x40
7952           6.2    ISOSensitivityStep                   int8u & 0x10
7953           7.1    CenterWeightedAreaSize               int8u & 0xe0
7954          10.1    ExposureDelayMode                    int8u & 0x40
7955          10.2    CLModeShootingSpeed                  int8u & 0x07
7956            11    MaxContinuousRelease                 int8u
7957          12.1    AutoBracketSet                       int8u & 0xe0
7958          12.2    AutoBracketOrder                     int8u & 0x10
7959          13.1    FuncButton                           int8u & 0xf8
7960          14.1    PreviewButton                        int8u & 0xf8
7961          15.1    OKButton                             int8u & 0x18
7962          16.1    AELockButton                         int8u & 0x38
7963          17.1    CommandDialsReverseRotation          int8u & 0x80
7964          17.2    CommandDialsChangeMainSub            int8u & 0x60
7965          17.3    CommandDialsApertureSetting          int8u & 0x04
7966          17.4    CommandDialsMenuAndPlayback          int8u & 0x18
7967          17.5    ShutterReleaseButtonAE-L             int8u & 0x02
7968          17.6    ReleaseButtonToUseDial               int8u & 0x01
7969          18.1    MeteringTime                         int8u & 0xf0
7970          18.2    RemoteOnDuration                     int8u & 0x03
7971          19.1    SelfTimerTime                        int8u & 0xc0
7972          19.2    SelfTimerInterval                    int8u & 0x30
7973          19.3    SelfTimerShotCount                   int8u & 0x0f
7974          20.1    ImageReviewTime                      int8u & 0xe0
7975          20.2    LiveViewMonitorOffTime               int8u & 0x1c
7976          21.1    MenuMonitorOffTime                   int8u & 0xe0
7977          21.2    ShootingInfoMonitorOffTime           int8u & 0x1c
7978          22.1    FlashSyncSpeed                       int8u & 0xf0
7979          22.2    FlashShutterSpeed                    int8u & 0x0f
7980          23.1    FlashControlBuilt-in                 int8u & 0xc0
7981          23.2    ManualFlashOutput                    int8u & 0x1f
7982          24.1    RepeatingFlashOutput                 int8u & 0x70
7983          24.2    RepeatingFlashCount                  int8u & 0x0f
7984          25.1    RepeatingFlashRate                   int8u & 0xf0
7985          26.1    CommanderInternalTTLCompBuiltin      int8u & 0x1f
7986          27.1    CommanderInternalTTLCompGroupA       int8u & 0x1f
7987          28.1    CommanderInternalTTLCompGroupB       int8u & 0x1f
7988          30.1    FlashWarning                         int8u & 0x80
7989          30.2    ModelingFlash                        int8u & 0x20
7990          34.1    LiveViewAFAreaMode                   int8u & 0x60
7991          34.2    LiveViewAFMode                       int8u & 0x02
7992          35.1    PlaybackMonitorOffTime               int8u & 0xe0
7993
7994   NikonCapture Tags
7995       This information is written by the Nikon Capture software in tag 0x0e01
7996       of the maker notes of NEF images.
7997
7998         Tag ID       Tag Name                         Writable
7999         ------       --------                         --------
8000         0x8ae85e     LCHEditor                        int8u
8001         0x83a1a25    HistogramXML                     undef
8002         0xc89224b    ColorAberrationControl           int8u
8003         0x116fea21   HighlightData                    NikonCapture HighlightData
8004         0x2175eb78   D-LightingHQ                     int8u
8005         0x2fc08431   StraightenAngle                  double
8006         0x374233e0   CropData                         NikonCapture CropData
8007         0x39c456ac   PictureCtrl                      NikonCapture PictureCtrl
8008         0x3cfc73c6   RedEyeData                       NikonCapture RedEyeData
8009         0x3d136244   EditVersionName                  string
8010         0x56a54260   Exposure                         NikonCapture Exposure
8011         0x5f0e7d23   ColorBooster                     int8u
8012         0x6a6e36b6   D-LightingHQSelected             int8u
8013         0x753dcbc0   NoiseReduction                   int8u
8014         0x76a43200   UnsharpMask                      int8u
8015         0x76a43201   Curves                           int8u
8016         0x76a43202   ColorBalanceAdj                  int8u
8017         0x76a43203   AdvancedRaw                      int8u
8018         0x76a43204   WhiteBalanceAdj                  int8u
8019         0x76a43205   VignetteControl                  int8u
8020         0x76a43206   FlipHorizontal                   int8u
8021         0x76a43207   Rotation                         int16u
8022         0x84589434   BrightnessData                   NikonCapture Brightness
8023         0x890ff591   D-LightingHQData                 NikonCapture DLightingHQ
8024         0x926f13e0   NoiseReductionData               NikonCapture NoiseReduction
8025         0x9ef5f6e0   IPTCData                         IPTC
8026         0xab5eca5e   PhotoEffects                     int8u
8027         0xac6bd5c0   VignetteControlIntensity         int16s
8028         0xb0384e1e   PhotoEffectsData                 NikonCapture PhotoEffects
8029         0xb999a36f   ColorBoostData                   NikonCapture ColorBoost
8030         0xbf3c6c20   WBAdjData                        NikonCapture WBAdjData
8031         0xce5554aa   D-LightingHS                     int8u
8032         0xe2173c47   PictureControl                   int8u
8033         0xe37b4337   D-LightingHSData                 NikonCapture DLightingHS
8034         0xe42b5161   UnsharpData                      NikonCapture UnsharpData
8035         0xe9651831   PhotoEffectHistoryXML            undef
8036         0xfe28a44f   AutoRedEye                       int8u
8037         0xfe443a45   ImageDustOff                     int8u
8038
8039       NikonCapture HighlightData Tags
8040
8041          Index   Tag Name                             Writable
8042          -----   --------                             --------
8043             0    ShadowProtection                     int8s
8044             1    SaturationAdj                        int8s
8045             6    HighlightProtection                  int8s
8046
8047       NikonCapture CropData Tags
8048
8049          Index   Tag Name                             Writable
8050          -----   --------                             --------
8051            30    CropLeft                             double
8052            38    CropTop                              double
8053            46    CropRight                            double
8054            54    CropBottom                           double
8055           142    CropOutputWidthInches                double
8056           150    CropOutputHeightInches               double
8057           158    CropScaledResolution                 double
8058           174    CropSourceResolution                 double
8059           182    CropOutputResolution                 double
8060           190    CropOutputScale                      double
8061           198    CropOutputWidth                      double
8062           206    CropOutputHeight                     double
8063           214    CropOutputPixels                     double
8064
8065       NikonCapture PictureCtrl Tags
8066
8067          Index   Tag Name                             Writable
8068          -----   --------                             --------
8069             0    PictureControlActive                 int8u
8070            19    PictureControlMode                   string[16]
8071            42    QuickAdjust                          int8u
8072            43    SharpeningAdj                        int8u
8073            44    ContrastAdj                          int8u
8074            45    BrightnessAdj                        int8u
8075            46    SaturationAdj                        int8u
8076            47    HueAdj                               int8u
8077
8078       NikonCapture RedEyeData Tags
8079
8080          Index   Tag Name                             Writable
8081          -----   --------                             --------
8082             0    RedEyeCorrection                     int8u
8083
8084       NikonCapture Exposure Tags
8085
8086          Index   Tag Name                             Writable
8087          -----   --------                             --------
8088             0    ExposureAdj                          int16s
8089            18    ExposureAdj2                         double
8090            36    ActiveD-Lighting                     int8u
8091            37    ActiveD-LightingMode                 int8u
8092
8093       NikonCapture Brightness Tags
8094
8095          Index   Tag Name                             Writable
8096          -----   --------                             --------
8097             0    BrightnessAdj                        double
8098             8    EnhanceDarkTones                     int8u
8099
8100       NikonCapture DLightingHQ Tags
8101
8102          Index   Tag Name                             Writable
8103          -----   --------                             --------
8104             0    D-LightingHQShadow                   int32u
8105             1    D-LightingHQHighlight                int32u
8106             2    D-LightingHQColorBoost               int32u
8107
8108       NikonCapture NoiseReduction Tags
8109
8110          Index   Tag Name                             Writable
8111          -----   --------                             --------
8112             4    EdgeNoiseReduction                   int8u
8113             5    ColorMoireReductionMode              int8u
8114             9    NoiseReductionIntensity              int32u
8115            13    NoiseReductionSharpness              int32u
8116            17    NoiseReductionMethod                 int16u
8117            21    ColorMoireReduction                  int8u
8118            23    NoiseReduction                       int8u
8119            24    ColorNoiseReductionIntensity         int32u
8120            28    ColorNoiseReductionSharpness         int32u
8121
8122       NikonCapture PhotoEffects Tags
8123
8124          Index   Tag Name                             Writable
8125          -----   --------                             --------
8126             0    PhotoEffectsType                     int8u
8127             4    PhotoEffectsRed                      int16s
8128             6    PhotoEffectsGreen                    int16s
8129             8    PhotoEffectsBlue                     int16s
8130
8131       NikonCapture ColorBoost Tags
8132
8133          Index   Tag Name                             Writable
8134          -----   --------                             --------
8135             0    ColorBoostType                       int8u
8136             1    ColorBoostLevel                      int32u
8137
8138       NikonCapture WBAdjData Tags
8139
8140          Index   Tag Name                             Writable
8141          -----   --------                             --------
8142             0    WBAdjRedBalance                      double
8143             8    WBAdjBlueBalance                     double
8144            16    WBAdjMode                            int8u
8145            20    WBAdjLightingSubtype                 int8u
8146            21    WBAdjLighting                        int8u
8147            24    WBAdjTemperature                     int16u
8148            37    WBAdjTint                            int32s
8149
8150       NikonCapture DLightingHS Tags
8151
8152          Index   Tag Name                             Writable
8153          -----   --------                             --------
8154             0    D-LightingHSAdjustment               int32u
8155             1    D-LightingHSColorBoost               int32u
8156
8157       NikonCapture UnsharpData Tags
8158
8159          Index   Tag Name                             Writable
8160          -----   --------                             --------
8161             0    UnsharpCount                         int8u
8162            19    Unsharp1Color                        int16u
8163            23    Unsharp1Intensity                    int16u
8164            25    Unsharp1HaloWidth                    int16u
8165            27    Unsharp1Threshold                    int8u
8166            46    Unsharp2Color                        int16u
8167            50    Unsharp2Intensity                    int16u
8168            52    Unsharp2HaloWidth                    int16u
8169            54    Unsharp2Threshold                    int8u
8170            73    Unsharp3Color                        int16u
8171            77    Unsharp3Intensity                    int16u
8172            79    Unsharp3HaloWidth                    int16u
8173            81    Unsharp3Threshold                    int8u
8174           100    Unsharp4Color                        int16u
8175           104    Unsharp4Intensity                    int16u
8176           106    Unsharp4HaloWidth                    int16u
8177           108    Unsharp4Threshold                    int8u
8178
8179   Olympus Tags
8180       Tags 0x0000 through 0x0103 are used by some older Olympus cameras, and
8181       are the same as Konica/Minolta tags.  The Olympus tags are also used
8182       for Epson and Agfa cameras.
8183
8184         Tag ID   Tag Name                             Writable
8185         ------   --------                             --------
8186         0x0000   MakerNoteVersion                     undef
8187         0x0001   MinoltaCameraSettingsOld             Minolta CameraSettings
8188         0x0003   MinoltaCameraSettings                Minolta CameraSettings
8189         0x0040   CompressedImageSize                  int32u
8190         0x0081   PreviewImageData                     N
8191         0x0088   PreviewImageStart                    N
8192         0x0089   PreviewImageLength                   N
8193         0x0100   ThumbnailImage                       undef
8194         0x0104   BodyFirmwareVersion                  string
8195         0x0200   SpecialMode                          int32u[3]~
8196         0x0201   Quality                              int16u~
8197         0x0202   Macro                                int16u
8198         0x0203   BWMode                               int16u
8199         0x0204   DigitalZoom                          rational64u
8200         0x0205   FocalPlaneDiagonal                   rational64u
8201         0x0206   LensDistortionParams                 int16s[6]
8202         0x0207   CameraType                           string
8203         0x0208   TextInfo                             Olympus TextInfo
8204         0x0209   CameraID                             string
8205         0x020b   EpsonImageWidth                      int16u
8206         0x020c   EpsonImageHeight                     int16u
8207         0x020d   EpsonSoftware                        string
8208         0x0280   PreviewImage                         int8u
8209         0x0300   PreCaptureFrames                     int16u
8210         0x0301   WhiteBoard                           int16u
8211         0x0302   OneTouchWB                           int16u
8212         0x0303   WhiteBalanceBracket                  int16u
8213         0x0304   WhiteBalanceBias                     int16u
8214         0x0403   SceneMode                            int16u
8215         0x0404   SerialNumber                         string
8216         0x0405   Firmware                             string
8217         0x0e00   PrintIM                              PrintIM
8218         0x0f00   DataDump                             N
8219         0x0f01   DataDump2                            N
8220         0x0f04   ZoomedPreviewStart                   int32u*
8221         0x0f05   ZoomedPreviewLength                  int32u*
8222         0x0f06   ZoomedPreviewSize                    int16u[2]
8223         0x1000   ShutterSpeedValue                    rational64s
8224         0x1001   ISOValue                             rational64s
8225         0x1002   ApertureValue                        rational64s
8226         0x1003   BrightnessValue                      rational64s
8227         0x1004   FlashMode                            int16u
8228         0x1005   FlashDevice                          int16u
8229         0x1006   ExposureCompensation                 rational64s
8230         0x1007   SensorTemperature                    int16s
8231         0x1008   LensTemperature                      int16s
8232         0x1009   LightCondition                       int16u
8233         0x100a   FocusRange                           int16u
8234         0x100b   FocusMode                            int16u
8235         0x100c   ManualFocusDistance                  rational64u
8236         0x100d   ZoomStepCount                        int16u
8237         0x100e   FocusStepCount                       int16u
8238         0x100f   Sharpness                            int16u
8239         0x1010   FlashChargeLevel                     int16u
8240         0x1011   ColorMatrix                          int16u[9]
8241         0x1012   BlackLevel                           int16u[4]
8242         0x1013   ColorTemperatureBG?                  int16u
8243         0x1014   ColorTemperatureRG?                  int16u
8244         0x1015   WBMode                               int16u[2]
8245         0x1017   RedBalance                           int16u[2]
8246         0x1018   BlueBalance                          int16u[2]
8247         0x1019   ColorMatrixNumber                    int16u
8248         0x101a   SerialNumber                         string
8249         0x101b   ExternalFlashAE1_0?                  int32u
8250         0x101c   ExternalFlashAE2_0?                  int32u
8251         0x101d   InternalFlashAE1_0?                  int32u
8252         0x101e   InternalFlashAE2_0?                  int32u
8253         0x101f   ExternalFlashAE1?                    int32u
8254         0x1020   ExternalFlashAE2?                    int32u
8255         0x1021   InternalFlashAE1?                    int32u
8256         0x1022   InternalFlashAE2?                    int32u
8257         0x1023   FlashExposureComp                    rational64s
8258         0x1024   InternalFlashTable                   int16u
8259         0x1025   ExternalFlashGValue                  rational64s
8260         0x1026   ExternalFlashBounce                  int16u
8261         0x1027   ExternalFlashZoom                    int16u
8262         0x1028   ExternalFlashMode                    int16u
8263         0x1029   Contrast                             int16u
8264         0x102a   SharpnessFactor                      int16u
8265         0x102b   ColorControl                         int16u[6]
8266         0x102c   ValidBits                            int16u[2]
8267         0x102d   CoringFilter                         int16u
8268         0x102e   OlympusImageWidth                    int32u
8269         0x102f   OlympusImageHeight                   int32u
8270         0x1030   SceneDetect                          int16u
8271         0x1031   SceneArea?                           int32u[8]
8272         0x1033   SceneDetectData?                     int32u[720]
8273         0x1034   CompressionRatio                     rational64u
8274         0x1035   PreviewImageValid                    int32u
8275         0x1036   PreviewImageStart                    int32u*
8276         0x1037   PreviewImageLength                   int32u*
8277         0x1038   AFResult                             int16u
8278         0x1039   CCDScanMode                          int16u
8279         0x103a   NoiseReduction                       int16u
8280         0x103b   FocusStepInfinity                    int16u
8281         0x103c   FocusStepNear                        int16u
8282         0x103d   LightValueCenter                     rational64s
8283         0x103e   LightValuePeriphery                  rational64s
8284         0x103f   FieldCount?                          int16u
8285         0x2010   Equipment                            Olympus Equipment
8286                  EquipmentIFD                         Olympus Equipment
8287         0x2020   CameraSettings                       Olympus CameraSettings
8288                  CameraSettingsIFD                    Olympus CameraSettings
8289         0x2030   RawDevelopment                       Olympus RawDevelopment
8290                  RawDevelopmentIFD                    Olympus RawDevelopment
8291         0x2031   RawDev2                              Olympus RawDevelopment2
8292                  RawDev2IFD                           Olympus RawDevelopment2
8293         0x2040   ImageProcessing                      Olympus ImageProcessing
8294                  ImageProcessingIFD                   Olympus ImageProcessing
8295         0x2050   FocusInfo                            Olympus FocusInfo
8296                  FocusInfoIFD                         Olympus FocusInfo
8297                  CameraParameters                     undef
8298         0x2100   Olympus2100                          Olympus FE
8299                  Olympus2100IFD                       Olympus FE
8300         0x2200   Olympus2200                          Olympus FE
8301                  Olympus2200IFD                       Olympus FE
8302         0x2300   Olympus2300                          Olympus FE
8303                  Olympus2300IFD                       Olympus FE
8304         0x2400   Olympus2400                          Olympus FE
8305                  Olympus2400IFD                       Olympus FE
8306         0x2500   Olympus2500                          Olympus FE
8307                  Olympus2500IFD                       Olympus FE
8308         0x2600   Olympus2600                          Olympus FE
8309                  Olympus2600IFD                       Olympus FE
8310         0x2700   Olympus2700                          Olympus FE
8311                  Olympus2700IFD                       Olympus FE
8312         0x2800   Olympus2800                          Olympus FE
8313                  Olympus2800IFD                       Olympus FE
8314         0x2900   Olympus2900                          Olympus FE
8315                  Olympus2900IFD                       Olympus FE
8316         0x3000   RawInfo                              Olympus RawInfo
8317                  RawInfoIFD                           Olympus RawInfo
8318         0x4000   MainInfo                             Olympus
8319                  MainInfoIFD                          Olympus
8320         0x5000   UnknownInfo                          Olympus UnknownInfo
8321                  UnknownInfoIFD                       Olympus UnknownInfo
8322
8323       Olympus TextInfo Tags
8324
8325       This information is in text format (similar to APP12 information, but
8326       with spaces instead of linefeeds).  Below are tags which have been
8327       observed, but any information found here will be extracted, even if the
8328       tag is not listed.
8329
8330         Tag ID               Tag Name                 Writable
8331         ------               --------                 --------
8332         'Resolution'         Resolution               N
8333         'Type'               CameraType               N
8334
8335       Olympus Equipment Tags
8336
8337         Tag ID   Tag Name                             Writable
8338         ------   --------                             --------
8339         0x0000   EquipmentVersion                     undef[4]
8340         0x0100   CameraType2                          string[6]
8341         0x0101   SerialNumber                         string[32]
8342         0x0102   InternalSerialNumber                 string[32]
8343         0x0103   FocalPlaneDiagonal                   rational64u
8344         0x0104   BodyFirmwareVersion                  int32u
8345         0x0201   LensType                             int8u[6]
8346         0x0202   LensSerialNumber                     string[32]
8347         0x0203   LensModel                            string
8348         0x0204   LensFirmwareVersion                  int32u
8349         0x0205   MaxApertureAtMinFocal                int16u
8350         0x0206   MaxApertureAtMaxFocal                int16u
8351         0x0207   MinFocalLength                       int16u
8352         0x0208   MaxFocalLength                       int16u
8353         0x020a   MaxApertureAtCurrentFocal            int16u
8354         0x020b   LensProperties                       int16u
8355         0x0301   Extender                             int8u[6]
8356         0x0302   ExtenderSerialNumber                 string[32]
8357         0x0303   ExtenderModel                        string
8358         0x0304   ExtenderFirmwareVersion              int32u
8359         0x1000   FlashType                            int16u
8360         0x1001   FlashModel                           int16u
8361         0x1002   FlashFirmwareVersion                 int32u
8362         0x1003   FlashSerialNumber                    string[32]
8363
8364       Olympus CameraSettings Tags
8365
8366         Tag ID   Tag Name                             Writable
8367         ------   --------                             --------
8368         0x0000   CameraSettingsVersion                undef[4]
8369         0x0100   PreviewImageValid                    int32u
8370         0x0101   PreviewImageStart                    int32u*
8371         0x0102   PreviewImageLength                   int32u*
8372         0x0200   ExposureMode                         int16u
8373         0x0201   AELock                               int16u
8374         0x0202   MeteringMode                         int16u
8375         0x0203   ExposureShift                        rational64s
8376         0x0300   MacroMode                            int16u
8377         0x0301   FocusMode                            int16u[n]
8378         0x0302   FocusProcess                         int16u[n]
8379         0x0303   AFSearch                             int16u
8380         0x0304   AFAreas                              int32u[64]~
8381         0x0305   AFPointSelected                      rational64s[5]~
8382         0x0307   AFFineTuneAdj                        int16s[3]
8383         0x0400   FlashMode                            int16u
8384         0x0401   FlashExposureComp                    rational64s
8385         0x0403   FlashRemoteControl                   int16u
8386         0x0404   FlashControlMode                     int16u[3]
8387         0x0405   FlashIntensity                       rational64s[3]
8388         0x0406   ManualFlashStrength                  rational64s[3]
8389         0x0500   WhiteBalance2                        int16u
8390         0x0501   WhiteBalanceTemperature              int16u
8391         0x0502   WhiteBalanceBracket                  int16s
8392         0x0503   CustomSaturation                     int16s[3]~
8393         0x0504   ModifiedSaturation                   int16u
8394         0x0505   ContrastSetting                      int16s[3]
8395         0x0506   SharpnessSetting                     int16s[3]
8396         0x0507   ColorSpace                           int16u
8397         0x0509   SceneMode                            int16u
8398         0x050a   NoiseReduction                       int16u
8399         0x050b   DistortionCorrection                 int16u
8400         0x050c   ShadingCompensation                  int16u
8401         0x050d   CompressionFactor                    rational64u
8402         0x050f   Gradation                            int16s[n]
8403         0x0520   PictureMode                          int16u[n]
8404         0x0521   PictureModeSaturation                int16s[3]
8405         0x0522   PictureModeHue?                      int16s
8406         0x0523   PictureModeContrast                  int16s[3]
8407         0x0524   PictureModeSharpness                 int16s[3]
8408         0x0525   PictureModeBWFilter                  int16s
8409         0x0526   PictureModeTone                      int16s
8410         0x0527   NoiseFilter                          int16s[3]
8411         0x0529   ArtFilter                            int16u[4]
8412         0x052c   MagicFilter                          int16u[4]
8413         0x0600   DriveMode                            int16u[n]~
8414         0x0601   PanoramaMode                         int16u~
8415         0x0603   ImageQuality2                        int16u
8416         0x0604   ImageStabilization                   int32u
8417         0x0900   ManometerPressure                    int16u
8418         0x0901   ManometerReading                     int32s[2]
8419         0x0902   ExtendedWBDetect                     int16u
8420         0x0903   LevelGaugeRoll                       int16u
8421         0x0904   LevelGaugePitch                      int16u
8422
8423       Olympus RawDevelopment Tags
8424
8425         Tag ID   Tag Name                             Writable
8426         ------   --------                             --------
8427         0x0000   RawDevVersion                        undef[4]
8428         0x0100   RawDevExposureBiasValue              rational64s
8429         0x0101   RawDevWhiteBalanceValue              int16u
8430         0x0102   RawDevWBFineAdjustment               int16s
8431         0x0103   RawDevGrayPoint                      int16u[3]
8432         0x0104   RawDevSaturationEmphasis             int16s[3]
8433         0x0105   RawDevMemoryColorEmphasis            int16u
8434         0x0106   RawDevContrastValue                  int16s[3]
8435         0x0107   RawDevSharpnessValue                 int16s[3]
8436         0x0108   RawDevColorSpace                     int16u
8437         0x0109   RawDevEngine                         int16u
8438         0x010a   RawDevNoiseReduction                 int16u
8439         0x010b   RawDevEditStatus                     int16u
8440         0x010c   RawDevSettings                       int16u
8441
8442       Olympus RawDevelopment2 Tags
8443
8444         Tag ID   Tag Name                             Writable
8445         ------   --------                             --------
8446         0x0000   RawDevVersion                        undef[4]
8447         0x0100   RawDevExposureBiasValue              rational64s
8448         0x0101   RawDevWhiteBalance                   int16u
8449         0x0102   RawDevWhiteBalanceValue              int16u
8450         0x0103   RawDevWBFineAdjustment               int16s
8451         0x0104   RawDevGrayPoint                      int16u[3]
8452         0x0105   RawDevContrastValue                  int16s[3]
8453         0x0106   RawDevSharpnessValue                 int16s[3]
8454         0x0107   RawDevSaturationEmphasis             int16s[3]
8455         0x0108   RawDevMemoryColorEmphasis            int16u
8456         0x0109   RawDevColorSpace                     int16u
8457         0x010a   RawDevNoiseReduction                 int16u
8458         0x010b   RawDevEngine                         int16u
8459         0x010c   RawDevPictureMode                    int16u
8460         0x010d   RawDevPMSaturation                   int16s[3]
8461         0x010e   RawDevPMContrast                     int16s[3]
8462         0x010f   RawDevPMSharpness                    int16s[3]
8463         0x0110   RawDevPM_BWFilter                    int16u
8464         0x0111   RawDevPMPictureTone                  int16u
8465         0x0112   RawDevGradation                      int16s[3]
8466         0x0113   RawDevSaturation3                    int16s[3]
8467         0x0119   RawDevAutoGradation                  int16u
8468         0x0120   RawDevPMNoiseFilter                  int16u
8469
8470       Olympus ImageProcessing Tags
8471
8472         Tag ID   Tag Name                             Writable
8473         ------   --------                             --------
8474         0x0000   ImageProcessingVersion               undef[4]
8475         0x0100   WB_RBLevels                          int16u[2]
8476         0x0102   WB_RBLevels3000K                     int16u[2]
8477         0x0103   WB_RBLevels3300K                     int16u[2]
8478         0x0104   WB_RBLevels3600K                     int16u[2]
8479         0x0105   WB_RBLevels3900K                     int16u[2]
8480         0x0106   WB_RBLevels4000K                     int16u[2]
8481         0x0107   WB_RBLevels4300K                     int16u[2]
8482         0x0108   WB_RBLevels4500K                     int16u[2]
8483         0x0109   WB_RBLevels4800K                     int16u[2]
8484         0x010a   WB_RBLevels5300K                     int16u[2]
8485         0x010b   WB_RBLevels6000K                     int16u[2]
8486         0x010c   WB_RBLevels6600K                     int16u[2]
8487         0x010d   WB_RBLevels7500K                     int16u[2]
8488         0x010e   WB_RBLevelsCWB1                      int16u[2]
8489         0x010f   WB_RBLevelsCWB2                      int16u[2]
8490         0x0110   WB_RBLevelsCWB3                      int16u[2]
8491         0x0111   WB_RBLevelsCWB4                      int16u[2]
8492         0x0113   WB_GLevel3000K                       int16u
8493         0x0114   WB_GLevel3300K                       int16u
8494         0x0115   WB_GLevel3600K                       int16u
8495         0x0116   WB_GLevel3900K                       int16u
8496         0x0117   WB_GLevel4000K                       int16u
8497         0x0118   WB_GLevel4300K                       int16u
8498         0x0119   WB_GLevel4500K                       int16u
8499         0x011a   WB_GLevel4800K                       int16u
8500         0x011b   WB_GLevel5300K                       int16u
8501         0x011c   WB_GLevel6000K                       int16u
8502         0x011d   WB_GLevel6600K                       int16u
8503         0x011e   WB_GLevel7500K                       int16u
8504         0x011f   WB_GLevel                            int16u
8505         0x0200   ColorMatrix                          int16u[9]
8506         0x0300   Enhancer                             int16u
8507         0x0301   EnhancerValues                       int16u[7]
8508         0x0310   CoringFilter                         int16u
8509         0x0311   CoringValues                         int16u[7]
8510         0x0600   BlackLevel2                          int16u[4]
8511         0x0610   GainBase                             int16u
8512         0x0611   ValidBits                            int16u[2]
8513         0x0612   CropLeft                             int16u[2]
8514         0x0613   CropTop                              int16u[2]
8515         0x0614   CropWidth                            int32u
8516         0x0615   CropHeight                           int32u
8517         0x1010   NoiseReduction2                      int16u
8518         0x1011   DistortionCorrection2                int16u
8519         0x1012   ShadingCompensation2                 int16u
8520         0x101c   MultipleExposureMode                 int16u[2]
8521         0x1103   UnknownBlock?                        undef
8522         0x1112   AspectRatio                          int8u[2]
8523         0x1113   AspectFrame                          int16u[4]
8524         0x1200   FacesDetected                        int32u[n]
8525         0x1201   FaceDetectArea                       int16s[n]
8526         0x1202   MaxFaces                             int32u[3]
8527         0x1203   FaceDetectFrameSize                  int16u[6]
8528         0x1207   FaceDetectFrameCrop                  int16s[12]
8529
8530       Olympus FocusInfo Tags
8531
8532         Tag ID   Tag Name                             Writable
8533         ------   --------                             --------
8534         0x0000   FocusInfoVersion                     undef[4]
8535         0x0209   AutoFocus?                           int16u
8536         0x0210   SceneDetect                          int16u
8537         0x0211   SceneArea?                           int32u[8]
8538         0x0212   SceneDetectData?                     int32u[720]
8539         0x0300   ZoomStepCount                        int16u
8540         0x0301   FocusStepCount                       int16u
8541         0x0303   FocusStepInfinity                    int16u
8542         0x0304   FocusStepNear                        int16u
8543         0x0305   FocusDistance                        rational64u
8544         0x0308   AFPoint                              int16u
8545         0x1201   ExternalFlash                        int16u[2]
8546         0x1203   ExternalFlashGuideNumber?            rational64s
8547         0x1204   ExternalFlashBounce                  int16u
8548         0x1205   ExternalFlashZoom                    rational64u
8549         0x1208   InternalFlash                        int16u[n]
8550         0x1209   ManualFlash                          int16u[2]~
8551         0x1500   SensorTemperature                    int16s
8552         0x1600   ImageStabilization                   undef~
8553
8554       Olympus FE Tags
8555
8556       Some FE models write a large number of tags here, but most of this
8557       information remains unknown.
8558
8559         Tag ID   Tag Name                             Writable
8560         ------   --------                             --------
8561         0x0100   BodyFirmwareVersion                  string
8562
8563       Olympus RawInfo Tags
8564
8565       These tags are found only in ORF images of some models (ie. C8080WZ).
8566
8567         Tag ID   Tag Name                             Writable
8568         ------   --------                             --------
8569         0x0000   RawInfoVersion                       undef[4]
8570         0x0100   WB_RBLevelsUsed                      int16u[2]
8571         0x0110   WB_RBLevelsAuto                      int16u[2]
8572         0x0120   WB_RBLevelsShade                     int16u[2]
8573         0x0121   WB_RBLevelsCloudy                    int16u[2]
8574         0x0122   WB_RBLevelsFineWeather               int16u[2]
8575         0x0123   WB_RBLevelsTungsten                  int16u[2]
8576         0x0124   WB_RBLevelsEveningSunlight           int16u[2]
8577         0x0130   WB_RBLevelsDaylightFluor             int16u[2]
8578         0x0131   WB_RBLevelsDayWhiteFluor             int16u[2]
8579         0x0132   WB_RBLevelsCoolWhiteFluor            int16u[2]
8580         0x0133   WB_RBLevelsWhiteFluorescent          int16u[2]
8581         0x0200   ColorMatrix2                         int16u[9]
8582         0x0310   CoringFilter                         int16u
8583         0x0311   CoringValues                         int16u[11]
8584         0x0600   BlackLevel2                          int16u[4]
8585         0x0601   YCbCrCoefficients                    N
8586         0x0611   ValidPixelDepth                      int16u[2]
8587         0x0612   CropLeft                             int16u
8588         0x0613   CropTop                              int16u
8589         0x0614   CropWidth                            int32u
8590         0x0615   CropHeight                           int32u
8591         0x1000   LightSource                          int16u
8592         0x1001   WhiteBalanceComp                     int16s[3]
8593         0x1010   SaturationSetting                    int16s[3]
8594         0x1011   HueSetting                           int16s[3]
8595         0x1012   ContrastSetting                      int16s[3]
8596         0x1013   SharpnessSetting                     int16s[3]
8597         0x2000   CMExposureCompensation               rational64s
8598         0x2001   CMWhiteBalance                       int16u
8599         0x2002   CMWhiteBalanceComp                   int16s
8600         0x2010   CMWhiteBalanceGrayPoint              int16u[3]
8601         0x2020   CMSaturation                         int16s[3]
8602         0x2021   CMHue                                int16s[3]
8603         0x2022   CMContrast                           int16s[3]
8604         0x2023   CMSharpness                          int16s[3]
8605
8606       Olympus UnknownInfo Tags
8607
8608         Tag ID   Tag Name                             Writable
8609         ------   --------                             --------
8610         [no tags known]
8611
8612       Olympus MOV1 Tags
8613
8614       This information is found in MOV videos from Olympus models such as the
8615       D540Z, D595Z, FE100, FE110, FE115, FE170 and FE200.
8616
8617          Index   Tag Name                             Writable
8618          -----   --------                             --------
8619             0    Make                                 N
8620            24    Model                                N
8621            38    ExposureUnknown?                     N
8622            42    FNumber                              N
8623            50    ExposureCompensation                 N
8624            72    FocalLength                          N
8625
8626       Olympus MOV2 Tags
8627
8628       This information is found in MOV videos from Olympus models such as the
8629       FE120, FE140 and FE190.
8630
8631          Index   Tag Name                             Writable
8632          -----   --------                             --------
8633             0    Make                                 N
8634            24    Model                                N
8635            54    ExposureTime                         N
8636            58    FNumber                              N
8637            66    ExposureCompensation                 N
8638            88    FocalLength                          N
8639           193    ISO                                  N
8640
8641       Olympus MP4 Tags
8642
8643       This information is found in MP4 videos from Olympus models such as the
8644       u7040 and u9010.
8645
8646          Index   Tag Name                             Writable
8647          -----   --------                             --------
8648             0    Make                                 N
8649            24    Model                                N
8650            40    FNumber                              N
8651            48    ExposureCompensation                 N
8652
8653       Olympus AVI Tags
8654
8655       This information is found in Olympus AVI videos.
8656
8657          Index   Tag Name                             Writable
8658          -----   --------                             --------
8659            18    Make                                 N
8660            44    ModelType                            N
8661            94    FNumber                              N
8662           131    DateTime1                            N
8663           157    DateTime2                            N
8664           301    ThumbnailLength                      N
8665           305    ThumbnailImage                       N
8666
8667       Olympus WAV Tags
8668
8669       This information is found in WAV files from Olympus PCM linear
8670       recorders like the LS-5, LS-10, LS-11.
8671
8672          Index   Tag Name                             Writable
8673          -----   --------                             --------
8674            12    Model                                N
8675            28    FileNumber                           N
8676            38    DateTimeOriginal                     N
8677            50    DateTimeEnd                          N
8678            62    RecordingTime                        N
8679           512    Duration                             N
8680           522    Index01                              N
8681           532    Index02                              N
8682           542    Index03                              N
8683           552    Index04                              N
8684           562    Index05                              N
8685           572    Index06                              N
8686           582    Index07                              N
8687           592    Index08                              N
8688           602    Index09                              N
8689           612    Index10                              N
8690           622    Index11                              N
8691           632    Index12                              N
8692           642    Index13                              N
8693           652    Index14                              N
8694           662    Index15                              N
8695           672    Index16                              N
8696
8697   Panasonic Tags
8698       These tags are used in Panasonic/Leica cameras.
8699
8700         Tag ID   Tag Name                             Writable
8701         ------   --------                             --------
8702         0x0001   ImageQuality                         int16u
8703         0x0002   FirmwareVersion                      undef
8704         0x0003   WhiteBalance                         int16u
8705         0x0007   FocusMode                            int16u
8706         0x000f   AFAreaMode                           int8u[2]
8707         0x001a   ImageStabilization                   int16u
8708         0x001c   MacroMode                            int16u
8709         0x001f   ShootingMode                         int16u
8710         0x0020   Audio                                int16u
8711         0x0021   DataDump                             N
8712         0x0023   WhiteBalanceBias                     int16s
8713         0x0024   FlashBias                            int16s
8714         0x0025   InternalSerialNumber                 undef[16]
8715         0x0026   PanasonicExifVersion                 undef
8716         0x0028   ColorEffect                          int16u
8717         0x0029   TimeSincePowerOn                     int32u
8718         0x002a   BurstMode                            int16u
8719         0x002b   SequenceNumber                       int32u
8720         0x002c   ContrastMode                         int16u
8721         0x002d   NoiseReduction                       int16u
8722         0x002e   SelfTimer                            int16u
8723         0x0030   Rotation                             int16u
8724         0x0031   AFAssistLamp                         int16u
8725         0x0032   ColorMode                            int16u
8726         0x0033   BabyAge                              string
8727         0x0034   OpticalZoomMode                      int16u
8728         0x0035   ConversionLens                       int16u
8729         0x0036   TravelDay                            int16u
8730         0x0039   Contrast                             int16u
8731         0x003a   WorldTimeLocation                    int16u
8732         0x003b   TextStamp                            int16u
8733         0x003c   ProgramISO                           int16u
8734         0x003d   AdvancedSceneMode                    int16u
8735         0x003e   TextStamp                            int16u
8736         0x003f   FacesDetected                        int16u
8737         0x0040   Saturation                           int16u
8738         0x0041   Sharpness                            int16u
8739         0x0042   FilmMode                             int16u
8740         0x0046   WBAdjustAB                           int16u
8741         0x0047   WBAdjustGM                           int16u
8742         0x004b   PanasonicImageWidth                  int32u
8743         0x004c   PanasonicImageHeight                 int32u
8744         0x004d   AFPointPosition                      rational64u[2]
8745         0x004e   FaceDetInfo                          Panasonic FaceDetInfo
8746         0x0051   LensType                             string
8747         0x0052   LensSerialNumber                     string
8748         0x0053   AccessoryType                        string
8749         0x0059   Transform                            undef[4]
8750         0x005d   IntelligentExposure                  int16u
8751         0x0061   FaceRecInfo                          Panasonic FaceRecInfo
8752         0x0062   FlashWarning                         int16u
8753         0x0063   RecognizedFaceFlags?                 undef[4]
8754         0x0065   Title                                undef
8755         0x0066   BabyName                             undef
8756         0x0067   Location                             undef
8757         0x0069   Country                              undef
8758         0x006b   State                                undef
8759         0x006d   City                                 undef
8760         0x006f   Landmark                             undef
8761         0x0070   IntelligentResolution                int8u
8762         0x0079   IntelligentD-Range                   int16u
8763         0x0e00   PrintIM                              PrintIM
8764         0x8000   MakerNoteVersion                     undef
8765         0x8001   SceneMode                            int16u
8766         0x8004   WBRedLevel                           int16u
8767         0x8005   WBGreenLevel                         int16u
8768         0x8006   WBBlueLevel                          int16u
8769         0x8007   FlashFired                           int16u
8770         0x8008   TextStamp                            int16u
8771         0x8009   TextStamp                            int16u
8772         0x8010   BabyAge                              string
8773         0x8012   Transform                            undef[4]
8774
8775       Panasonic FaceDetInfo Tags
8776
8777       Face detection position information.
8778
8779          Index   Tag Name                             Writable
8780          -----   --------                             --------
8781             0    NumFacePositions                     int16u
8782             1    Face1Position                        int16u[4]
8783             5    Face2Position                        int16u[4]
8784             9    Face3Position                        int16u[4]
8785            13    Face4Position                        int16u[4]
8786            17    Face5Position                        int16u[4]
8787
8788       Panasonic FaceRecInfo Tags
8789
8790       Tags written by cameras with facial recognition.  These cameras not
8791       only detect faces in an image, but also recognize specific people based
8792       a user-supplied set of known faces.
8793
8794          Index   Tag Name                             Writable
8795          -----   --------                             --------
8796             0    FacesRecognized                      int16u
8797             4    RecognizedFace1Name                  string[20]
8798            24    RecognizedFace1Position              int16u[4]
8799            32    RecognizedFace1Age                   string[20]
8800            52    RecognizedFace2Name                  string[20]
8801            72    RecognizedFace2Position              int16u[4]
8802            80    RecognizedFace2Age                   string[20]
8803           100    RecognizedFace3Name                  string[20]
8804           120    RecognizedFace3Position              int16u[4]
8805           128    RecognizedFace3Age                   string[20]
8806
8807       Panasonic Leica2 Tags
8808
8809       These tags are used by the Leica M8.
8810
8811         Tag ID   Tag Name                             Writable
8812         ------   --------                             --------
8813         0x0300   Quality                              int16u
8814         0x0302   UserProfile                          int32u
8815         0x0303   SerialNumber                         int32u
8816         0x0304   WhiteBalance                         int16u
8817         0x0310   LensType                             int32u
8818         0x0311   ExternalSensorBrightnessValue        rational64s
8819         0x0312   MeasuredLV                           rational64s
8820         0x0313   ApproximateFNumber                   rational64u
8821         0x0320   CameraTemperature                    int32s
8822         0x0321   ColorTemperature                     int32u
8823         0x0322   WBRedLevel                           rational64u
8824         0x0323   WBGreenLevel                         rational64u
8825         0x0324   WBBlueLevel                          rational64u
8826         0x0325   UV-IRFilterCorrection                int32u
8827         0x0330   CCDVersion                           int32u
8828         0x0331   CCDBoardVersion                      int32u
8829         0x0332   ControllerBoardVersion               int32u
8830         0x0333   M16CVersion                          int32u
8831         0x0340   ImageIDNumber                        int32u
8832
8833       Panasonic Leica3 Tags
8834
8835       These tags are used by the Leica R8 and R9 digital backs.
8836
8837         Tag ID   Tag Name                             Writable
8838         ------   --------                             --------
8839         0x000d   WB_RGBLevels                         int16u[3]
8840
8841       Panasonic Leica4 Tags
8842
8843       This information is written by the M9.
8844
8845         Tag ID   Tag Name                             Writable
8846         ------   --------                             --------
8847         0x3000   Subdir3000                           Panasonic Subdir
8848         0x3100   Subdir3100                           Panasonic Subdir
8849         0x3400   Subdir3400                           Panasonic Subdir
8850         0x3900   Subdir3900                           Panasonic Subdir
8851
8852       Panasonic Subdir Tags
8853
8854         Tag ID   Tag Name                             Writable
8855         ------   --------                             --------
8856         0x300a   Contrast                             int32u
8857         0x300b   Sharpening                           int32u
8858         0x300d   Saturation                           int32u
8859         0x3033   WhiteBalance                         int32u
8860         0x3034   JPEGQuality                          int32u
8861         0x3036   WB_RGBLevels                         rational64u[3]
8862         0x3038   UserProfile                          string
8863         0x303a   JPEGSize                             int32u
8864         0x3103   SerialNumber                         string
8865         0x3109   FirmwareVersion                      string
8866         0x312a   BaseISO                              int32u
8867         0x312b   SensorWidth                          int32u
8868         0x312c   SensorHeight                         int32u
8869         0x312d   SensorBitDepth                       int32u
8870         0x3402   CameraTemperature                    int32s
8871         0x3405   LensType                             int32u
8872         0x3406   ApproximateFNumber                   rational64u
8873         0x3407   MeasuredLV                           int32s
8874         0x3408   ExternalSensorBrightnessValue        int32s
8875         0x3901   Data1                                Panasonic Data1
8876         0x3902   Data2                                Panasonic Data2
8877
8878       Panasonic Data1 Tags
8879
8880          Index   Tag Name                             Writable
8881          -----   --------                             --------
8882            22    LensType                             int32u[0.25]
8883
8884       Panasonic Data2 Tags
8885
8886          Index   Tag Name                             Writable
8887          -----   --------                             --------
8888         [no tags known]
8889
8890       Panasonic Leica5 Tags
8891
8892       This information is written by the X1.
8893
8894         Tag ID   Tag Name                             Writable
8895         ------   --------                             --------
8896         0x0407   OriginalFileName                     string
8897         0x0408   OriginalDirectory                    string
8898         0x040d   ExposureMode                         int8u[4]
8899         0x0412   FilmMode                             string
8900         0x0413   WB_RGBLevels                         rational64u[3]
8901
8902       Panasonic Leica6 Tags
8903
8904       This information is written by the S2 (as a trailer in JPEG images).
8905
8906         Tag ID   Tag Name                             Writable
8907         ------   --------                             --------
8908         0x0300   PreviewImage                         undef
8909         0x0301   UnknownBlock?                        N
8910         0x0303   LensType                             string
8911
8912       Panasonic Type2 Tags
8913
8914       This type of maker notes is used by models such as the NV-DS65,
8915       PV-D2002, PV-DC3000, PV-DV203, PV-DV401, PV-DV702, PV-L2001, PV-SD4090,
8916       PV-SD5000 and iPalm.
8917
8918          Index   Tag Name                             Writable
8919          -----   --------                             --------
8920             0    MakerNoteType                        N
8921             3    Gain                                 N
8922
8923   Pentax Tags
8924       These tags are used in Pentax/Asahi cameras.
8925
8926         Tag ID   Tag Name                             Writable
8927         ------   --------                             --------
8928         0x0000   PentaxVersion                        int8u[4]
8929         0x0001   PentaxModelType                      int16u
8930         0x0002   PreviewImageSize                     int16u[2]~
8931         0x0003   PreviewImageLength                   int32u*
8932         0x0004   PreviewImageStart                    int32u*
8933         0x0005   PentaxModelID                        int32u
8934         0x0006   Date                                 undef[4]
8935         0x0007   Time                                 undef[3]
8936         0x0008   Quality                              int16u
8937         0x0009   PentaxImageSize                      int16u
8938         0x000b   PictureMode                          int16u[n]
8939         0x000c   FlashMode                            int16u[n]
8940         0x000d   FocusMode                            int16u
8941         0x000e   AFPointSelected                      int16u
8942         0x000f   AFPointsInFocus                      int16u
8943         0x0010   FocusPosition                        int16u
8944         0x0012   ExposureTime                         int32u
8945         0x0013   FNumber                              int16u
8946         0x0014   ISO                                  int16u
8947         0x0015   LightReading                         int16u
8948         0x0016   ExposureCompensation                 int16u
8949         0x0017   MeteringMode                         int16u
8950         0x0018   AutoBracketing                       int16u[n]
8951         0x0019   WhiteBalance                         int16u
8952         0x001a   WhiteBalanceMode                     int16u
8953         0x001b   BlueBalance                          int16u
8954         0x001c   RedBalance                           int16u
8955         0x001d   FocalLength                          int32u
8956         0x001e   DigitalZoom                          int16u
8957         0x001f   Saturation                           int16u[n]
8958         0x0020   Contrast                             int16u[n]
8959         0x0021   Sharpness                            int16u[n]
8960         0x0022   WorldTimeLocation                    int16u
8961         0x0023   HometownCity                         int16u
8962         0x0024   DestinationCity                      int16u
8963         0x0025   HometownDST                          int16u
8964         0x0026   DestinationDST                       int16u
8965         0x0027   DSPFirmwareVersion                   undef
8966         0x0028   CPUFirmwareVersion                   undef
8967         0x0029   FrameNumber                          int32u
8968         0x002d   EffectiveLV                          int16u
8969         0x0032   ImageEditing                         undef[4]
8970         0x0033   PictureMode                          int8u[3]
8971         0x0034   DriveMode                            int8u[4]
8972         0x0035   SensorSize                           int16u[2]
8973         0x0037   ColorSpace                           int16u
8974         0x0038   ImageAreaOffset                      int16u[2]
8975         0x0039   RawImageSize                         int16u[2]~
8976         0x003c   AFPointsInFocus                      N
8977         0x003e   PreviewImageBorders                  int8u[4]
8978         0x003f   LensType                             int8u[2]
8979         0x0040   SensitivityAdjust                    int16u
8980         0x0041   ImageEditCount                       int16u
8981         0x0047   CameraTemperature                    int8s
8982         0x0048   AELock                               int16u
8983         0x0049   NoiseReduction                       int16u
8984         0x004d   FlashExposureComp                    int32s
8985         0x004f   ImageTone                            int16u
8986         0x0050   ColorTemperature                     int16u
8987         0x005c   ShakeReductionInfo                   Pentax SRInfo
8988         0x005d   ShutterCount                         undef[4]
8989         0x0060   FaceInfo                             Pentax FaceInfo
8990         0x0067   Hue                                  int16u
8991         0x0068   AWBInfo                              Pentax AWBInfo
8992         0x0069   DynamicRangeExpansion                undef[4]
8993         0x006b   TimeInfo                             Pentax TimeInfo
8994         0x006c   HighLowKeyAdj                        int16s[2]
8995         0x006d   ContrastHighlight                    int16s[2]
8996         0x006e   ContrastShadow                       int16s[2]
8997         0x006f   ContrastHighlightShadowAdj           int8u
8998         0x0070   FineSharpness                        int8u[n]
8999         0x0071   HighISONoiseReduction                int8u
9000         0x0072   AFAdjustment                         int16s
9001         0x0073   MonochromeFilterEffect               int16u
9002         0x0074   MonochromeToning                     int16u
9003         0x0076   FaceDetect                           int8u[2]
9004         0x0077   FaceDetectFrameSize                  int16u[2]
9005         0x0079   ShadowCompensation                   int8u[n]
9006         0x007a   ISOAutoParameters                    int8u[2]
9007         0x007b   CrossProcess                         int8u
9008         0x007d   LensCorr                             Pentax LensCorr
9009         0x007f   BleachBypassToning                   int16u
9010         0x0200   BlackPoint                           int16u[4]
9011         0x0201   WhitePoint                           int16u[4]
9012         0x0203   ColorMatrixA                         int16s[9]
9013         0x0204   ColorMatrixB                         int16s[9]
9014         0x0205   CameraSettings                       Pentax CameraSettings
9015         0x0206   AEInfo                               Pentax AEInfo
9016         0x0207   LensInfo                             Pentax LensInfo
9017                                                       Pentax LensInfo2
9018                                                       Pentax LensInfo3
9019                                                       Pentax LensInfo4
9020         0x0208   FlashInfo                            Pentax FlashInfo
9021                  FlashInfoUnknown                     Pentax FlashInfoUnknown
9022         0x0209   AEMeteringSegments                   int8u[n]
9023         0x020a   FlashMeteringSegments                int8u[n]
9024         0x020b   SlaveFlashMeteringSegments           int8u[n]
9025         0x020d   WB_RGGBLevelsDaylight                int16u[4]
9026         0x020e   WB_RGGBLevelsShade                   int16u[4]
9027         0x020f   WB_RGGBLevelsCloudy                  int16u[4]
9028         0x0210   WB_RGGBLevelsTungsten                int16u[4]
9029         0x0211   WB_RGGBLevelsFluorescentD            int16u[4]
9030         0x0212   WB_RGGBLevelsFluorescentN            int16u[4]
9031         0x0213   WB_RGGBLevelsFluorescentW            int16u[4]
9032         0x0214   WB_RGGBLevelsFlash                   int16u[4]
9033         0x0215   CameraInfo                           Pentax CameraInfo
9034         0x0216   BatteryInfo                          Pentax BatteryInfo
9035         0x021b   SaturationInfo?                      N
9036         0x021f   AFInfo                               Pentax AFInfo
9037         0x0220   HuffmanTable?                        N
9038         0x0222   ColorInfo                            Pentax ColorInfo
9039         0x0224   EVStepInfo                           Pentax EVStepInfo
9040         0x0226   ShotInfo                             Pentax ShotInfo
9041         0x0227   FacePos                              Pentax FacePos
9042         0x0228   FaceSize                             Pentax FaceSize
9043         0x0229   SerialNumber                         string
9044         0x022a   FilterInfo                           Pentax FilterInfo
9045         0x022b   LevelInfo                            Pentax LevelInfo
9046         0x022e   Artist                               string
9047         0x022f   Copyright                            string
9048         0x0230   FirmwareVersion                      string
9049         0x0231   ContrastDetectAFArea                 int16u[4]
9050         0x0235   CrossProcessParams                   undef[10]
9051         0x03fe   DataDump                             N
9052         0x03ff   TempInfoK5                           Pentax TempInfoK5
9053                  UnknownInfo                          Pentax UnknownInfo
9054         0x0402   ToneCurve                            Y~
9055         0x0403   ToneCurves                           Y~
9056         0x0e00   PrintIM                              PrintIM
9057
9058       Pentax SRInfo Tags
9059
9060       Shake reduction information.
9061
9062          Index   Tag Name                             Writable
9063          -----   --------                             --------
9064             0    SRResult                             int8u
9065             1    ShakeReduction                       int8u
9066             2    SRHalfPressTime                      int8u
9067             3    SRFocalLength                        int8u
9068
9069       Pentax FaceInfo Tags
9070
9071          Index   Tag Name                             Writable
9072          -----   --------                             --------
9073             0    FacesDetected                        int8u
9074             2    FacePosition                         int8u[2]
9075
9076       Pentax AWBInfo Tags
9077
9078          Index   Tag Name                             Writable
9079          -----   --------                             --------
9080             0    WhiteBalanceAutoAdjustment           int8u
9081             1    TungstenAWB                          int8u
9082
9083       Pentax TimeInfo Tags
9084
9085          Index   Tag Name                             Writable
9086          -----   --------                             --------
9087           0.1    WorldTimeLocation                    int8u & 0x01
9088           0.2    HometownDST                          int8u & 0x02
9089           0.3    DestinationDST                       int8u & 0x04
9090             2    HometownCity                         int8u
9091             3    DestinationCity                      int8u
9092
9093       Pentax LensCorr Tags
9094
9095          Index   Tag Name                             Writable
9096          -----   --------                             --------
9097             0    DistortionCorrection                 int8u
9098             1    ChromaticAberrationCorrection        int8u
9099
9100       Pentax CameraSettings Tags
9101
9102       Shot information written by Pentax DSLR cameras.
9103
9104          Index   Tag Name                             Writable
9105          -----   --------                             --------
9106             0    PictureMode2                         int8u
9107           1.1    ProgramLine                          int8u & 0x03
9108           1.2    EVSteps                              int8u & 0x20
9109           1.3    E-DialInProgram                      int8u & 0x40
9110           1.4    ApertureRingUse                      int8u & 0x80
9111             2    FlashOptions                         int8u & 0xf0
9112           2.1    MeteringMode2                        int8u & 0x0f
9113             3    AFPointMode                          int8u & 0xf0
9114           3.1    FocusMode2                           int8u & 0x0f
9115             4    AFPointSelected2                     int16u
9116             6    ISOFloor                             int8u
9117             7    DriveMode2                           int8u
9118             8    ExposureBracketStepSize              int8u
9119             9    BracketShotNumber                    int8u
9120            10    WhiteBalanceSet                      int8u & 0xf0
9121          10.1    MultipleExposureSet                  int8u & 0x0f
9122            13    RawAndJpgRecording                   int8u
9123          14.1    JpgRecordedPixels                    int8u & 0x03
9124          14.2    LinkAEToAFPoint                      int8u & 0x01
9125          14.3    SensitivitySteps                     int8u & 0x02
9126          14.4    ISOAuto                              int8u & 0x04
9127            16    FlashOptions2                        int8u & 0xf0
9128          16.1    MeteringMode3                        int8u & 0x0f
9129          17.1    SRActive                             int8u & 0x80
9130          17.2    Rotation                             int8u & 0x60
9131          17.3    ISOSetting                           int8u & 0x04
9132          17.4    SensitivitySteps                     int8u & 0x02
9133            18    TvExposureTimeSetting                int8u
9134            19    AvApertureSetting                    int8u
9135            20    SvISOSetting                         int8u
9136            21    BaseExposureCompensation             int8u
9137
9138       Pentax AEInfo Tags
9139
9140          Index   Tag Name                             Writable
9141          -----   --------                             --------
9142             0    AEExposureTime                       int8u
9143             1    AEAperture                           int8u
9144             2    AE_ISO                               int8u
9145             3    AEXv                                 int8u
9146             4    AEBXv                                int8s
9147             5    AEMinExposureTime                    int8u
9148             6    AEProgramMode                        int8u
9149             7    AEFlags?                             N
9150             8    AEUnknown                            N
9151             9    AEMaxAperture                        int8u
9152            10    AEMaxAperture2                       int8u
9153            11    AEMinAperture                        int8u
9154            12    AEMeteringMode                       int8u
9155            14    FlashExposureCompSet                 int8s
9156
9157       Pentax LensInfo Tags
9158
9159       Pentax lens information structure for models such as the *istD.
9160
9161          Index   Tag Name                             Writable
9162          -----   --------                             --------
9163             0    LensType                             int8u[2]
9164             3    LensData                             Pentax LensData
9165
9166       Pentax LensInfo2 Tags
9167
9168       Pentax lens information structure for models such as the K10D and K20D.
9169
9170          Index   Tag Name                             Writable
9171          -----   --------                             --------
9172             0    LensType                             N
9173             4    LensData                             Pentax LensData
9174
9175       Pentax LensData Tags
9176
9177       Pentax lens data information.  Some of these tags require interesting
9178       binary gymnastics to decode them into useful values.
9179
9180          Index   Tag Name                             Writable
9181          -----   --------                             --------
9182           0.1    AutoAperture                         int8u & 0x01
9183           0.2    MinAperture                          int8u & 0x06
9184           0.3    LensFStops                           int8u & 0x70
9185             1    LensKind?                            int8u
9186             2    LC1?                                 int8u
9187             3    LC2?                                 int8u
9188             4    LC3?                                 int8u
9189             5    LC4?                                 int8u
9190             6    LC5?                                 int8u
9191             7    LC6?                                 int8u
9192             8    LC7?                                 int8u
9193             9    FocalLength                          int8u
9194            10    NominalMaxAperture                   int8u & 0xf0
9195          10.1    NominalMinAperture                   int8u & 0x0f
9196            11    LC10?                                int8u
9197            12    LC11?                                int8u
9198            13    LC12?                                int8u
9199          14.1    MaxAperture                          int8u & 0x7f
9200            15    LC14?                                int8u
9201            16    LC15?                                int8u
9202
9203       Pentax LensInfo3 Tags
9204
9205       Pentax lens information structure for 645D.
9206
9207          Index   Tag Name                             Writable
9208          -----   --------                             --------
9209             1    LensType                             N
9210            13    LensData                             Pentax LensData
9211
9212       Pentax LensInfo4 Tags
9213
9214       Pentax lens information structure for models such as the K-5 and K-r.
9215
9216          Index   Tag Name                             Writable
9217          -----   --------                             --------
9218             1    LensType                             N
9219            12    LensData                             Pentax LensData
9220
9221       Pentax FlashInfo Tags
9222
9223       Flash information tags for the K10D, K20D and K200D.
9224
9225          Index   Tag Name                             Writable
9226          -----   --------                             --------
9227             0    FlashStatus                          int8u
9228             1    InternalFlashMode                    int8u
9229             2    ExternalFlashMode                    int8u
9230             3    InternalFlashStrength                int8u
9231             4    TTL_DA_AUp                           int8u
9232             5    TTL_DA_ADown                         int8u
9233             6    TTL_DA_BUp                           int8u
9234             7    TTL_DA_BDown                         int8u
9235          24.1    ExternalFlashGuideNumber             int8u & 0x1f
9236            25    ExternalFlashExposureComp            int8u
9237            26    ExternalFlashBounce                  int8u
9238
9239       Pentax FlashInfoUnknown Tags
9240
9241          Index   Tag Name                             Writable
9242          -----   --------                             --------
9243         [no tags known]
9244
9245       Pentax CameraInfo Tags
9246
9247          Index   Tag Name                             Writable
9248          -----   --------                             --------
9249             0    PentaxModelID                        int32u
9250             1    ManufactureDate                      int32u
9251             2    ProductionCode                       int32u[2]
9252             4    InternalSerialNumber                 int32u
9253
9254       Pentax BatteryInfo Tags
9255
9256          Index   Tag Name                             Writable
9257          -----   --------                             --------
9258           0.1    PowerSource                          int8u & 0x0f
9259           1.1    BodyBatteryState                     int8u & 0xf0
9260           1.2    GripBatteryState                     int8u & 0x0f
9261                  GripBatteryState?                    int8u & 0x0f
9262             2    BodyBatteryADNoLoad                  int8u
9263                  BodyBatteryVoltage1                  int16u
9264             3    BodyBatteryADLoad                    int8u
9265             4    GripBatteryADNoLoad                  int8u
9266                  BodyBatteryVoltage2                  int16u
9267             5    GripBatteryADLoad                    int8u
9268             6    BodyBatteryVoltage3                  int16u
9269             8    BodyBatteryVoltage4                  int16u
9270
9271       Pentax AFInfo Tags
9272
9273          Index   Tag Name                             Writable
9274          -----   --------                             --------
9275             0    AFPointsUnknown1?                    int16u
9276             2    AFPointsUnknown2?                    int16u
9277             4    AFPredictor                          int16s
9278             6    AFDefocus                            int8u
9279             7    AFIntegrationTime                    int8u
9280            11    AFPointsInFocus                      int8u
9281
9282       Pentax ColorInfo Tags
9283
9284          Index   Tag Name                             Writable
9285          -----   --------                             --------
9286            16    WBShiftAB                            int8s
9287            17    WBShiftMG                            int8s
9288
9289       Pentax EVStepInfo Tags
9290
9291          Index   Tag Name                             Writable
9292          -----   --------                             --------
9293             0    EVSteps                              int8u
9294             1    SensitivitySteps                     int8u
9295
9296       Pentax ShotInfo Tags
9297
9298          Index   Tag Name                             Writable
9299          -----   --------                             --------
9300             1    CameraOrientation                    int8u
9301
9302       Pentax FacePos Tags
9303
9304          Index   Tag Name                             Writable
9305          -----   --------                             --------
9306             0    Face1Position                        int16u[2]
9307             2    Face2Position                        int16u[2]
9308             4    Face3Position                        int16u[2]
9309             6    Face4Position                        int16u[2]
9310             8    Face5Position                        int16u[2]
9311            10    Face6Position                        int16u[2]
9312            12    Face7Position                        int16u[2]
9313            14    Face8Position                        int16u[2]
9314            16    Face9Position                        int16u[2]
9315            18    Face10Position                       int16u[2]
9316            20    Face11Position                       int16u[2]
9317            22    Face12Position                       int16u[2]
9318            24    Face13Position                       int16u[2]
9319            26    Face14Position                       int16u[2]
9320            28    Face15Position                       int16u[2]
9321            30    Face16Position                       int16u[2]
9322            32    Face17Position                       int16u[2]
9323            34    Face18Position                       int16u[2]
9324            36    Face19Position                       int16u[2]
9325            38    Face20Position                       int16u[2]
9326            40    Face21Position                       int16u[2]
9327            42    Face22Position                       int16u[2]
9328            44    Face23Position                       int16u[2]
9329            46    Face24Position                       int16u[2]
9330            48    Face25Position                       int16u[2]
9331            50    Face26Position                       int16u[2]
9332            52    Face27Position                       int16u[2]
9333            54    Face28Position                       int16u[2]
9334            56    Face29Position                       int16u[2]
9335            58    Face30Position                       int16u[2]
9336            60    Face31Position                       int16u[2]
9337            62    Face32Position                       int16u[2]
9338
9339       Pentax FaceSize Tags
9340
9341          Index   Tag Name                             Writable
9342          -----   --------                             --------
9343             0    Face1Size                            int16u[2]
9344             2    Face2Size                            int16u[2]
9345             4    Face3Size                            int16u[2]
9346             6    Face4Size                            int16u[2]
9347             8    Face5Size                            int16u[2]
9348            10    Face6Size                            int16u[2]
9349            12    Face7Size                            int16u[2]
9350            14    Face8Size                            int16u[2]
9351            16    Face9Size                            int16u[2]
9352            18    Face10Size                           int16u[2]
9353            20    Face11Size                           int16u[2]
9354            22    Face12Size                           int16u[2]
9355            24    Face13Size                           int16u[2]
9356            26    Face14Size                           int16u[2]
9357            28    Face15Size                           int16u[2]
9358            30    Face16Size                           int16u[2]
9359            32    Face17Size                           int16u[2]
9360            34    Face18Size                           int16u[2]
9361            36    Face19Size                           int16u[2]
9362            38    Face20Size                           int16u[2]
9363            40    Face21Size                           int16u[2]
9364            42    Face22Size                           int16u[2]
9365            44    Face23Size                           int16u[2]
9366            46    Face24Size                           int16u[2]
9367            48    Face25Size                           int16u[2]
9368            50    Face26Size                           int16u[2]
9369            52    Face27Size                           int16u[2]
9370            54    Face28Size                           int16u[2]
9371            56    Face29Size                           int16u[2]
9372            58    Face30Size                           int16u[2]
9373            60    Face31Size                           int16u[2]
9374            62    Face32Size                           int16u[2]
9375
9376       Pentax FilterInfo Tags
9377
9378       The parameters associated with each type of digital filter are unique,
9379       and these settings are also extracted with the DigitalFilter tag.
9380       Information is not extracted for filters that are "Off" unless the
9381       Unknown option is used.
9382
9383          Index   Tag Name                             Writable
9384          -----   --------                             --------
9385             0    SourceDirectoryIndex                 int16u
9386             2    SourceFileIndex                      int16u
9387             5    DigitalFilter01                      undef[17]
9388            22    DigitalFilter02                      undef[17]
9389            39    DigitalFilter03                      undef[17]
9390            56    DigitalFilter04                      undef[17]
9391            73    DigitalFilter05                      undef[17]
9392            90    DigitalFilter06                      undef[17]
9393           107    DigitalFilter07                      undef[17]
9394           124    DigitalFilter08                      undef[17]
9395           141    DigitalFilter09                      undef[17]
9396           158    DigitalFilter10                      undef[17]
9397           175    DigitalFilter11                      undef[17]
9398           192    DigitalFilter12                      undef[17]
9399           209    DigitalFilter13                      undef[17]
9400           226    DigitalFilter14                      undef[17]
9401           243    DigitalFilter15                      undef[17]
9402           260    DigitalFilter16                      undef[17]
9403           277    DigitalFilter17                      undef[17]
9404           294    DigitalFilter18                      undef[17]
9405           311    DigitalFilter19                      undef[17]
9406           328    DigitalFilter20                      undef[17]
9407
9408       Pentax LevelInfo Tags
9409
9410       Tags decoded from the electronic level information.
9411
9412          Index   Tag Name                             Writable
9413          -----   --------                             --------
9414             0    LevelOrientation                     int8s & 0x0f
9415           0.1    CompositionAdjust                    int8s & 0xf0
9416             1    RollAngle                            int8s
9417             2    PitchAngle                           int8s
9418             5    CompositionAdjustX                   int8s
9419             6    CompositionAdjustY                   int8s
9420             7    CompositionAdjustRotation            int8s
9421
9422       Pentax TempInfoK5 Tags
9423
9424       A number of additional temperature readings are extracted from this
9425       256-byte binary-data block in images from the K-5.  It is not currently
9426       known where the corresponding temperature sensors are located in the
9427       camera.
9428
9429          Index   Tag Name                             Writable
9430          -----   --------                             --------
9431            12    CameraTemperature2                   int16s
9432            14    CameraTemperature3                   int16s
9433            20    CameraTemperature4                   int16s
9434            22    CameraTemperature5                   int16s
9435
9436       Pentax UnknownInfo Tags
9437
9438          Index   Tag Name                             Writable
9439          -----   --------                             --------
9440         [no tags known]
9441
9442       Pentax Type2 Tags
9443
9444       These tags are used by the Pentax Optio 330 and 430, and are similar to
9445       the tags used by Casio.
9446
9447         Tag ID   Tag Name                             Writable
9448         ------   --------                             --------
9449         0x0001   RecordingMode                        int16u
9450         0x0002   Quality                              int16u
9451         0x0003   FocusMode                            int16u
9452         0x0004   FlashMode                            int16u
9453         0x0007   WhiteBalance                         int16u
9454         0x000a   DigitalZoom                          int32u
9455         0x000b   Sharpness                            int16u
9456         0x000c   Contrast                             int16u
9457         0x000d   Saturation                           int16u
9458         0x0014   ISO                                  int16u
9459         0x0017   ColorFilter                          int16u
9460         0x0e00   PrintIM                              PrintIM
9461         0x1000   HometownCityCode                     undef[4]
9462         0x1001   DestinationCityCode                  undef[4]
9463
9464       Pentax Type4 Tags
9465
9466       The following few tags are extracted from the wealth of information
9467       available in maker notes of the Optio E20 and E25.  These maker notes
9468       are stored as ASCII text in a format very similar to some HP models.
9469
9470         Tag ID               Tag Name                 Writable
9471         ------               --------                 --------
9472         'F/W Version'        FirmwareVersion          N
9473
9474       Pentax S1 Tags
9475
9476       Tags extracted from the maker notes of Optio S1 AVI videos.
9477
9478         Tag ID   Tag Name                             Writable
9479         ------   --------                             --------
9480         0x0000   MakerNoteVersion                     undef[4]
9481
9482       Pentax MOV Tags
9483
9484       This information is found in Pentax MOV videos.
9485
9486          Index   Tag Name                             Writable
9487          -----   --------                             --------
9488             0    Make                                 N
9489            38    ExposureTime                         N
9490            42    FNumber                              N
9491            50    ExposureCompensation                 N
9492            68    WhiteBalance                         N
9493            72    FocalLength                          N
9494           175    ISO                                  N
9495
9496       Pentax Junk Tags
9497
9498       Tags found in the JUNK chunk of AVI videos from the RS1000.
9499
9500          Index   Tag Name                             Writable
9501          -----   --------                             --------
9502            12    Model                                N
9503
9504       Pentax AVI Tags
9505
9506       Pentax-specific RIFF tags found in AVI videos.
9507
9508         Tag ID   Tag Name                             Writable
9509         ------   --------                             --------
9510         'hymn'   MakerNotes                           Pentax
9511
9512   Reconyx Tags
9513       The following tags are extracted from the maker notes of Reconyx
9514       Hyperfire cameras such as the HC500, HC600 and PC900.
9515
9516          Index   Tag Name                             Writable
9517          -----   --------                             --------
9518             0    MakerNoteVersion                     N
9519             1    FirmwareVersion                      N
9520             4    FirmwareDate                         int16u[2]
9521             6    TriggerMode                          string[2]
9522             7    Sequence                             int16u[2]
9523             9    EventNumber                          int16u[2]
9524            11    DateTimeOriginal                     int16u[6]
9525            18    MoonPhase                            int16u
9526            19    AmbientTemperatureFahrenheit         int16u
9527            20    AmbientTemperature                   int16u
9528            21    SerialNumber                         undef[30]
9529            36    Contrast                             int16u
9530            37    Brightness                           int16u
9531            38    Sharpness                            int16u
9532            39    Saturation                           int16u
9533            40    InfraredIlluminator                  int16u
9534            41    MotionSensitivity                    int16u
9535            42    BatteryVoltage                       int16u
9536            43    UserLabel                            string[22]
9537
9538   Ricoh Tags
9539         Tag ID   Tag Name                             Writable
9540         ------   --------                             --------
9541         0x0001   MakerNoteType                        string
9542         0x0002   FirmwareVersion                      string
9543         0x0005   SerialNumber                         undef[16]
9544                  InternalSerialNumber                 undef[16]
9545         0x0e00   PrintIM                              PrintIM
9546         0x1001   ImageInfo                            Ricoh ImageInfo
9547         0x1003   Sharpness                            int32u
9548         0x2001   RicohSubdir                          Ricoh Subdir
9549                  RicohRR1Subdir                       Ricoh Subdir
9550
9551       Ricoh ImageInfo Tags
9552
9553          Index   Tag Name                             Writable
9554          -----   --------                             --------
9555             0    RicohImageWidth                      int16u
9556             2    RicohImageHeight                     int16u
9557             6    RicohDate                            int8u[7]
9558            28    PreviewImageStart                    int16u*
9559            30    PreviewImageLength                   int16u*
9560            32    FlashMode                            int8u
9561            33    Macro                                int8u
9562            34    Sharpness                            int8u
9563            38    WhiteBalance                         int8u
9564            39    ISOSetting                           int8u
9565            40    Saturation                           int8u
9566
9567       Ricoh Subdir Tags
9568
9569         Tag ID   Tag Name                             Writable
9570         ------   --------                             --------
9571         0x0004   ManufactureDate1                     string[20]
9572         0x0005   ManufactureDate2                     string[20]
9573         0x001a   FaceInfo                             Ricoh FaceInfo
9574         0x0029   FirmwareInfo                         Ricoh FirmwareInfo
9575         0x002a   NoiseReduction                       int32u
9576         0x002c   SerialInfo                           Ricoh SerialInfo
9577
9578       Ricoh FaceInfo Tags
9579
9580          Index   Tag Name                             Writable
9581          -----   --------                             --------
9582           181    FacesDetected                        int8u
9583           182    FaceDetectFrameSize                  int16u[2]
9584           188    Face1Position                        int16u[4]
9585           200    Face2Position                        int16u[4]
9586           212    Face3Position                        int16u[4]
9587           224    Face4Position                        int16u[4]
9588           236    Face5Position                        int16u[4]
9589           248    Face6Position                        int16u[4]
9590           260    Face7Position                        int16u[4]
9591           272    Face8Position                        int16u[4]
9592
9593       Ricoh FirmwareInfo Tags
9594
9595          Index   Tag Name                             Writable
9596          -----   --------                             --------
9597             0    FirmwareRevision                     string[12]
9598            12    FirmwareRevision2                    string[12]
9599
9600       Ricoh SerialInfo Tags
9601
9602       This information is found in images from the GXR.
9603
9604          Index   Tag Name                             Writable
9605          -----   --------                             --------
9606             0    BodyFirmware                         string[16]
9607            16    BodySerialNumber                     string[16]
9608            32    LensFirmware                         string[16]
9609            48    LensSerialNumber                     string[16]
9610
9611       Ricoh Text Tags
9612
9613       Some Ricoh DC and RDC models use a text-based format for their maker
9614       notes instead of the IFD format used by the Caplio models.  Below is a
9615       list of known tags in this information.
9616
9617         Tag ID   Tag Name                             Writable
9618         ------   --------                             --------
9619         'Bg'     BlueGain                             N
9620         'Gg'     GreenGain                            N
9621         'Rev'    FirmwareVersion                      N
9622         'Rg'     RedGain                              N
9623         'Rv'     FirmwareVersion                      N
9624
9625       Ricoh RMETA Tags
9626
9627       The Ricoh Caplio Pro G3 has the ability to add custom fields to the
9628       APP5 "RMETA" segment of JPEG images.  While only a few observed tags
9629       have been defined below, ExifTool will extract any information found
9630       here.
9631
9632         Tag ID               Tag Name                 Writable
9633         ------               --------                 --------
9634         'Azimuth'            Azimuth                  N
9635         'Condition'          Condition                N
9636         'Lit'                Lit                      N
9637         'Location'           Location                 N
9638         'Sign type'          SignType                 N
9639
9640       Ricoh AVI Tags
9641
9642         Tag ID   Tag Name                             Writable
9643         ------   --------                             --------
9644         'mnrt'   MakerNoteRicoh                       Ricoh
9645         'rdc2'   RicohRDC2?                           N
9646         'thum'   ThumbnailImage                       N
9647         'ucmt'   Comment                              N
9648
9649   Samsung Tags
9650       Samsung Type1 Tags
9651
9652       Tags found in the binary "STMN" format maker notes written by a number
9653       of Samsung models.
9654
9655          Index   Tag Name                             Writable
9656          -----   --------                             --------
9657             0    MakerNoteVersion                     undef[8]
9658             2    PreviewImageStart                    int32u*
9659             3    PreviewImageLength                   int32u*
9660
9661       Samsung Type2 Tags
9662
9663       Tags found in the EXIF-format maker notes of newer Samsung models.
9664
9665         Tag ID   Tag Name                             Writable
9666         ------   --------                             --------
9667         0x0001   MakerNoteVersion                     undef[4]
9668         0x0021   PictureWizard                        int16u[5]
9669         0x0030   LocalLocationName                    string
9670         0x0031   LocationName                         string
9671         0x0035   PreviewIFD                           Nikon PreviewIFD
9672         0x0043   CameraTemperature                    rational64s
9673         0xa001   FirmwareName                         string
9674         0xa003   LensType                             int16u
9675         0xa004   LensFirmware                         string
9676         0xa010   SensorAreas                          int32u[8]
9677         0xa011   ColorSpace                           int16u
9678         0xa012   SmartRange                           int16u
9679         0xa013   ExposureCompensation                 rational64s
9680         0xa014   ISO                                  int32u
9681         0xa018   ExposureTime                         rational64u
9682         0xa019   FNumber                              rational64u
9683         0xa01a   FocalLengthIn35mmFormat              int32u
9684         0xa020   EncryptionKey                        int32u[11]!
9685         0xa021   WB_RGGBLevelsUncorrected             int32u[4]
9686         0xa022   WB_RGGBLevelsAuto                    int32u[4]
9687         0xa023   WB_RGGBLevelsIlluminator1            int32u[4]
9688         0xa024   WB_RGGBLevelsIlluminator2            int32u[4]
9689         0xa028   WB_RGGBLevelsBlack                   int32s[4]
9690         0xa030   ColorMatrix                          int32s[9]
9691         0xa031   ColorMatrixSRGB                      int32s[9]
9692         0xa032   ColorMatrixAdobeRGB                  int32s[9]
9693         0xa040   ToneCurve1                           int32u[23]
9694         0xa041   ToneCurve2                           int32u[23]
9695         0xa042   ToneCurve3                           int32u[23]
9696         0xa043   ToneCurve4                           int32u[23]
9697
9698       Samsung INFO Tags
9699
9700       This information is found in MP4 videos from Samsung models such as the
9701       SMX-C20N.
9702
9703         Tag ID   Tag Name                             Writable
9704         ------   --------                             --------
9705         'EFCT'   Effect                               N
9706         'QLTY'   Quality                              N
9707
9708       Samsung MP4 Tags
9709
9710       This information is found in Samsung MP4 videos from models such as the
9711       WP10.
9712
9713          Index   Tag Name                             Writable
9714          -----   --------                             --------
9715             0    Make                                 N
9716            24    Model                                N
9717            46    ExposureTime                         N
9718            50    FNumber                              N
9719            58    ExposureCompensation                 N
9720           106    ISO                                  N
9721           125    Software                             N
9722           248    ThumbnailWidth                       N
9723           252    ThumbnailHeight                      N
9724           256    ThumbnailLength                      N
9725           260    ThumbnailOffset                      N
9726
9727   Sanyo Tags
9728         Tag ID   Tag Name                             Writable
9729         ------   --------                             --------
9730         0x00ff   MakerNoteOffset                      int32u
9731         0x0100   SanyoThumbnail                       undef
9732         0x0200   SpecialMode                          int32u[3]
9733         0x0201   SanyoQuality                         int16u
9734         0x0202   Macro                                int16u
9735         0x0204   DigitalZoom                          rational64u
9736         0x0207   SoftwareVersion                      Y
9737         0x0208   PictInfo                             Y
9738         0x0209   CameraID                             Y
9739         0x020e   SequentialShot                       int16u
9740         0x020f   WideRange                            int16u
9741         0x0210   ColorAdjustmentMode                  int16u
9742         0x0213   QuickShot                            int16u
9743         0x0214   SelfTimer                            int16u
9744         0x0216   VoiceMemo                            int16u
9745         0x0217   RecordShutterRelease                 int16u
9746         0x0218   FlickerReduce                        int16u
9747         0x0219   OpticalZoomOn                        int16u
9748         0x021b   DigitalZoomOn                        int16u
9749         0x021d   LightSourceSpecial                   int16u
9750         0x021e   Resaved                              int16u
9751         0x021f   SceneSelect                          int16u
9752         0x0223   ManualFocusDistance                  rational64u
9753                  FaceInfo                             -
9754         0x0224   SequenceShotInterval                 int16u
9755         0x0225   FlashMode                            int16u
9756         0x0e00   PrintIM                              PrintIM
9757         0x0f00   DataDump                             N
9758
9759       Sanyo FaceInfo Tags
9760
9761          Index   Tag Name                             Writable
9762          -----   --------                             --------
9763             0    FacesDetected                        int32u
9764             4    FacePosition                         int32u[4]
9765
9766       Sanyo MOV Tags
9767
9768       This information is found in Sanyo MOV videos.
9769
9770          Index   Tag Name                             Writable
9771          -----   --------                             --------
9772             0    Make                                 N
9773            24    Model                                N
9774            38    ExposureTime                         N
9775            42    FNumber                              N
9776            50    ExposureCompensation                 N
9777            68    WhiteBalance                         N
9778            72    FocalLength                          N
9779
9780       Sanyo MP4 Tags
9781
9782       This information is found in Sanyo MP4 videos.
9783
9784          Index   Tag Name                             Writable
9785          -----   --------                             --------
9786             0    Make                                 N
9787            24    Model                                N
9788            50    FNumber                              N
9789            58    ExposureCompensation                 N
9790           106    ISO                                  N
9791           209    Software                             N
9792           210    Software                             N
9793           253    ThumbnailLength                      N
9794           254    ThumbnailLength                      N
9795           257    ThumbnailOffset                      N
9796           258    ThumbnailOffset                      N
9797
9798   Sigma Tags
9799       These tags are used in Sigma/Foveon cameras.  Many tags are not
9800       consistent between different models.
9801
9802         Tag ID   Tag Name                             Writable
9803         ------   --------                             --------
9804         0x0002   SerialNumber                         string
9805         0x0003   DriveMode                            string
9806         0x0004   ResolutionMode                       string
9807         0x0005   AFMode                               string
9808         0x0006   FocusSetting                         string
9809         0x0007   WhiteBalance                         string
9810         0x0008   ExposureMode                         string
9811         0x0009   MeteringMode                         string
9812         0x000a   LensFocalRange                       string
9813         0x000b   ColorSpace                           string
9814         0x000c   ExposureCompensation                 string
9815                  ExposureAdjust?                      rational64s
9816         0x000d   Contrast                             string
9817                  Contrast                             rational64s
9818         0x000e   Shadow                               string
9819                  Shadow                               rational64s
9820         0x000f   Highlight                            string
9821                  Highlight                            rational64s
9822         0x0010   Saturation                           string
9823                  Saturation                           rational64s
9824         0x0011   Sharpness                            string
9825                  Sharpness                            rational64s
9826         0x0012   X3FillLight                          string
9827                  X3FillLight                          rational64s
9828         0x0014   ColorAdjustment                      string
9829                  ColorAdjustment                      rational64s[3]
9830         0x0015   AdjustmentMode                       string
9831         0x0016   Quality                              string
9832         0x0017   Firmware                             string
9833         0x0018   Software                             string
9834         0x0019   AutoBracket                          string
9835         0x001a   PreviewImageStart                    int32u*
9836                  ChrominanceNoiseReduction            string
9837         0x001b   PreviewImageLength                   int32u*
9838                  LuminanceNoiseReduction              string
9839         0x001c   PreviewImageSize                     int16u[2]
9840                  PreviewImageStart                    int32u*
9841         0x001d   MakerNoteVersion                     undef
9842                  PreviewImageLength                   int32u*
9843         0x001f   AFPoint                              string
9844                  MakerNoteVersion                     undef
9845         0x0022   FileFormat                           string
9846         0x0024   Calibration                          string
9847         0x0026   FileFormat                           string
9848         0x002c   ColorMode                            int32u
9849         0x0030   LensApertureRange                    string
9850                  Calibration                          string
9851         0x0031   FNumber                              rational64u
9852         0x0032   ExposureTime                         rational64u
9853         0x0033   ExposureTime2                        string
9854         0x0034   BurstShot                            int32u
9855         0x0035   ExposureCompensation                 rational64s
9856         0x0039   SensorTemperature                    string
9857         0x003a   FlashExposureComp                    rational64s
9858         0x003b   Firmware                             string
9859         0x003c   WhiteBalance                         string
9860         0x003d   PictureMode                          string
9861         0x0048   LensApertureRange                    string
9862         0x0049   FNumber                              rational64u
9863         0x004a   ExposureTime                         rational64u
9864         0x004b   ExposureTime2                        string
9865         0x004d   ExposureCompensation                 rational64s
9866         0x0055   SensorTemperature                    string
9867         0x0056   FlashExposureComp                    rational64s
9868         0x0057   Firmware                             string
9869         0x0058   WhiteBalance                         string
9870
9871   Sony Tags
9872       The maker notes in images from most recent Sony camera models contain a
9873       wealth of information, but for some models very little has been
9874       decoded.  Use the ExifTool Unknown (-u) or Verbose (-v) options to see
9875       information about the unknown tags.  Also see the Minolta tags which
9876       are used by some Sony models.
9877
9878         Tag ID   Tag Name                             Writable
9879         ------   --------                             --------
9880         0x0102   Quality                              int32u
9881         0x0104   FlashExposureComp                    rational64s
9882         0x0105   Teleconverter                        int32u
9883         0x0112   WhiteBalanceFineTune                 int32u
9884         0x0114   CameraSettings                       Sony CameraSettings
9885                  CameraSettings2                      Sony CameraSettings2
9886                  CameraSettingsUnknown                Sony CameraSettingsUnknown
9887         0x0115   WhiteBalance                         int32u
9888         0x0e00   PrintIM                              PrintIM
9889         0x1000   MultiBurstMode                       undef
9890         0x1001   MultiBurstImageWidth                 int16u
9891         0x1002   MultiBurstImageHeight                int16u
9892         0x1003   Panorama                             Sony Panorama
9893         0x2001   PreviewImage                         undef
9894         0x2004   Contrast                             int32s
9895         0x2005   Saturation                           int32s
9896         0x2006   Sharpness                            int32s
9897         0x2007   Brightness                           int32s
9898         0x2008   LongExposureNoiseReduction           int32u
9899         0x2009   HighISONoiseReduction                int16u
9900         0x200a   HDR                                  int32u
9901         0x200b   MultiFrameNoiseReduction             int32u
9902         0x3000   ShotInfo                             Sony ShotInfo
9903         0xb000   FileFormat                           int8u[4]
9904         0xb001   SonyModelID                          int16u
9905         0xb020   ColorReproduction                    string
9906         0xb021   ColorTemperature                     int32u
9907         0xb022   ColorCompensationFilter              int32u
9908         0xb023   SceneMode                            int32u
9909         0xb024   ZoneMatching                         int32u
9910         0xb025   DynamicRangeOptimizer                int32u
9911         0xb026   ImageStabilization                   int32u
9912         0xb027   LensType                             int32u
9913         0xb028   MinoltaMakerNote                     Minolta
9914         0xb029   ColorMode                            int32u
9915         0xb02b   FullImageSize                        int32u[2]
9916         0xb02c   PreviewImageSize                     int32u[2]
9917         0xb040   Macro                                int16u
9918         0xb041   ExposureMode                         int16u
9919         0xb042   FocusMode                            int16u
9920         0xb043   AFMode                               int16u
9921         0xb044   AFIlluminator                        int16u
9922         0xb047   Quality                              int16u
9923         0xb048   FlashLevel                           int16s
9924         0xb049   ReleaseMode                          int16u
9925         0xb04a   SequenceNumber                       int16u
9926         0xb04b   Anti-Blur                            int16u
9927         0xb04e   LongExposureNoiseReduction           int16u
9928         0xb04f   DynamicRangeOptimizer                int16u
9929         0xb052   IntelligentAuto                      int16u
9930         0xb054   WhiteBalance                         int16u
9931
9932       Sony CameraSettings Tags
9933
9934       Camera settings for the A200, A230, A300, A350, A700, A850 and A900.
9935       Some tags are only valid for certain models.
9936
9937          Index   Tag Name                             Writable
9938          -----   --------                             --------
9939             4    DriveMode                            int16u
9940             6    WhiteBalanceFineTune                 int16s
9941            16    FocusMode                            int16u
9942            17    AFAreaMode                           int16u
9943            18    LocalAFAreaPoint                     int16u
9944            21    MeteringMode                         int16u
9945            22    ISOSetting                           int16u
9946            24    DynamicRangeOptimizerMode            int16u
9947            25    DynamicRangeOptimizerLevel           int16u
9948            26    CreativeStyle                        int16u
9949            28    Sharpness                            int16u
9950            29    Contrast                             int16u
9951            30    Saturation                           int16u
9952            31    ZoneMatchingValue                    int16u
9953            34    Brightness                           int16u
9954            35    FlashMode                            int16u
9955            40    PrioritySetupShutterRelease          int16u
9956            41    AFIlluminator                        int16u
9957            42    AFWithShutter                        int16u
9958            43    LongExposureNoiseReduction           int16u
9959            44    HighISONoiseReduction                int16u
9960            45    ImageStyle                           int16u
9961            60    ExposureProgram                      int16u
9962            61    ImageStabilization                   int16u
9963            63    Rotation                             int16u
9964            84    SonyImageSize                        int16u
9965            85    AspectRatio                          int16u
9966            86    Quality                              int16u
9967            88    ExposureLevelIncrements              int16u
9968
9969       Sony CameraSettings2 Tags
9970
9971       Camera settings for the A330 and A380.
9972
9973          Index   Tag Name                             Writable
9974          -----   --------                             --------
9975            16    FocusMode                            int16u
9976            17    AFAreaMode                           int16u
9977            18    LocalAFAreaPoint                     int16u
9978            19    MeteringMode                         int16u
9979            20    ISOSetting                           int16u
9980            22    DynamicRangeOptimizerMode            int16u
9981            23    DynamicRangeOptimizerLevel           int16u
9982            24    CreativeStyle                        int16u
9983            25    Sharpness                            int16u
9984            26    Contrast                             int16u
9985            27    Saturation                           int16u
9986            35    FlashMode                            int16u
9987            60    ExposureProgram                      int16u
9988            63    Rotation                             int16u
9989            84    SonyImageSize                        int16u
9990
9991       Sony CameraSettingsUnknown Tags
9992
9993          Index   Tag Name                             Writable
9994          -----   --------                             --------
9995         [no tags known]
9996
9997       Sony Panorama Tags
9998
9999       Tags found only in panorama images from Sony cameras such as the HX1,
10000       HX5 and TX7.  The width/height values of these tags are not affected by
10001       camera rotation -- the width is always the longer dimension.
10002
10003          Index   Tag Name                             Writable
10004          -----   --------                             --------
10005             1    PanoramaFullWidth                    int32u
10006             2    PanoramaFullHeight                   int32u
10007             3    PanoramaDirection                    int32u
10008             4    PanoramaCropLeft                     int32u
10009             5    PanoramaCropTop                      int32u
10010             6    PanoramaCropRight                    int32u
10011             7    PanoramaCropBottom                   int32u
10012             8    PanoramaFrameWidth                   int32u
10013             9    PanoramaFrameHeight                  int32u
10014            10    PanoramaSourceWidth                  int32u
10015            11    PanoramaSourceHeight                 int32u
10016
10017       Sony ShotInfo Tags
10018
10019          Index   Tag Name                             Writable
10020          -----   --------                             --------
10021             2    FaceInfoOffset                       N
10022             6    SonyDateTime                         string[20]
10023            48    FacesDetected                        int16u
10024            50    FaceInfoLength                       N
10025            72    FaceInfo1                            Sony FaceInfo1
10026            94    FaceInfo2                            Sony FaceInfo2
10027
10028       Sony FaceInfo1 Tags
10029
10030          Index   Tag Name                             Writable
10031          -----   --------                             --------
10032             0    Face1Position                        int16u[4]
10033            32    Face2Position                        int16u[4]
10034            64    Face3Position                        int16u[4]
10035            96    Face4Position                        int16u[4]
10036           128    Face5Position                        int16u[4]
10037           160    Face6Position                        int16u[4]
10038           192    Face7Position                        int16u[4]
10039           224    Face8Position                        int16u[4]
10040
10041       Sony FaceInfo2 Tags
10042
10043          Index   Tag Name                             Writable
10044          -----   --------                             --------
10045             0    Face1Position                        int16u[4]
10046            37    Face2Position                        int16u[4]
10047            74    Face3Position                        int16u[4]
10048           111    Face4Position                        int16u[4]
10049           148    Face5Position                        int16u[4]
10050           185    Face6Position                        int16u[4]
10051           222    Face7Position                        int16u[4]
10052           259    Face8Position                        int16u[4]
10053
10054       Sony Ericsson Tags
10055
10056       Maker notes found in images from some Sony Ericsson phones.
10057
10058         Tag ID   Tag Name                             Writable
10059         ------   --------                             --------
10060         0x0201   PreviewImageStart                    int32u*
10061         0x0202   PreviewImageLength                   int32u*
10062         0x2000   MakerNoteVersion                     undef[4]
10063
10064       Sony SRF Tags
10065
10066       The maker notes in SRF (Sony Raw Format) images contain 7 IFD's with
10067       family 1 group names SRF0 through SRF6.  SRF0 and SRF1 use the tags in
10068       this table, while SRF2 through SRF5 use the tags in the next table, and
10069       SRF6 uses standard EXIF tags.  All information other than SRF0 is
10070       encrypted, but thanks to Dave Coffin the decryption algorithm is known.
10071       SRF images are written by the Sony DSC-F828 and DSC-V3.
10072
10073         Tag ID   Tag Name                             Writable
10074         ------   --------                             --------
10075         0x0000   SRF2Key                              N
10076         0x0001   DataKey                              N
10077
10078       Sony SRF2 Tags
10079
10080       These tags are found in the SRF2 through SRF5 IFD's.
10081
10082         Tag ID   Tag Name                             Writable
10083         ------   --------                             --------
10084         0x0002   SRF6Offset                           N
10085         0x0003   SRFDataOffset?                       N
10086         0x0004   RawDataOffset                        N
10087         0x0005   RawDataLength                        N
10088
10089       Sony SR2Private Tags
10090
10091       The SR2 format uses the DNGPrivateData tag to reference a private IFD
10092       containing these tags.  SR2 images are written by the Sony DSC-R1, but
10093       this information is also written to ARW images by other models.
10094
10095         Tag ID   Tag Name                             Writable
10096         ------   --------                             --------
10097         0x7200   SR2SubIFDOffset                      N
10098         0x7201   SR2SubIFDLength                      N
10099         0x7221   SR2SubIFDKey                         N
10100         0x7240   IDC_IFD                              SonyIDC
10101         0x7241   IDC2_IFD                             SonyIDC
10102         0x7250   MRWInfo                              MinoltaRaw
10103
10104       Sony SR2SubIFD Tags
10105
10106       Tags in the encrypted SR2SubIFD
10107
10108         Tag ID   Tag Name                             Writable
10109         ------   --------                             --------
10110         0x7303   WB_GRBGLevels                        N
10111         0x7313   WB_RGGBLevels                        N
10112         0x74a0   MaxApertureAtMaxFocal                N
10113         0x74a1   MaxApertureAtMinFocal                N
10114         0x74c0   SR2DataIFD                           Sony SR2DataIFD
10115         0x7820   WB_RGBLevelsDaylight                 N
10116         0x7821   WB_RGBLevelsCloudy                   N
10117         0x7822   WB_RGBLevelsTungsten                 N
10118         0x7825   WB_RGBLevelsShade                    N
10119         0x7826   WB_RGBLevelsFluorescent              N
10120         0x7828   WB_RGBLevelsFlash                    N
10121
10122       Sony SR2DataIFD Tags
10123
10124         Tag ID   Tag Name                             Writable
10125         ------   --------                             --------
10126         0x7770   ColorMode                            N
10127
10128       Sony PMP Tags
10129
10130       These tags are written in the proprietary-format header of PMP images
10131       from the DSC-F1.
10132
10133          Index   Tag Name                             Writable
10134          -----   --------                             --------
10135             8    JpgFromRawStart                      N
10136            12    JpgFromRawLength                     N
10137            22    SonyImageWidth                       N
10138            24    SonyImageHeight                      N
10139            27    Orientation                          N
10140            29    ImageQuality                         N
10141            52    Comment                              N
10142            76    DateTimeOriginal                     N
10143            84    ModifyDate                           N
10144           102    ExposureTime                         N
10145           106    FNumber                              N
10146           108    ExposureCompensation                 N
10147           112    FocalLength                          N
10148           118    Flash                                N
10149
10150   SonyIDC Tags
10151       Tags written by the Sony Image Data Converter utility in ARW images.
10152
10153         Tag ID   Tag Name                             Writable
10154         ------   --------                             --------
10155         0x0201   IDCPreviewStart                      int32u*
10156         0x0202   IDCPreviewLength                     int32u*
10157         0x8000   IDCCreativeStyle                     int32u
10158         0x8001   CreativeStyleWasChanged              int32u
10159         0x8002   PresetWhiteBalance                   int32u
10160         0x8013   ColorTemperatureAdj                  int16u
10161         0x8014   PresetWhiteBalanceAdj                int32s
10162         0x8015   ColorCorrection                      int32s
10163         0x8016   SaturationAdj                        int32s
10164         0x8017   ContrastAdj                          int32s
10165         0x8018   BrightnessAdj                        int32s
10166         0x8019   HueAdj                               int32s
10167         0x801a   SharpnessAdj                         int32s
10168         0x801b   SharpnessOvershoot                   int32s
10169         0x801c   SharpnessUndershoot                  int32s
10170         0x801d   SharpnessThreshold                   int32s
10171         0x801e   NoiseReductionMode                   int16u
10172         0x8021   GrayPoint                            int16u[4]
10173         0x8022   D-RangeOptimizerMode                 int16u
10174         0x8023   D-RangeOptimizerValue                int32s
10175         0x8024   D-RangeOptimizerHighlight            int32s
10176         0x8026   HighlightColorDistortReduct          int16u
10177         0x8027   NoiseReductionValue                  int32s
10178         0x8028   EdgeNoiseReduction                   int32s
10179         0x8029   ColorNoiseReduction                  int32s
10180         0x802d   D-RangeOptimizerShadow               int32s
10181         0x8030   PeripheralIllumCentralRadius         int32s
10182         0x8031   PeripheralIllumCentralValue          int32s
10183         0x8032   PeripheralIllumPeriphValue           int32s
10184         0x9000   ToneCurveBrightnessX                 int16u[n]
10185         0x9001   ToneCurveRedX                        int16u[n]
10186         0x9002   ToneCurveGreenX                      int16u[n]
10187         0x9003   ToneCurveBlueX                       int16u[n]
10188         0x9004   ToneCurveBrightnessY                 int16u[n]
10189         0x9005   ToneCurveRedY                        int16u[n]
10190         0x9006   ToneCurveGreenY                      int16u[n]
10191         0x9007   ToneCurveBlueY                       int16u[n]
10192         0xd000   CurrentVersion                       int32u
10193         0xd001   VersionIFD                           SonyIDC
10194         0xd100   VersionCreateDate                    string
10195         0xd101   VersionModifyDate                    string
10196
10197   Unknown Tags
10198       The following tags are decoded in unsupported maker notes.  Use the
10199       Unknown (-u) option to display other unknown tags.
10200
10201         Tag ID   Tag Name                             Writable
10202         ------   --------                             --------
10203         0x0e00   PrintIM                              PrintIM
10204
10205   DNG Tags
10206       The main DNG tags are found in the EXIF table.  The tables below define
10207       only information found within structures of these main DNG tag values.
10208       See <http://www.adobe.com/products/dng/> for the official DNG
10209       specification.
10210
10211       DNG AdobeData Tags
10212
10213       This information is found in the "Adobe" DNGPrivateData.
10214
10215       The maker notes ('MakN') are processed by ExifTool, but some
10216       information may have been lost by the Adobe DNG Converter.  This is
10217       because the Adobe DNG Converter (as of version 6.3) doesn't properly
10218       handle information referenced from inside the maker notes that lies
10219       outside the original maker notes block.  This information is lost when
10220       only the maker note block is copied to the DNG image.   While this
10221       doesn't effect all makes of cameras, it is a problem for some major
10222       brands such as Olympus and Sony.
10223
10224       Other entries in this table represent proprietary information that is
10225       extracted from the original RAW image and restructured to a different
10226       (but still proprietary) Adobe format.
10227
10228         Tag ID   Tag Name                             Writable
10229         ------   --------                             --------
10230         'CRW '   AdobeCRW                             CanonRaw
10231         'Koda'   AdobeKoda                            Kodak IFD
10232         'Leaf'   AdobeLeaf                            Leaf SubIFD
10233         'MRW '   AdobeMRW                             MinoltaRaw
10234         'MakN'   MakerNoteCanon                       Canon
10235                  MakerNoteCasio                       Casio
10236                  MakerNoteCasio2                      Casio Type2
10237                  MakerNoteFujiFilm                    FujiFilm
10238                  MakerNoteGE                          GE
10239                  MakerNoteGE2                         FujiFilm
10240                  MakerNoteHP                          HP
10241                  MakerNoteHP2                         HP Type2
10242                  MakerNoteHP4                         HP Type4
10243                  MakerNoteHP6                         HP Type6
10244                  MakerNoteISL                         Unknown
10245                  MakerNoteJVC                         JVC
10246                  MakerNoteJVCText                     JVC Text
10247                  MakerNoteKodak1a                     Kodak
10248                  MakerNoteKodak1b                     Kodak
10249                  MakerNoteKodak2                      Kodak Type2
10250                  MakerNoteKodak3                      Kodak Type3
10251                  MakerNoteKodak4                      Kodak Type4
10252                  MakerNoteKodak5                      Kodak Type5
10253                  MakerNoteKodak6a                     Kodak Type6
10254                  MakerNoteKodak6b                     Kodak Type6
10255                  MakerNoteKodak7                      Kodak Type7
10256                  MakerNoteKodak8a                     Kodak Type8
10257                  MakerNoteKodak8b                     Kodak Type8
10258                  MakerNoteKodak9                      Kodak Type9
10259                  MakerNoteKodak10                     Kodak Type10
10260                  MakerNoteKodakUnknown                Kodak Unknown
10261                  MakerNoteKyocera                     Unknown
10262                  MakerNoteMinolta                     Minolta
10263                  MakerNoteMinolta2                    Olympus
10264                  MakerNoteMinolta3                    undef
10265                  MakerNoteNikon                       Nikon
10266                  MakerNoteNikon2                      Nikon Type2
10267                  MakerNoteNikon3                      Nikon
10268                  MakerNoteOlympus                     Olympus
10269                  MakerNoteOlympus2                    Olympus
10270                  MakerNoteLeica                       Panasonic
10271                  MakerNoteLeica2                      Panasonic Leica2
10272                  MakerNoteLeica3                      Panasonic Leica3
10273                  MakerNoteLeica4                      Panasonic Leica4
10274                  MakerNoteLeica5                      Panasonic Leica5
10275                  MakerNoteLeica6                      Panasonic Leica6
10276                  MakerNotePanasonic                   Panasonic
10277                  MakerNotePanasonic2                  Panasonic Type2
10278                  MakerNotePentax                      Pentax
10279                  MakerNotePentax2                     Pentax Type2
10280                  MakerNotePentax3                     Casio Type2
10281                  MakerNotePentax4                     Pentax Type4
10282                  MakerNotePentax5                     Pentax
10283                  MakerNotePentax6                     Pentax S1
10284                  MakerNotePhaseOne                    undef
10285                  MakerNoteReconyx                     Reconyx
10286                  MakerNoteRicoh                       Ricoh
10287                  MakerNoteRicohText                   Ricoh Text
10288                  MakerNoteSamsung1a                   undef
10289                  MakerNoteSamsung1b                   Samsung Type1
10290                  MakerNoteSamsung2                    Samsung Type2
10291                  MakerNoteSanyo                       Sanyo
10292                  MakerNoteSanyoC4                     Sanyo
10293                  MakerNoteSanyoPatch                  Sanyo
10294                  MakerNoteSigma                       Sigma
10295                  MakerNoteSony                        Sony
10296                  MakerNoteSony2                       Olympus
10297                  MakerNoteSony3                       Olympus
10298                  MakerNoteSony4                       Sony
10299                  MakerNoteSonyEricsson                Sony Ericsson
10300                  MakerNoteSonySRF                     Sony SRF
10301                  MakerNoteUnknownText                 undef
10302                  MakerNoteUnknown                     Unknown
10303         'Pano'   AdobePano                            PanasonicRaw
10304         'RAF '   AdobeRAF                             FujiFilm RAF
10305         'SR2 '   AdobeSR2                             Sony SR2Private
10306
10307       DNG OriginalRaw Tags
10308
10309       This table defines tags extracted from the DNG OriginalRawFileData
10310       information.
10311
10312         Tag ID   Tag Name                             Writable
10313         ------   --------                             --------
10314         0x0000   OriginalRawImage                     N
10315         0x0001   OriginalRawResource                  N
10316         0x0002   OriginalRawFileType                  N
10317         0x0003   OriginalRawCreator                   N
10318         0x0004   OriginalTHMImage                     N
10319         0x0005   OriginalTHMResource                  N
10320         0x0006   OriginalTHMFileType                  N
10321         0x0007   OriginalTHMCreator                   N
10322
10323   CanonRaw Tags
10324       These tags apply to CRW-format Canon RAW files and information in the
10325       APP0 "CIFF" segment of JPEG images.  When writing CanonRaw/CIFF
10326       information, the length of the information is preserved (and the new
10327       information is truncated or padded as required) unless Writable is
10328       "resize". Currently, only JpgFromRaw and ThumbnailImage are allowed to
10329       change size.
10330
10331       CRW images also support the addition of a CanonVRD trailer, which in
10332       turn supports XMP.  This trailer is created automatically if necessary
10333       when ExifTool is used to write XMP to a CRW image.
10334
10335         Tag ID   Tag Name                             Writable
10336         ------   --------                             --------
10337         0x0000   NullRecord                           undef
10338         0x0001   FreeBytes                            undef
10339         0x0032   CanonColorInfo1                      N
10340         0x0805   CanonFileDescription                 string[32]
10341                  UserComment                          string[256]
10342         0x080a   CanonRawMakeModel                    CanonRaw MakeModel
10343         0x080b   CanonFirmwareVersion                 string[32]
10344         0x080c   ComponentVersion                     string
10345         0x080d   ROMOperationMode                     string[8]
10346         0x0810   OwnerName                            string[32]
10347         0x0815   CanonImageType                       string[32]
10348         0x0816   OriginalFileName                     string[32]
10349         0x0817   ThumbnailFileName                    string[32]
10350         0x100a   TargetImageType                      int16u
10351         0x1010   ShutterReleaseMethod                 int16u
10352         0x1011   ShutterReleaseTiming                 int16u
10353         0x1016   ReleaseSetting                       int16u
10354         0x101c   BaseISO                              int16u
10355         0x1028   CanonFlashInfo?                      int16u[4]
10356         0x1029   CanonFocalLength                     Canon FocalLength
10357         0x102a   CanonShotInfo                        Canon ShotInfo
10358         0x102c   CanonColorInfo2                      N
10359         0x102d   CanonCameraSettings                  Canon CameraSettings
10360         0x1030   WhiteSample                          CanonRaw WhiteSample
10361         0x1031   SensorInfo                           Canon SensorInfo
10362         0x1033   CustomFunctions10D                   CanonCustom Functions10D
10363                  CustomFunctionsD30                   CanonCustom FunctionsD30
10364                  CustomFunctionsD60                   CanonCustom FunctionsD30
10365                  CustomFunctionsUnknown               CanonCustom FuncsUnknown
10366         0x1038   CanonAFInfo                          Canon AFInfo
10367         0x1093   CanonFileInfo                        Canon FileInfo
10368         0x10a9   ColorBalance                         Canon ColorBalance
10369         0x10ae   ColorTemperature                     int16u
10370         0x10b4   ColorSpace                           int16u
10371         0x10b5   RawJpgInfo                           CanonRaw RawJpgInfo
10372         0x1803   ImageFormat                          CanonRaw ImageFormat
10373         0x1804   RecordID                             int32u
10374         0x1806   SelfTimerTime                        int32u
10375         0x1807   TargetDistanceSetting                float
10376         0x180b   SerialNumber                         int32u
10377                  UnknownNumber?                       Y
10378         0x180e   TimeStamp                            CanonRaw TimeStamp
10379         0x1810   ImageInfo                            CanonRaw ImageInfo
10380         0x1813   FlashInfo                            CanonRaw FlashInfo
10381         0x1814   MeasuredEV                           float
10382         0x1817   FileNumber                           int32u
10383         0x1818   ExposureInfo                         CanonRaw ExposureInfo
10384         0x1834   CanonModelID                         int32u
10385         0x1835   DecoderTable                         CanonRaw DecoderTable
10386         0x183b   SerialNumberFormat                   int32u
10387         0x2005   RawData                              N
10388         0x2007   JpgFromRaw                           resize
10389         0x2008   ThumbnailImage                       resize
10390         0x2804   ImageDescription                     CanonRaw
10391         0x2807   CameraObject                         CanonRaw
10392         0x3002   ShootingRecord                       CanonRaw
10393         0x3003   MeasuredInfo                         CanonRaw
10394         0x3004   CameraSpecification                  CanonRaw
10395         0x300a   ImageProps                           CanonRaw
10396         0x300b   ExifInformation                      CanonRaw
10397
10398       CanonRaw MakeModel Tags
10399
10400          Index   Tag Name                             Writable
10401          -----   --------                             --------
10402             0    Make                                 string[6]
10403             6    Model                                string
10404
10405       CanonRaw WhiteSample Tags
10406
10407          Index   Tag Name                             Writable
10408          -----   --------                             --------
10409             1    WhiteSampleWidth                     N
10410             2    WhiteSampleHeight                    N
10411             3    WhiteSampleLeftBorder                N
10412             4    WhiteSampleTopBorder                 N
10413             5    WhiteSampleBits                      N
10414
10415       CanonRaw RawJpgInfo Tags
10416
10417          Index   Tag Name                             Writable
10418          -----   --------                             --------
10419             1    RawJpgQuality                        int16u
10420             2    RawJpgSize                           int16u
10421             3    RawJpgWidth                          int16u
10422             4    RawJpgHeight                         int16u
10423
10424       CanonRaw ImageFormat Tags
10425
10426          Index   Tag Name                             Writable
10427          -----   --------                             --------
10428             0    FileFormat                           int32u
10429             1    TargetCompressionRatio               float
10430
10431       CanonRaw TimeStamp Tags
10432
10433          Index   Tag Name                             Writable
10434          -----   --------                             --------
10435             0    DateTimeOriginal                     int32u
10436             1    TimeZoneCode                         int32s
10437             2    TimeZoneInfo                         int32u
10438
10439       CanonRaw ImageInfo Tags
10440
10441          Index   Tag Name                             Writable
10442          -----   --------                             --------
10443             0    ImageWidth                           N
10444             1    ImageHeight                          N
10445             2    PixelAspectRatio                     N
10446             3    Rotation                             int32s
10447             4    ComponentBitDepth                    N
10448             5    ColorBitDepth                        N
10449             6    ColorBW                              N
10450
10451       CanonRaw FlashInfo Tags
10452
10453          Index   Tag Name                             Writable
10454          -----   --------                             --------
10455             0    FlashGuideNumber                     float
10456             1    FlashThreshold                       float
10457
10458       CanonRaw ExposureInfo Tags
10459
10460          Index   Tag Name                             Writable
10461          -----   --------                             --------
10462             0    ExposureCompensation                 float
10463             1    ShutterSpeedValue                    float
10464             2    ApertureValue                        float
10465
10466       CanonRaw DecoderTable Tags
10467
10468          Index   Tag Name                             Writable
10469          -----   --------                             --------
10470             0    DecoderTableNumber                   N
10471             2    CompressedDataOffset                 N
10472             3    CompressedDataLength                 N
10473
10474   KyoceraRaw Tags
10475       Tags for Kyocera Contax N Digital RAW images.
10476
10477          Index   Tag Name                             Writable
10478          -----   --------                             --------
10479             1    FirmwareVersion                      N
10480            12    Model                                N
10481            25    Make                                 N
10482            33    DateTimeOriginal                     N
10483            52    ISO                                  N
10484            56    ExposureTime                         N
10485            60    WB_RGGBLevels                        N
10486            88    FNumber                              N
10487           104    MaxAperture                          N
10488           112    FocalLength                          N
10489           124    Lens                                 N
10490
10491   MinoltaRaw Tags
10492       These tags are used in Minolta RAW format (MRW) images.
10493
10494         Tag ID   Tag Name                             Writable
10495         ------   --------                             --------
10496         "\0PRD"  MinoltaPRD                           MinoltaRaw PRD
10497         "\0RIF"  MinoltaRIF                           MinoltaRaw RIF
10498         "\0TTW"  MinoltaTTW                           EXIF
10499         "\0WBG"  MinoltaWBG                           MinoltaRaw WBG
10500
10501       MinoltaRaw PRD Tags
10502
10503          Index   Tag Name                             Writable
10504          -----   --------                             --------
10505             0    FirmwareID                           string[8]
10506             8    SensorHeight                         int16u
10507            10    SensorWidth                          int16u
10508            12    ImageHeight                          int16u
10509            14    ImageWidth                           int16u
10510            16    RawDepth                             int8u
10511            17    BitDepth                             int8u
10512            18    StorageMethod                        int8u
10513            23    BayerPattern                         int8u
10514
10515       MinoltaRaw RIF Tags
10516
10517          Index   Tag Name                             Writable
10518          -----   --------                             --------
10519             1    Saturation                           int8s
10520             2    Contrast                             int8s
10521             3    Sharpness                            int8s
10522             4    WBMode                               int8u~
10523             5    ProgramMode                          int8u
10524             6    ISOSetting                           int8u
10525             7    ColorMode                            int32u[0.25]
10526             8    WB_RBLevelsTungsten                  int16u[2]
10527            12    WB_RBLevelsDaylight                  int16u[2]
10528            16    WB_RBLevelsCloudy                    int16u[2]
10529            20    WB_RBLevelsCoolWhiteF                int16u[2]
10530            24    WB_RBLevelsFlash                     int16u[2]
10531            28    WB_RBLevelsUnknown?                  int16u[2]
10532            32    WB_RBLevelsShade                     int16u[2]
10533            36    WB_RBLevelsDaylightF                 int16u[2]
10534            40    WB_RBLevelsDayWhiteF                 int16u[2]
10535            44    WB_RBLevelsWhiteF                    int16u[2]
10536            56    ColorFilter                          int8s
10537            57    BWFilter                             int8u
10538            58    ZoneMatching                         int8u
10539            59    Hue                                  int8s
10540            60    ColorTemperature                     int8u
10541            74    ZoneMatching                         int8u
10542            76    ColorTemperature                     int8u
10543            77    ColorFilter                          int8u
10544            78    ColorTemperature                     int8u
10545            79    ColorFilter                          int8u
10546
10547       MinoltaRaw WBG Tags
10548
10549          Index   Tag Name                             Writable
10550          -----   --------                             --------
10551             0    WBScale                              int8u[4]
10552             4    WB_GBRGLevels                        int16u[4]
10553                  WB_RGGBLevels                        int16u[4]
10554
10555   PanasonicRaw Tags
10556       These tags are found in IFD0 of Panasonic/Leica RAW, RW2 and RWL
10557       images.
10558
10559         Tag ID   Tag Name                             Writable
10560         ------   --------                             --------
10561         0x0001   PanasonicRawVersion                  undef
10562         0x0002   SensorWidth                          N
10563         0x0003   SensorHeight                         N
10564         0x0004   SensorTopBorder                      N
10565         0x0005   SensorLeftBorder                     N
10566         0x0006   ImageHeight                          N
10567         0x0007   ImageWidth                           N
10568         0x0011   RedBalance                           int16u
10569         0x0012   BlueBalance                          int16u
10570         0x0017   ISO                                  int16u
10571         0x0024   WBRedLevel                           int16u
10572         0x0025   WBGreenLevel                         int16u
10573         0x0026   WBBlueLevel                          int16u
10574         0x002e   JpgFromRaw                           JPEG
10575         0x010f   Make                                 string
10576         0x0110   Model                                string
10577         0x0111   StripOffsets                         N
10578         0x0112   Orientation                          int16u
10579         0x0116   RowsPerStrip                         N
10580         0x0117   StripByteCounts                      N
10581         0x0118   RawDataOffset                        N
10582         0x02bc   ApplicationNotes                     XMP
10583         0x83bb   IPTC-NAA                             IPTC
10584         0x8769   ExifOffset                           EXIF
10585         0x8825   GPSInfo                              GPS
10586
10587   SigmaRaw Tags
10588       These tags are used in Sigma and Foveon RAW (.X3F) images.  Metadata is
10589       also extracted from the JpgFromRaw image if it exists (all models but
10590       the SD9 and SD10).  Currently, metadata may only be written to the
10591       embedded JpgFromRaw.
10592
10593         Tag ID               Tag Name                 Writable
10594         ------               --------                 --------
10595         'Header'             Header                   SigmaRaw Header
10596         'HeaderExt'          HeaderExt                SigmaRaw HeaderExt
10597         'IMA2'               PreviewImage             N
10598                              JpgFromRaw               N
10599         'IMAG'               PreviewImage             N
10600         'PROP'               Properties               SigmaRaw Properties
10601
10602       SigmaRaw Header Tags
10603
10604         Tag ID   Tag Name                             Writable
10605         ------   --------                             --------
10606         0x0001   FileVersion                          N
10607         0x0002   ImageUniqueID                        N
10608         0x0006   MarkBits                             N
10609         0x0007   ImageWidth                           N
10610         0x0008   ImageHeight                          N
10611         0x0009   Rotation                             N
10612         0x000a   WhiteBalance                         N
10613         0x0012   SceneCaptureType                     N
10614
10615       SigmaRaw HeaderExt Tags
10616
10617       Extended header data found in version 2.1 and 2.2 files
10618
10619         Tag ID   Tag Name                             Writable
10620         ------   --------                             --------
10621         0x0000   Unused                               N
10622         0x0001   ExposureAdjust                       N
10623         0x0002   Contrast                             N
10624         0x0003   Shadow                               N
10625         0x0004   Highlight                            N
10626         0x0005   Saturation                           N
10627         0x0006   Sharpness                            N
10628         0x0007   RedAdjust                            N
10629         0x0008   GreenAdjust                          N
10630         0x0009   BlueAdjust                           N
10631         0x000a   X3FillLight                          N
10632
10633       SigmaRaw Properties Tags
10634
10635         Tag ID               Tag Name                 Writable
10636         ------               --------                 --------
10637         'AEMODE'             MeteringMode             N
10638         'AFAREA'             AFArea                   N
10639         'AFINFOCUS'          AFInFocus                N
10640         'AFMODE'             FocusMode                N
10641         'APERTURE'           FNumber                  N
10642         'AP_DESC'            ApertureDisplayed        N
10643         'BRACKET'            BracketShot              N
10644         'BURST'              BurstShot                N
10645         'CAMMANUF'           Make                     N
10646         'CAMMODEL'           Model                    N
10647         'CAMNAME'            CameraName               N
10648         'CAMSERIAL'          SerialNumber             N
10649         'CM_DESC'            SceneCaptureType         N
10650         'COLORSPACE'         ColorSpace               N
10651         'DRIVE'              DriveMode                N
10652         'EVAL_STATE'         EvalState                N
10653         'EXPCOMP'            ExposureCompensation     N
10654         'EXPNET'             NetExposureCompensation  N
10655         'EXPTIME'            IntegrationTime          N
10656         'FIRMVERS'           FirmwareVersion          N
10657         'FLASH'              FlashMode                N
10658         'FLASHEXPCOMP'       FlashExpComp             N
10659         'FLASHPOWER'         FlashPower               N
10660         'FLASHTTLMODE'       FlashTTLMode             N
10661         'FLASHTYPE'          FlashType                N
10662         'FLENGTH'            FocalLength              N
10663         'FLEQ35MM'           FocalLengthIn35mmFormat  N
10664         'FOCUS'              Focus                    N
10665         'IMAGEBOARDID'       ImageBoardID             N
10666         'IMAGERBOARDID'      ImagerBoardID            N
10667         'IMAGERTEMP'         SensorTemperature        N
10668         'ISO'                ISO                      N
10669         'LENSARANGE'         LensApertureRange        N
10670         'LENSFRANGE'         LensFocalRange           N
10671         'LENSMODEL'          LensType                 N
10672         'PMODE'              ExposureProgram          N
10673         'RESOLUTION'         Quality                  N
10674         'SENSORID'           SensorID                 N
10675         'SHUTTER'            ExposureTime             N
10676         'SH_DESC'            ShutterSpeedDisplayed    N
10677         'TIME'               DateTimeOriginal         N
10678         'VERSION_BF'         VersionBF                N
10679         'WB_DESC'            WhiteBalance             N
10680
10681   JFIF Tags
10682       The following information is extracted from the JPEG JFIF header.  See
10683       <http://www.jpeg.org/public/jfif.pdf> for the JFIF 1.02 specification.
10684
10685          Index   Tag Name                             Writable
10686          -----   --------                             --------
10687             0    JFIFVersion                          N
10688             2    ResolutionUnit                       int8u
10689             3    XResolution                          int16u
10690             5    YResolution                          int16u
10691
10692       JFIF Extension Tags
10693
10694         Tag ID   Tag Name                             Writable
10695         ------   --------                             --------
10696         0x0010   ThumbnailImage                       N
10697
10698   FlashPix Tags
10699       The FlashPix file format, introduced in 1996, was developed by Kodak,
10700       Hewlett-Packard and Microsoft.  Internally the FPX file structure
10701       mimics that of an old DOS disk with fixed-sized "sectors" (usually 512
10702       bytes) and a "file allocation table" (FAT).  No wonder this image
10703       format never became popular.  However, some of the structures used in
10704       FlashPix streams are part of the EXIF specification, and are still
10705       being used in the APP2 FPXR segment of JPEG images by some Kodak and
10706       Hewlett-Packard digital cameras.
10707
10708       ExifTool extracts FlashPix information from both FPX images and the
10709       APP2 FPXR segment of JPEG images.  As well, FlashPix information is
10710       extracted from DOC, PPT, XLS (Microsoft Word, PowerPoint and Excel)
10711       documents, VSD (Microsoft Visio) drawings, and FLA (Macromedia/Adobe
10712       Flash project) files since these are based on the same file format as
10713       FlashPix (the Windows Compound Binary File format).  See
10714       <http://graphcomp.com/info/specs/livepicture/fpx.pdf> for the FlashPix
10715       specification.
10716
10717         Tag ID                           Tag Name     Writable
10718         ------                           --------     --------
10719         "\x01CompObj"                    CompObj      FlashPix CompObj
10720         "\x05Audio Info"                 AudioInfo    FlashPix AudioInfo
10721         "\x05Data Object"                DataObject   FlashPix DataObject
10722         "\x05DocumentSummaryInformation" DocumentInfo FlashPix DocumentInfo
10723         "\x05Extension List"             Extensions   FlashPix Extensions
10724         "\x05Global Info"                GlobalInfo   FlashPix GlobalInfo
10725         "\x05Image Contents"             Image        FlashPix Image
10726         "\x05Image Info"                 ImageInfo    FlashPix ImageInfo
10727         "\x05Operation"                  Operation    FlashPix Operation
10728         "\x05Screen Nail"                ScreenNail   N
10729         "\x05SummaryInformation"         SummaryInfo  FlashPix SummaryInfo
10730         "\x05Transform"                  Transform    FlashPix Transform
10731         'Audio Stream'                   AudioStream  N
10732         'Contents'                       Contents     XMP
10733         'Current User'                   CurrentUser  N
10734         'ICC Profile 0001'               ICC_Profile  ICC_Profile
10735         'Subimage 0000 Header'           SubimageHdr  FlashPix SubimageHdr
10736
10737       FlashPix CompObj Tags
10738
10739          Index   Tag Name                             Writable
10740          -----   --------                             --------
10741             0    CompObjUserTypeLen                   N
10742             1    CompObjUserType                      N
10743
10744       FlashPix AudioInfo Tags
10745
10746         Tag ID   Tag Name                             Writable
10747         ------   --------                             --------
10748         [no tags known]
10749
10750       FlashPix DataObject Tags
10751
10752         Tag ID       Tag Name                         Writable
10753         ------       --------                         --------
10754         0x10000      DataObjectID                     N
10755         0x10002      LockedPropertyList               N
10756         0x10003      DataObjectTitle                  N
10757         0x10004      LastModifier                     N
10758         0x10005      RevisionNumber                   N
10759         0x10006      DataCreateDate                   N
10760         0x10007      DataModifyDate                   N
10761         0x10008      CreatingApplication              N
10762         0x10100      DataObjectStatus                 N
10763         0x10101      CreatingTransform                N
10764         0x10102      UsingTransforms                  N
10765         0x10000000   CachedImageHeight                N
10766         0x10000001   CachedImageWidth                 N
10767
10768       FlashPix DocumentInfo Tags
10769
10770       The DocumentSummaryInformation property set includes a UserDefined
10771       property set for which only the Hyperlinks and HyperlinkBase tags are
10772       pre-defined.  However, ExifTool will also extract any other information
10773       found in the UserDefined properties.
10774
10775         Tag ID               Tag Name                 Writable
10776         ------               --------                 --------
10777         0x0002               Category                 N
10778         0x0003               PresentationTarget       N
10779         0x0004               Bytes                    N
10780         0x0005               Lines                    N
10781         0x0006               Paragraphs               N
10782         0x0007               Slides                   N
10783         0x0008               Notes                    N
10784         0x0009               HiddenSlides             N
10785         0x000a               MMClips                  N
10786         0x000b               ScaleCrop                N
10787         0x000c               HeadingPairs             N
10788         0x000d               TitleOfParts             N
10789         0x000e               Manager                  N
10790         0x000f               Company                  N
10791         0x0010               LinksUpToDate            N
10792         0x0011               CharCountWithSpaces      N
10793         0x0013               SharedDoc                N
10794         0x0016               HyperlinksChanged        N
10795         0x0017               AppVersion               N
10796         '_PID_HLINKS'        Hyperlinks               N
10797         '_PID_LINKBASE'      HyperlinkBase            N
10798
10799       FlashPix Extensions Tags
10800
10801         Tag ID       Tag Name                         Writable
10802         ------       --------                         --------
10803         0x0001       ExtensionName                    N
10804         0x0002       ExtensionClassID                 N
10805         0x0003       ExtensionPersistence             N
10806         0x0004       ExtensionCreateDate              N
10807         0x0005       ExtensionModifyDate              N
10808         0x0006       CreatingApplication              N
10809         0x0007       ExtensionDescription             N
10810         0x1000       Storage-StreamPathname           N
10811         0x2000       FlashPixStreamPathname           N
10812         0x2001       FlashPixStreamFieldOffset        N
10813         0x3000       PropertySetPathname              N
10814         0x3001       PropertySetIDCodes               N
10815         0x3002       PropertyVectorElements           N
10816         0x4000       SubimageResolutions              N
10817         0x10000000   UsedExtensionNumbers             N
10818
10819       FlashPix GlobalInfo Tags
10820
10821         Tag ID   Tag Name                             Writable
10822         ------   --------                             --------
10823         0x10002  LockedPropertyList                   N
10824         0x10003  TransformedImageTitle                N
10825         0x10004  LastModifier                         N
10826         0x10100  VisibleOutputs                       N
10827         0x10101  MaximumImageIndex                    N
10828         0x10102  MaximumTransformIndex                N
10829         0x10103  MaximumOperationIndex                N
10830
10831       FlashPix Image Tags
10832
10833         Tag ID       Tag Name                         Writable
10834         ------       --------                         --------
10835         0x1000000    NumberOfResolutions              N
10836         0x1000002    ImageWidth                       N
10837         0x1000003    ImageHeight                      N
10838         0x1000004    DefaultDisplayHeight             N
10839         0x1000005    DefaultDisplayWidth              N
10840         0x1000006    DisplayUnits                     N
10841         0x2000000    SubimageWidth                    N
10842         0x2000001    SubimageHeight                   N
10843         0x2000002    SubimageColor                    N
10844         0x2000003    SubimageNumericalFormat          N
10845         0x2000004    DecimationMethod                 N
10846         0x2000005    DecimationPrefilterWidth         N
10847         0x2000007    SubimageICC_Profile              N
10848         0x3000001    JPEGTables                       N
10849         0x3000002    MaxJPEGTableIndex                N
10850
10851       FlashPix ImageInfo Tags
10852
10853         Tag ID       Tag Name                         Writable
10854         ------       --------                         --------
10855         0x21000000   FileSource                       N
10856         0x21000001   SceneType                        N
10857         0x21000002   CreationPathVector               N
10858         0x21000003   SoftwareRelease                  N
10859         0x21000004   UserDefinedID                    N
10860         0x21000005   SharpnessApproximation           N
10861         0x22000000   Copyright                        N
10862         0x22000001   OriginalImageBroker              N
10863         0x22000002   DigitalImageBroker               N
10864         0x22000003   Authorship                       N
10865         0x22000004   IntellectualPropertyNotes        N
10866         0x23000000   TestTarget                       N
10867         0x23000002   GroupCaption                     N
10868         0x23000003   CaptionText                      N
10869         0x23000004   People                           N
10870         0x23000007   Things                           N
10871         0x2300000a   DateTimeOriginal                 N
10872         0x2300000b   Events                           N
10873         0x2300000c   Places                           N
10874         0x2300000f   ContentDescriptionNotes          N
10875         0x24000000   Make                             N
10876         0x24000001   Model                            N
10877         0x24000002   SerialNumber                     N
10878         0x25000000   CreateDate                       N
10879         0x25000001   ExposureTime                     N
10880         0x25000002   FNumber                          N
10881         0x25000003   ExposureProgram                  N
10882         0x25000004   BrightnessValue                  N
10883         0x25000005   ExposureCompensation             N
10884         0x25000006   SubjectDistance                  N
10885         0x25000007   MeteringMode                     N
10886         0x25000008   LightSource                      N
10887         0x25000009   FocalLength                      N
10888         0x2500000a   MaxApertureValue                 N
10889         0x2500000b   Flash                            N
10890         0x2500000c   FlashEnergy                      N
10891         0x2500000d   FlashReturn                      N
10892         0x2500000e   BackLight                        N
10893         0x2500000f   SubjectLocation                  N
10894         0x25000010   ExposureIndex                    N
10895         0x25000011   SpecialEffectsOpticalFilter      N
10896         0x25000012   PerPictureNotes                  N
10897         0x26000000   SensingMethod                    N
10898         0x26000001   FocalPlaneXResolution            N
10899         0x26000002   FocalPlaneYResolution            N
10900         0x26000003   FocalPlaneResolutionUnit         N
10901         0x26000004   SpatialFrequencyResponse         N
10902         0x26000005   CFAPattern                       N
10903         0x26000007   ISO                              N
10904         0x26000008   Opto-ElectricConvFactor          N
10905         0x27000000   FilmBrand                        N
10906         0x27000001   FilmCategory                     N
10907         0x27000002   FilmSize                         N
10908         0x27000003   FilmRollNumber                   N
10909         0x27000004   FilmFrameNumber                  N
10910         0x28000000   ScannerMake                      N
10911         0x28000001   ScannerModel                     N
10912         0x28000002   ScannerSerialNumber              N
10913         0x28000003   ScanSoftware                     N
10914         0x28000004   ScanSoftwareRevisionDate         N
10915         0x28000005   ServiceOrganizationName          N
10916         0x28000006   ScanOperatorID                   N
10917         0x28000008   ScanDate                         N
10918         0x28000009   ModifyDate                       N
10919         0x2800000a   ScannerPixelSize                 N
10920         0x29000000   OriginalScannedImageSize         N
10921         0x29000001   OriginalDocumentSize             N
10922         0x29000002   OriginalMedium                   N
10923         0x29000003   TypeOfOriginal                   N
10924
10925       FlashPix Operation Tags
10926
10927         Tag ID   Tag Name                             Writable
10928         ------   --------                             --------
10929         0x10000  OperationID                          N
10930
10931       FlashPix SummaryInfo Tags
10932
10933       The Dictionary, CodePage and LocalIndicator tags are common to all
10934       FlashPix property tables, even though they are only listed in the
10935       SummaryInfo table.
10936
10937         Tag ID       Tag Name                         Writable
10938         ------       --------                         --------
10939         0x0000       Dictionary                       N
10940         0x0001       CodePage                         N
10941         0x0002       Title                            N
10942         0x0003       Subject                          N
10943         0x0004       Author                           N
10944         0x0005       Keywords                         N
10945         0x0006       Comments                         N
10946         0x0007       Template                         N
10947         0x0008       LastModifiedBy                   N
10948         0x0009       RevisionNumber                   N
10949         0x000a       TotalEditTime                    N
10950         0x000b       LastPrinted                      N
10951         0x000c       CreateDate                       N
10952         0x000d       ModifyDate                       N
10953         0x000e       Pages                            N
10954         0x000f       Words                            N
10955         0x0010       Characters                       N
10956         0x0011       ThumbnailClip                    N
10957         0x0012       Software                         N
10958         0x0013       Security                         N
10959         0x80000000   LocaleIndicator                  N
10960
10961       FlashPix Transform Tags
10962
10963         Tag ID       Tag Name                         Writable
10964         ------       --------                         --------
10965         0x10000      TransformNodeID                  N
10966         0x10001      OperationClassID                 N
10967         0x10002      LockedPropertyList               N
10968         0x10003      TransformTitle                   N
10969         0x10004      LastModifier                     N
10970         0x10005      RevisionNumber                   N
10971         0x10006      TransformCreateDate              N
10972         0x10007      TransformModifyDate              N
10973         0x10008      CreatingApplication              N
10974         0x10100      InputDataObjectList              N
10975         0x10101      OutputDataObjectList             N
10976         0x10102      OperationNumber                  N
10977         0x10000000   ResultAspectRatio                N
10978         0x10000001   RectangleOfInterest              N
10979         0x10000002   Filtering                        N
10980         0x10000003   SpatialOrientation               N
10981         0x10000004   ColorTwistMatrix                 N
10982         0x10000005   ContrastAdjustment               N
10983
10984       FlashPix SubimageHdr Tags
10985
10986          Index   Tag Name                             Writable
10987          -----   --------                             --------
10988             1    SubimageWidth                        N
10989             2    SubimageHeight                       N
10990             3    SubimageTileCount                    N
10991             4    SubimageTileWidth                    N
10992             5    SubimageTileHeight                   N
10993             6    NumChannels                          N
10994
10995   MPF Tags
10996       These tags are part of the CIPA Multi-Picture Format specification, and
10997       are found in the APP2 "MPF" segment of JPEG images.  See
10998       http://www.cipa.jp/english/hyoujunka/kikaku/pdf/DC-007_E.pdf
10999       <http://www.cipa.jp/english/hyoujunka/kikaku/pdf/DC-007_E.pdf> for the
11000       official specification.
11001
11002         Tag ID   Tag Name                             Writable
11003         ------   --------                             --------
11004         0xb000   MPFVersion                           N
11005         0xb001   NumberOfImages                       N
11006         0xb002   MPImageList                          MPF MPImage
11007         0xb003   ImageUIDList                         N
11008         0xb004   TotalFrames                          N
11009         0xb101   MPIndividualNum                      N
11010         0xb201   PanOrientation                       N
11011         0xb202   PanOverlapH                          N
11012         0xb203   PanOverlapV                          N
11013         0xb204   BaseViewpointNum                     N
11014         0xb205   ConvergenceAngle                     N
11015         0xb206   BaselineLength                       N
11016         0xb207   VerticalDivergence                   N
11017         0xb208   AxisDistanceX                        N
11018         0xb209   AxisDistanceY                        N
11019         0xb20a   AxisDistanceZ                        N
11020         0xb20b   YawAngle                             N
11021         0xb20c   PitchAngle                           N
11022         0xb20d   RollAngle                            N
11023
11024       MPF MPImage Tags
11025
11026       The first MPF "Large Thumbnail" image is extracted as PreviewImage, and
11027       the rest of the embedded MPF images are extracted as MPImage#.  The
11028       ExtractEmbedded (-ee) option may be used to extract information from
11029       these embedded images.
11030
11031          Index   Tag Name                             Writable
11032          -----   --------                             --------
11033           0.1    MPImageFlags                         N
11034           0.2    MPImageFormat                        N
11035           0.3    MPImageType                          N
11036             4    MPImageLength                        N
11037             8    MPImageStart                         N
11038            12    DependentImage1EntryNumber           N
11039            14    DependentImage2EntryNumber           N
11040
11041   Stim Tags
11042       These tags are part of the CIPA Stereo Still Image specification, and
11043       are found in the APP3 "Stim" segment of JPEG images.  See
11044       http://www.cipa.jp/english/hyoujunka/kikaku/pdf/DC-006_E.pdf
11045       <http://www.cipa.jp/english/hyoujunka/kikaku/pdf/DC-006_E.pdf> for the
11046       official specification.
11047
11048         Tag ID   Tag Name                             Writable
11049         ------   --------                             --------
11050         0x0000   StimVersion                          N
11051         0x0001   ApplicationData                      N
11052         0x0002   ImageArrangement                     N
11053         0x0003   ImageRotation                        N
11054         0x0004   ScalingFactor                        N
11055         0x0005   CropXSize                            N
11056         0x0006   CropYSize                            N
11057         0x0007   CropX                                Stim CropX
11058         0x0008   CropY                                Stim CropY
11059         0x0009   ViewType                             N
11060         0x000a   RepresentativeImage                  N
11061         0x000b   ConvergenceBaseImage                 N
11062         0x000c   AssumedDisplaySize                   N
11063         0x000d   AssumedDistanceView                  N
11064         0x000e   RepresentativeDisparityNear          N
11065         0x000f   RepresentativeDisparityFar           N
11066         0x0010   InitialDisplayEffect                 N
11067         0x0011   ConvergenceDistance                  N
11068         0x0012   CameraArrangementInterval            N
11069         0x0013   ShootingCount                        N
11070
11071       Stim CropX Tags
11072
11073          Index   Tag Name                             Writable
11074          -----   --------                             --------
11075             0    CropXCommonOffset                    N
11076             2    CropXViewpointNumber                 N
11077             3    CropXOffset                          N
11078             7    CropXViewpointNumber2                N
11079             8    CropXOffset2                         N
11080
11081       Stim CropY Tags
11082
11083          Index   Tag Name                             Writable
11084          -----   --------                             --------
11085             0    CropYCommonOffset                    N
11086             2    CropYViewpointNumber                 N
11087             3    CropYOffset                          N
11088             7    CropYViewpointNumber2                N
11089             8    CropYOffset2                         N
11090
11091   APP12 Tags
11092       APP12 PictureInfo Tags
11093
11094       The JPEG APP12 "Picture Info" segment was used by some older cameras,
11095       and contains ASCII-based meta information.  Below are some tags which
11096       have been observed Agfa and Polaroid images, however ExifTool will
11097       extract information from any tags found in this segment.
11098
11099         Tag ID               Tag Name                 Writable
11100         ------               --------                 --------
11101         'Aperture'           Aperture                 N
11102         'ColorMode'          ColorMode                N
11103         'ConTake'            ConTake                  N
11104         'ExpBias'            ExposureCompensation     N
11105         'FNumber'            FNumber                  N
11106         'FWare'              FirmwareVersion          N
11107         'Flash'              Flash                    N
11108         'FocusMode'          FocusMode                N
11109         'FocusPos'           FocusPos                 N
11110         'ID'                 ID                       N
11111         'ImageSize'          ImageSize                N
11112         'LightS'             LightS                   N
11113         'Macro'              Macro                    N
11114         'Protect'            Protect                  N
11115         'Quality'            Quality                  N
11116         'Resolution'         Resolution               N
11117         'Serial#'            SerialNumber             N
11118         'Shutter'            ExposureTime             N
11119         'StrobeTime'         StrobeTime               N
11120         'TimeDate'           DateTimeOriginal         N
11121         'Type'               CameraType               N
11122         'Version'            Version                  N
11123         'Ytarget'            YTarget                  N
11124         'Zoom'               Zoom                     N
11125         'ZoomPos'            ZoomPos                  N
11126         'shtr'               ExposureTime             N
11127         'ylevel'             YLevel                   N
11128
11129       APP12 Ducky Tags
11130
11131       Photoshop uses the JPEG APP12 "Ducky" segment to store some information
11132       in "Save for Web" images.
11133
11134         Tag ID   Tag Name                             Writable
11135         ------   --------                             --------
11136         0x0001   Quality                              int32u/
11137         0x0002   Comment                              string/
11138         0x0003   Copyright                            string/
11139
11140   AFCP Tags
11141       AFCP stands for AXS File Concatenation Protocol, and is a poorly
11142       designed protocol for appending information to the end of files.  This
11143       can be used as an auxiliary technique to store IPTC information in
11144       images, but is incompatible with some file formats.
11145
11146       ExifTool will read and write (but not create) AFCP IPTC information in
11147       JPEG and TIFF images.
11148
11149         Tag ID   Tag Name                             Writable
11150         ------   --------                             --------
11151         'IPTC'   IPTC                                 IPTC
11152         'Nail'   ThumbnailImage                       N
11153         'PrVw'   PreviewImage                         N
11154         'TEXT'   Text                                 N
11155
11156   FotoStation Tags
11157       The following tables define information found in the FotoWare
11158       FotoStation trailer.
11159
11160         Tag ID   Tag Name                             Writable
11161         ------   --------                             --------
11162         0x0001   IPTC                                 IPTC
11163         0x0002   SoftEdit                             FotoStation SoftEdit
11164         0x0003   ThumbnailImage                       Y
11165         0x0004   PreviewImage                         Y
11166
11167       FotoStation SoftEdit Tags
11168
11169          Index   Tag Name                             Writable
11170          -----   --------                             --------
11171             0    OriginalImageWidth                   int32s
11172             1    OriginalImageHeight                  int32s
11173             2    ColorPlanes                          int32s
11174             3    XYResolution                         int32s
11175             4    Rotation                             int32s
11176             6    CropLeft                             int32s
11177             7    CropTop                              int32s
11178             8    CropRight                            int32s
11179             9    CropBottom                           int32s
11180            11    CropRotation                         int32s
11181
11182   PhotoMechanic Tags
11183       The Photo Mechanic trailer contains data in an IPTC-format structure,
11184       with soft edit information stored under record number 2.
11185
11186         Record   Tag Name                             Writable
11187         ------   --------                             --------
11188             2    SoftEdit                             PhotoMechanic SoftEdit
11189
11190       PhotoMechanic SoftEdit Tags
11191
11192         Tag ID   Tag Name                             Writable
11193         ------   --------                             --------
11194           209    RawCropLeft                          int32s
11195           210    RawCropTop                           int32s
11196           211    RawCropRight                         int32s
11197           212    RawCropBottom                        int32s
11198           213    ConstrainedCropWidth                 int32s
11199           214    ConstrainedCropHeight                int32s
11200           215    FrameNum                             int32s
11201           216    Rotation                             int32s
11202           217    CropLeft                             int32s
11203           218    CropTop                              int32s
11204           219    CropRight                            int32s
11205           220    CropBottom                           int32s
11206           221    Tagged                               int32s
11207           222    ColorClass                           int32s
11208           223    Rating                               int32s
11209           236    PreviewCropLeft                      int32s
11210           237    PreviewCropTop                       int32s
11211           238    PreviewCropRight                     int32s
11212           239    PreviewCropBottom                    int32s
11213
11214       PhotoMechanic XMP Tags
11215
11216       Below is a list of the observed PhotoMechanic XMP tags.  The actual
11217       namespace prefix is "photomechanic" but ExifTool shortens this in the
11218       "XMP-photomech" family 1 group name.
11219
11220         Tag Name                                      Writable
11221         --------                                      --------
11222         CountryCode                                   string/
11223         EditStatus                                    string
11224         Prefs                                         string
11225         TimeCreated                                   string/
11226
11227   Microsoft Tags
11228       Microsoft XMP Tags
11229
11230       Microsoft Photo 1.0 schema XMP tags.  This is likely not a complete
11231       list, but represents tags which have been observed in sample images.
11232       The actual namespace prefix is "MicrosoftPhoto", but ExifTool shortens
11233       this to "XMP-microsoft" in the family 1 group name.
11234
11235         Tag Name                                      Writable
11236         --------                                      --------
11237         CameraSerialNumber                            string
11238         DateAcquired                                  date
11239         FlashManufacturer                             string
11240         FlashModel                                    string
11241         LastKeywordIPTC                               string+
11242         LastKeywordXMP                                string+
11243         LensManufacturer                              string
11244         LensModel                                     string
11245         RatingPercent                                 string
11246
11247       Microsoft MP1 Tags
11248
11249       Microsoft Photo 1.1 schema XMP tags which have been observed.
11250
11251         Tag Name                                      Writable
11252         --------                                      --------
11253         PanoramicStitchCameraMotion                   string
11254         PanoramicStitchMapType                        string
11255         PanoramicStitchPhi0                           real
11256         PanoramicStitchPhi1                           real
11257         PanoramicStitchTheta0                         real
11258         PanoramicStitchTheta1                         real
11259
11260       Microsoft MP Tags
11261
11262       Microsoft Photo 1.2 schema XMP tags which have been observed.
11263
11264         Tag Name                                      Writable
11265         --------                                      --------
11266         RegionInfoMP                                  RegionInfoMP Struct
11267         RegionInfoMPRegions                           Regions Struct_+
11268         RegionPersonDisplayName                       string_+
11269         RegionRectangle                               string_+
11270
11271       Microsoft Stitch Tags
11272
11273       Information found in the Microsoft custom EXIF tag 0x4748, as written
11274       by Windows Live Photo Gallery.
11275
11276          Index   Tag Name                             Writable
11277          -----   --------                             --------
11278             0    PanoramicStitchVersion               int32u
11279             1    PanoramicStitchCameraMotion          int32u
11280             2    PanoramicStitchMapType               int32u
11281             3    PanoramicStitchTheta0                float
11282             4    PanoramicStitchTheta1                float
11283             5    PanoramicStitchPhi0                  float
11284             6    PanoramicStitchPhi1                  float
11285
11286   GIMP Tags
11287       The GNU Image Manipulation Program (GIMP) writes these tags in its
11288       native XCF (eXperimental Computing Facilty) images.
11289
11290         Tag ID   Tag Name                             Writable
11291         ------   --------                             --------
11292         'header' Header                               GIMP Header
11293         0x0011   Compression                          N
11294         0x0013   Resolution                           GIMP Resolution
11295         0x0015   Parasites                            GIMP Parasite
11296
11297       GIMP Header Tags
11298
11299          Index   Tag Name                             Writable
11300          -----   --------                             --------
11301             9    XCFVersion                           N
11302            14    ImageWidth                           N
11303            18    ImageHeight                          N
11304            22    ColorMode                            N
11305
11306       GIMP Resolution Tags
11307
11308          Index   Tag Name                             Writable
11309          -----   --------                             --------
11310             0    XResolution                          N
11311             1    YResolution                          N
11312
11313       GIMP Parasite Tags
11314
11315         Tag ID               Tag Name                 Writable
11316         ------               --------                 --------
11317         'exif-data'          ExifData                 EXIF
11318         'gimp-comment'       Comment                  N
11319         'gimp-metadata'      XMP                      XMP
11320         'icc-profile'        ICC_Profile              ICC_Profile
11321         'icc-profile-name'   ICCProfileName           N
11322         'iptc-data'          IPTCData                 IPTC
11323         'jpeg-exif-data'     JPEGExifData             EXIF
11324
11325   MIE Tags
11326       MIE is a flexible format which may be used as a stand-alone meta
11327       information format, for encapsulation of other files and information,
11328       or as a trailer appended to other file formats.  The tables below
11329       represent currently defined MIE tags, however ExifTool will also
11330       extract any other information present in a MIE file.
11331
11332       When writing MIE information, some special features are supported:
11333
11334       1) String values may be written as ASCII (ISO 8859-1) or UTF-8.
11335       ExifTool automatically detects the presence of wide characters and
11336       treats the string appropriately. Internally, UTF-8 text may be
11337       converted to UTF-16 or UTF-32 and stored in this format in the file if
11338       it is more compact.
11339
11340       2) All MIE string-value tags support localized text.  Localized values
11341       are written by adding a language/country code to the tag name in the
11342       form "TAG-xx_YY", where "TAG" is the tag name, "xx" is a 2-character
11343       lower case ISO 639-1 language code, and "YY" is a 2-character upper
11344       case ISO 3166-1 alpha 2 country code (ie. "Title-en_US").  But as
11345       usual, the user interface is case-insensitive, and ExifTool will write
11346       the correct case to the file.
11347
11348       3) Some numerical MIE tags allow units of measurement to be specified.
11349       For these tags, units may be added in brackets immediately following
11350       the value (ie. "55(mi/h)").  If no units are specified, the default
11351       units are written.
11352
11353         Tag ID               Tag Name                 Writable
11354         ------               --------                 --------
11355         '0Type'              SubfileType              string
11356         '0Vers'              MIEVersion               string
11357         '1Directory'         SubfileDirectory         string
11358         '1Name'              SubfileName              string
11359         '2MIME'              SubfileMIMEType          string
11360         'Meta'               Meta                     MIE Meta
11361         'data'               SubfileData              undef
11362         'rsrc'               SubfileResource          undef
11363         'zmd5'               MD5Digest                string
11364         'zmie'               TrailerSignature         undef
11365
11366       MIE Meta Tags
11367
11368         Tag ID               Tag Name                 Writable
11369         ------               --------                 --------
11370         'Audio'              Audio                    MIE Audio
11371         'Camera'             Camera                   MIE Camera
11372         'Document'           Document                 MIE Doc
11373         'EXIF'               EXIF                     EXIF
11374         'Geo'                Geo                      MIE Geo
11375         'ICCProfile'         ICC_Profile              ICC_Profile
11376         'ID3'                ID3                      ID3
11377         'IPTC'               IPTC                     IPTC
11378         'Image'              Image                    MIE Image
11379         'MakerNotes'         MakerNotes               MIE MakerNotes
11380         'Preview'            Preview                  MIE Preview
11381         'Thumbnail'          Thumbnail                MIE Thumbnail
11382         'Video'              Video                    MIE Video
11383         'XMP'                XMP                      XMP
11384
11385       MIE Audio Tags
11386
11387       For the Audio group (and any other group containing a 'data' element),
11388       tags refer to the contained data if present, otherwise they refer to
11389       the main SubfileData.  The "0Type" and "1Name" elements should exist
11390       only if "data" is present.
11391
11392         Tag ID               Tag Name                 Writable
11393         ------               --------                 --------
11394         '0Type'              RelatedAudioFileType     string
11395         '1Name'              RelatedAudioFileName     string
11396         'Channels'           Channels                 int8u
11397         'Compression'        AudioCompression         string
11398         'Duration'           Duration                 rational64u~
11399         'SampleBits'         SampleBits               int16u
11400         'SampleRate'         SampleRate               int32u
11401         'data'               RelatedAudioFile         undef
11402
11403       MIE Camera Tags
11404
11405         Tag ID               Tag Name                 Writable
11406         ------               --------                 --------
11407         'Brightness'         Brightness               int8s
11408         'ColorBalance'       ColorBalance             rational64u[3]
11409         'ColorTemperature'   ColorTemperature         int32u
11410         'Contrast'           Contrast                 int8s
11411         'DigitalZoom'        DigitalZoom              rational64u
11412         'ExposureComp'       ExposureCompensation     rational64s
11413         'ExposureMode'       ExposureMode             string
11414         'ExposureTime'       ExposureTime             rational64u
11415         'FirmwareVersion'    FirmwareVersion          string
11416         'Flash'              Flash                    MIE Flash
11417         'FocusMode'          FocusMode                string
11418         'ISO'                ISO                      int16u
11419         'ISOSetting'         ISOSetting               int16u
11420         'ImageNumber'        ImageNumber              int32u
11421         'ImageQuality'       ImageQuality             string
11422         'ImageStabilization' ImageStabilization       int8u
11423         'Lens'               Lens                     MIE Lens
11424         'Make'               Make                     string
11425         'MeasuredEV'         MeasuredEV               rational64s
11426         'Model'              Model                    string
11427         'Orientation'        Orientation              MIE Orient
11428         'OwnerName'          OwnerName                string
11429         'Saturation'         Saturation               int8s
11430         'SensorSize'         SensorSize               rational64u[2]
11431         'SerialNumber'       SerialNumber             string
11432         'Sharpness'          Sharpness                int8s
11433         'ShootingMode'       ShootingMode             string
11434
11435       MIE Flash Tags
11436
11437         Tag ID               Tag Name                 Writable
11438         ------               --------                 --------
11439         'ExposureComp'       FlashExposureComp        rational64s
11440         'Fired'              FlashFired               int8u
11441         'GuideNumber'        FlashGuideNumber         string
11442         'Make'               FlashMake                string
11443         'Mode'               FlashMode                string
11444         'Model'              FlashModel               string
11445         'SerialNumber'       FlashSerialNumber        string
11446         'Type'               FlashType                string
11447
11448       MIE Lens Tags
11449
11450       All recorded lens parameters (focal length, aperture, etc) include the
11451       effects of the extender if present.
11452
11453         Tag ID                  Tag Name              Writable
11454         ------                  --------              --------
11455         'Extender'              Extender              MIE Extender
11456         'FNumber'               FNumber               rational64u
11457         'FocalLength'           FocalLength           rational64u
11458         'FocusDistance'         FocusDistance         rational64u
11459         'Make'                  LensMake              string
11460         'MaxAperture'           MaxAperture           rational64u
11461         'MaxApertureAtMaxFocal' MaxApertureAtMaxFocal rational64u
11462         'MaxFocalLength'        MaxFocalLength        rational64u
11463         'MinAperture'           MinAperture           rational64u
11464         'MinFocalLength'        MinFocalLength        rational64u
11465         'Model'                 LensModel             string
11466         'OpticalZoom'           OpticalZoom           rational64u
11467         'SerialNumber'          LensSerialNumber      string
11468
11469       MIE Extender Tags
11470
11471         Tag ID               Tag Name                 Writable
11472         ------               --------                 --------
11473         'Magnification'      ExtenderMagnification    rational64s
11474         'Make'               ExtenderMake             string
11475         'Model'              ExtenderModel            string
11476         'SerialNumber'       ExtenderSerialNumber     string
11477
11478       MIE Orient Tags
11479
11480       These tags describe the camera orientation.
11481
11482         Tag ID               Tag Name                 Writable
11483         ------               --------                 --------
11484         'Azimuth'            Azimuth                  rational64s
11485         'Declination'        Declination              rational64s
11486         'Elevation'          Elevation                rational64s
11487         'RightAscension'     RightAscension           rational64s
11488         'Rotation'           Rotation                 rational64s
11489
11490       MIE Doc Tags
11491
11492       Information describing the main document, image or file.
11493
11494         Tag ID               Tag Name                 Writable
11495         ------               --------                 --------
11496         'Author'             Author                   string
11497         'Comment'            Comment                  string
11498         'Contributors'       Contributors             string+
11499         'Copyright'          Copyright                string
11500         'CreateDate'         CreateDate               string
11501         'EMail'              EMail                    string
11502         'Keywords'           Keywords                 string+
11503         'ModifyDate'         ModifyDate               string
11504         'OriginalDate'       DateTimeOriginal         string
11505         'Phone'              PhoneNumber              string
11506         'References'         References               string+
11507         'Software'           Software                 string
11508         'Title'              Title                    string
11509         'URL'                URL                      string
11510
11511       MIE Geo Tags
11512
11513       Information related to geographic location.
11514
11515         Tag ID               Tag Name                 Writable
11516         ------               --------                 --------
11517         'Address'            Address                  string
11518         'City'               City                     string
11519         'Country'            Country                  string
11520         'GPS'                GPS                      MIE GPS
11521         'PostalCode'         PostalCode               string
11522         'State'              State                    string
11523         'UTM'                UTM                      MIE UTM
11524
11525       MIE GPS Tags
11526
11527         Tag ID               Tag Name                 Writable
11528         ------               --------                 --------
11529         'Altitude'           GPSAltitude              rational64s
11530         'Bearing'            GPSDestBearing           rational64s
11531         'DateTime'           GPSDateTime              string
11532         'Datum'              GPSMapDatum              string
11533         'Differential'       GPSDifferential          int8u
11534         'Distance'           GPSDestDistance          rational64s
11535         'Heading'            GPSTrack                 rational64s
11536         'Latitude'           GPSLatitude              rational64s[n]
11537         'Longitude'          GPSLongitude             rational64s[n]
11538         'MeasureMode'        GPSMeasureMode           int8u
11539         'Satellites'         GPSSatellites            string
11540         'Speed'              GPSSpeed                 rational64s
11541
11542       MIE UTM Tags
11543
11544         Tag ID       Tag Name                         Writable
11545         ------       --------                         --------
11546         'Datum'      UTMMapDatum                      string
11547         'Easting'    UTMEasting                       string
11548         'Northing'   UTMNorthing                      string
11549         'Zone'       UTMZone                          int8s
11550
11551       MIE Image Tags
11552
11553         Tag ID               Tag Name                 Writable
11554         ------               --------                 --------
11555         '0Type'              FullSizeImageType        string
11556         '1Name'              FullSizeImageName        string
11557         'BitDepth'           BitDepth                 int16u
11558         'ColorSpace'         ColorSpace               string
11559         'Components'         ComponentsConfiguration  string
11560         'Compression'        CompressionRatio         rational32u
11561         'ImageSize'          ImageSize                int16u[n]
11562         'Resolution'         Resolution               rational64u[n]
11563         'data'               FullSizeImage            undef
11564
11565       MIE MakerNotes Tags
11566
11567       MIE maker notes are contained within separate groups for each
11568       manufacturer to avoid name conflicts.
11569
11570         Tag ID               Tag Name                 Writable
11571         ------               --------                 --------
11572         'Canon'              Canon                    MIE Canon
11573         'Casio'              Casio                    MIE Unknown
11574         'FujiFilm'           FujiFilm                 MIE Unknown
11575         'Kodak'              Kodak                    MIE Unknown
11576         'KonicaMinolta'      KonicaMinolta            MIE Unknown
11577         'Nikon'              Nikon                    MIE Unknown
11578         'Olympus'            Olympus                  MIE Unknown
11579         'Panasonic'          Panasonic                MIE Unknown
11580         'Pentax'             Pentax                   MIE Unknown
11581         'Ricoh'              Ricoh                    MIE Unknown
11582         'Sigma'              Sigma                    MIE Unknown
11583         'Sony'               Sony                     MIE Unknown
11584
11585       MIE Canon Tags
11586
11587         Tag ID   Tag Name                             Writable
11588         ------   --------                             --------
11589         'VRD'    CanonVRD                             CanonVRD
11590
11591       MIE Unknown Tags
11592
11593         Tag ID   Tag Name                             Writable
11594         ------   --------                             --------
11595         [no tags known]
11596
11597       MIE Preview Tags
11598
11599         Tag ID               Tag Name                 Writable
11600         ------               --------                 --------
11601         '0Type'              PreviewImageType         string
11602         '1Name'              PreviewImageName         string
11603         'ImageSize'          PreviewImageSize         int16u[n]
11604         'data'               PreviewImage             undef
11605
11606       MIE Thumbnail Tags
11607
11608         Tag ID               Tag Name                 Writable
11609         ------               --------                 --------
11610         '0Type'              ThumbnailImageType       string
11611         '1Name'              ThumbnailImageName       string
11612         'ImageSize'          ThumbnailImageSize       int16u[n]
11613         'data'               ThumbnailImage           undef
11614
11615       MIE Video Tags
11616
11617         Tag ID       Tag Name                         Writable
11618         ------       --------                         --------
11619         '0Type'      RelatedVideoFileType             string
11620         '1Name'      RelatedVideoFileName             string
11621         'Codec'      Codec                            string
11622         'Duration'   Duration                         rational64u~
11623         'data'       RelatedVideoFile                 undef
11624
11625   Jpeg2000 Tags
11626       The tags below are extracted from JPEG 2000 images, however ExifTool
11627       currently writes only EXIF, IPTC and XMP tags in these images.
11628
11629         Tag ID   Tag Name                             Writable
11630         ------   --------                             --------
11631         'asoc'   Association                          N
11632         'bfil'   BinaryFilter                         N
11633         'bpcc'   BitsPerComponent                     N
11634         'cdef'   ComponentDefinition                  N
11635         'cgrp'   ColorGroup                           N
11636         'chck'   DigitalSignature                     N
11637         'cmap'   ComponentMapping                     N
11638         'colr'   ColorSpecification                   Jpeg2000 ColorSpec
11639         'comp'   Composition                          N
11640         'copt'   CompositionOptions                   N
11641         'cref'   Cross-Reference                      N
11642         'creg'   CodestreamRegistration               N
11643         'drep'   DesiredReproductions                 N
11644         'dtbl'   DataReference                        N
11645         'flst'   FragmentList                         N
11646         'free'   Free                                 N
11647         'ftbl'   FragmentTable                        N
11648         'ftyp'   FileType                             Jpeg2000 FileType
11649         'gtso'   GraphicsTechnologyStandardOutput     N
11650         'ihdr'   ImageHeader                          Jpeg2000 ImageHeader
11651         'inst'   InstructionSet                       N
11652         'jP  '   JP2Signature                         N
11653         'jp2c'   ContiguousCodestream                 N
11654         'jp2h'   JP2Header                            Jpeg2000
11655         'jp2i'   IntellectualProperty                 XMP
11656         'jpch'   CodestreamHeader                     Jpeg2000
11657         'jplh'   CompositingLayerHeader               Jpeg2000
11658         'lbl '   Label                                N
11659         'mdat'   MediaData                            N
11660         'mp7b'   MPEG7Binary                          N
11661         'nlst'   NumberList                           N
11662         'opct'   Opacity                              N
11663         'pclr'   Palette                              N
11664         'prfl'   Profile                              N
11665         'res '   Resolution                           Jpeg2000
11666         'resc'   CaptureResolution                    Jpeg2000 CaptureResolution
11667         'resd'   DisplayResolution                    Jpeg2000 DisplayResolution
11668         'roid'   ROIDescription                       N
11669         'rreq'   ReaderRequirements                   N
11670         'uinf'   UUIDInfo                             Jpeg2000
11671         'ulst'   UUIDList                             N
11672         'url '   URL                                  N
11673         'uuid'   UUID-EXIF                            EXIF
11674                  UUID-EXIF2                           EXIF
11675                  UUID-IPTC                            IPTC
11676                  UUID-IPTC2                           IPTC
11677                  UUID-XMP                             XMP
11678                  UUID-GeoJP2                          EXIF
11679                  UUID-Photoshop                       Photoshop
11680                  UUID-Unknown                         N
11681         'xml '   XML                                  XMP
11682
11683       Jpeg2000 ColorSpec Tags
11684
11685          Index   Tag Name                             Writable
11686          -----   --------                             --------
11687             0    ColorSpecMethod                      N
11688             1    ColorSpecPrecedence                  N
11689             2    ColorSpecApproximation               N
11690             3    ICC_Profile                          ICC_Profile
11691                  ColorSpace                           N
11692                  ColorSpecData                        N
11693
11694       Jpeg2000 FileType Tags
11695
11696          Index   Tag Name                             Writable
11697          -----   --------                             --------
11698             0    MajorBrand                           N
11699             1    MinorVersion                         N
11700             2    CompatibleBrands                     N
11701
11702       Jpeg2000 ImageHeader Tags
11703
11704          Index   Tag Name                             Writable
11705          -----   --------                             --------
11706             0    ImageHeight                          N
11707             4    ImageWidth                           N
11708             8    NumberOfComponents                   N
11709            10    BitsPerComponent                     N
11710            11    Compression                          N
11711
11712       Jpeg2000 CaptureResolution Tags
11713
11714          Index   Tag Name                             Writable
11715          -----   --------                             --------
11716             0    CaptureYResolution                   N
11717             4    CaptureXResolution                   N
11718             8    CaptureYResolutionUnit               N
11719             9    CaptureXResolutionUnit               N
11720
11721       Jpeg2000 DisplayResolution Tags
11722
11723          Index   Tag Name                             Writable
11724          -----   --------                             --------
11725             0    DisplayYResolution                   N
11726             4    DisplayXResolution                   N
11727             8    DisplayYResolutionUnit               N
11728             9    DisplayXResolutionUnit               N
11729
11730   GIF Tags
11731       This table lists information extracted from GIF images. See
11732       http://www.w3.org/Graphics/GIF/spec-gif89a.txt
11733       <http://www.w3.org/Graphics/GIF/spec-gif89a.txt> for the official
11734       GIF89a specification.
11735
11736         Tag Name                                      Writable
11737         --------                                      --------
11738         AnimationExtension                            GIF Animate
11739         Comment                                       Y
11740         Duration                                      N
11741         FrameCount                                    N
11742         GIFVersion                                    N
11743         ScreenDescriptor                              GIF Screen
11744         Text                                          N
11745         XMPExtension                                  XMP
11746
11747       GIF Animate Tags
11748
11749       Information extracted from the "NETSCAPE2.0" animation extension.
11750
11751          Index   Tag Name                             Writable
11752          -----   --------                             --------
11753             2    AnimationIterations                  N
11754
11755       GIF Screen Tags
11756
11757       Information extracted from the GIF logical screen descriptor.
11758
11759          Index   Tag Name                             Writable
11760          -----   --------                             --------
11761             0    ImageWidth                           N
11762             2    ImageHeight                          N
11763           4.1    HasColorMap                          N
11764           4.2    ColorResolutionDepth                 N
11765           4.3    BitsPerPixel                         N
11766             5    BackgroundColor                      N
11767
11768   BMP Tags
11769       There really isn't much meta information in a BMP file as such, just a
11770       bit of image related information.
11771
11772          Index   Tag Name                             Writable
11773          -----   --------                             --------
11774             4    ImageWidth                           N
11775             8    ImageHeight                          N
11776            12    Planes                               N
11777            14    BitDepth                             N
11778            16    Compression                          N
11779            20    ImageLength                          N
11780            24    PixelsPerMeterX                      N
11781            28    PixelsPerMeterY                      N
11782            32    NumColors                            N
11783            36    NumImportantColors                   N
11784
11785       BMP OS2 Tags
11786
11787       Information extracted from OS/2-format BMP images.
11788
11789          Index   Tag Name                             Writable
11790          -----   --------                             --------
11791             4    ImageWidth                           N
11792             6    ImageHeight                          N
11793             8    Planes                               N
11794            10    BitDepth                             N
11795
11796   PICT Tags
11797       The PICT format contains no true meta information, except for the
11798       possible exception of the LongComment opcode.  By default, only
11799       ImageWidth, ImageHeight and X/YResolution are extracted from a PICT
11800       image.  Tags in the following table represent image opcodes.
11801       Extraction of these tags is experimental, and is only enabled with the
11802       Verbose or Unknown options.
11803
11804         Tag ID   Tag Name                             Writable
11805         ------   --------                             --------
11806         0x0000   Nop                                  N
11807         0x0001   ClipRgn                              N
11808         0x0002   BkPat                                N
11809         0x0003   TxFont                               N
11810         0x0004   TxFace                               N
11811         0x0005   TxMode                               N
11812         0x0006   SpExtra                              N
11813         0x0007   PnSize                               N
11814         0x0008   PnMode                               N
11815         0x0009   PnPat                                N
11816         0x000a   FillPat                              N
11817         0x000b   OvSize                               N
11818         0x000c   Origin                               N
11819         0x000d   TxSize                               N
11820         0x000e   FgColor                              N
11821         0x000f   BkColor                              N
11822         0x0010   TxRatio                              N
11823         0x0011   VersionOp                            N
11824         0x0012   BkPixPat                             N
11825         0x0013   PnPixPat                             N
11826         0x0014   FillPixPat                           N
11827         0x0015   PnLocHFrac                           N
11828         0x0016   ChExtra                              N
11829         0x0017   Reserved                             N
11830         0x001a   RGBFgCol                             N
11831         0x001b   RGBBkCol                             N
11832         0x001c   HiliteMode                           N
11833         0x001d   HiliteColor                          N
11834         0x001e   DefHilite                            N
11835         0x001f   OpColor                              N
11836         0x0020   Line                                 N
11837         0x0021   LineFrom                             N
11838         0x0022   ShortLine                            N
11839         0x0023   ShortLineFrom                        N
11840         0x0024   Reserved                             N
11841         0x0028   LongText                             N
11842         0x0029   DHText                               N
11843         0x002a   DVText                               N
11844         0x002b   DHDVText                             N
11845         0x002c   FontName                             N
11846         0x002d   LineJustify                          N
11847         0x002e   GlyphState                           N
11848         0x002f   Reserved                             N
11849         0x0030   FrameRect                            N
11850         0x0031   PaintRect                            N
11851         0x0032   EraseRect                            N
11852         0x0033   InvertRect                           N
11853         0x0034   FillRect                             N
11854         0x0035   Reserved                             N
11855         0x0038   FrameSameRect                        N
11856         0x0039   PaintSameRect                        N
11857         0x003a   EraseSameRect                        N
11858         0x003b   InvertSameRect                       N
11859         0x003c   FillSameRect                         N
11860         0x003d   Reserved                             N
11861         0x0040   FrameRRect                           N
11862         0x0041   PaintRRect                           N
11863         0x0042   EraseRRect                           N
11864         0x0043   InvertRRect                          N
11865         0x0044   FillRRect                            N
11866         0x0045   Reserved                             N
11867         0x0048   FrameSameRRect                       N
11868         0x0049   PaintSameRRect                       N
11869         0x004a   EraseSameRRect                       N
11870         0x004b   InvertSameRRect                      N
11871         0x004c   FillSameRRect                        N
11872         0x004d   Reserved                             N
11873         0x0050   FrameOval                            N
11874         0x0051   PaintOval                            N
11875         0x0052   EraseOval                            N
11876         0x0053   InvertOval                           N
11877         0x0054   FillOval                             N
11878         0x0055   Reserved                             N
11879         0x0058   FrameSameOval                        N
11880         0x0059   PaintSameOval                        N
11881         0x005a   EraseSameOval                        N
11882         0x005b   InvertSameOval                       N
11883         0x005c   FillSameOval                         N
11884         0x005d   Reserved                             N
11885         0x0060   FrameArc                             N
11886         0x0061   PaintArc                             N
11887         0x0062   EraseArc                             N
11888         0x0063   InvertArc                            N
11889         0x0064   FillArc                              N
11890         0x0065   Reserved                             N
11891         0x0068   FrameSameArc                         N
11892         0x0069   PaintSameArc                         N
11893         0x006a   EraseSameArc                         N
11894         0x006b   InvertSameArc                        N
11895         0x006c   FillSameArc                          N
11896         0x006d   Reserved                             N
11897         0x0070   FramePoly                            N
11898         0x0071   PaintPoly                            N
11899         0x0072   ErasePoly                            N
11900         0x0073   InvertPoly                           N
11901         0x0074   FillPoly                             N
11902         0x0075   Reserved                             N
11903         0x0078   FrameSamePoly                        N
11904         0x0079   PaintSamePoly                        N
11905         0x007a   EraseSamePoly                        N
11906         0x007b   InvertSamePoly                       N
11907         0x007c   FillSamePoly                         N
11908         0x007d   Reserved                             N
11909         0x0080   FrameRgn                             N
11910         0x0081   PaintRgn                             N
11911         0x0082   EraseRgn                             N
11912         0x0083   InvertRgn                            N
11913         0x0084   FillRgn                              N
11914         0x0085   Reserved                             N
11915         0x0088   FrameSameRgn                         N
11916         0x0089   PaintSameRgn                         N
11917         0x008a   EraseSameRgn                         N
11918         0x008b   InvertSameRgn                        N
11919         0x008c   FillSameRgn                          N
11920         0x008d   Reserved                             N
11921         0x0090   BitsRect                             N
11922         0x0091   BitsRgn                              N
11923         0x0092   Reserved                             N
11924         0x0098   PackBitsRect                         N
11925         0x0099   PackBitsRgn                          N
11926         0x009a   DirectBitsRect                       N
11927         0x009b   DirectBitsRgn                        N
11928         0x009c   Reserved                             N
11929         0x009d   Reserved                             N
11930         0x009e   Reserved                             N
11931         0x009f   Reserved                             N
11932         0x00a0   ShortComment                         N
11933         0x00a1   LongComment                          Photoshop
11934                                                       ICC_Profile
11935         0x00a2   Reserved                             N
11936         0x00b0   Reserved                             N
11937         0x00d0   Reserved                             N
11938         0x00ff   OpEndPic                             N
11939         0x0100   Reserved                             N
11940         0x0200   Reserved                             N
11941         0x02ff   Version                              N
11942         0x0300   Reserved                             N
11943         0x0bff   Reserved                             N
11944         0x0c00   HeaderOp                             N
11945         0x0c01   Reserved                             N
11946         0x7f00   Reserved                             N
11947         0x8000   Reserved                             N
11948         0x8100   Reserved                             N
11949         0x8200   CompressedQuickTime                  N
11950         0x8201   UncompressedQuickTime                N
11951         0xffff   Reserved                             N
11952
11953   PNG Tags
11954       Tags extracted from PNG images.  See
11955       <http://www.libpng.org/pub/png/spec/1.2/> for the official PNG 1.2
11956       specification.
11957
11958         Tag ID   Tag Name                             Writable
11959         ------   --------                             --------
11960         'IHDR'   ImageHeader                          PNG ImageHeader
11961         'PLTE'   Palette                              N
11962         'bKGD'   BackgroundColor                      N
11963         'cHRM'   PrimaryChromaticities                PNG PrimaryChromaticities
11964         'dSIG'   DigitalSignature                     N
11965         'fRAc'   FractalParameters                    N
11966         'gAMA'   Gamma                                N
11967         'gIFg'   GIFGraphicControlExtension           N
11968         'gIFt'   GIFPlainTextExtension                N
11969         'gIFx'   GIFApplicationExtension              N
11970         'hIST'   PaletteHistogram                     N
11971         'iCCP'   ICC_Profile                          ICC_Profile
11972         'iTXt'   InternationalText                    PNG TextualData
11973         'oFFs'   ImageOffset                          N
11974         'pCAL'   PixelCalibration                     N
11975         'pHYs'   PhysicalPixel                        PNG PhysicalPixel
11976         'sBIT'   SignificantBits                      N
11977         'sCAL'   SubjectScale                         PNG SubjectScale
11978         'sPLT'   SuggestedPalette                     N
11979         'sRGB'   SRGBRendering                        N
11980         'sTER'   StereoImage                          PNG StereoImage
11981         'tEXt'   TextualData                          PNG TextualData
11982         'tIME'   ModifyDate                           Y
11983         'tRNS'   Transparency                         N
11984         'tXMP'   XMP                                  XMP
11985         'vpAg'   VirtualPage                          PNG VirtualPage
11986         'zTXt'   CompressedText                       PNG TextualData
11987
11988       PNG ImageHeader Tags
11989
11990          Index   Tag Name                             Writable
11991          -----   --------                             --------
11992             0    ImageWidth                           N
11993             4    ImageHeight                          N
11994             8    BitDepth                             N
11995             9    ColorType                            N
11996            10    Compression                          N
11997            11    Filter                               N
11998            12    Interlace                            N
11999
12000       PNG PrimaryChromaticities Tags
12001
12002          Index   Tag Name                             Writable
12003          -----   --------                             --------
12004             0    WhitePointX                          N
12005             1    WhitePointY                          N
12006             2    RedX                                 N
12007             3    RedY                                 N
12008             4    GreenX                               N
12009             5    GreenY                               N
12010             6    BlueX                                N
12011             7    BlueY                                N
12012
12013       PNG TextualData Tags
12014
12015       The PNG TextualData format allows arbitrary tag names to be used.  The
12016       tags listed below are the only ones that can be written (unless new
12017       user-defined tags are added via the configuration file), however
12018       ExifTool will extract any other TextualData tags that are found.
12019
12020       These tags may be stored as tEXt, zTXt or iTXt chunks in the PNG image.
12021       By default ExifTool writes new string-value tags as as uncompressed
12022       tEXt, or compressed zTXt if the Compress (-z) option is used and
12023       Compress::Zlib is available.  Alternate language tags and values
12024       containing special characters (unless the Latin character set is used)
12025       are written as iTXt, and compressed if the Compress option is used and
12026       Compress::Zlib is available.  Raw profile information is always created
12027       as compressed zTXt if Compress::Zlib is available, or tEXt otherwise.
12028       Standard XMP is written as uncompressed iTXt.
12029
12030       Alternate languages are accessed by suffixing the tag name with a '-',
12031       followed by an RFC 3066 language code (ie. "PNG:Comment-fr", or "Title-
12032       en-US").  See <http://www.ietf.org/rfc/rfc3066.txt> for the RFC 3066
12033       specification.
12034
12035       Some of the tags below are not registered as part of the PNG
12036       specification, but are included here because they are generated by
12037       other software such as ImageMagick.
12038
12039         Tag ID                  Tag Name              Writable
12040         ------                  --------              --------
12041         'Artist'                Artist                string
12042         'Author'                Author                string
12043         'Comment'               Comment               string
12044         'Copyright'             Copyright             string
12045         'Creation Time'         CreationTime          string
12046         'Description'           Description           string
12047         'Disclaimer'            Disclaimer            string
12048         'Document'              Document              string
12049         'Label'                 Label                 string
12050         'Make'                  Make                  string
12051         'Model'                 Model                 string
12052         'Raw profile type APP1' APP1_Profile          EXIF
12053                                                       XMP
12054         'Raw profile type exif' EXIF_Profile          EXIF
12055         'Raw profile type icc'  ICC_Profile           ICC_Profile
12056         'Raw profile type icm'  ICC_Profile           ICC_Profile
12057         'Raw profile type iptc' IPTC_Profile          Photoshop
12058         'Raw profile type xmp'  XMP_Profile           XMP
12059         'Software'              Software              string
12060         'Source'                Source                string
12061         'TimeStamp'             TimeStamp             string
12062         'Title'                 Title                 string
12063         'URL'                   URL                   string
12064         'Warning'               PNGWarning            string
12065         'XML:com.adobe.xmp'     XMP                   XMP
12066         'create-date'           CreateDate            string
12067         'modify-date'           ModDate               string
12068
12069       PNG PhysicalPixel Tags
12070
12071          Index   Tag Name                             Writable
12072          -----   --------                             --------
12073             0    PixelsPerUnitX                       N
12074             4    PixelsPerUnitY                       N
12075             8    PixelUnits                           N
12076
12077       PNG SubjectScale Tags
12078
12079          Index   Tag Name                             Writable
12080          -----   --------                             --------
12081             0    SubjectUnits                         N
12082             1    SubjectPixelWidth                    N
12083             2    SubjectPixelHeight                   N
12084
12085       PNG StereoImage Tags
12086
12087          Index   Tag Name                             Writable
12088          -----   --------                             --------
12089             0    StereoMode                           N
12090
12091       PNG VirtualPage Tags
12092
12093          Index   Tag Name                             Writable
12094          -----   --------                             --------
12095             0    VirtualImageWidth                    N
12096             1    VirtualImageHeight                   N
12097             2    VirtualPageUnits                     N
12098
12099   MNG Tags
12100       This table contains definitions for tags found in MNG and JNG images.
12101       MNG is a superset of PNG and JNG, so a MNG image may contain any of
12102       these tags as well as any PNG tags.  Conversely, only some of these
12103       tags are valid for JNG images.
12104
12105         Tag ID   Tag Name                             Writable
12106         ------   --------                             --------
12107         'BACK'   Background                           MNG Background
12108         'BASI'   BasisObject                          MNG BasisObject
12109         'CLIP'   ClipObjects                          MNG ClipObjects
12110         'CLON'   CloneObject                          MNG CloneObject
12111         'DBYK'   DropByKeyword                        N
12112         'DEFI'   DefineObject                         MNG DefineObject
12113         'DHDR'   DeltaPNGHeader                       MNG DeltaPNGHeader
12114         'DISC'   DiscardObjects                       N
12115         'DROP'   DropChunks                           N
12116         'FRAM'   Frame                                N
12117         'JHDR'   JNGHeader                            MNG JNGHeader
12118         'LOOP'   Loop                                 MNG Loop
12119         'MAGN'   MagnifyObject                        MNG MagnifyObject
12120         'MHDR'   MNGHeader                            MNG MNGHeader
12121         'MOVE'   MoveObjects                          MNG MoveObjects
12122         'ORDR'   OrderingRestrictions                 N
12123         'PAST'   PasteImage                           MNG PasteImage
12124         'PPLT'   PartialPalette                       N
12125         'PROM'   PromoteParent                        MNG PromoteParent
12126         'SAVE'   SaveObjects                          N
12127         'SEEK'   SeekPoint                            N
12128         'SHOW'   ShowObjects                          MNG ShowObjects
12129         'TERM'   TerminationAction                    MNG TerminationAction
12130         'eXPi'   ExportImage                          MNG ExportImage
12131         'fPRI'   FramePriority                        MNG FramePriority
12132         'nEED'   ResourcesNeeded                      N
12133         'pHYg'   GlobalPixelSize                      PNG PhysicalPixel
12134
12135       MNG Background Tags
12136
12137          Index   Tag Name                             Writable
12138          -----   --------                             --------
12139             0    BackgroundColor                      N
12140             6    MandatoryBackground                  N
12141             7    BackgroundImageID                    N
12142             9    BackgroundTiling                     N
12143
12144       MNG BasisObject Tags
12145
12146          Index   Tag Name                             Writable
12147          -----   --------                             --------
12148             0    ImageWidth                           N
12149             4    ImageHeight                          N
12150             8    BitDepth                             N
12151             9    ColorType                            N
12152            10    Compression                          N
12153            11    Filter                               N
12154            12    Interlace                            N
12155            13    RedSample                            N
12156            17    GreenSample                          N
12157            21    BlueSample                           N
12158            25    AlphaSample                          N
12159            26    Viewable                             N
12160
12161       MNG ClipObjects Tags
12162
12163          Index   Tag Name                             Writable
12164          -----   --------                             --------
12165             0    FirstObject                          N
12166             2    LastObject                           N
12167             4    DeltaType                            N
12168             5    ClipBoundary                         N
12169
12170       MNG CloneObject Tags
12171
12172          Index   Tag Name                             Writable
12173          -----   --------                             --------
12174             0    SourceID                             N
12175             2    CloneID                              N
12176             4    CloneType                            N
12177             5    DoNotShow                            N
12178             6    ConcreteFlag                         N
12179             7    LocalDeltaType                       N
12180             8    DeltaXY                              N
12181
12182       MNG DefineObject Tags
12183
12184          Index   Tag Name                             Writable
12185          -----   --------                             --------
12186             0    ObjectID                             N
12187             2    DoNotShow                            N
12188             3    ConcreteFlag                         N
12189             4    XYLocation                           N
12190            12    ClippingBoundary                     N
12191
12192       MNG DeltaPNGHeader Tags
12193
12194          Index   Tag Name                             Writable
12195          -----   --------                             --------
12196             0    ObjectID                             N
12197             2    ImageType                            N
12198             3    DeltaType                            N
12199             4    BlockSize                            N
12200            12    BlockLocation                        N
12201
12202       MNG JNGHeader Tags
12203
12204          Index   Tag Name                             Writable
12205          -----   --------                             --------
12206             0    ImageWidth                           N
12207             4    ImageHeight                          N
12208             8    ColorType                            N
12209             9    BitDepth                             N
12210            10    Compression                          N
12211            11    Interlace                            N
12212            12    AlphaBitDepth                        N
12213            13    AlphaCompression                     N
12214            14    AlphaFilter                          N
12215            15    AlphaInterlace                       N
12216
12217       MNG Loop Tags
12218
12219          Index   Tag Name                             Writable
12220          -----   --------                             --------
12221             0    NestLevel                            N
12222             1    IterationCount                       N
12223             5    TerminationCondition                 N
12224             6    IterationMinMax                      N
12225            14    SignalNumber                         N
12226
12227       MNG MagnifyObject Tags
12228
12229          Index   Tag Name                             Writable
12230          -----   --------                             --------
12231             0    FirstObjectID                        N
12232             2    LastObjectID                         N
12233             4    XMethod                              N
12234             5    XMag                                 N
12235             7    YMag                                 N
12236             9    LeftMag                              N
12237            11    RightMag                             N
12238            13    TopMag                               N
12239            15    BottomMag                            N
12240            17    YMethod                              N
12241
12242       MNG MNGHeader Tags
12243
12244          Index   Tag Name                             Writable
12245          -----   --------                             --------
12246             0    ImageWidth                           N
12247             1    ImageHeight                          N
12248             2    TicksPerSecond                       N
12249             3    NominalLayerCount                    N
12250             4    NominalFrameCount                    N
12251             5    NominalPlayTime                      N
12252             6    SimplicityProfile                    N
12253
12254       MNG MoveObjects Tags
12255
12256          Index   Tag Name                             Writable
12257          -----   --------                             --------
12258             0    FirstObject                          N
12259             2    LastObject                           N
12260             4    DeltaType                            N
12261             5    DeltaXY                              N
12262
12263       MNG PasteImage Tags
12264
12265          Index   Tag Name                             Writable
12266          -----   --------                             --------
12267             0    DestinationID                        N
12268             2    TargetDeltaType                      N
12269             3    TargetXY                             N
12270            11    SourceID                             N
12271            13    CompositionMode                      N
12272            14    Orientation                          N
12273            15    OffsetOrigin                         N
12274            16    OffsetXY                             N
12275            24    BoundaryOrigin                       N
12276            25    PastClippingBoundary                 N
12277
12278       MNG PromoteParent Tags
12279
12280          Index   Tag Name                             Writable
12281          -----   --------                             --------
12282             0    NewColorType                         N
12283             1    NewBitDepth                          N
12284             2    FillMethod                           N
12285
12286       MNG ShowObjects Tags
12287
12288          Index   Tag Name                             Writable
12289          -----   --------                             --------
12290             0    FirstObject                          N
12291             2    LastObject                           N
12292             4    ShowMode                             N
12293
12294       MNG TerminationAction Tags
12295
12296          Index   Tag Name                             Writable
12297          -----   --------                             --------
12298             0    TerminationAction                    N
12299             1    IterationEndAction                   N
12300             2    Delay                                N
12301             6    IterationMax                         N
12302
12303       MNG ExportImage Tags
12304
12305          Index   Tag Name                             Writable
12306          -----   --------                             --------
12307             0    SnapshotID                           N
12308             2    SnapshotName                         N
12309
12310       MNG FramePriority Tags
12311
12312          Index   Tag Name                             Writable
12313          -----   --------                             --------
12314             0    DeltaType                            N
12315             2    Priority                             N
12316
12317   DjVu Tags
12318       Information is extracted from the following chunks in DjVu images.
12319
12320         Tag ID   Tag Name                             Writable
12321         ------   --------                             --------
12322         'ANTa'   ANTa                                 DjVu Ant
12323         'ANTz'   CompressedAnnotation                 DjVu Ant
12324         'FORM'   FORM                                 DjVu Form
12325         'INCL'   IncludedFileID                       N
12326         'INFO'   INFO                                 DjVu Info
12327
12328       DjVu Ant Tags
12329
12330       Information extracted from annotation chunks.
12331
12332         Tag ID       Tag Name                         Writable
12333         ------       --------                         --------
12334         'metadata'   Metadata                         DjVu Meta
12335         'xmp'        XMP                              XMP
12336
12337       DjVu Meta Tags
12338
12339       This table lists the standard DjVu metadata tags, but ExifTool will
12340       extract any tags that exist even if they don't appear here.  The DjVu
12341       v3 documentation endorses tags borrowed from two standards: 1) BibTeX
12342       bibliography system tags (all lowercase Tag ID's in the table below),
12343       and 2) PDF DocInfo tags (uppercase Tag ID's).
12344
12345         Tag ID               Tag Name                 Writable
12346         ------               --------                 --------
12347         'Author'             Author                   N
12348         'CreationDate'       CreateDate               N
12349         'Creator'            Creator                  N
12350         'Keywords'           Keywords                 N
12351         'ModDate'            ModifyDate               N
12352         'Producer'           Producer                 N
12353         'Subject'            Subject                  N
12354         'Title'              Title                    N
12355         'Trapped'            Trapped                  N
12356         'address'            Address                  N
12357         'annote'             Annotation               N
12358         'author'             Author                   N
12359         'booktitle'          BookTitle                N
12360         'chapter'            Chapter                  N
12361         'crossref'           CrossRef                 N
12362         'edition'            Edition                  N
12363         'eprint'             EPrint                   N
12364         'howpublished'       HowPublished             N
12365         'institution'        Institution              N
12366         'journal'            Journal                  N
12367         'key'                Key                      N
12368         'month'              Month                    N
12369         'note'               Note                     N
12370         'number'             Number                   N
12371         'organization'       Organization             N
12372         'pages'              Pages                    N
12373         'publisher'          Publisher                N
12374         'school'             School                   N
12375         'series'             Series                   N
12376         'title'              Title                    N
12377         'type'               Type                     N
12378         'url'                URL                      N
12379         'volume'             Volume                   N
12380         'year'               Year                     N
12381
12382       DjVu Form Tags
12383
12384          Index   Tag Name                             Writable
12385          -----   --------                             --------
12386             0    SubfileType                          N
12387
12388       DjVu Info Tags
12389
12390          Index   Tag Name                             Writable
12391          -----   --------                             --------
12392             0    ImageWidth                           N
12393             2    ImageHeight                          N
12394             4    DjVuVersion                          N
12395             6    SpatialResolution                    N
12396             8    Gamma                                N
12397             9    Orientation                          N
12398
12399   PGF Tags
12400       The following table lists information extracted from the header of
12401       Progressive Graphics File (PGF) images.  As well, information is
12402       extracted from the embedded PNG metadata image if it exists.  See
12403       <http://www.libpgf.org/> for the PGF specification.
12404
12405          Index   Tag Name                             Writable
12406          -----   --------                             --------
12407             3    PGFVersion                           N
12408             8    ImageWidth                           N
12409            12    ImageHeight                          N
12410            16    PyramidLevels                        N
12411            17    Quality                              N
12412            18    BitsPerPixel                         N
12413            19    ColorComponents                      N
12414            20    ColorMode                            N
12415            21    BackgroundColor                      N
12416
12417   MIFF Tags
12418       The MIFF (Magick Image File Format) format allows aribrary tag names to
12419       be used.  Only the standard tag names are listed below, however
12420       ExifTool will decode any tags found in the image.
12421
12422         Tag ID               Tag Name                 Writable
12423         ------               --------                 --------
12424         'background-color'   BackgroundColor          N
12425         'blue-primary'       BluePrimary              N
12426         'border-color'       BorderColor              N
12427         'class'              Class                    N
12428         'colors'             Colors                   N
12429         'colorspace'         ColorSpace               N
12430         'columns'            ImageWidth               N
12431         'compression'        Compression              N
12432         'delay'              Delay                    N
12433         'depth'              Depth                    N
12434         'dispose'            Dispose                  N
12435         'gamma'              Gamma                    N
12436         'green-primary'      GreenPrimary             N
12437         'id'                 ID                       N
12438         'iterations'         Iterations               N
12439         'label'              Label                    N
12440         'matt-color'         MattColor                N
12441         'matte'              Matte                    N
12442         'montage'            Montage                  N
12443         'packets'            Packets                  N
12444         'page'               Page                     N
12445         'profile-APP1'       APP1_Profile             EXIF
12446                                                       XMP
12447         'profile-exif'       EXIF_Profile             EXIF
12448         'profile-icc'        ICC_Profile              ICC_Profile
12449         'profile-iptc'       IPTC_Profile             Photoshop
12450         'profile-xmp'        XMP_Profile              XMP
12451         'red-primary'        RedPrimary               N
12452         'rendering-intent'   RenderingIntent          N
12453         'resolution'         Resolution               N
12454         'rows'               ImageHeight              N
12455         'scene'              Scene                    N
12456         'signature'          Signature                N
12457         'units'              Units                    N
12458         'white-point'        WhitePoint               N
12459
12460   PSP Tags
12461       Tags extracted from Paint Shop Pro images (PSP, PSPIMAGE, PSPFRAME,
12462       PSPSHAPE, PSPTUBE and TUB extensions).
12463
12464         Tag ID               Tag Name                 Writable
12465         ------               --------                 --------
12466         'FileVersion'        FileVersion              N
12467         0x0000               ImageInfo                PSP Image
12468                                                       PSP Image
12469         0x0001               CreatorInfo              PSP Creator
12470         0x000a               ExtendedInfo             PSP Ext
12471
12472       PSP Image Tags
12473
12474          Index   Tag Name                             Writable
12475          -----   --------                             --------
12476             0    ImageWidth                           N
12477             4    ImageHeight                          N
12478             8    ImageResolution                      N
12479            16    ResolutionUnit                       N
12480            17    Compression                          N
12481            19    BitsPerSample                        N
12482            21    Planes                               N
12483            23    NumColors                            N
12484
12485       PSP Creator Tags
12486
12487         Tag ID   Tag Name                             Writable
12488         ------   --------                             --------
12489         0x0000   Title                                N
12490         0x0001   CreateDate                           N
12491         0x0002   ModifyDate                           N
12492         0x0003   Artist                               N
12493         0x0004   Copyright                            N
12494         0x0005   Description                          N
12495         0x0006   CreatorAppID                         N
12496         0x0007   CreatorAppVersion                    N
12497
12498       PSP Ext Tags
12499
12500         Tag ID   Tag Name                             Writable
12501         ------   --------                             --------
12502         0x0003   EXIFInfo                             EXIF
12503
12504   PDF Tags
12505       The tags listed in the PDF tables below are those which are used by
12506       ExifTool to extract meta information, but they are only a small
12507       fraction of the total number of available PDF tags.  See
12508       <http://www.adobe.com/devnet/pdf/pdf_reference.html> for the official
12509       PDF specification.
12510
12511       ExifTool supports reading and writing PDF documents up to version 1.7
12512       extension level 3, including support for RC4, AES-128 and AES-256
12513       encryption.  A Password option is provided to allow processing of
12514       password-protected PDF files.
12515
12516       When writing PDF files, ExifTool uses an incremental update.  This has
12517       the advantages of being fast and reversible.  The original PDF can be
12518       easily recovered by deleting the "PDF-update" pseudo-group (with
12519       "-PDF-update:all=" on the command line).  But there are two main
12520       disadvantages to this technique:
12521
12522       1) A linearized PDF file is no longer linearized after the update, so
12523       it must be subsequently re-linearized if this is required.
12524
12525       2) All metadata edits are reversible.  While this would normally be
12526       considered an advantage, it is a potential security problem because old
12527       information is never actually deleted from the file.
12528
12529         Tag ID               Tag Name                 Writable
12530         ------               --------                 --------
12531         'Encrypt'            Encrypt                  PDF Encrypt
12532         'Info'               Info                     PDF Info
12533         'Root'               Root                     PDF Root
12534         '_linearized'        Linearized               N
12535
12536       PDF Encrypt Tags
12537
12538       Tags extracted from the document Encrypt dictionary.
12539
12540         Tag ID   Tag Name                             Writable
12541         ------   --------                             --------
12542         'Filter' Encryption                           N
12543         'P'      UserAccess                           N
12544
12545       PDF Info Tags
12546
12547       As well as the tags listed below, the PDF specification allows for
12548       user-defined tags to exist in the Info dictionary.  These tags, which
12549       should have corresponding XMP-pdfx entries in the XMP of the PDF XML
12550       Metadata object, are also extracted by ExifTool.
12551
12552       Writable specifies the value format, and may be "string", "date",
12553       "integer", "real", "boolean" or "name" for PDF tags.
12554
12555         Tag ID               Tag Name                 Writable
12556         ------               --------                 --------
12557         'AAPL:Keywords'      AppleKeywords            string+
12558         'Author'             Author                   string
12559         'CreationDate'       CreateDate               date
12560         'Creator'            Creator                  string
12561         'Keywords'           Keywords                 string+
12562         'ModDate'            ModifyDate               date
12563         'Producer'           Producer                 string
12564         'Subject'            Subject                  string
12565         'Title'              Title                    string
12566         'Trapped'            Trapped                  string!
12567
12568       PDF Root Tags
12569
12570       This is the PDF document catalog.
12571
12572         Tag ID               Tag Name                 Writable
12573         ------               --------                 --------
12574         'Lang'               Language                 N
12575         'MarkInfo'           MarkInfo                 PDF MarkInfo
12576         'Metadata'           Metadata                 PDF Metadata
12577         'PageLayout'         PageLayout               N
12578         'PageMode'           PageMode                 N
12579         'Pages'              Pages                    PDF Pages
12580         'Perms'              Perms                    PDF Perms
12581         'Version'            PDFVersion               N
12582
12583       PDF MarkInfo Tags
12584
12585         Tag ID   Tag Name                             Writable
12586         ------   --------                             --------
12587         'Marked' TaggedPDF                            N
12588
12589       PDF Metadata Tags
12590
12591         Tag ID               Tag Name                 Writable
12592         ------               --------                 --------
12593         'XML_stream'         XMP                      XMP
12594
12595       PDF Pages Tags
12596
12597         Tag ID   Tag Name                             Writable
12598         ------   --------                             --------
12599         'Count'  PageCount                            N
12600         'Kids'   Kids                                 PDF Kids
12601
12602       PDF Kids Tags
12603
12604         Tag ID               Tag Name                 Writable
12605         ------               --------                 --------
12606         'Metadata'           Metadata                 PDF Metadata
12607         'PieceInfo'          PieceInfo                PDF PieceInfo
12608         'Resources'          Resources                PDF Resources
12609
12610       PDF PieceInfo Tags
12611
12612         Tag ID               Tag Name                 Writable
12613         ------               --------                 --------
12614         'AdobePhotoshop'     AdobePhotoshop           PDF AdobePhotoshop
12615         'Illustrator'        Illustrator              PDF Illustrator
12616
12617       PDF AdobePhotoshop Tags
12618
12619         Tag ID       Tag Name                         Writable
12620         ------       --------                         --------
12621         'Private'    Private                          PDF Private
12622
12623       PDF Private Tags
12624
12625         Tag ID               Tag Name                 Writable
12626         ------               --------                 --------
12627         'ImageResources'     ImageResources           PDF ImageResources
12628
12629       PDF ImageResources Tags
12630
12631         Tag ID       Tag Name                         Writable
12632         ------       --------                         --------
12633         '_stream'    _stream                          Photoshop
12634
12635       PDF Illustrator Tags
12636
12637         Tag ID       Tag Name                         Writable
12638         ------       --------                         --------
12639         'Private'    Private                          PDF AIPrivate
12640
12641       PDF AIPrivate Tags
12642
12643         Tag ID               Tag Name                 Writable
12644         ------               --------                 --------
12645         'AIMetaData'         AIMetaData               PDF AIMetaData
12646         'AIPrivateData'      AIPrivateData            PostScript
12647         'ContainerVersion'   ContainerVersion         N
12648         'CreatorVersion'     CreatorVersion           N
12649         'RoundTripVersion'   RoundTripVersion         N
12650
12651       PDF AIMetaData Tags
12652
12653         Tag ID       Tag Name                         Writable
12654         ------       --------                         --------
12655         '_stream'    _stream                          PostScript
12656
12657       PDF Resources Tags
12658
12659         Tag ID               Tag Name                 Writable
12660         ------               --------                 --------
12661         'ColorSpace'         ColorSpace               PDF ColorSpace
12662
12663       PDF ColorSpace Tags
12664
12665         Tag ID               Tag Name                 Writable
12666         ------               --------                 --------
12667         'DefaultRGB'         DefaultRGB               PDF DefaultRGB
12668
12669       PDF DefaultRGB Tags
12670
12671         Tag ID       Tag Name                         Writable
12672         ------       --------                         --------
12673         'ICCBased'   ICCBased                         PDF ICCBased
12674
12675       PDF ICCBased Tags
12676
12677         Tag ID       Tag Name                         Writable
12678         ------       --------                         --------
12679         '_stream'    _stream                          ICC_Profile
12680
12681       PDF Perms Tags
12682
12683       Additional document permissions imposed by digital signatures.
12684
12685         Tag ID       Tag Name                         Writable
12686         ------       --------                         --------
12687         'DocMDP'     DocMDP                           PDF Signature
12688         'FieldMDP'   FieldMDP                         PDF Signature
12689         'UR3'        UR3                              PDF Signature
12690
12691       PDF Signature Tags
12692
12693         Tag ID               Tag Name                 Writable
12694         ------               --------                 --------
12695         'ContactInfo'        SignerContactInfo        N
12696         'Location'           SigningLocation          N
12697         'M'                  SigningDate              N
12698         'Name'               SigningAuthority         N
12699         'Prop_AuthTime'      AuthenticationTime       N
12700         'Prop_AuthType'      AuthenticationType       N
12701         'Reason'             SigningReason            N
12702         'Reference'          Reference                PDF Reference
12703
12704       PDF Reference Tags
12705
12706         Tag ID               Tag Name                 Writable
12707         ------               --------                 --------
12708         'TransformParams'    TransformParams          PDF TransformParams
12709
12710       PDF TransformParams Tags
12711
12712         Tag ID               Tag Name                 Writable
12713         ------               --------                 --------
12714         'Action'             FieldPermissions         N
12715         'Annots'             AnnotationUsageRights    N+
12716         'Document'           DocumentUsageRights      N+
12717         'EF'                 EmbeddedFileUsageRights  N+
12718         'Fields'             FormFields               N+
12719         'Form'               FormUsageRights          N+
12720         'Msg'                UsageRightsMessage       N
12721         'P'                  ModificationPermissions  N
12722         'Signature'          SignatureUsageRights     N+
12723
12724   PostScript Tags
12725         Tag ID               Tag Name                 Writable
12726         ------               --------                 --------
12727         'Author'             Author                   string
12728         'BeginDocument'      EmbeddedFile             PostScript
12729         'BeginICCProfile'    ICC_Profile              ICC_Profile
12730         'BeginPhotoshop'     PhotoshopData            Photoshop
12731         'BoundingBox'        BoundingBox              N
12732         'Copyright'          Copyright                string
12733         'CreationDate'       CreateDate               string
12734         'Creator'            Creator                  string
12735         'EmbeddedFileName'   EmbeddedFileName         N
12736         'For'                For                      string
12737         'ImageData'          ImageData                N
12738         'Keywords'           Keywords                 string
12739         'ModDate'            ModifyDate               string
12740         'Pages'              Pages                    N
12741         'Routing'            Routing                  string
12742         'Subject'            Subject                  string
12743         'TIFFPreview'        TIFFPreview              N
12744         'Title'              Title                    string
12745         'Version'            Version                  string
12746         'begin_xml_packet'   XMP                      XMP
12747
12748   ID3 Tags
12749       ExifTool extracts ID3 information from MP3, MPEG, AIFF, OGG, FLAC, APE
12750       and RealAudio files.  ID3v2 tags which support multiple languages (ie.
12751       Comment and Lyrics) are extracted by specifying the tag name, followed
12752       by a dash ('-'), then a 3-character ISO 639-2 language code (ie.
12753       "Comment-spa"). See <http://www.id3.org/> for the official ID3
12754       specification and
12755       http://www.loc.gov/standards/iso639-2/php/code_list.php
12756       <http://www.loc.gov/standards/iso639-2/php/code_list.php> for a list of
12757       ISO 639-2 language codes.
12758
12759         Tag Name                                      Writable
12760         --------                                      --------
12761         ID3v1                                         ID3 v1
12762         ID3v1_Enh                                     ID3 v1_Enh
12763         ID3v2_2                                       ID3 v2_2
12764         ID3v2_3                                       ID3 v2_3
12765         ID3v2_4                                       ID3 v2_4
12766
12767       ID3 v1 Tags
12768
12769          Index   Tag Name                             Writable
12770          -----   --------                             --------
12771             3    Title                                N
12772            33    Artist                               N
12773            63    Album                                N
12774            93    Year                                 N
12775            97    Comment                              N
12776           125    Track                                N
12777           127    Genre                                N
12778
12779       ID3 v1_Enh Tags
12780
12781       ID3 version 1 "Enhanced TAG" information (not part of the official
12782       spec).
12783
12784          Index   Tag Name                             Writable
12785          -----   --------                             --------
12786             4    Title2                               N
12787            64    Artist2                              N
12788           124    Album2                               N
12789           184    Speed                                N
12790           185    Genre                                N
12791           215    StartTime                            N
12792           221    EndTime                              N
12793
12794       ID3 v2_2 Tags
12795
12796       ExifTool extracts mainly text-based tags from ID3v2 information.  The
12797       tags in the tables below are those extracted by ExifTool, and don't
12798       represent a complete list of available ID3v2 tags.
12799
12800       ID3 version 2.2 tags.  (These are the tags written by iTunes 5.0.)
12801
12802         Tag ID   Tag Name                             Writable
12803         ------   --------                             --------
12804         'CNT'    PlayCounter                          N
12805         'COM'    Comment                              N
12806         'IPL'    InvolvedPeople                       N
12807         'PIC'    Picture                              N
12808         'PIC-1'  PictureFormat                        N
12809         'PIC-2'  PictureType                          N
12810         'PIC-3'  PictureDescription                   N
12811         'SLT'    SynchronizedLyricText                N
12812         'TAL'    Album                                N
12813         'TBP'    BeatsPerMinute                       N
12814         'TCM'    Composer                             N
12815         'TCO'    Genre                                N
12816         'TCP'    Compilation                          N
12817         'TCR'    Copyright                            N
12818         'TDA'    Date                                 N
12819         'TDY'    PlaylistDelay                        N
12820         'TEN'    EncodedBy                            N
12821         'TFT'    FileType                             N
12822         'TIM'    Time                                 N
12823         'TKE'    InitialKey                           N
12824         'TLA'    Language                             N
12825         'TLE'    Length                               N
12826         'TMT'    Media                                N
12827         'TOA'    OriginalArtist                       N
12828         'TOF'    OriginalFilename                     N
12829         'TOL'    OriginalLyricist                     N
12830         'TOR'    OriginalReleaseYear                  N
12831         'TOT'    OriginalAlbum                        N
12832         'TP1'    Artist                               N
12833         'TP2'    Band                                 N
12834         'TP3'    Conductor                            N
12835         'TP4'    InterpretedBy                        N
12836         'TPA'    PartOfSet                            N
12837         'TPB'    Publisher                            N
12838         'TRC'    ISRC                                 N
12839         'TRD'    RecordingDates                       N
12840         'TRK'    Track                                N
12841         'TSI'    Size                                 N
12842         'TSS'    EncoderSettings                      N
12843         'TT1'    Grouping                             N
12844         'TT2'    Title                                N
12845         'TT3'    Subtitle                             N
12846         'TXT'    Lyricist                             N
12847         'TXX'    UserDefinedText                      N
12848         'TYE'    Year                                 N
12849         'ULT'    Lyrics                               N
12850         'WAF'    FileURL                              N
12851         'WAR'    ArtistURL                            N
12852         'WAS'    SourceURL                            N
12853         'WCM'    CommercialURL                        N
12854         'WCP'    CopyrightURL                         N
12855         'WPB'    PublisherURL                         N
12856         'WXX'    UserDefinedURL                       N
12857
12858       ID3 v2_3 Tags
12859
12860       ID3 version 2.3 tags
12861
12862         Tag ID   Tag Name                             Writable
12863         ------   --------                             --------
12864         'APIC'   Picture                              N
12865         'APIC-1' PictureMimeType                      N
12866         'APIC-2' PictureType                          N
12867         'APIC-3' PictureDescription                   N
12868         'COMM'   Comment                              N
12869         'IPLS'   InvolvedPeople                       N
12870         'MCDI'   MusicCDIdentifier                    N
12871         'PCNT'   PlayCounter                          N
12872         'PRIV'   Private                              ID3 Private
12873         'SYLT'   SynchronizedLyricText                N
12874         'TALB'   Album                                N
12875         'TBPM'   BeatsPerMinute                       N
12876         'TCMP'   Compilation                          N
12877         'TCOM'   Composer                             N
12878         'TCON'   Genre                                N
12879         'TCOP'   Copyright                            N
12880         'TDAT'   Date                                 N
12881         'TDLY'   PlaylistDelay                        N
12882         'TENC'   EncodedBy                            N
12883         'TEXT'   Lyricist                             N
12884         'TFLT'   FileType                             N
12885         'TIME'   Time                                 N
12886         'TIT1'   Grouping                             N
12887         'TIT2'   Title                                N
12888         'TIT3'   Subtitle                             N
12889         'TKEY'   InitialKey                           N
12890         'TLAN'   Language                             N
12891         'TLEN'   Length                               N
12892         'TMED'   Media                                N
12893         'TOAL'   OriginalAlbum                        N
12894         'TOFN'   OriginalFilename                     N
12895         'TOLY'   OriginalLyricist                     N
12896         'TOPE'   OriginalArtist                       N
12897         'TORY'   OriginalReleaseYear                  N
12898         'TOWN'   FileOwner                            N
12899         'TPE1'   Artist                               N
12900         'TPE2'   Band                                 N
12901         'TPE3'   Conductor                            N
12902         'TPE4'   InterpretedBy                        N
12903         'TPOS'   PartOfSet                            N
12904         'TPUB'   Publisher                            N
12905         'TRCK'   Track                                N
12906         'TRDA'   RecordingDates                       N
12907         'TRSN'   InternetRadioStationName             N
12908         'TRSO'   InternetRadioStationOwner            N
12909         'TSIZ'   Size                                 N
12910         'TSRC'   ISRC                                 N
12911         'TSSE'   EncoderSettings                      N
12912         'TXXX'   UserDefinedText                      N
12913         'TYER'   Year                                 N
12914         'USER'   TermsOfUse                           N
12915         'USLT'   Lyrics                               N
12916         'WCOM'   CommercialURL                        N
12917         'WCOP'   CopyrightURL                         N
12918         'WOAF'   FileURL                              N
12919         'WOAR'   ArtistURL                            N
12920         'WOAS'   SourceURL                            N
12921         'WORS'   InternetRadioStationURL              N
12922         'WPAY'   PaymentURL                           N
12923         'WPUB'   PublisherURL                         N
12924         'WXXX'   UserDefinedURL                       N
12925
12926       ID3 Private Tags
12927
12928       ID3 private (PRIV) tags.
12929
12930         Tag ID               Tag Name                 Writable
12931         ------               --------                 --------
12932         'AverageLevel'       AverageLevel             N
12933         'PeakValue'          PeakValue                N
12934         'XMP'                XMP                      XMP
12935
12936       ID3 v2_4 Tags
12937
12938       ID3 version 2.4 tags
12939
12940         Tag ID   Tag Name                             Writable
12941         ------   --------                             --------
12942         'APIC'   Picture                              N
12943         'APIC-1' PictureMimeType                      N
12944         'APIC-2' PictureType                          N
12945         'APIC-3' PictureDescription                   N
12946         'COMM'   Comment                              N
12947         'MCDI'   MusicCDIdentifier                    N
12948         'PCNT'   PlayCounter                          N
12949         'PRIV'   Private                              ID3 Private
12950         'SYLT'   SynchronizedLyricText                N
12951         'TALB'   Album                                N
12952         'TBPM'   BeatsPerMinute                       N
12953         'TCMP'   Compilation                          N
12954         'TCOM'   Composer                             N
12955         'TCON'   Genre                                N
12956         'TCOP'   Copyright                            N
12957         'TDEN'   EncodingTime                         N
12958         'TDLY'   PlaylistDelay                        N
12959         'TDOR'   OriginalReleaseTime                  N
12960         'TDRC'   RecordingTime                        N
12961         'TDRL'   ReleaseTime                          N
12962         'TDTG'   TaggingTime                          N
12963         'TENC'   EncodedBy                            N
12964         'TEXT'   Lyricist                             N
12965         'TFLT'   FileType                             N
12966         'TIPL'   InvolvedPeople                       N
12967         'TIT1'   Grouping                             N
12968         'TIT2'   Title                                N
12969         'TIT3'   Subtitle                             N
12970         'TKEY'   InitialKey                           N
12971         'TLAN'   Language                             N
12972         'TLEN'   Length                               N
12973         'TMCL'   MusicianCredits                      N
12974         'TMED'   Media                                N
12975         'TMOO'   Mood                                 N
12976         'TOAL'   OriginalAlbum                        N
12977         'TOFN'   OriginalFilename                     N
12978         'TOLY'   OriginalLyricist                     N
12979         'TOPE'   OriginalArtist                       N
12980         'TOWN'   FileOwner                            N
12981         'TPE1'   Artist                               N
12982         'TPE2'   Band                                 N
12983         'TPE3'   Conductor                            N
12984         'TPE4'   InterpretedBy                        N
12985         'TPOS'   PartOfSet                            N
12986         'TPRO'   ProducedNotice                       N
12987         'TPUB'   Publisher                            N
12988         'TRCK'   Track                                N
12989         'TRSN'   InternetRadioStationName             N
12990         'TRSO'   InternetRadioStationOwner            N
12991         'TSOA'   AlbumSortOrder                       N
12992         'TSOP'   PerformerSortOrder                   N
12993         'TSOT'   TitleSortOrder                       N
12994         'TSRC'   ISRC                                 N
12995         'TSSE'   EncoderSettings                      N
12996         'TSST'   SetSubtitle                          N
12997         'TXXX'   UserDefinedText                      N
12998         'USER'   TermsOfUse                           N
12999         'USLT'   Lyrics                               N
13000         'WCOM'   CommercialURL                        N
13001         'WCOP'   CopyrightURL                         N
13002         'WOAF'   FileURL                              N
13003         'WOAR'   ArtistURL                            N
13004         'WOAS'   SourceURL                            N
13005         'WORS'   InternetRadioStationURL              N
13006         'WPAY'   PaymentURL                           N
13007         'WPUB'   PublisherURL                         N
13008         'WXXX'   UserDefinedURL                       N
13009
13010   ITC Tags
13011       This information is found in iTunes Cover Flow data files.
13012
13013         Tag ID   Tag Name                             Writable
13014         ------   --------                             --------
13015         'data'   ImageData                            N
13016         'itch'   Itch                                 ITC Header
13017         'item'   Item                                 ITC Item
13018
13019       ITC Header Tags
13020
13021          Index   Tag Name                             Writable
13022          -----   --------                             --------
13023            16    DataType                             N
13024
13025       ITC Item Tags
13026
13027          Index   Tag Name                             Writable
13028          -----   --------                             --------
13029             0    LibraryID                            N
13030             2    TrackID                              N
13031             4    DataLocation                         N
13032             5    ImageType                            N
13033             7    ImageWidth                           N
13034             8    ImageHeight                          N
13035
13036   Ogg Tags
13037       ExifTool extracts the following types of information from Ogg files.
13038       See <http://www.xiph.org/vorbis/doc/> for the Ogg specification.
13039
13040         Tag ID   Tag Name                             Writable
13041         ------   --------                             --------
13042         'FLAC'   FLAC                                 FLAC
13043         'ID3'    ID3                                  ID3
13044         'theora' Theora                               Theora
13045         'vorbis' Vorbis                               Vorbis
13046
13047   Vorbis Tags
13048       Information extracted from Ogg Vorbis files.  See
13049       <http://www.xiph.org/vorbis/doc/> for the Vorbis specification.
13050
13051         Tag ID   Tag Name                             Writable
13052         ------   --------                             --------
13053         0x0001   Identification                       Vorbis Identification
13054         0x0003   Comments                             Vorbis Comments
13055
13056       Vorbis Identification Tags
13057
13058          Index   Tag Name                             Writable
13059          -----   --------                             --------
13060             0    VorbisVersion                        N
13061             4    AudioChannels                        N
13062             5    SampleRate                           N
13063             9    MaximumBitrate                       N
13064            13    NominalBitrate                       N
13065            17    MinimumBitrate                       N
13066
13067       Vorbis Comments Tags
13068
13069       The tags below are only some common tags found in the Vorbis comments
13070       of Ogg Vorbis and Ogg FLAC audio files, however ExifTool will extract
13071       values from any tag found, even if not listed here.
13072
13073         Tag ID                  Tag Name              Writable
13074         ------                  --------              --------
13075         'ACTOR'                 Actor                 N
13076         'ALBUM'                 Album                 N
13077         'ARTIST'                Artist                N+
13078         'COMMENT'               Comment               N
13079         'COMPOSER'              Composer              N
13080         'CONTACT'               Contact               N+
13081         'COPYRIGHT'             Copyright             N
13082         'COVERART'              CoverArt              N
13083         'COVERARTMIME'          CoverArtMIMEType      N
13084         'DATE'                  Date                  N
13085         'DESCRIPTION'           Description           N
13086         'DIRECTOR'              Director              N
13087         'ENCODED_BY'            EncodedBy             N
13088         'ENCODED_USING'         EncodedUsing          N
13089         'GENRE'                 Genre                 N
13090         'ISRC'                  ISRCNumber            N
13091         'LICENSE'               License               N
13092         'LOCATION'              Location              N
13093         'ORGANIZATION'          Organization          N
13094         'PERFORMER'             Performer             N+
13095         'PRODUCER'              Producer              N
13096         'REPLAYGAIN_ALBUM_GAIN' ReplayGainAlbumGain   N
13097         'REPLAYGAIN_ALBUM_PEAK' ReplayGainAlbumPeak   N
13098         'REPLAYGAIN_TRACK_GAIN' ReplayGainTrackGain   N
13099         'REPLAYGAIN_TRACK_PEAK' ReplayGainTrackPeak   N
13100         'TITLE'                 Title                 N
13101         'TRACKNUMBER'           TrackNumber           N
13102         'VERSION'               Version               N
13103         'vendor'                Vendor                N
13104
13105   FLAC Tags
13106       Free Lossless Audio Codec (FLAC) meta information.  ExifTool also
13107       extracts ID3 information from these files.
13108
13109         Tag ID   Tag Name                             Writable
13110         ------   --------                             --------
13111         0x0000   StreamInfo                           FLAC StreamInfo
13112         0x0004   VorbisComment                        Vorbis Comments
13113         0x0006   Picture                              FLAC Picture
13114
13115       FLAC StreamInfo Tags
13116
13117       FLAC is big-endian, so bit 0 is the high-order bit in this table.
13118
13119         Tag ID               Tag Name                 Writable
13120         ------               --------                 --------
13121         'Bit000-015'         BlockSizeMin             N
13122         'Bit016-031'         BlockSizeMax             N
13123         'Bit032-055'         FrameSizeMin             N
13124         'Bit056-079'         FrameSizeMax             N
13125         'Bit080-099'         SampleRate               N
13126         'Bit100-102'         Channels                 N
13127         'Bit103-107'         BitsPerSample            N
13128         'Bit108-143'         TotalSamples             N
13129
13130       FLAC Picture Tags
13131
13132          Index   Tag Name                             Writable
13133          -----   --------                             --------
13134             0    PictureType                          N
13135             1    PictureMIMEType                      N
13136             2    PictureDescription                   N
13137             3    PictureWidth                         N
13138             4    PictureHeight                        N
13139             5    PictureBitsPerPixel                  N
13140             6    PictureIndexedColors                 N
13141             7    PictureLength                        N
13142             8    Picture                              N
13143
13144   Theora Tags
13145       Information extracted from Ogg Theora video files.  See
13146       <http://www.theora.org/doc/Theora.pdf> for the Theora specification.
13147
13148         Tag ID   Tag Name                             Writable
13149         ------   --------                             --------
13150         0x0080   Identification                       Theora Identification
13151         0x0081   Comments                             Vorbis Comments
13152
13153       Theora Identification Tags
13154
13155       Tags extracted from the Theora identification header.
13156
13157          Index   Tag Name                             Writable
13158          -----   --------                             --------
13159             0    TheoraVersion                        N
13160             7    ImageWidth                           N
13161            10    ImageHeight                          N
13162            13    XOffset                              N
13163            14    YOffset                              N
13164            15    FrameRate                            N
13165            23    PixelAspectRatio                     N
13166            29    ColorSpace                           N
13167            30    NominalVideoBitrate                  N
13168            33    Quality                              N
13169            34    PixelFormat                          N
13170
13171   APE Tags
13172       Tags found in Monkey's Audio (APE) information.  Only a few common tags
13173       are listed below, but ExifTool will extract any tag found.  ExifTool
13174       supports APEv1 and APEv2 tags, as well as ID3 information in APE files.
13175
13176         Tag ID               Tag Name                 Writable
13177         ------               --------                 --------
13178         'Album'              Album                    N
13179         'Artist'             Artist                   N
13180         'Genre'              Genre                    N
13181         'Title'              Title                    N
13182         'Tool Name'          ToolName                 N
13183         'Tool Version'       ToolVersion              N
13184         'Track'              Track                    N
13185         'Year'               Year                     N
13186
13187       APE NewHeader Tags
13188
13189       APE MAC audio header for version 3.98 or later.
13190
13191          Index   Tag Name                             Writable
13192          -----   --------                             --------
13193             0    CompressionLevel                     N
13194             2    BlocksPerFrame                       N
13195             4    FinalFrameBlocks                     N
13196             6    TotalFrames                          N
13197             8    BitsPerSample                        N
13198             9    Channels                             N
13199            10    SampleRate                           N
13200
13201       APE OldHeader Tags
13202
13203       APE MAC audio header for version 3.97 or earlier.
13204
13205          Index   Tag Name                             Writable
13206          -----   --------                             --------
13207             0    APEVersion                           N
13208             1    CompressionLevel                     N
13209             3    Channels                             N
13210             4    SampleRate                           N
13211            10    TotalFrames                          N
13212            12    FinalFrameBlocks                     N
13213
13214   MPC Tags
13215       Tags used in Musepack (MPC) audio files.  ExifTool also extracts ID3
13216       and APE information from these files.
13217
13218         Tag ID               Tag Name                 Writable
13219         ------               --------                 --------
13220         'Bit032-063'         TotalFrames              N
13221         'Bit080-081'         SampleRate               N
13222         'Bit084-087'         Quality                  N
13223         'Bit088-093'         MaxBand                  N
13224         'Bit096-111'         ReplayGainTrackPeak      N
13225         'Bit112-127'         ReplayGainTrackGain      N
13226         'Bit128-143'         ReplayGainAlbumPeak      N
13227         'Bit144-159'         ReplayGainAlbumGain      N
13228         'Bit179'             FastSeek                 N
13229         'Bit191'             Gapless                  N
13230         'Bit216-223'         EncoderVersion           N
13231
13232   MPEG Tags
13233       The MPEG format doesn't specify any file-level meta information.  In
13234       lieu of this, information is extracted from the first audio and video
13235       frame headers in the file.
13236
13237       MPEG Audio Tags
13238
13239         Tag ID       Tag Name                         Writable
13240         ------       --------                         --------
13241         'Bit11-12'   MPEGAudioVersion                 N
13242         'Bit13-14'   AudioLayer                       N
13243         'Bit16-19'   AudioBitrate                     N
13244         'Bit20-21'   SampleRate                       N
13245         'Bit24-25'   ChannelMode                      N
13246         'Bit26'      MSStereo                         N
13247         'Bit26-27'   ModeExtension                    N
13248         'Bit27'      IntensityStereo                  N
13249         'Bit28'      CopyrightFlag                    N
13250         'Bit29'      OriginalMedia                    N
13251         'Bit30-31'   Emphasis                         N
13252
13253       MPEG Video Tags
13254
13255         Tag ID       Tag Name                         Writable
13256         ------       --------                         --------
13257         'Bit00-11'   ImageWidth                       N
13258         'Bit12-23'   ImageHeight                      N
13259         'Bit24-27'   AspectRatio                      N
13260         'Bit28-31'   FrameRate                        N
13261         'Bit32-49'   VideoBitrate                     N
13262
13263       MPEG Xing Tags
13264
13265       These tags are extracted from the Xing/Info frame.
13266
13267         Tag Name                                      Writable
13268         --------                                      --------
13269         VBRFrames                                     N
13270         VBRBytes                                      N
13271         VBRScale                                      N
13272         Encoder                                       N
13273         LameVBRQuality                                N
13274         LameQuality                                   N
13275         LameHeader                                    MPEG Lame
13276
13277       MPEG Lame Tags
13278
13279       Tags extracted from Lame 3.90 or later header.
13280
13281          Index   Tag Name                             Writable
13282          -----   --------                             --------
13283             9    LameMethod                           N
13284            10    LameLowPassFilter                    N
13285            20    LameBitrate                          N
13286            24    LameStereoMode                       N
13287
13288   M2TS Tags
13289       The MPEG-2 transport stream is used as a container for many different
13290       audio/video formats (including AVCHD).  This table lists information
13291       extracted from M2TS files.
13292
13293         Tag Name                                      Writable
13294         --------                                      --------
13295         AudioStreamType                               N
13296         Duration                                      N
13297         VideoStreamType                               N
13298         _AC3                                          M2TS AC3
13299         _H264                                         H264
13300
13301       M2TS AC3 Tags
13302
13303       Tags extracted from AC-3 audio streams.
13304
13305         Tag Name                                      Writable
13306         --------                                      --------
13307         AudioBitrate                                  N
13308         AudioChannels                                 N
13309         AudioSampleRate                               N
13310         SurroundMode                                  N
13311
13312   H264 Tags
13313       Tags extracted from H.264 video streams.  The metadata for AVCHD videos
13314       is stored in this stream.
13315
13316         Tag Name                                      Writable
13317         --------                                      --------
13318         ImageHeight                                   N
13319         ImageWidth                                    N
13320         MDPM                                          H264 MDPM
13321
13322       H264 MDPM Tags
13323
13324       The following tags are decoded from the Modified Digital Video Pack
13325       Metadata (MDPM) of the unregistered user data with UUID
13326       17ee8c60f84d11d98cd60800200c9a66 in the H.264 Supplemental Enhancement
13327       Information (SEI).  [Yes, this description is confusing, but nothing
13328       compared to the challenge of actually decoding the data!]  This
13329       information may exist at regular intervals through the entire video,
13330       but only the first occurrence is extracted unless the ExtractEmbedded
13331       (-ee) option is used (in which case subsequent occurrences are
13332       extracted as sub-documents).
13333
13334         Tag ID   Tag Name                             Writable
13335         ------   --------                             --------
13336         0x0018   DateTimeOriginal                     N
13337         0x0070   Camera1                              H264 Camera1
13338         0x0071   Camera2                              H264 Camera2
13339         0x007f   Shutter                              H264 Shutter
13340         0x00a0   ExposureTime                         N
13341         0x00a1   FNumber                              N
13342         0x00a2   ExposureProgram                      N
13343         0x00a3   BrightnessValue                      N
13344         0x00a4   ExposureCompensation                 N
13345         0x00a5   MaxApertureValue                     N
13346         0x00a6   Flash                                N
13347         0x00a7   CustomRendered                       N
13348         0x00a8   WhiteBalance                         N
13349         0x00a9   FocalLengthIn35mmFormat              N
13350         0x00aa   SceneCaptureType                     N
13351         0x00b0   GPSVersionID                         N
13352         0x00b1   GPSLatitudeRef                       N
13353         0x00b2   GPSLatitude                          N
13354         0x00b5   GPSLongitudeRef                      N
13355         0x00b6   GPSLongitude                         N
13356         0x00b9   GPSAltitudeRef                       N
13357         0x00ba   GPSAltitude                          N
13358         0x00bb   GPSTimeStamp                         N
13359         0x00be   GPSStatus                            N
13360         0x00bf   GPSMeasureMode                       N
13361         0x00c0   GPSDOP                               N
13362         0x00c1   GPSSpeedRef                          N
13363         0x00c2   GPSSpeed                             N
13364         0x00c3   GPSTrackRef                          N
13365         0x00c4   GPSTrack                             N
13366         0x00c5   GPSImgDirectionRef                   N
13367         0x00c6   GPSImgDirection                      N
13368         0x00c7   GPSMapDatum                          N
13369         0x00e0   MakeModel                            H264 MakeModel
13370         0x00e1   RecInfo                              H264 RecInfo
13371         0x00e4   Model                                N
13372         0x00ee   FrameInfo                            H264 FrameInfo
13373
13374       H264 Camera1 Tags
13375
13376          Index   Tag Name                             Writable
13377          -----   --------                             --------
13378             0    ApertureSetting                      N
13379             1    Gain                                 N
13380           1.1    ExposureProgram                      N
13381           2.1    WhiteBalance                         N
13382             3    Focus                                N
13383
13384       H264 Camera2 Tags
13385
13386          Index   Tag Name                             Writable
13387          -----   --------                             --------
13388             1    ImageStabilization                   N
13389
13390       H264 Shutter Tags
13391
13392          Index   Tag Name                             Writable
13393          -----   --------                             --------
13394           1.1    ExposureTime                         N
13395
13396       H264 MakeModel Tags
13397
13398          Index   Tag Name                             Writable
13399          -----   --------                             --------
13400             0    Make                                 N
13401
13402       H264 RecInfo Tags
13403
13404       Recording information stored by some Canon video cameras.
13405
13406          Index   Tag Name                             Writable
13407          -----   --------                             --------
13408             0    RecordingMode                        N
13409
13410       H264 FrameInfo Tags
13411
13412       Frame rate information stored by some Canon video cameras.
13413
13414          Index   Tag Name                             Writable
13415          -----   --------                             --------
13416             0    CaptureFrameRate                     N
13417             1    VideoFrameRate                       N
13418
13419   QuickTime Tags
13420       The QuickTime format is used for many different types of audio, video
13421       and image files.  Exiftool extracts meta information from the UserData
13422       atom (including some proprietary manufacturer-specific information), as
13423       well as extracting various audio, video and image parameters.  Tags
13424       with a question mark after their name are not extracted unless the
13425       Unknown option is set.
13426
13427       According to the specification, many QuickTime date/time tags should be
13428       stored as UTC.  Unfortunately, digital cameras will often store local
13429       time values instead, presumably because they don't know the time zone.
13430       For this reason, by default ExifTool does not assume a time zone for
13431       these values.  However, if the QuickTimeUTC option is set via the API
13432       or the ExifTool configuration file, then ExifTool will assume these
13433       values are properly stored as UTC, and will convert them to local time
13434       when extracting.
13435
13436         Tag ID               Tag Name                 Writable
13437         ------               --------                 --------
13438         'PICT'               PreviewPICT              N
13439         'free'               Free?                    N
13440         'ftyp'               FileType                 QuickTime FileType
13441         'junk'               Junk?                    N
13442         'mdat'               MovieData?               N
13443         'mdat-size'          MovieDataSize            N
13444         'moov'               Movie                    QuickTime Movie
13445         'pict'               PreviewPICT              N
13446         'pnot'               Preview                  QuickTime Preview
13447         'skip'               Skip?                    N
13448         'uuid'               UUID-XMP                 XMP
13449                              UUID-PROF                QuickTime Profile
13450                              UUID-Flip                QuickTime Flip
13451                              UUID-Unknown?            N
13452         'wide'               Wide?                    N
13453
13454       QuickTime FileType Tags
13455
13456          Index   Tag Name                             Writable
13457          -----   --------                             --------
13458             0    MajorBrand                           N
13459             1    MinorVersion                         N
13460             2    CompatibleBrands                     N
13461
13462       QuickTime Movie Tags
13463
13464         Tag ID   Tag Name                             Writable
13465         ------   --------                             --------
13466         'iods'   InitialObjectDescriptor?             N
13467         'meta'   Meta                                 QuickTime Meta
13468         'mvhd'   MovieHeader                          QuickTime MovieHeader
13469         'trak'   Track                                QuickTime Track
13470         'udta'   UserData                             QuickTime UserData
13471         'uuid'   UUID-USMT                            QuickTime UserMedia
13472                  UUID-Unknown?                        N
13473
13474       QuickTime Meta Tags
13475
13476         Tag ID   Tag Name                             Writable
13477         ------   --------                             --------
13478         'bxml'   BinaryXML?                           N
13479         'dinf'   DataInformation?                     N
13480         'free'   Free?                                N
13481         'hdlr'   Handler                              QuickTime Handler
13482         'iinf'   ItemInformation?                     N
13483         'iloc'   ItemLocation?                        N
13484         'ilst'   ItemList                             QuickTime ItemList
13485         'ipmc'   IPMPControl?                         N
13486         'ipro'   ItemProtection?                      N
13487         'keys'   Keys                                 QuickTime Keys
13488         'pitm'   PrimaryItemReference?                N
13489         'xml '   XML                                  XMP
13490
13491       QuickTime Handler Tags
13492
13493          Index   Tag Name                             Writable
13494          -----   --------                             --------
13495             4    HandlerClass                         N
13496             8    HandlerType                          N
13497            12    HandlerVendorID                      N
13498            24    HandlerDescription                   N
13499
13500       QuickTime ItemList Tags
13501
13502       As well as these tags, the 'mdta' handler uses numerical tag ID's which
13503       are added dynamically to this table after processing the Meta Keys
13504       information.
13505
13506         Tag ID       Tag Name                         Writable
13507         ------       --------                         --------
13508         '----'       iTunesInfo                       QuickTime iTunesInfo
13509         'aART'       AlbumArtist                      N
13510         'akID'       AppleStoreAccountType            N
13511         'albm'       Album                            N
13512         'apID'       AppleStoreAccount                N
13513         'atID'       AlbumTitleID                     N
13514         'auth'       Author                           N
13515         'catg'       Category                         N
13516         'cnID'       AppleStoreCatalogID              N
13517         'covr'       CoverArt                         N
13518         'cpil'       Compilation                      N
13519         'cprt'       Copyright                        N
13520         'desc'       Description                      N
13521         'disk'       DiskNumber                       N
13522         'dscp'       Description                      N
13523         'egid'       EpisodeGlobalUniqueID            N
13524         'geID'       GenreID                          N
13525         'gnre'       Genre                            N
13526         'grup'       Grouping                         N
13527         'hdvd'       HDVideo                          N
13528         'keyw'       Keyword                          N
13529         'ldes'       LongDescription                  N
13530         'pcst'       Podcast                          N
13531         'perf'       Performer                        N
13532         'pgap'       PlayGap                          N
13533         'plID'       PlayListID                       N
13534         'purd'       PurchaseDate                     N
13535         'purl'       PodcastURL                       N
13536         'rtng'       Rating                           N
13537         'sfID'       AppleStoreCountry                N
13538         'soaa'       SortAlbumArtist                  N
13539         'soal'       SortAlbum                        N
13540         'soar'       SortArtist                       N
13541         'soco'       SortComposer                     N
13542         'sonm'       SortName                         N
13543         'sosn'       SortShow                         N
13544         'stik'       MediaType                        N
13545         'titl'       Title                            N
13546         'tmpo'       BeatsPerMinute                   N
13547         'trkn'       TrackNumber                      N
13548         'tven'       TVEpisodeID                      N
13549         'tves'       TVEpisode                        N
13550         'tvnn'       TVNetworkName                    N
13551         'tvsh'       TVShow                           N
13552         'tvsn'       TVSeason                         N
13553         'yrrc'       Year                             N
13554         "\xa9ART"    Artist                           N
13555         "\xa9alb"    Album                            N
13556         "\xa9cmt"    Comment                          N
13557         "\xa9com"    Composer                         N
13558         "\xa9day"    Year                             N
13559         "\xa9des"    Description                      N
13560         "\xa9enc"    EncodedBy                        N
13561         "\xa9gen"    Genre                            N
13562         "\xa9grp"    Grouping                         N
13563         "\xa9lyr"    Lyrics                           N
13564         "\xa9nam"    Title                            N
13565         "\xa9too"    Encoder                          N
13566         "\xa9trk"    Track                            N
13567         "\xa9wrt"    Composer                         N
13568
13569       QuickTime iTunesInfo Tags
13570
13571         Tag ID   Tag Name                             Writable
13572         ------   --------                             --------
13573         'data'   Data?                                N
13574         'mean'   Mean?                                N
13575         'name'   Name?                                N
13576
13577       QuickTime Keys Tags
13578
13579       This directory contains a list of key names which are used to decode
13580       ItemList tags written by the "mdta" handler.  The prefix of
13581       "com.apple.quicktime." has been removed from all TagID's below.
13582
13583         Tag ID                       Tag Name         Writable
13584         ------                       --------         --------
13585         'album'                      Album            N
13586         'artist'                     Artist           N
13587         'artwork'                    Artwork          N
13588         'author'                     Author           N
13589         'camera.framereadouttimeinmicroseconds'
13590                                      FrameReadoutTime N
13591         'camera.identifier'          CameraIdentifier N
13592         'comment'                    Comment          N
13593         'copyright'                  Copyright        N
13594         'creationdate'               CreationDate     N
13595         'description'                Description      N
13596         'direction.facing'           CameraDirection  N
13597         'direction.motion'           CameraMotion     N
13598         'director'                   Director         N
13599         'genre'                      Genre            N
13600         'information'                Information      N
13601         'keywords'                   Keywords         N
13602         'location.ISO6709'           GPSCoordinates   N
13603         'location.body'              LocationBody     N
13604         'location.date'              LocationDate     N
13605         'location.name'              LocationName     N
13606         'location.note'              LocationNote     N
13607         'location.role'              LocationRole     N
13608         'make'                       Make             N
13609         'model'                      Model            N
13610         'player.movie.audio.balance' Balance          N
13611         'player.movie.audio.bass'    Bass             N
13612         'player.movie.audio.gain'    AudioGain        N
13613         'player.movie.audio.mute'    Mute             N
13614         'player.movie.audio.pitchshift' PitchShift    N
13615         'player.movie.audio.treble'  Trebel           N
13616         'player.movie.visual.brightness' Brightness   N
13617         'player.movie.visual.color'  Color            N
13618         'player.movie.visual.contrast' Contrast       N
13619         'player.movie.visual.tint'   Tint             N
13620         'player.version'             PlayerVersion    N
13621         'publisher'                  Publisher        N
13622         'software'                   Software         N
13623         'version'                    Version          N
13624         'year'                       Year             N
13625
13626       QuickTime MovieHeader Tags
13627
13628          Index   Tag Name                             Writable
13629          -----   --------                             --------
13630             0    MovieHeaderVersion                   N
13631             1    CreateDate                           N
13632             2    ModifyDate                           N
13633             3    TimeScale                            N
13634             4    Duration                             N
13635             5    PreferredRate                        N
13636             6    PreferredVolume                      N
13637             9    MatrixStructure                      N
13638            18    PreviewTime                          N
13639            19    PreviewDuration                      N
13640            20    PosterTime                           N
13641            21    SelectionTime                        N
13642            22    SelectionDuration                    N
13643            23    CurrentTime                          N
13644            24    NextTrackID                          N
13645
13646       QuickTime Track Tags
13647
13648         Tag ID   Tag Name                             Writable
13649         ------   --------                             --------
13650         'mdia'   Media                                QuickTime Media
13651         'meta'   Meta                                 QuickTime Meta
13652         'tkhd'   TrackHeader                          QuickTime TrackHeader
13653         'tref'   TrackRef                             QuickTime TrackRef
13654         'udta'   UserData                             QuickTime UserData
13655         'uuid'   UUID-USMT                            QuickTime UserMedia
13656                  UUID-Unknown?                        N
13657
13658       QuickTime Media Tags
13659
13660       MP4 media box.
13661
13662         Tag ID   Tag Name                             Writable
13663         ------   --------                             --------
13664         'hdlr'   Handler                              QuickTime Handler
13665         'mdhd'   MediaHeader                          QuickTime MediaHeader
13666         'minf'   MediaInfo                            QuickTime MediaInfo
13667
13668       QuickTime MediaHeader Tags
13669
13670          Index   Tag Name                             Writable
13671          -----   --------                             --------
13672             0    MediaHeaderVersion                   N
13673             1    MediaCreateDate                      N
13674             2    MediaModifyDate                      N
13675             3    MediaTimeScale                       N
13676             4    MediaDuration                        N
13677             5    MediaLanguageCode                    N
13678
13679       QuickTime MediaInfo Tags
13680
13681       MP4 media info box.
13682
13683         Tag ID   Tag Name                             Writable
13684         ------   --------                             --------
13685         'dinf'   DataInfo                             QuickTime DataInfo
13686         'gmhd'   GenMediaHeader                       QuickTime GenMediaHeader
13687         'hdlr'   Handler                              QuickTime Handler
13688         'hmhd'   HintHeader                           QuickTime HintHeader
13689         'nmhd'   NullMediaHeader?                     N
13690         'smhd'   AudioHeader                          QuickTime AudioHeader
13691         'stbl'   SampleTable                          QuickTime SampleTable
13692         'vmhd'   VideoHeader                          QuickTime VideoHeader
13693
13694       QuickTime DataInfo Tags
13695
13696       MP4 data information box.
13697
13698         Tag ID   Tag Name                             Writable
13699         ------   --------                             --------
13700         'dref'   DataRef                              QuickTime DataRef
13701
13702       QuickTime DataRef Tags
13703
13704       MP4 data reference box.
13705
13706         Tag ID   Tag Name                             Writable
13707         ------   --------                             --------
13708         'url '   URL                                  N
13709         'urn '   URN                                  N
13710
13711       QuickTime GenMediaHeader Tags
13712
13713         Tag ID   Tag Name                             Writable
13714         ------   --------                             --------
13715         'gmin'   GenMediaInfo                         QuickTime GenMediaInfo
13716         'text'   Text?                                N
13717
13718       QuickTime GenMediaInfo Tags
13719
13720          Index   Tag Name                             Writable
13721          -----   --------                             --------
13722             0    GenMediaVersion                      N
13723             1    GenFlags                             N
13724             4    GenGraphicsMode                      N
13725             6    GenOpColor                           N
13726            12    GenBalance                           N
13727
13728       QuickTime HintHeader Tags
13729
13730       MP4 hint media header.
13731
13732          Index   Tag Name                             Writable
13733          -----   --------                             --------
13734             2    MaxPDUSize                           N
13735             3    AvgPDUSize                           N
13736             4    MaxBitrate                           N
13737             6    AvgBitrate                           N
13738
13739       QuickTime AudioHeader Tags
13740
13741       MP4 audio media header.
13742
13743          Index   Tag Name                             Writable
13744          -----   --------                             --------
13745             2    Balance                              N
13746
13747       QuickTime SampleTable Tags
13748
13749       MP4 sample table box.
13750
13751         Tag ID   Tag Name                             Writable
13752         ------   --------                             --------
13753         'co64'   ChunkOffset64?                       N
13754         'cslg'   CompositionToDecodeTimelineMapping?  N
13755         'ctts'   CompositionTimeToSample?             N
13756         'padb'   SamplePaddingBits?                   N
13757         'sbgp'   SampleToGroup?                       N
13758         'sdtp'   IdependentAndDisposableSamples?      N
13759         'sgpd'   SampleGroupDescription?              N
13760         'stco'   ChunkOffset?                         N
13761         'stdp'   SampleDegradationPriority?           N
13762         'stsc'   SampleToChunk?                       N
13763         'stsd'   AudioSampleDesc                      QuickTime AudioSampleDesc
13764                  VideoSampleDesc                      QuickTime ImageDesc
13765                  HintSampleDesc                       QuickTime HintSampleDesc
13766                  OtherSampleDesc                      QuickTime OtherSampleDesc
13767         'stsh'   ShadowSyncSampleTable?               N
13768         'stss'   SyncSampleTable?                     N
13769         'stsz'   SampleSizes?                         N
13770         'stts'   VideoFrameRate                       N
13771                  TimeToSampleTable?                   N
13772         'stz2'   CompactSampleSizes?                  N
13773         'subs'   Sub-sampleInformation?               N
13774
13775       QuickTime AudioSampleDesc Tags
13776
13777       MP4 audio sample description.
13778
13779          Index   Tag Name                             Writable
13780          -----   --------                             --------
13781             2    AudioFormat                          N
13782            10    AudioVendorID                        N
13783            12    AudioChannels                        N
13784            13    AudioBitsPerSample                   N
13785            16    AudioSampleRate                      N
13786            28    AudioFormat                          N
13787
13788       QuickTime ImageDesc Tags
13789
13790          Index   Tag Name                             Writable
13791          -----   --------                             --------
13792             2    CompressorID                         N
13793            10    VendorID                             N
13794            16    SourceImageWidth                     N
13795            17    SourceImageHeight                    N
13796            18    XResolution                          N
13797            20    YResolution                          N
13798            25    CompressorName                       N
13799            41    BitDepth                             N
13800
13801       QuickTime HintSampleDesc Tags
13802
13803       MP4 hint sample description.
13804
13805          Index   Tag Name                             Writable
13806          -----   --------                             --------
13807             2    HintFormat                           N
13808
13809       QuickTime OtherSampleDesc Tags
13810
13811          Index   Tag Name                             Writable
13812          -----   --------                             --------
13813             2    OtherFormat                          N
13814
13815       QuickTime VideoHeader Tags
13816
13817       MP4 video media header.
13818
13819          Index   Tag Name                             Writable
13820          -----   --------                             --------
13821             2    GraphicsMode                         N
13822             3    OpColor                              N
13823
13824       QuickTime TrackHeader Tags
13825
13826          Index   Tag Name                             Writable
13827          -----   --------                             --------
13828             0    TrackHeaderVersion                   N
13829             1    TrackCreateDate                      N
13830             2    TrackModifyDate                      N
13831             3    TrackID                              N
13832             5    TrackDuration                        N
13833             8    TrackLayer                           N
13834             9    TrackVolume                          N
13835            10    MatrixStructure                      N
13836            19    ImageWidth                           N
13837            20    ImageHeight                          N
13838
13839       QuickTime TrackRef Tags
13840
13841         Tag ID   Tag Name                             Writable
13842         ------   --------                             --------
13843         'chap'   ChapterList                          N
13844
13845       QuickTime UserData Tags
13846
13847       Tag ID's beginning with the copyright symbol (hex 0xa9) are multi-
13848       language text.  Alternate language tags are accessed by adding a dash
13849       followed by the language/country code to the tag name.  ExifTool will
13850       extract any multi-language user data tags found, even if they don't
13851       exist in this table.
13852
13853         Tag ID       Tag Name                         Writable
13854         ------       --------                         --------
13855         'AllF'       PlayAllFrames                    N
13856         'CNCV'       CompressorVersion                N
13857         'CNFV'       FirmwareVersion                  N
13858         'CNMN'       Model                            N
13859         'CNTH'       CanonCNTH                        Canon CNTH
13860         'DcMD'       DcMD                             QuickTime DcMD
13861         'FFMV'       FujiFilmFFMV                     FujiFilm FFMV
13862         'INFO'       SamsungINFO                      Samsung INFO
13863         'LOOP'       LoopStyle                        N
13864         'MMA0'       MinoltaMMA0                      Minolta MMA
13865         'MMA1'       MinoltaMMA1                      Minolta MMA
13866         'MVTG'       FujiFilmMVTG                     EXIF
13867         'NCDT'       NikonNCDT                        Nikon NCDT
13868         'QVMI'       CasioQVMI                        EXIF
13869         'SDLN'       PlayMode                         N
13870         'SelO'       PlaySelection                    N
13871         'TAGS'       KodakTags                        Kodak MOV
13872                      KonicaMinoltaTags                Minolta MOV1
13873                      MinoltaTags                      Minolta MOV2
13874                      NikonTags                        Nikon MOV
13875                      OlympusTags1                     Olympus MOV1
13876                      OlympusTags2                     Olympus MOV2
13877                      OlympusTags3                     Olympus MP4
13878                      PentaxTags                       Pentax MOV
13879                      SamsungTags                      Samsung MP4
13880                      SanyoMOV                         Sanyo MOV
13881                      SanyoMP4                         Sanyo MP4
13882                      UnknownTags?                     N
13883         'WLOC'       WindowLocation                   N
13884         'XMP_'       XMP                              XMP
13885         'hinf'       HintTrackInfo                    QuickTime HintTrackInfo
13886         'hnti'       HintInfo                         QuickTime HintInfo
13887         'meta'       Meta                             QuickTime Meta
13888         'name'       Name                             N
13889         'ptv '       PrintToVideo                     QuickTime Video
13890         'vndr'       Vendor                           N
13891         "\xa9ART"    Artist                           N
13892         "\xa9alb"    Album                            N
13893         "\xa9arg"    Arranger                         N
13894         "\xa9ark"    ArrangerKeywords                 N
13895         "\xa9cmt"    Comment                          N
13896         "\xa9cok"    ComposerKeywords                 N
13897         "\xa9com"    Composer                         N
13898         "\xa9cpy"    Copyright                        N
13899         "\xa9day"    CreateDate                       N
13900         "\xa9dir"    Director                         N
13901         "\xa9ed1"    Edit1                            N
13902         "\xa9ed2"    Edit2                            N
13903         "\xa9ed3"    Edit3                            N
13904         "\xa9ed4"    Edit4                            N
13905         "\xa9ed5"    Edit5                            N
13906         "\xa9ed6"    Edit6                            N
13907         "\xa9ed7"    Edit7                            N
13908         "\xa9ed8"    Edit8                            N
13909         "\xa9ed9"    Edit9                            N
13910         "\xa9fmt"    Format                           N
13911         "\xa9gen"    Genre                            N
13912         "\xa9grp"    Grouping                         N
13913         "\xa9inf"    Information                      N
13914         "\xa9isr"    ISRCCode                         N
13915         "\xa9lab"    RecordLabelName                  N
13916         "\xa9lal"    RecordLabelURL                   N
13917         "\xa9lyr"    Lyrics                           N
13918         "\xa9mak"    Make                             N
13919         "\xa9mal"    MakerURL                         N
13920         "\xa9mod"    Model                            N
13921         "\xa9nam"    Title                            N
13922         "\xa9pdk"    ProducerKeywords                 N
13923         "\xa9phg"    RecordingCopyright               N
13924         "\xa9prd"    Producer                         N
13925         "\xa9prf"    Performers                       N
13926         "\xa9prk"    PerformerKeywords                N
13927         "\xa9prl"    PerformerURL                     N
13928         "\xa9req"    Requirements                     N
13929         "\xa9snk"    SubtitleKeywords                 N
13930         "\xa9snm"    Subtitle                         N
13931         "\xa9src"    SourceCredits                    N
13932         "\xa9swf"    SongWriter                       N
13933         "\xa9swk"    SongWriterKeywords               N
13934         "\xa9swr"    SoftwareVersion                  N
13935         "\xa9too"    Encoder                          N
13936         "\xa9trk"    Track                            N
13937         "\xa9wrt"    Composer                         N
13938         "\xa9xyz"    GPSCoordinates                   N
13939
13940       QuickTime DcMD Tags
13941
13942       Metadata directory found in MOV videos from some Kodak cameras.
13943
13944         Tag ID   Tag Name                             Writable
13945         ------   --------                             --------
13946         'CMbo'   CameraByteOrder                      N
13947         'Cmbo'   CameraByteOrder                      N
13948         'DcME'   DcME                                 QuickTime DcME
13949
13950       QuickTime DcME Tags
13951
13952         Tag ID   Tag Name                             Writable
13953         ------   --------                             --------
13954         [no tags known]
13955
13956       QuickTime HintTrackInfo Tags
13957
13958         Tag ID   Tag Name                             Writable
13959         ------   --------                             --------
13960         'dimm'   ImmediateDataBytes                   N
13961         'dmax'   LargestPacketDuration                N
13962         'dmed'   MediaTrackBytes                      N
13963         'drep'   RepeatedDataBytes                    N
13964         'maxr'   MaxDataRate                          N
13965         'npck'   NumPackets                           N
13966         'nump'   NumPackets                           N
13967         'payt'   PayloadType                          N
13968         'pmax'   LargestPacketSize                    N
13969         'tmax'   MaxTransmissionTime                  N
13970         'tmin'   MinTransmissionTime                  N
13971         'totl'   TotalBytes                           N
13972         'tpaY'   TotalBytesNoRTPHeaders               N
13973         'tpay'   TotalBytesNoRTPHeaders               N
13974         'tpyl'   TotalBytesNoRTPHeaders               N
13975         'trpY'   TotalBytes                           N
13976         'trpy'   TotalBytes                           N
13977
13978       QuickTime HintInfo Tags
13979
13980         Tag ID   Tag Name                             Writable
13981         ------   --------                             --------
13982         'rtp '   RealtimeStreamingProtocol            N
13983         'sdp '   StreamingDataProtocol                N
13984
13985       QuickTime Video Tags
13986
13987          Index   Tag Name                             Writable
13988          -----   --------                             --------
13989             0    DisplaySize                          N
13990             6    SlideShow                            N
13991
13992       QuickTime UserMedia Tags
13993
13994         Tag ID   Tag Name                             Writable
13995         ------   --------                             --------
13996         'MTDT'   MetaData                             QuickTime MetaData
13997
13998       QuickTime MetaData Tags
13999
14000         Tag ID   Tag Name                             Writable
14001         ------   --------                             --------
14002         0x0001   Title                                N
14003         0x0003   ProductionDate                       N
14004         0x0004   Software                             N
14005         0x0005   Product                              N
14006         0x000a   TrackProperty                        N
14007         0x000b   TimeZone                             N
14008         0x000c   ModifyDate                           N
14009
14010       QuickTime Preview Tags
14011
14012          Index   Tag Name                             Writable
14013          -----   --------                             --------
14014             0    PreviewDate                          N
14015             2    PreviewVersion                       N
14016             3    PreviewAtomType                      N
14017             5    PreviewAtomIndex                     N
14018
14019       QuickTime Profile Tags
14020
14021         Tag ID   Tag Name                             Writable
14022         ------   --------                             --------
14023         'APRF'   AudioProfile                         QuickTime AudioProf
14024         'FPRF'   FileGlobalProfile                    QuickTime FileProf
14025         'VPRF'   VideoProfile                         QuickTime VideoProf
14026
14027       QuickTime AudioProf Tags
14028
14029          Index   Tag Name                             Writable
14030          -----   --------                             --------
14031             0    AudioProfileVersion?                 N
14032             1    AudioTrackID                         N
14033             2    AudioCodec                           N
14034             3    AudioCodecInfo?                      N
14035             4    AudioAttributes                      N
14036             5    AudioAvgBitrate                      N
14037             6    AudioMaxBitrate                      N
14038             7    AudioSampleRate                      N
14039             8    AudioChannels                        N
14040
14041       QuickTime FileProf Tags
14042
14043          Index   Tag Name                             Writable
14044          -----   --------                             --------
14045             0    FileProfileVersion?                  N
14046             1    FileFunctionFlags                    N
14047
14048       QuickTime VideoProf Tags
14049
14050          Index   Tag Name                             Writable
14051          -----   --------                             --------
14052             0    VideoProfileVersion?                 N
14053             1    VideoTrackID                         N
14054             2    VideoCodec                           N
14055             3    VideoCodecInfo?                      N
14056             4    VideoAttributes                      N
14057             5    VideoAvgBitrate                      N
14058             6    VideoMaxBitrate                      N
14059             7    VideoAvgFrameRate                    N
14060             8    VideoMaxFrameRate                    N
14061             9    VideoSize                            N
14062            10    PixelAspectRatio                     N
14063
14064       QuickTime Flip Tags
14065
14066       Found in MP4 files from Flip Video cameras.
14067
14068          Index   Tag Name                             Writable
14069          -----   --------                             --------
14070             1    PreviewImageWidth                    N
14071             2    PreviewImageHeight                   N
14072            13    PreviewImageLength                   N
14073            14    SerialNumber                         N
14074            28    PreviewImage                         N
14075
14076       QuickTime ImageFile Tags
14077
14078       Tags used in QTIF QuickTime Image Files.
14079
14080         Tag ID   Tag Name                             Writable
14081         ------   --------                             --------
14082         'idat'   ImageData                            N
14083         'idsc'   ImageDescription                     QuickTime ImageDesc
14084         'iicc'   ICC_Profile                          ICC_Profile
14085
14086   Matroska Tags
14087       The following tags are extracted from Matroska multimedia container
14088       files.  This container format is used by file types such as MKA, MKV,
14089       MKS and WEBM.  For speed, ExifTool extracts tags only up to the first
14090       Cluster unless the Verbose (-v) or Unknown = 2 (-U) option is used.
14091       See <http://www.matroska.org/technical/specs/index.html> for the
14092       official Matroska specification.
14093
14094         Tag ID       Tag Name                         Writable
14095         ------       --------                         --------
14096         0x0000       ChapterDisplay                   Matroska
14097         0x0003       TrackType                        N
14098         0x0005       ChapterString                    N
14099         0x0006       VideoCodecID                     N
14100                      AudioCodecID                     N
14101                      CodecID                          N
14102         0x0008       TrackDefault                     N
14103         0x0009       ChapterTrackNumber?              N
14104         0x000e       Slices                           Matroska
14105         0x000f       ChapterTrack                     Matroska
14106         0x0011       ChapterTimeStart                 N
14107         0x0012       ChapterTimeEnd                   N
14108         0x0016       CueRefTime?                      N
14109         0x0017       CueRefCluster?                   N
14110         0x0018       ChapterFlagHidden?               N
14111         0x001a       VideoScanType                    N
14112         0x001b       BlockDuration?                   N
14113         0x001c       TrackLacing?                     N
14114         0x001f       AudioChannels                    N
14115         0x0020       BlockGroup                       Matroska
14116         0x0021       Block?                           N
14117         0x0022       BlockVirtual?                    N
14118         0x0023       SimpleBlock?                     N
14119         0x0024       CodecState?                      N
14120         0x0025       BlockAdditional?                 N
14121         0x0026       BlockMore                        Matroska
14122         0x0027       Position                         N
14123         0x002a       CodecDecodeAll                   N
14124         0x002b       PrevSize                         N
14125         0x002e       TrackEntry                       Matroska
14126         0x002f       EncryptedBlock?                  N
14127         0x0030       ImageWidth                       N
14128         0x0033       CueTime?                         N
14129         0x0035       AudioSampleRate                  N
14130         0x0036       ChapterAtom                      Matroska
14131         0x0037       CueTrackPositions                Matroska
14132         0x0039       TrackUsed                        N
14133         0x003a       ImageHeight                      N
14134         0x003b       CuePoint                         Matroska
14135         0x003f       CRC-32?                          N
14136         0x004b       BlockAdditionalID?               N
14137         0x004c       LaceNumber?                      N
14138         0x004d       FrameNumber?                     N
14139         0x004e       Delay?                           N
14140         0x004f       ClusterDuration?                 N
14141         0x0057       TrackNumber                      N
14142         0x005b       CueReference                     Matroska
14143         0x0060       Video                            Matroska
14144         0x0061       Audio                            Matroska
14145         0x0067       Timecode?                        N
14146         0x0068       TimeSlice                        Matroska
14147         0x006a       CueCodecState?                   N
14148         0x006b       CueRefCodecState?                N
14149         0x006c       Void?                            N
14150         0x006e       BlockAddID?                      N
14151         0x0071       CueClusterPosition?              N
14152         0x0077       CueTrack?                        N
14153         0x007a       ReferencePriority?               N
14154         0x007b       ReferenceBlock?                  N
14155         0x007d       ReferenceVirtual?                N
14156         0x0254       ContentCompressionAlgorithm      N
14157         0x0255       ContentCompressionSettings?      N
14158         0x0282       DocType                          N
14159         0x0285       DocTypeReadVersion               N
14160         0x0286       EBMLVersion                      N
14161         0x0287       DocTypeVersion                   N
14162         0x02f2       EBMLMaxIDLength?                 N
14163         0x02f3       EBMLMaxSizeLength?               N
14164         0x02f7       EBMLReadVersion                  N
14165         0x037c       ChapterLanguage                  N
14166         0x037e       ChapterCountry                   N
14167         0x0444       SegmentFamily?                   N
14168         0x0461       DateTimeOriginal                 N
14169         0x047a       TagLanguage                      N
14170         0x0484       TagDefault                       N
14171         0x0485       TagBinary                        N
14172         0x0487       TagString                        N
14173         0x0489       Duration                         N
14174         0x050d       ChapterProcessPrivate?           N
14175         0x0598       ChapterFlagEnabled?              N
14176         0x05a3       TagName                          N
14177         0x05b9       EditionEntry                     Matroska
14178         0x05bc       EditionUID?                      N
14179         0x05bd       EditionFlagHidden?               N
14180         0x05db       EditionFlagDefault?              N
14181         0x05dd       EditionFlagOrdered?              N
14182         0x065c       AttachedFileData                 N
14183         0x0660       AttachedFileMIMEType             N
14184         0x066e       AttachedFileName                 N
14185         0x0675       AttachedFileReferral?            N
14186         0x067e       AttachedFileDescription          N
14187         0x06ae       AttachedFileUID                  N
14188         0x07e1       ContentEncryptionAlgorithm       N
14189         0x07e2       ContentEncryptionKeyID?          N
14190         0x07e3       ContentSignature?                N
14191         0x07e4       ContentSignatureKeyID?           N
14192         0x07e5       ContentSignatureAlgorithm        N
14193         0x07e6       ContentSignatureHashAlgorithm    N
14194         0x0d80       MuxingApp                        N
14195         0x0dbb       Seek                             Matroska
14196         0x1031       ContentEncodingOrder?            N
14197         0x1032       ContentEncodingScope?            N
14198         0x1033       ContentEncodingType              N
14199         0x1034       ContentCompression               Matroska
14200         0x1035       ContentEncryption                Matroska
14201         0x135f       CueRefNumber?                    N
14202         0x136e       TrackName                        N
14203         0x1378       CueBlockNumber?                  N
14204         0x137f       TrackOffset?                     N
14205         0x13ab       SeekID?                          N
14206         0x13ac       SeekPosition?                    N
14207         0x13b8       Stereo3DMode                     N
14208         0x14aa       CropBottom                       N
14209         0x14b0       DisplayWidth                     N
14210         0x14b2       DisplayUnit                      N
14211         0x14b3       AspectRatioType                  N
14212         0x14ba       DisplayHeight                    N
14213         0x14bb       CropTop                          N
14214         0x14cc       CropLeft                         N
14215         0x14dd       CropRight                        N
14216         0x15aa       TrackForced                      N
14217         0x15ee       MaxBlockAdditionID?              N
14218         0x1741       WritingApp                       N
14219         0x1854       SilentTracks                     Matroska
14220         0x18d7       SilentTrackNumber                N
14221         0x21a7       AttachedFile                     Matroska
14222         0x2240       ContentEncoding                  Matroska
14223         0x2264       AudioBitsPerSample               N
14224         0x23a2       CodecPrivate?                    N
14225         0x23c0       Targets                          Matroska
14226         0x23c3       ChapterPhysicalEquivalent        N
14227         0x23c4       TagChapterUID?                   N
14228         0x23c5       TagTrackUID?                     N
14229         0x23c6       TagAttachmentUID?                N
14230         0x23c9       TagEditionUID?                   N
14231         0x23ca       TargetType                       N
14232         0x2532       SignedElement?                   N
14233         0x2624       TrackTranslate                   Matroska
14234         0x26a5       TrackTranslateTrackID?           N
14235         0x26bf       TrackTranslateCodec              N
14236         0x26fc       TrackTranslateEditionUID?        N
14237         0x27c8       SimpleTag                        Matroska
14238         0x28ca       TargetTypeValue                  N
14239         0x2911       ChapterProcessCommand            Matroska
14240         0x2922       ChapterProcessTime?              N
14241         0x2924       ChapterTranslate                 Matroska
14242         0x2933       ChapterProcessData?              N
14243         0x2944       ChapterProcess                   Matroska
14244         0x2955       ChapterProcessCodecID?           N
14245         0x29a5       ChapterTranslateID?              N
14246         0x29bf       ChapterTranslateCodec            N
14247         0x29fc       ChapterTranslateEditionUID?      N
14248         0x2d80       ContentEncodings                 Matroska
14249         0x2de7       MinCache?                        N
14250         0x2df8       MaxCache?                        N
14251         0x2e67       ChapterSegmentUID?               N
14252         0x2ebc       ChapterSegmentEditionUID?        N
14253         0x2fab       TrackOverlay?                    N
14254         0x3373       Tag                              Matroska
14255         0x3384       SegmentFileName                  N
14256         0x33a4       SegmentUID?                      N
14257         0x33c4       ChapterUID?                      N
14258         0x33c5       TrackUID?                        N
14259         0x3446       TrackAttachmentUID               N
14260         0x35a1       BlockAdditions                   Matroska
14261         0x38b5       OutputAudioSampleRate            N
14262         0x3ba9       Title                            N
14263         0x3d7b       ChannelPositions?                N
14264         0x3e5b       SignatureElements                Matroska
14265         0x3e7b       SignatureElementList             Matroska
14266         0x3e8a       SignatureAlgo                    N
14267         0x3e9a       SignatureHash                    N
14268         0x3ea5       SignaturePublicKey?              N
14269         0x3eb5       Signature?                       N
14270         0x2b59c      TrackLanguage                    N
14271         0x3314f      TrackTimecodeScale               N
14272         0x383e3      FrameRate                        N
14273         0x3e383      VideoFrameRate                   N
14274                      DefaultDuration                  N
14275         0x58688      VideoCodecName                   N
14276                      AudioCodecName                   N
14277                      CodecName                        N
14278         0x6b240      CodecDownloadURL                 N
14279         0xad7b1      TimecodeScale                    N
14280         0xeb524      ColorSpace?                      N
14281         0xfb523      Gamma                            N
14282         0x1a9697     CodecSettings                    N
14283         0x1b4040     CodecInfoURL                     N
14284         0x1c83ab     PrevFileName                     N
14285         0x1cb923     PrevUID?                         N
14286         0x1e83bb     NextFileName                     N
14287         0x1eb923     NextUID?                         N
14288         0x43a770     Chapters                         Matroska
14289         0x14d9b74    SeekHead                         Matroska
14290         0x254c367    Tags                             Matroska
14291         0x549a966    Info                             Matroska
14292         0x654ae6b    Tracks                           Matroska
14293         0x8538067    SegmentHeader                    Matroska
14294         0x941a469    Attachments                      Matroska
14295         0xa45dfa3    EBMLHeader                       Matroska
14296         0xb538667    SignatureSlot                    Matroska
14297         0xc53bb6b    Cues                             Matroska
14298         0xf43b675    Cluster                          Matroska
14299
14300   MXF Tags
14301       Tags extracted from Material Exchange Format files.  Tag ID's are not
14302       listed because they are bulky 16-byte binary values.
14303
14304         Tag Name                                      Writable
14305         --------                                      --------
14306         OrganizationID                                N
14307         UPID?                                         N
14308         UPN?                                          N
14309         IBTN?                                         N
14310         ISAN?                                         N
14311         ISBN?                                         N
14312         ISSN?                                         N
14313         ISWC?                                         N
14314         ISMN?                                         N
14315         ISCI?                                         N
14316         ISRC?                                         N
14317         ISRN?                                         N
14318         ISBD?                                         N
14319         ISTC?                                         N
14320         SICI?                                         N
14321         BICI?                                         N
14322         AICI?                                         N
14323         PII?                                          N
14324         DOI?                                          N
14325         InstanceUID?                                  N
14326         PackageID?                                    N
14327         DeviceDesignation                             N
14328         DeviceModel                                   N
14329         DeviceSerialNumber                            N
14330         URL                                           N
14331         URL                                           N
14332         PURL                                          N
14333         URN                                           N
14334         TransmissionID                                N
14335         ArchiveID                                     N
14336         ItemID                                        N
14337         AccountingReferenceNumber                     N
14338         TrafficID                                     N
14339         ReelOrRollNumber                              N
14340         LocalTapeNumber                               N
14341         LUID                                          N
14342         PackageName                                   N
14343         LocalFilePath                                 N
14344         EdgeCode                                      N
14345         FrameCode                                     N
14346         KeyCode?                                      N
14347         InkNumber                                     N
14348         KeyText                                       N
14349         KeyFrame                                      N
14350         KeySound                                      N
14351         KeyDataOrProgram                              N
14352         TitleKind                                     N
14353         MainTitle                                     N
14354         SecondaryTitle                                N
14355         SeriesNumber                                  N
14356         EpisodeNumber                                 N
14357         SceneNumber                                   N
14358         TakeNumber                                    N
14359         CISACLegalEntityID?                           N
14360         AGICOAID?                                     N
14361         SourceOrganization                            N
14362         SupplyContractNumber                          N
14363         OriginalProducerName                          N
14364         TotalEpisodeCount                             N
14365         CopyrightStatus                               N
14366         CopyrightOwnerName                            N
14367         IntellectualPropertyDescription               N
14368         IntellectualPropertyRights                    N
14369         Rightsholder                                  N
14370         RightsManagementAuthority                     N
14371         InterestedPartyName                           N
14372         MaximumUseCount                               N
14373         LicenseOptionsDescription                     N
14374         CurrencyCode                                  N
14375         RoyaltyPaymentInformation                     N
14376         RoyaltyIncomeInformation                      N
14377         RestrictionsonUse                             N
14378         ExCCIData?                                    N
14379         Username                                      N
14380         Username                                      N
14381         Password                                      N
14382         Password                                      N
14383         ScramblingKeyKind                             N
14384         ScramblingKeyValue                            N
14385         BroadcastOrganizationName                     N
14386         BroadcastChannel                              N
14387         BroadcastMediumKind                           N
14388         BroadcastRegion                               N
14389         FirstBroadcastFlag                            N
14390         CurrentRepeatNumber                           N
14391         PreviousRepeatNumber                          N
14392         AudienceRating                                N
14393         AudienceReach                                 N
14394         NatureOfPersonality                           N
14395         ContributionStatus                            N
14396         SupportOrAdministrationStatus                 N
14397         OrganizationKind                              N
14398         ProductionOrganizationRole                    N
14399         SupportOrganizationRole                       N
14400         JobFunctionName                               N
14401         RoleName                                      N
14402         ContactKind                                   N
14403         ContactDepartmentName                         N
14404         FamilyName                                    N
14405         FirstGivenName                                N
14406         SecondGivenName                               N
14407         ThirdGivenName                                N
14408         MainName                                      N
14409         SupplementaryName                             N
14410         OrganizationMainName                          N
14411         SupplementaryOrganizationName                 N
14412         ISO3166CountryCode                            N
14413         ISO639-1LanguageCode                          N
14414         OperatingSystemInterpretations                N
14415         ByteOrder                                     N
14416         EssenceIsIdentified                           N
14417         LengthSystemName                              N
14418         LengthUnitKind                                N
14419         AngularUnitKind                               N
14420         TimeSystemOffset                              N
14421         TimeUnitKind                                  N
14422         ContentCodingSystem                           N
14423         ProgramKind                                   N
14424         Genre                                         N
14425         TargetAudience                                N
14426         CatalogDataStatus                             N
14427         ThesaurusName                                 N
14428         Theme                                         N
14429         ContentClassification                         N
14430         Keywords                                      N
14431         KeyFrames                                     N
14432         KeySounds                                     N
14433         KeyData                                       N
14434         Abstract                                      N
14435         Purpose                                       N
14436         Description                                   N
14437         ColorDescriptor                               N
14438         FormatDescriptor                              N
14439         StratumKind                                   N
14440         IndividualAwardName                           N
14441         ProgramAwardName                              N
14442         AssetValue                                    N
14443         ContentValue                                  N
14444         CulturalValue                                 N
14445         AestheticValue                                N
14446         HistoricalValue                               N
14447         TechnicalValue                                N
14448         OtherValues                                   N
14449         CatalogDataStatus                             N
14450         CatalogingSystemName                          N
14451         ComputedKeywords                              N
14452         ComputedKeyFrames                             N
14453         ComputedKeySounds                             N
14454         ComputedKeyData                               N
14455         ComputedStratumKind                           N
14456         PresentationAspectRatio                       N
14457         CaptureAspectRatio                            N
14458         CaptureGammaEquation                          N
14459         CaptureGammaEquation                          N
14460         LumaEquation                                  N
14461         ColorimetryCode                               N
14462         SignalFormCode                                N
14463         ColorFieldCode                                N
14464         FieldRate                                     N
14465         FrameRate                                     N
14466         FrameLayout                                   N
14467         SamplingStructureCode                         N
14468         TotalLinesperFrame                            N
14469         ActiveLinesperFrame                           N
14470         LeadingLines                                  N
14471         TrailingLines                                 N
14472         AnalogVideoSystemName                         N
14473         LuminanceSampleRate                           N
14474         ActiveSamplesperLine                          N
14475         TotalSamplesperLine                           N
14476         SamplingHierarchyCode                         N
14477         HorizontalSubsampling                         N
14478         ColorSiting                                   N
14479         SampledHeight                                 N
14480         SampledWidth                                  N
14481         SampledXOffset                                N
14482         SampledYOffset                                N
14483         DisplayHeight                                 N
14484         DisplayWidth                                  N
14485         DisplayXOffset                                N
14486         DisplayYOffset                                N
14487         FilteringCode                                 N
14488         ImageHeight                                   N
14489         ImageWidth                                    N
14490         BitsperPixel                                  N
14491         RoundingMethodCode                            N
14492         BlackReferenceLevel                           N
14493         WhiteReferenceLevel                           N
14494         FieldFrameTypeCode                            N
14495         PulldownSequence?                             N
14496         PulldownFieldDominance                        N
14497         VideoAndFilmFrameRelationship                 N
14498         CaptureFilmFrameRate                          N
14499         TransferFilmFrameRate                         N
14500         VideoTestParameter                            N
14501         VideoTestResult                               N
14502         VideoTestResult                               N
14503         FilmTestParameter                             N
14504         FilmTestResult                                N
14505         FilmTestResult?                               N
14506         ElectrospatialFormulation                     N
14507         FilteringApplied                              N
14508         AudioReferenceLevel                           N
14509         AudioMonoChannelCount                         N
14510         AudioStereoChannelCount                       N
14511         AnalogSystem                                  N
14512         AudioSampleRate                               N
14513         BitsPerSample                                 N
14514         RoundingLaw                                   N
14515         Dither                                        N
14516         OpticalTrack                                  N
14517         MagneticTrack                                 N
14518         Signal-to-NoiseRatio                          N
14519         Weighting                                     N
14520         AnalogDataCodingKind                          N
14521         TimecodeKind                                  N
14522         TimecodeTimebase                              N
14523         TimecodeUserBitsFlag                          N
14524         IncludeSync                                   N
14525         DropFrame                                     N
14526         TimecodeSourceKind                            N
14527         AnalogMetadataCarrier                         N
14528         DigitalMetadataCarrier                        N
14529         AnalogMonitoringAndControlCodingKind          N
14530         SampleRate                                    N
14531         EssenceLength                                 N
14532         FilmColorProcess                              N
14533         EdgeCodeFormat?                               N
14534         FilmFormatName                                N
14535         FilmStockKind                                 N
14536         FilmStockManufacturerName                     N
14537         PhysicalMediaLength?                          N
14538         FilmCaptureAperture                           N
14539         ImageCategory                                 N
14540         ImageSourceDeviceKind                         N
14541         OpticalTestParameterName                      N
14542         OpticalTestResult                             N
14543         OpticalTestResult                             N
14544         SensorType                                    N
14545         PolarCharacteristic                           N
14546         IntegrationIndication                         N
14547         EventIndication                               N
14548         QualityFlag                                   N
14549         PhysicalInstanceKind                          N
14550         DigitalOrAnalogOrigination                    N
14551         MicrophonePlacementTechniques                 N
14552         SimpleFlaggingCount                           N
14553         CopyCount                                     N
14554         CloneCount                                    N
14555         Work-in-ProgressFlag                          N
14556         VideoOrImageCompressionAlgorithm              N
14557         SplicingMetadata?                             N
14558         AudioCompressionAlgorithm                     N
14559         VideoNoiseReductionAlgorithm                  N
14560         AudioNoiseReductionAlgorithm                  N
14561         EnhancementOrModificationDescription          N
14562         VideoDeviceKind                               N
14563         VideoDeviceParameterName                      N
14564         VideoDeviceParameterSetting                   N
14565         AudioEnhancementOrModificationDescription     N
14566         AudioFirstMix-DownProcess                     N
14567         AudioDeviceKind                               N
14568         AudioDeviceParameter                          N
14569         AudioDeviceParameterSetting                   N
14570         DataEnhancementOrModificationDescription      N
14571         DataDeviceKind                                N
14572         DataDeviceParameterName                       N
14573         DataDeviceParameterSetting                    N
14574         DefaultFadeType?                              N
14575         ActiveState                                   N
14576         Fade-InType?                                  N
14577         Fade-OutType?                                 N
14578         SpeedChangeEffectFlag                         N
14579         InputSegmentCount                             N
14580         Bypass                                        N
14581         VideoCompressionAlgorithm                     N
14582         MPEGVideoRecodingDataset?                     N
14583         UpstreamAudioCompressionAlgorithm             N
14584         MPEGAudioRecodingDataset?                     N
14585         ProgramSupportMaterialReference               N
14586         AdvertisingMaterialReference                  N
14587         ProgramCommercialMaterialReference            N
14588         ContiguousDataFlag                            N
14589         PositionInSequence                            N
14590         RelativePositionInSequenceOffset              N
14591         RelativePositionInSequenceName                N
14592         ImageCoordinateSystem                         N
14593         MapDatumUsed                                  N
14594         LocalDatumAbsolutePositionAccuracy            N
14595         DeviceAbsolutePositionalAccuracy              N
14596         DeviceAltitude                                N
14597         DeviceAltitude                                N
14598         DeviceLatitude                                N
14599         DeviceLatitude                                N
14600         DeviceLongitude                               N
14601         DeviceLongitude                               N
14602         DeviceXDimension                              N
14603         DeviceYDimension                              N
14604         FramePositionalAccuracy                       N
14605         FrameCenterLatitude                           N
14606         FrameCenterLatitude                           N
14607         FrameCenterLongitude                          N
14608         FrameCenterLongitude                          N
14609         FrameCenterLatitudeLongitude                  N
14610         LocalDatumRelativePositionAccuracy            N
14611         DeviceRelativePositionalAccuracy              N
14612         DeviceRelativePositionX                       N
14613         DeviceRelativePositionY                       N
14614         DeviceRelativePositionZ                       N
14615         SubjectRelativePositionalAccuracy             N
14616         PositionWithinViewportImageXCoordinate        N
14617         PositionWithinViewportImageYCoordinate        N
14618         SourceImageCenterXCoordinate                  N
14619         SourceImageCenterYCoordinate                  N
14620         ViewportImageCenterCCoordinate                N
14621         ViewportImageCenterYCoordinate                N
14622         DeviceAbsoluteSpeed                           N
14623         DeviceAbsoluteHeading                         N
14624         SubjectAbsoluteSpeed                          N
14625         SubjectAbsoluteHeading                        N
14626         DeviceRelativeSpeed                           N
14627         DeviceRelativeHeading                         N
14628         SubjectRelativeSpeed                          N
14629         SubjectRelativeHeading                        N
14630         SlantRange                                    N
14631         TargetWidth                                   N
14632         ViewportHeight                                N
14633         ViewportWidth                                 N
14634         SensorRollAngle                               N
14635         AngleToNorth                                  N
14636         ObliquityAngle                                N
14637         PlaceKeyword                                  N
14638         ObjectCountryCode                             N
14639         ShootingCountryCode                           N
14640         SettingCountryCode                            N
14641         CopyrightLicenseCountryCode                   N
14642         IntellectualPropertyLicenseCountryCode        N
14643         ObjectRegionCode                              N
14644         ShootingRegionCode                            N
14645         SettingRegionCode                             N
14646         CopyrightLicenseRegionCode                    N
14647         IntellectualPropertyLicenseRegionCode         N
14648         RoomNumber                                    N
14649         StreetNumber                                  N
14650         StreetName                                    N
14651         PostalTown                                    N
14652         CityName                                      N
14653         StateOrProvinceOrCountyName                   N
14654         PostalCode                                    N
14655         CountryName                                   N
14656         SettingRoomNumber                             N
14657         SettingStreetNumberOrBuildingName             N
14658         SettingStreetName                             N
14659         SettingTownName                               N
14660         SettingCityName                               N
14661         SettingStateOrProvinceOrCountyName            N
14662         SettingPostalCode                             N
14663         SettingCountryName                            N
14664         TelephoneNumber                               N
14665         FaxNumber                                     N
14666         E-MailAddress                                 N
14667         SettingDescription                            N
14668         UTCUserDateTime                               N
14669         LocalUserDateTime                             N
14670         SMPTE309MUserDateTime?                        N
14671         SMPTE12MUserDateTime?                         N
14672         UTCStartDateTime                              N
14673         LocalStartDateTime                            N
14674         TimecodeStartDateTime?                        N
14675         UTCEndDateTime                                N
14676         LocalEndDateTime                              N
14677         TimecodeEndDateTime?                          N
14678         UTCLastModifyDate                             N
14679         LocalLastModifyDate                           N
14680         TimecodeLastModifyDate?                       N
14681         UTCEventStartDateTime                         N
14682         LocalEventStartDateTime                       N
14683         TimecodeEventStartDateTime?                   N
14684         UTCEventEndDateTime                           N
14685         LocalEventEndDateTime                         N
14686         TimecodeEventEndDateTime?                     N
14687         StartTimeRelativeToReference                  N
14688         StartTimecodeRelativeToReference?             N
14689         MaterialEndTimeOffset                         N
14690         MaterialEndTimecodeOffset?                    N
14691         EventStartTimeOffset                          N
14692         EventStartTimecodeOffset?                     N
14693         EventEndTimeOffset                            N
14694         EventEndTimecodeOffset?                       N
14695         FrameCountOffset                              N
14696         TimePeriodName                                N
14697         LocalCreationDateTime                         N
14698         TimecodeCreationDateTime?                     N
14699         LocalModifyDate                               N
14700         TimecodeModifyDate?                           N
14701         FrameCount                                    N
14702         MaterialAbsoluteDuration                      N
14703         MaterialAbsoluteDuration?                     N
14704         TextlessBlackDuration                         N
14705         EventAbsoluteDurationFrameCount               N
14706         EventAbsoluteDuration                         N
14707         EventAbsoluteDuration?                        N
14708         BufferDelay?                                  N
14709         ProgramIdentifier                             N
14710         ProgramIdentifierString                       N
14711         ShimName                                      N
14712         SignalStandard                                N
14713         IntendedAFD                                   N
14714         SlateTitle                                    N
14715         NOLACode                                      N
14716         Rating                                        N
14717         NielsenStreamIdentifier                       N
14718         IsRecording                                   N
14719         IsLiveProduction                              N
14720         IsLiveTransmission                            N
14721         IsDubbed                                      N
14722         IsVoiceover                                   N
14723         HasAudioWatermark                             N
14724         AudioWatermarkKind                            N
14725         HasVideoWatermark                             N
14726         VideoWatermarkKind                            N
14727         SubtitlesPresent                              N
14728         CaptionTitles                                 N
14729         CaptionsViaTeletext                           N
14730         TextlessMaterial                              N
14731         AudioReferenceLevel                           N
14732         StorageDeviceKind                             N
14733         StorageMediaKind                              N
14734         StorageMediaID                                N
14735         BroadcastDate                                 N
14736         BroadcastTime                                 N
14737         IsRepeat                                      N
14738         FirstTransmissionInfo                         N
14739         TeletextSubtitlesAvailable                    N
14740         SeasonEpisodeNumber                           N
14741         SeasonEpisodeTitle                            N
14742         EPGProgramSynopsis                            N
14743         ContentClassification                         N
14744         DVBParentalRating                             N
14745         ContentMaturityRating                         N
14746         ContentMaturityDescription                    N
14747         ContentMaturityGraphic                        N
14748         ContractEntity                                N
14749         ContractTypeLink                              N
14750         ConsumerRightsToCopy                          N
14751         BroadcasterRightsToCopy                       N
14752         DirectorName                                  N
14753         ProducerName                                  N
14754         FemaleLeadActressName                         N
14755         MaleLeadActorName                             N
14756         PresenterName                                 N
14757         MainSponsorName                               N
14758         VoiceTalentName                               N
14759         PostboxNumber                                 N
14760         PostCodeForPostbox                            N
14761         ProgramNumber                                 N
14762         DefinitionObjectID?                           N
14763         IEEEDeviceID                                  N
14764         ProjectNumber                                 N
14765         EdgeCodeHeader?                               N
14766         ChannelHandle                                 N
14767         PhysicalMediaLocation                         N
14768         MediaLocation                                 N
14769         TrackNumber                                   N
14770         EdgeCodeStart                                 N
14771         VersionTitle                                  N
14772         TrackID                                       N
14773         TrackName                                     N
14774         TrackName                                     N
14775         DefinitionObjectName                          N
14776         DefinitionObjectName                          N
14777         ContentPackageMetadataLink                    N
14778         DefinedName                                   N
14779         DefinedName                                   N
14780         DeviceManufacturerName                        N
14781         DeviceManufacturerName                        N
14782         ManufacturerID?                               N
14783         IEEEManufacturerID                            N
14784         AAFManufacturerID?                            N
14785         SupplyingDepartmentName                       N
14786         AudienceShare                                 N
14787         AudienceAppreciation                          N
14788         Salutation                                    N
14789         HonorsAndQualifications                       N
14790         ObjectModelVersion                            N
14791         SDKVersion                                    N
14792         IsOptional                                    N
14793         IsSearchable                                  N
14794         UseDefaultValue                               N
14795         DefaultDataValue?                             N
14796         Size                                          N
14797         IsSigned                                      N
14798         ElementCount                                  N
14799         ElementNameList                               N
14800         TypeDefinitionElementValueList                N
14801         MemberNameList                                N
14802         ExtendibleElementNameList                     N
14803         TypeDefinitionExtendibleElementValues?        N
14804         TargetSet?                                    N
14805         FillerData?                                   N
14806         KLVDataValue?                                 N
14807         PackageKLVData?                               N
14808         ComponentKLVData?                             N
14809         AssignedCategoryName                          N
14810         AssignedCategoryName                          N
14811         AssignedCategoryValue                         N
14812         AssignedCategoryValue                         N
14813         ShotList                                      N
14814         PackageUserComments?                          N
14815         Cue-InWords                                   N
14816         Cue-OutWords                                  N
14817         ObjectKind                                    N
14818         ObjectKind                                    N
14819         ObjectDescription                             N
14820         ObjectDescription                             N
14821         ObjectName                                    N
14822         MetadataItemName                              N
14823         ShotCommentKind                               N
14824         ShotComment                                   N
14825         ComputedObjectKind                            N
14826         ComputedObjectKind                            N
14827         VersionNumberString                           N
14828         VersionNumberString                           N
14829         VersionNumber                                 N
14830         WAVESummary?                                  N
14831         AIFCSummary?                                  N
14832         TIFFSummary?                                  N
14833         ViewportAspectRatio                           N
14834         CaptureGammaEquation?                         N
14835         ColorimetryCode?                              N
14836         PresentationGammaEquation                     N
14837         PresentationGammaEquation?                    N
14838         FieldDominance                                N
14839         VideoLineMap                                  N
14840         AnalogVideoSystemName?                        N
14841         VerticalSub-sampling                          N
14842         BitsperPixel                                  N
14843         ColorRangeLevels                              N
14844         PixelLayout?                                  N
14845         AlphaSampleDepth                              N
14846         Palette?                                      N
14847         PaletteLayout?                                N
14848         ComponentDepth                                N
14849         VideoCodingSchemeID?                          N
14850         RoundedCaptureFilmFrameRate                   N
14851         AudioAverageBitrate                           N
14852         AudioFixedBitrateFlag                         N
14853         CodingLawKind                                 N
14854         AudioCodingSchemeID?                          N
14855         LayerNumber                                   N
14856         TimecodeTimebase                              N
14857         RoundedTimecodeTimebase                       N
14858         ComponentDataDefinition                       N
14859         StreamData?                                   N
14860         TimecodeStreamData?                           N
14861         RecordedFormat                                N
14862         TapeShellKind                                 N
14863         TapeShellKind                                 N
14864         TapeFormulation                               N
14865         TapeFormulation                               N
14866         TapeCapacity                                  N
14867         TapeManufacturer                              N
14868         TapeManufacturer                              N
14869         TapeStock                                     N
14870         TapeStock                                     N
14871         TapeBatchNumber                               N
14872         TapeBatchNumber                               N
14873         PerforationsPerFrame                          N
14874         PerforationsPerFrame                          N
14875         FilmFormatName                                N
14876         FilmFormatName?                               N
14877         FilmStockKind                                 N
14878         FilmStockManufacturerName                     N
14879         FilmBatchNumber                               N
14880         FilmBatchNumber                               N
14881         FilmGauge?                                    N
14882         EdgeCodeFilmGauge?                            N
14883         ExposedAspectRatio                            N
14884         ImageAlignmentOffset                          N
14885         ImageStartOffset                              N
14886         ImageEndOffset                                N
14887         PaddingBits                                   N
14888         FocalLength                                   N
14889         SensorSize                                    N
14890         FNumber                                       N
14891         SensorTypeCode                                N
14892         FieldOfViewHorizontal                         N
14893         AnamorphicLensCharacteristic                  N
14894         UniformDataFlag                               N
14895         JPEGTableID?                                  N
14896         AlphaTransparency                             N
14897         GenerationID?                                 N
14898         ApplicationSupplierName                       N
14899         ApplicationSupplierName                       N
14900         ApplicationName                               N
14901         ApplicationName                               N
14902         ApplicationVersionNumber                      N
14903         ApplicationVersionString                      N
14904         ApplicationVersionString                      N
14905         ApplicationPlatform                           N
14906         ApplicationPlatform                           N
14907         ApplicationProductID?                         N
14908         LinkedGenerationID?                           N
14909         ContainerVersion                              N
14910         ToolkitVersion                                N
14911         Plug-InCategoryID?                            N
14912         Plug-InPlatformID?                            N
14913         MinimumSupportedPlatformVersion               N
14914         MaximumSupportedPlatformVersion               N
14915         Plug-InEngineID?                              N
14916         MinimumSupportedEngineVersion                 N
14917         MaximumSupportedEngineVersion                 N
14918         Plug-InAPIID?                                 N
14919         MinimumAPIVersion                             N
14920         MaximumAPIVersion                             N
14921         Software-OnlySupportFlag                      N
14922         HardwareAcceleratorFlag                       N
14923         Plug-InLocatorSet?                            N
14924         AuthenticationFlag                            N
14925         AssociatedMetadataDefinition?                 N
14926         EventTrackEditRate                            N
14927         DefaultFadeEditRate                           N
14928         EditingEventComment                           N
14929         EditingEventComment                           N
14930         EditRate                                      N
14931         OperationDefinitionID?                        N
14932         Value?                                        N
14933         EditHint?                                     N
14934         OperationDataDefinition?                      N
14935         OperationCategory?                            N
14936         DisplayUnits                                  N
14937         DisplayUnits                                  N
14938         BypassOverride                                N
14939         TimepointValue?                               N
14940         BeginAnchor                                   N
14941         BeginAnchor                                   N
14942         EndAnchor                                     N
14943         EndAnchor                                     N
14944         FilmToVideoTransferDirection?                 N
14945         FilmToVideoTransferKind?                      N
14946         FilmToVideoTransferPhase?                     N
14947         TeletextSubtitlesFlag                         N
14948         SubtitleDatafileFlag                          N
14949         ClosedCaptionSubtitlesFlag                    N
14950         SampleIndex?                                  N
14951         SourcePackageID?                              N
14952         SourceTrackID                                 N
14953         RelativeScope                                 N
14954         RelativeTrack                                 N
14955         ObjectClass?                                  N
14956         EssenceContainerFormat?                       N
14957         CodecDefinition?                              N
14958         ParameterDefinition?                          N
14959         Interpolation?                                N
14960         ParameterDataType?                            N
14961         CodecEssenceDescriptor?                       N
14962         ContentStorage?                               N
14963         Dictionary?                                   N
14964         EssenceDescription?                           N
14965         Sequence?                                     N
14966         TransitionEffect?                             N
14967         EffectRendering?                              N
14968         InputSegment?                                 N
14969         StillFrame?                                   N
14970         Selected?                                     N
14971         Annotation?                                   N
14972         ManufacturerInformationObject?                N
14973         CodecEssenceKinds?                            N
14974         OperationParameters?                          N
14975         DegradedEffects?                              N
14976         Packages?                                     N
14977         EssenceData?                                  N
14978         OperationDefinitions?                         N
14979         ParameterDefinitions?                         N
14980         DataDefinitions?                              N
14981         Plug-InDefinitions?                           N
14982         CodecDefinitions?                             N
14983         ContainerDefinitions?                         N
14984         InterpolationDefinitions?                     N
14985         AvailableRepresentations?                     N
14986         InputSegments?                                N
14987         EssenceLocators?                              N
14988         IdentificationList?                           N
14989         Tracks?                                       N
14990         ControlPointList?                             N
14991         PackageTracks?                                N
14992         Alternates?                                   N
14993         ComponentsInSequence?                         N
14994         Parameters?                                   N
14995         LinkedPackageID?                              N
14996         ParentClass?                                  N
14997         Properties?                                   N
14998         IsConcrete                                    N
14999         PropertyType?                                 N
15000         LocalID                                       N
15001         IsUniqueIdentifier                            N
15002         ClassDefinitions?                             N
15003         TypeDefinitions?                              N
15004         TargetClassOfStrongReference?                 N
15005         TargetClassOfWeakReference?                   N
15006         EnumerationUnderlyingIntegerType?             N
15007         FixedArrayElementType?                        N
15008         VariableArrayElementType?                     N
15009         SetElementType?                               N
15010         StringElementType?                            N
15011         StreamElementType?                            N
15012         MemberTypes?                                  N
15013         RenamedType?                                  N
15014         DictionaryIdentifier?                         N
15015         DictionaryDescription                         N
15016         DictionaryDescription                         N
15017         BlockContinuityCount                          N
15018         StreamPositionIndicator                       N
15019         Origin                                        N
15020         StartTimeRelativeToReference                  N
15021         StartTimecode                                 N
15022         CutPoint                                      N
15023         EventStart                                    N
15024         ControlPointTime                              N
15025         CreateDate                                    N
15026         ModifyDate                                    N
15027         ContainerLastModifyDate                       N
15028         PackageLastModifyDate                         N
15029         Duration                                      N
15030         DefaultFadeDuration                           N
15031         Fade-InDuration                               N
15032         Fade-OutDuration                              N
15033         TapeFormat?                                   N
15034         OrganizationID                                N
15035         GlobalNumber                                  N
15036         DeviceIDKind                                  N
15037         DeviceKind                                    N
15038         DeviceKindCode                                N
15039         PlatformDesignation                           N
15040         PlatformModel                                 N
15041         PlatformSerialNumber                          N
15042         LocalTargetID                                 N
15043         MagneticDiskNumber                            N
15044         OpticalDiscNumber                             N
15045         StreamID                                      N
15046         TransportStreamID                             N
15047         OrganizationalProgramNumber                   N
15048         OrganizationalProgramNumber                   N
15049         ItemDesignatorID?                             N
15050         LocalFilePath                                 N
15051         TitleKind                                     N
15052         MainTitle                                     N
15053         SecondaryTitle                                N
15054         SeriesNumber                                  N
15055         EpisodeNumber                                 N
15056         SceneNumber                                   N
15057         VersionTitle                                  N
15058         MissionID                                     N
15059         MissionID                                     N
15060         RecordingLabelName                            N
15061         RecordingLabelName                            N
15062         CollectionName                                N
15063         CollectionName                                N
15064         OriginCode                                    N
15065         MainCatalogNumber                             N
15066         CatalogPrefixNumber                           N
15067         SideNumber                                    N
15068         RecordedTrackNumber                           N
15069         SeriesinaSeriesGroupCount                     N
15070         ProgrammingGroupKind                          N
15071         PurchasingOrganizationName                    N
15072         SalesContractNumber                           N
15073         PurchasingDepartment                          N
15074         ContractType                                  N
15075         ContractTypeCode                              N
15076         ContractClauseDescription                     N
15077         ContractLineCode                              N
15078         ContractLineName                              N
15079         ContractTermsOfBusiness                       N
15080         ContractInstallmentPercentage                 N
15081         Jurisdiction                                  N
15082         CopyrightStatus                               N
15083         CopyrightOwnerName                            N
15084         IntellectualPropertyDescription               N
15085         IntellectualPropertyRights                    N
15086         Rightsholder                                  N
15087         RightsManagementAuthority                     N
15088         RightsConditionDescription                    N
15089         RightsConditionDescription                    N
15090         CurrencyName                                  N
15091         TotalPayment                                  N
15092         PayeeAccountName                              N
15093         PayeeAccountNumber                            N
15094         PayeeAccountSortCode                          N
15095         TotalIncome                                   N
15096         PayerAccountName                              N
15097         PayerAccountNumber                            N
15098         PayerAccountSortCode                          N
15099         SecurityClassification                        N
15100         SecurityClassificationCaveats                 N
15101         ClassifiedBy                                  N
15102         ClassificationReason                          N
15103         DeclassificationDate                          N
15104         DerivedFrom                                   N
15105         ClassificationComment                         N
15106         ClassificationAndMarkingSystem                N
15107         BroadcastOrganizationName                     N
15108         BroadcastServiceName                          N
15109         BroadcastMediumCode                           N
15110         BroadcastRegion                               N
15111         NatureOfPersonality                           N
15112         ContributionStatus                            N
15113         SupportorAdministrationStatus                 N
15114         OrganizationKind                              N
15115         ProductionOrganizationRole                    N
15116         SupportOrganizationRole                       N
15117         JobFunctionName                               N
15118         JobFunctionCode                               N
15119         RoleName                                      N
15120         JobTitle                                      N
15121         JobTitle                                      N
15122         ContactKind                                   N
15123         ContactDepartmentName                         N
15124         FamilyName                                    N
15125         FirstGivenName                                N
15126         SecondGivenName                               N
15127         ThirdGivenName                                N
15128         PersonDescription                             N
15129         PersonDescription                             N
15130         MainName                                      N
15131         SupplementaryName                             N
15132         OrganizationMainName                          N
15133         SupplementaryOrganizationName                 N
15134         RegionCode                                    N
15135         CountryName                                   N
15136         CountryName                                   N
15137         RegionName                                    N
15138         RegionName                                    N
15139         LanguageName                                  N
15140         LanguageName                                  N
15141         TerminatingFillerData                         N
15142         TimingBiasCorrection                          N
15143         TimingBiasCorrectionDescription               N
15144         Genre                                         N
15145         TargetAudience                                N
15146         ProgramMaterialClassificationCode             N
15147         Theme                                         N
15148         SubjectName                                   N
15149         SubjectName                                   N
15150         Keywords                                      N
15151         KeyFrameSampleCount                           N
15152         Abstract                                      N
15153         Purpose                                       N
15154         Description                                   N
15155         ColorDescriptor                               N
15156         FormatDescriptor                              N
15157         IntentDescriptor                              N
15158         IntentDescriptor                              N
15159         TextualDescriptionKind                        N
15160         TextualDescriptionKind                        N
15161         FestivalName                                  N
15162         ObjectDescriptionCode                         N
15163         DescriptionKind                               N
15164         DescriptionKind                               N
15165         DescriptiveComment                            N
15166         DescriptiveComment                            N
15167         ContextDescription                            N
15168         ComputedKeywords                              N
15169         ObjectIdentificationConfidence                N
15170         ObjectHorizontalAverageDimension              N
15171         ObjectVerticalAverageDimension                N
15172         ObjectAreaDimension                           N
15173         HorizontalActionSafePercentage                N
15174         VerticalActionSafePercentage                  N
15175         HorizontalGraphicsSafePercentage              N
15176         VerticalGraphicsSafePercentage                N
15177         PerceivedDisplayFormatName                    N
15178         PerceivedDisplayFormatCode                    N
15179         VideoColorKind                                N
15180         PictureDisplayRate                            N
15181         VideoAverageBitrate                           N
15182         VideoFixedBitrate                             N
15183         DigitalVideoFileFormat                        N
15184         CodingLawName                                 N
15185         AudioCodingSchemeCode                         N
15186         AudioCodingSchemeName                         N
15187         DigitalEncodingBitrate                        N
15188         DataEssenceCodingID?                          N
15189         StorageKind                                   N
15190         StorageKind                                   N
15191         StorageKindCode                               N
15192         TapePartitionCapacity                         N
15193         DiscPartitionCapacity                         N
15194         FocalLength                                   N
15195         FieldOfViewHorizontal                         N
15196         FieldOfViewVertical                           N
15197         SystemNameOrNumber                            N
15198         LogoFlag                                      N
15199         GraphicKind                                   N
15200         GraphicUsageKind                              N
15201         SignatureTuneFlag                             N
15202         BackgroundMusicFlag                           N
15203         ProductionScriptReference                     N
15204         ProductionScriptReference                     N
15205         TranscriptReference                           N
15206         TranscriptReference                           N
15207         HorizontalDatum                               N
15208         VerticalDatum                                 N
15209         DeviceLatitude                                N
15210         DeviceLongitude                               N
15211         FrameCenterLatitude                           N
15212         FrameCenterLongitude                          N
15213         CornerLatitudePoint1                          N
15214         CornerLatitudePoint1                          N
15215         CornerLatitudePoint2                          N
15216         CornerLatitudePoint2                          N
15217         CornerLatitudePoint3                          N
15218         CornerLatitudePoint3                          N
15219         CornerLatitudePoint4                          N
15220         CornerLatitudePoint4                          N
15221         CornerLongitudePoint1                         N
15222         CornerLongitudePoint1                         N
15223         CornerLongitudePoint2                         N
15224         CornerLongitudePoint2                         N
15225         CornerLongitudePoint3                         N
15226         CornerLongitudePoint3                         N
15227         CornerLongitudePoint4                         N
15228         CornerLongitudePoint4                         N
15229         SubjectDistance                               N
15230         PlaceKeyword                                  N
15231         ObjectCountryCode                             N
15232         ObjectCountryCodeMethod                       N
15233         CountryCodeMethod                             N
15234         Non-USClassifyingCountryCode                  N
15235         ReleasableCountryCode                         N
15236         ObjectRegionName                              N
15237         ShootingRegionName                            N
15238         SettingRegionName                             N
15239         CopyrightLicenseRegionName                    N
15240         IntellectualPropertyLicenseRegionName         N
15241         RoomNumber                                    N
15242         StreetNumber                                  N
15243         StreetName                                    N
15244         PostalTown                                    N
15245         CityName                                      N
15246         StateOrProvinceOrCountyName                   N
15247         PostalCode                                    N
15248         CountryName                                   N
15249         SettingRoomNumber                             N
15250         SettingStreetNumberOrBuildingName             N
15251         SettingStreetName                             N
15252         SettingTownName                               N
15253         SettingCityName                               N
15254         SettingStateOrProvinceOrCountyName            N
15255         SettingPostalCode                             N
15256         SettingCountryName                            N
15257         TelephoneNumber                               N
15258         FaxNumber                                     N
15259         E-MailAddress                                 N
15260         SettingDescription                            N
15261         POSIXMicroseconds                             N
15262         EventElapsedTimeToStart                       N
15263         EventElapsedTimeToEnd                         N
15264         OrganizationIDKind                            N
15265         OrganizationIDKind                            N
15266         SMPTEUL?                                      N
15267         EssenceContainerArray?                        N
15268         EssenceStreamID                               N
15269         IndexStreamID                                 N
15270         WorkingTitle                                  N
15271         WorkingTitle                                  N
15272         OriginalTitle                                 N
15273         OriginalTitle                                 N
15274         ClipNumber                                    N
15275         ClipNumber                                    N
15276         DescriptiveMetadataTrackIDs                   N
15277         IdentifierKind                                N
15278         IdentifierValue                               N
15279         OrganizationCode                              N
15280         OrganizationCode                              N
15281         SupplierIdentificationKind                    N
15282         SupplierIdentificationValue                   N
15283         SupplierAccountNumber                         N
15284         SupplierAccountName                           N
15285         SupplierAccountName                           N
15286         EpisodeStartNumber                            N
15287         EpisodeEndNumber                              N
15288         PurchaserIdentificationKind                   N
15289         PurchaserIdentificationValue                  N
15290         PurchaserAccountNumber                        N
15291         PurchaserAccountName                          N
15292         PurchaserAccountName                          N
15293         ContractType                                  N
15294         ContractClauseDescription                     N
15295         ContractLineName                              N
15296         ContractTermsOfBusiness                       N
15297         Jurisdiction                                  N
15298         TotalCurrencyAmount                           N
15299         InstallmentNumber                             N
15300         IdentifierIssuingAuthority                    N
15301         PublishingOrganizationName                    N
15302         PublishingOrganizationName                    N
15303         PublishingServiceName                         N
15304         PublishingServiceName                         N
15305         PublishingMediumName                          N
15306         PublishingMediumName                          N
15307         PublishingRegionName                          N
15308         PublishingRegionName                          N
15309         Salutation                                    N
15310         HonorsAndQualifications                       N
15311         OtherGivenNames                               N
15312         OtherGivenNames                               N
15313         AlternateName                                 N
15314         AlternateName                                 N
15315         ISO639TextLanguageCode                        N
15316         ISO639CaptionsLanguageCode                    N
15317         PrimarySpokenLanguageCode                     N
15318         SecondarySpokenLanguageCode                   N
15319         PrimaryOriginalLanguageCode                   N
15320         SecondaryOriginalLanguageCode                 N
15321         MajorVersion                                  N
15322         MinorVersion                                  N
15323         SectorSize                                    N
15324         ElementLength                                 N
15325         ThesaurusName                                 N
15326         Cue-InWords                                   N
15327         Cue-OutWords                                  N
15328         KeypointKind                                  N
15329         KeypointKind                                  N
15330         KeypointValue                                 N
15331         KeypointValue                                 N
15332         FestivalName                                  N
15333         AwardName                                     N
15334         AwardName                                     N
15335         AwardCategory                                 N
15336         AwardCategory                                 N
15337         SlateInformation                              N
15338         LockedIndicator                               N
15339         BitsPerAudioSample                            N
15340         CaptionKind                                   N
15341         CaptionKind                                   N
15342         SliceCount                                    N
15343         SliceNumber                                   N
15344         ElementDelta                                  N
15345         PositionTableIndexing                         N
15346         SliceOffsetList?                              N
15347         PosTableArray?                                N
15348         StreamOffset                                  N
15349         EditUnitFlags                                 N
15350         TemporalOffset                                N
15351         AnchorOffset                                  N
15352         EditUnitLength                                N
15353         HeaderByteCount                               N
15354         IndexByteCount                                N
15355         PackLength                                    N
15356         IntegrationIndication                         N
15357         EventIndication                               N
15358         GraphicUsageKind                              N
15359         PrimaryPackage?                               N
15360         DescriptiveMetadataSets?                      N
15361         DescriptiveMetadataSetReferences?             N
15362         FileDescriptors?                              N
15363         StreamPositionIndicator                       N
15364         StreamPositionIndicator                       N
15365         StreamPositionIndicator                       N
15366         OffsetToMetadata                              N
15367         OffsetToMetadata                              N
15368         OffsetToIndexTable                            N
15369         OffsetToIndexTable                            N
15370         ByteOffset                                    N
15371         ReversePlay                                   N
15372         FirstNumberInSequence                         N
15373         FirstNumberInSequence                         N
15374         PreviousNumberInSequence                      N
15375         PreviousNumberInSequence                      N
15376         CurrentNumberInSequence                       N
15377         CurrentNumberInSequence                       N
15378         NextNumberInSequence                          N
15379         NextNumberInSequence                          N
15380         LastNumberInSequence                          N
15381         LastNumberInSequence                          N
15382         CentralTelephoneNumber                        N
15383         MobileTelephoneNumber                         N
15384         URL                                           N
15385         LocationDescription                           N
15386         LocationDescription                           N
15387         LocationKind                                  N
15388         LocationKind                                  N
15389         UTCEventStartDateTime                         N
15390         LocalEventStartDateTime                       N
15391         UTCEventEndDateTime                           N
15392         LocalEventEndDateTime                         N
15393         KeyTimePoint                                  N
15394         TimePeriodName                                N
15395         SettingDateTime                               N
15396         ContractDateTime                              N
15397         RightsStartDateTime                           N
15398         RightsStopDateTime                            N
15399         PaymentDueDateTime                            N
15400         ClipID                                        N
15401         DeviceKind                                    N
15402         DeviceAssetNumber                             N
15403         IdentificationUL?                             N
15404         OperationalPatternUL?                         N
15405         EssenceContainers?                            N
15406         DescriptiveMetadataSchemes?                   N
15407         ProjectName                                   N
15408         ProjectName                                   N
15409         LocalTagValue                                 N
15410         LocalTagUniqueID?                             N
15411         BrandMainTitle                                N
15412         BrandMainTitle                                N
15413         BrandOriginalTitle                            N
15414         BrandOriginalTitle                            N
15415         FrameworkTitle                                N
15416         FrameworkTitle                                N
15417         SourceTrackIDs                                N
15418         ShotTrackIDs                                  N
15419         ProgrammingGroupKind                          N
15420         ProgrammingGroupTitle                         N
15421         ProgrammingGroupTitle                         N
15422         IdentifierIssuingAuthority                    N
15423         LinkingName                                   N
15424         LinkingName                                   N
15425         NameSuffix                                    N
15426         NameSuffix                                    N
15427         FormerFamilyName                              N
15428         FormerFamilyName                              N
15429         Nationality                                   N
15430         Nationality                                   N
15431         Citizenship                                   N
15432         Citizenship                                   N
15433         FrameworkTextLanguageCode                     N
15434         KAGSize                                       N
15435         ReversedByteOrder                             N
15436         ItemName                                      N
15437         ItemName                                      N
15438         ItemValue                                     N
15439         ItemValue                                     N
15440         XMLDocumentText?                              N
15441         XMLDocumentText                               N
15442         XMLDocumentText                               N
15443         XMLDocumentText?                              N
15444         FrameworkThesaurusName                        N
15445         FrameworkThesaurusName                        N
15446         GroupSynopsis                                 N
15447         GroupSynopsis                                 N
15448         AnnotationSynopsis                            N
15449         AnnotationSynopsis                            N
15450         AnnotationDescription                         N
15451         AnnotationDescription                         N
15452         ScriptingKind                                 N
15453         ScriptingKind                                 N
15454         ScriptingText                                 N
15455         ScriptingText                                 N
15456         ShotDescription                               N
15457         ShotDescription                               N
15458         AnnotationKind                                N
15459         AnnotationKind                                N
15460         RelatedMaterialDescription                    N
15461         RelatedMaterialDescription                    N
15462         ClipKind                                      N
15463         DeviceUsageDescription                        N
15464         DeviceUsageDescription                        N
15465         DisplayF2Offset                               N
15466         StoredF2Offset                                N
15467         ActiveFormatDescriptor                        N
15468         LineNumber                                    N
15469         ScanningDirection                             N
15470         ComponentMaximumRef                           N
15471         ComponentMinimumRef                           N
15472         AlphaMaximumRef                               N
15473         AlphaMinimumRef                               N
15474         VideoPayloadIdentifier                        N
15475         VideoPayloadIdentifier2002                    N
15476         SingleSequenceFlag                            N
15477         ConstantBPictureFlag                          N
15478         CodedContentScanningKind                      N
15479         LowDelayIndicator                             N
15480         ClosedGOPIndicator                            N
15481         IdenticalGOPIndicator                         N
15482         MaximumGOPSize                                N
15483         MaximumBPictureCount                          N
15484         ProfileAndLevel                               N
15485         Bitrate                                       N
15486         ChannelCount                                  N
15487         AudioSampleRate                               N
15488         PeakEnvelope                                  N
15489         PeakEnvelopeData?                             N
15490         BlockAlign                                    N
15491         SequenceOffset                                N
15492         BlockStartOffset                              N
15493         FileSecurityReport                            N
15494         FileSecurityWave                              N
15495         AverageBytesPerSecond                         N
15496         AuxiliaryBitsMode                             N
15497         ChannelStatusMode                             N
15498         FixedChannelStatusData?                       N
15499         UserDataMode?                                 N
15500         FixedUserData?                                N
15501         Emphasis                                      N
15502         BextCodingHistory                             N
15503         BextCodingHistory                             N
15504         QltyBasicData                                 N
15505         QltyBasicData                                 N
15506         QltyStartOfModulation                         N
15507         QltyStartOfModulation                         N
15508         QltyQualityEvent                              N
15509         QltyQualityEvent                              N
15510         QltyEndOfModulation                           N
15511         QltyEndOfModulation                           N
15512         QltyQualityParameter                          N
15513         QltyQualityParameter                          N
15514         QltyOperatorComment                           N
15515         QltyOperatorComment                           N
15516         QltyCueSheet                                  N
15517         QltyCueSheet                                  N
15518         DialNorm                                      N
15519         DataEssenceCoding                             N
15520         DateTimeRate                                  N
15521         DateTimeDropFrameFlag                         N
15522         DateTimeEmbeddedFlag                          N
15523         DateTimeKind?                                 N
15524         DeltaEntryArray?                              N
15525         PositionTableCount                            N
15526         PositionTable?                                N
15527         IndexEntryArray?                              N
15528         SignalStandard                                N
15529         DataDefinition?                               N
15530         RecordedFormat                                N
15531         GenerationCopyNumber                          N
15532         GenerationCloneNumber                         N
15533         ThemeMusicFlag                                N
15534         InsertMusicFlag                               N
15535         IndexEditRate                                 N
15536         LinkedTrackID                                 N
15537         EssenceContainerFormat?                       N
15538         CodecDefinition?                              N
15539         DescriptiveMetadataFramework?                 N
15540         GroupSet?                                     N
15541         BankDetailsSet?                               N
15542         ImageFormatSet?                               N
15543         ProcessingSet?                                N
15544         ProjectSet?                                   N
15545         ContactsListSet?                              N
15546         AnnotationCueWordsSet?                        N
15547         ShotCueWordsSet?                              N
15548         AwardParticipantSets?                         N
15549         ContractParticipantSets?                      N
15550         PersonSets?                                   N
15551         ParticipantOrganizationSets?                  N
15552         PersonOrganizationSets?                       N
15553         LocationSets?                                 N
15554         TitlesSets?                                   N
15555         GroupSets?                                    N
15556         IdentificationSets?                           N
15557         EpisodicItemSets?                             N
15558         BrandingSets?                                 N
15559         EventSets?                                    N
15560         PublicationSets?                              N
15561         AwardSets?                                    N
15562         CaptionDescriptionSets?                       N
15563         AnnotationSets?                               N
15564         ProductionSettingPeriodSets?                  N
15565         SceneSettingPeriodSets?                       N
15566         ScriptingSets?                                N
15567         ClassificationSets?                           N
15568         SceneShotSets?                                N
15569         ClipShotSets?                                 N
15570         KeyPointSets?                                 N
15571         ShotParticipantRoleSets?                      N
15572         ShotPersonSets?                               N
15573         OrganizationSets?                             N
15574         ShotLocationSets?                             N
15575         AddressSets?                                  N
15576         CommunicationSets?                            N
15577         ContractSets?                                 N
15578         RightsSets?                                   N
15579         PaymentsSets?                                 N
15580         DeviceParametersSets?                         N
15581         ClassificationNameValueSets?                  N
15582         ContactNameValueSets?                         N
15583         DeviceParameterNameValueSets?                 N
15584         MetadataServerLocators?                       N
15585         RelatedMaterialLocators?                      N
15586         LocalTagEntries?                              N
15587         TotalNumberInSequence                         N
15588         RoomOrSuiteName                               N
15589         RoomOrSuiteName                               N
15590         BuildingName                                  N
15591         BuildingName                                  N
15592         URL                                           N
15593         LocalFestivalDateTime                         N
15594         ShotStartPosition                             N
15595         IndexingStartPosition                         N
15596         EventOrigin                                   N
15597         SettingPeriodDescription                      N
15598         SettingPeriodDescription                      N
15599         IndexDuration                                 N
15600         ShotDuration                                  N
15601         ExtendedClipID                                N
15602         ClipIDArray?                                  N
15603         ExtendedClipIDArray?                          N
15604         TrackNumberBatch                              N
15605         ExtendedTextLanguageCode                      N
15606         ExtendedCaptionsLanguageCode                  N
15607         FrameworkExtendedTextLanguageCode             N
15608         PrimaryExtendedSpokenLanguageCode             N
15609         SecondaryExtendedSpokenLanguageCode           N
15610         OriginalExtendedSpokenPrimaryLanguageCode     N
15611         SecondaryOriginalExtendedSpokenLanguageCode   N
15612         KLVMetadataSequence?                          N
15613         PackageAttributes?                            N
15614         ComponentAttributes?                          N
15615         MPEG7BiMDecoderInitFrame1?                    N
15616         MPEG7BiMDecoderInitFrame2?                    N
15617         MPEG7BiMDecoderInitFrame3?                    N
15618         MPEG7BiMDecoderInitFrame4?                    N
15619         MPEG7BiMDecoderInitFrame5?                    N
15620         MPEG7BiMDecoderInitFrame6?                    N
15621         MPEG7BiMDecoderInitFrame7?                    N
15622         MPEG7BiMDecoderInitFrame8?                    N
15623         MPEG7BiMAccessUnitFrame1?                     N
15624         MPEG7BiMAccessUnitFrame2?                     N
15625         MPEG7BiMAccessUnitFrame3?                     N
15626         MPEG7BiMAccessUnitFrame4?                     N
15627         MPEG7BiMAccessUnitFrame5?                     N
15628         MPEG7BiMAccessUnitFrame6?                     N
15629         MPEG7BiMAccessUnitFrame7?                     N
15630         MPEG7BiMAccessUnitFrame8?                     N
15631         ComponentUserComments?                        N
15632         ShotCommentKind                               N
15633         ShotComment                                   N
15634         SensorMode                                    N
15635         ChannelAssignment?                            N
15636         ContentPackageIndexArray?                     N
15637         VideoIndexArray?                              N
15638         ApproximateImageContainerSize                 N
15639         MetadataEncodingSchemeCode                    N
15640         MIMEMediaType                                 N
15641         MIMEMediaType                                 N
15642         FieldOfViewVerticalFP                         N
15643         PackageUsageKind?                             N
15644         ChannelID                                     N
15645         ChannelIDs                                    N
15646         KLVDataType?                                  N
15647         KLVDataParentProperties?                      N
15648         TaggedValueParentProperties?                  N
15649         AnnotationParticipantSets?                    N
15650         KLVDataDefinitions?                           N
15651         TaggedValueDefinitions?                       N
15652         AddressNameValueSets?                         N
15653         NMEADocumentText                              N
15654         PlatformRollAngle                             N
15655         PlatformPitchAngle                            N
15656         PlatformHeadingAngle                          N
15657         AddressLine                                   N
15658         AddressLine                                   N
15659         PlaceName                                     N
15660         PlaceName                                     N
15661         GeographicalCoordinates?                      N
15662         AstronomicalBodyName                          N
15663         AstronomicalBodyName                          N
15664         TimecodeArray?                                N
15665         MarkIn                                        N
15666         UserPosition                                  N
15667         MarkOut                                       N
15668         ClipCreationDateTime                          N
15669         VideoClipDuration                             N
15670         ParticipantID?                                N
15671         ContactID?                                    N
15672         DefaultNamespaceURI                           N
15673         DefaultNamespaceURI                           N
15674         NamespaceURI                                  N
15675         NamespaceURI                                  N
15676         NamespaceURIs                                 N
15677         NamespaceURIs                                 N
15678         HTMLDOCTYPE                                   N
15679         HTMLDOCTYPE                                   N
15680         NamespacePrefix                               N
15681         NamespacePrefix                               N
15682         NamespacePrefixes                             N
15683         NamespacePrefixes                             N
15684         RightsComment                                 N
15685         RightsComment                                 N
15686         NominationCategory                            N
15687         NominationCategory                            N
15688         PeakEnvelopeVersion                           N
15689         PeakEnvelopeFormat                            N
15690         PointsPerPeakValue                            N
15691         PeakEnvelopeBlockSize                         N
15692         PeakChannelCount                              N
15693         PeakFrameCount                                N
15694         PeakOfPeaksPosition                           N
15695         PeakEnvelopeTimestamp                         N
15696         PeakEnvelopeData?                             N
15697         RIFFChunkID                                   N
15698         RIFFChunkLength                               N
15699         RIFFChunkData?                                N
15700         MIMECharSet                                   N
15701         MIMECharSet                                   N
15702         MIMEEncoding                                  N
15703         MIMEEncoding                                  N
15704         MonoSourceTrackIDs                            N
15705         CompositionRendering?                         N
15706         CaptionsDescriptionParticipantSets?           N
15707         EventAnnotationSets?                          N
15708         ScriptingLocators?                            N
15709         UnknownBWFChunks?                             N
15710         CryptographicContextID?                       N
15711         PlatformDesignation                           N
15712         LocalTargetID                                 N
15713         NITFLayerTargetID                             N
15714         NITFLayerTargetID                             N
15715         PackageName                                   N
15716         RP217DataStreamPID                            N
15717         RP217VideoStreamPID                           N
15718         SourceOrganization                            N
15719         OriginalProducerName                          N
15720         SecurityClassification                        N
15721         SecurityClassificationCaveats                 N
15722         ClassificationComment                         N
15723         CipherAlgorithm?                              N
15724         CryptographicKeyID?                           N
15725         EncryptedSourceValue?                         N
15726         MICAlgorithm?                                 N
15727         MIC?                                          N
15728         ISO639-1LanguageCode                          N
15729         JFIFMarkerDescription                         N
15730         JFIFMarkerDescription                         N
15731         HTMLMetaDescription                           N
15732         HTMLMetaDescription                           N
15733         MetadataItemName                              N
15734         ColorPrimaries                                N
15735         ColorPrimaries?                               N
15736         ProductFormat                                 N
15737         ProductFormat                                 N
15738         SourceLength                                  N
15739         ImageSourceDeviceKind                         N
15740         SourceContainerFormat?                        N
15741         SourceKey?                                    N
15742         DynamicSourcePackageID?                       N
15743         DynamicSourceTrackIDs                         N
15744         SourceIndex?                                  N
15745         SourceSpecies?                                N
15746         SourceValue?                                  N
15747         CryptographicContextObject?                   N
15748         Sub-descriptors?                              N
15749         EncryptedTrackFileID?                         N
15750         CryptographicContextLink?                     N
15751         PlaintextOffset                               N
15752         TripletSequenceNumber                         N
15753         BoundingRectangle?                            N
15754         GeographicLocation?                           N
15755         GeographicPolygonCoordinates?                 N
15756         GeographicAreaNorthwest?                      N
15757         GeographicAreaSoutheast?                      N
15758         GeographicAreaSourceDatum                     N
15759         GeographicPolygonSourceDatum                  N
15760         CountryCodeMethod                             N
15761         ClassifyingCountryCode                        N
15762         ReleasableCountryCode                         N
15763         UTCStartDateTime                              N
15764         UTCInstantDateTime                            N
15765         UTCInstantDateTime                            N
15766         UTCLastModifyDate                             N
15767         ToleranceMode?                                N
15768         ToleranceWindow?                              N
15769         ToleranceInterpolationMethod?                 N
15770         VBILineCount                                  N
15771         StoredVBILineNumber                           N
15772         VBIWrappingType                               N
15773         VBIPayloadSampleCount                         N
15774         VBIPayloadByteArray                           N
15775         ANCPacketCount                                N
15776         StoredANCLineNumber                           N
15777         ANCWrappingType                               N
15778         ANCPayloadSampleCount                         N
15779         ANCPayloadByteArray                           N
15780         VBIPayloadSampleCoding                        N
15781         ANCPayloadSampleCoding                        N
15782         Rsiz                                          N
15783         Xsiz                                          N
15784         Ysiz                                          N
15785         XOsiz                                         N
15786         YOsiz                                         N
15787         XTsiz                                         N
15788         YTsiz                                         N
15789         XTOsiz                                        N
15790         YTOsiz                                        N
15791         Csiz                                          N
15792         PictureComponentSizing?                       N
15793         CodingStyleDefault?                           N
15794         QuantizationDefault?                          N
15795         MPEGAudioBitrate                              N
15796         CBEStartOffset                                N
15797         VBEEndOffset                                  N
15798         SubDescriptor?                                N
15799         SubDescriptors?                               N
15800         RootMetaDictionary?                           N
15801         RootPreface?                                  N
15802         RootObjectDirectory?                          N
15803         RootFormatVersion                             N
15804         FrameCenterElevation                          N
15805         PackageMarkInPosition                         N
15806         PackageMarkOutPosition                        N
15807         Ad-ID?                                        N
15808         ResourceID?                                   N
15809         AncillaryResourceID?                          N
15810         ApplicationSchemeBatch?                       N
15811         RegisterKind?                                 N
15812         RegisterVersion                               N
15813         RegisterEditorName                            N
15814         RegisterStatusKind?                           N
15815         RegisterItemName                              N
15816         RegisterItemDefinition                        N
15817         RegisterItemSymbol?                           N
15818         RegisterItemDefiningDocumentName              N
15819         RegisterItemUL?                               N
15820         RegisterItemNotes                             N
15821         RegisterItemIntroductionVersion               N
15822         RegisterItemHierarchyLevel                    N
15823         RegisterEntryStatus?                          N
15824         RegisterAction                                N
15825         RegisterApproverName                          N
15826         RegisterCreationTime                          N
15827         RegistrantName                                N
15828         RegisterItemOriginatorName                    N
15829         RegisterUserName                              N
15830         RegisterUserTime                              N
15831         RegisterAdministrationNotes                   N
15832         AFDAndBarData?                                N
15833         PanScanInformation?                           N
15834         VC-1InitializationMetadata?                   N
15835         VC-1SingleSequence                            N
15836         VC-1CodedContentType                          N
15837         VC-1IdenticalGOP                              N
15838         VC-1MaximumGOP                                N
15839         VC-1BPictureCount                             N
15840         VC-1AverageBitrate                            N
15841         VC-1MaximumBitrate                            N
15842         VC-1Profile                                   N
15843         VC-1Level                                     N
15844         LinkedTimecodeTrackID?                        N
15845         SMPTE337MDataStreamNumber                     N
15846         ApplicationScheme?                            N
15847         DescriptiveMetadataScheme?                    N
15848         UCSEncoding                                   N
15849         LinkedApplicationPlug-InInstanceID?           N
15850         LinkedDescriptiveFrameworkPlug-InID?          N
15851         ApplicationPlug-InInstanceID?                 N
15852         DescriptiveMetadataPlug-InID?                 N
15853         ApplicationEnvironmentID                      N
15854         DescriptiveMetadataApplicationEnvironmentID   N
15855         LinkedDescriptiveObjectPlug-InID?             N
15856         TimebaseReferenceTrackID                      N
15857         ObjectClassDefinition?                        N
15858         ApplicationPlug-InBatch?                      N
15859         PackageMarker?                                N
15860         PackageTimelineMarkerRef?                     N
15861         RegisterAdministrationObject?                 N
15862         RegisterEntryAdministrationObject?            N
15863         GenericPayloads?                              N
15864         RegisterEntryArray?                           N
15865         RegisterAdministrationArray?                  N
15866         ApplicationInformationArray?                  N
15867         RegisterChildEntryArray?                      N
15868         RegisterReleaseDateTime                       N
15869         RegisterItemStatusChangeDateTime              N
15870         OpenHeader                                    MXF Header
15871         ClosedHeader                                  MXF Header
15872         OpenCompleteHeader                            MXF Header
15873         ClosedCompleteHeader                          MXF Header
15874         OpenBodyPartition?                            N
15875         ClosedBodyPartition?                          N
15876         OpenCompleteBodyPartition?                    N
15877         ClosedCompleteBodyPartition?                  N
15878         Footer?                                       N
15879         CompleteFooter?                               N
15880         Primer                                        MXF
15881         RandomIndexMetadataV10?                       N
15882         RandomIndexMetadata?                          N
15883         PartitionMetadata?                            N
15884         StructuralComponent                           MXF
15885         SequenceSet                                   MXF
15886         SourceClip?                                   N
15887         TimecodeComponent                             MXF
15888         ContentStorageSet                             MXF
15889         EssenceContainerDataSet                       MXF
15890         FileDescriptor                                MXF
15891         GenericPictureEssenceDescriptor               MXF
15892         CDCIEssenceDescriptor                         MXF
15893         RGBAEssenceDescriptor                         MXF
15894         Preface                                       MXF
15895         Identification                                MXF
15896         NetworkLocator                                MXF
15897         TextLocator                                   MXF
15898         GenericPackage                                MXF
15899         MaterialPackage                               MXF
15900         SourcePackage                                 MXF
15901         GenericTrack                                  MXF
15902         EventTrack                                    MXF
15903         StaticTrack                                   MXF
15904         Track                                         MXF
15905         DMSegment                                     MXF
15906         GenericSoundEssenceDescriptor                 MXF
15907         GenericDataEssenceDescriptor                  MXF
15908         MultipleDescriptor                            MXF
15909         DMSourceClip                                  MXF
15910         AES3PCMDescriptor                             MXF
15911         WaveAudioDescriptor                           MXF
15912         MPEG2VideoDescriptor                          MXF
15913         JPEG2000PictureSubDescriptor                  MXF
15914         VBIDataDescriptor                             MXF
15915         V10IndexTableSegment?                         N
15916         IndexTableSegment?                            N
15917         DMSet                                         MXF
15918         DMFramework                                   MXF
15919         ProductionFramework                           MXF
15920         ClipFramework                                 MXF
15921         SceneFramework                                MXF
15922         Titles                                        MXF
15923         Identification                                MXF
15924         GroupRelationship                             MXF
15925         Branding                                      MXF
15926         Event                                         MXF
15927         Publication                                   MXF
15928         Award                                         MXF
15929         CaptionDescription                            MXF
15930         Annotation                                    MXF
15931         SettingPeriod                                 MXF
15932         Scripting                                     MXF
15933         Classification                                MXF
15934         Shot                                          MXF
15935         KeyPoint                                      MXF
15936         CueWords                                      MXF
15937         Participant                                   MXF
15938         ContactsList                                  MXF
15939         Person                                        MXF
15940         Organisation                                  MXF
15941         Location                                      MXF
15942         Address                                       MXF
15943         Communications                                MXF
15944         Contract                                      MXF
15945         Rights                                        MXF
15946         PictureFormat                                 MXF
15947         DeviceParameters                              MXF
15948         NameValue                                     MXF
15949         Processing                                    MXF
15950         Projects                                      MXF
15951         CryptographicFramework                        MXF
15952         CryptographicContext                          MXF
15953         DefaultObject?                                N
15954         CipherAlgorithmAES128CBC?                     N
15955         HMACAlgorithmSHA1128?                         N
15956         EncryptedContainerLabel?                      N
15957         CryptographicFrameworkLabel?                  N
15958
15959       MXF Header Tags
15960
15961          Index   Tag Name                             Writable
15962          -----   --------                             --------
15963             0    MXFVersion                           N
15964            24    FooterPosition                       N
15965            32    HeaderSize                           N
15966
15967   DV Tags
15968       The following tags are extracted from DV videos.
15969
15970         Tag Name                                      Writable
15971         --------                                      --------
15972         AspectRatio                                   N
15973         AudioBitsPerSample                            N
15974         AudioChannels                                 N
15975         AudioSampleRate                               N
15976         Colorimetry                                   N
15977         DateTimeOriginal                              N
15978         Duration                                      N
15979         FrameRate                                     N
15980         ImageHeight                                   N
15981         ImageWidth                                    N
15982         TotalBitrate                                  N
15983         VideoFormat                                   N
15984         VideoScanType                                 N
15985
15986   Flash Tags
15987       The information below is extracted from SWF (Shockwave Flash) files.
15988       Tags with string ID's represent information extracted from the file
15989       header.
15990
15991         Tag ID               Tag Name                 Writable
15992         ------               --------                 --------
15993         'Compressed'         Compressed               N
15994         'Duration'           Duration                 N
15995         'FlashVersion'       FlashVersion             N
15996         'FrameCount'         FrameCount               N
15997         'FrameRate'          FrameRate                N
15998         'ImageHeight'        ImageHeight              N
15999         'ImageWidth'         ImageWidth               N
16000         0x0045               FileAttributes           N
16001         0x004d               XMP                      XMP
16002
16003       Flash FLV Tags
16004
16005       Information is extracted from the following packets in FLV (Flash
16006       Video) files.
16007
16008         Tag ID   Tag Name                             Writable
16009         ------   --------                             --------
16010         0x0008   Audio                                Flash Audio
16011         0x0009   Video                                Flash Video
16012         0x0012   Meta                                 Flash Meta
16013
16014       Flash Audio Tags
16015
16016       Information extracted from the Flash Audio header.
16017
16018         Tag ID   Tag Name                             Writable
16019         ------   --------                             --------
16020         'Bit0-3' AudioEncoding                        N
16021         'Bit4-5' AudioSampleRate                      N
16022         'Bit6'   AudioBitsPerSample                   N
16023         'Bit7'   AudioChannels                        N
16024
16025       Flash Video Tags
16026
16027       Information extracted from the Flash Video header.
16028
16029         Tag ID   Tag Name                             Writable
16030         ------   --------                             --------
16031         'Bit4-7' VideoEncoding                        N
16032
16033       Flash Meta Tags
16034
16035       Below are a few observed FLV Meta tags, but ExifTool will attempt to
16036       extract information from any tag found.
16037
16038         Tag ID                   Tag Name             Writable
16039         ------                   --------             --------
16040         'audiocodecid'           AudioCodecID         N
16041         'audiodatarate'          AudioBitrate         N
16042         'audiodelay'             AudioDelay           N
16043         'audiosamplerate'        AudioSampleRate      N
16044         'audiosamplesize'        AudioSampleSize      N
16045         'audiosize'              AudioSize            N
16046         'bytelength'             ByteLength           N
16047         'canSeekToEnd'           CanSeekToEnd         N
16048         'canseekontime'          CanSeekOnTime        N
16049         'createdby'              CreatedBy            N
16050         'creationdate'           CreateDate           N
16051         'cuePoints'              CuePoint             Flash CuePoint
16052         'datasize'               DataSize             N
16053         'duration'               Duration             N
16054         'filesize'               FileSizeBytes        N
16055         'framerate'              FrameRate            N
16056         'hasAudio'               HasAudio             N
16057         'hasCuePoints'           HasCuePoints         N
16058         'hasKeyframes'           HasKeyFrames         N
16059         'hasMetadata'            HasMetadata          N
16060         'hasVideo'               HasVideo             N
16061         'height'                 ImageHeight          N
16062         'httphostheader'         HTTPHostHeader       N
16063         'keyframesFilepositions' KeyFramePositions    N
16064         'keyframesTimes'         KeyFramesTimes       N
16065         'lastkeyframetimestamp'  LastKeyFrameTime     N
16066         'lasttimestamp'          LastTimeStamp        N
16067         'liveXML'                XMP                  XMP
16068         'metadatacreator'        MetadataCreator      N
16069         'metadatadate'           MetadataDate         N
16070         'pmsg'                   Message              N
16071         'purl'                   URL                  N
16072         'sourcedata'             SourceData           N
16073         'starttime'              StartTime            N
16074         'stereo'                 Stereo               N
16075         'totaldatarate'          TotalDataRate        N
16076         'totalduration'          TotalDuration        N
16077         'videocodecid'           VideoCodecID         N
16078         'videodatarate'          VideoBitrate         N
16079         'videosize'              VideoSize            N
16080         'width'                  ImageWidth           N
16081
16082       Flash CuePoint Tags
16083
16084       These tag names are added to the CuePoint name to generate complete tag
16085       names like "CuePoint0Name".
16086
16087         Tag ID               Tag Name                 Writable
16088         ------               --------                 --------
16089         'name'               Name                     N
16090         'parameters'         Parameter                Flash Parameter
16091         'time'               Time                     N
16092         'type'               Type                     N
16093
16094       Flash Parameter Tags
16095
16096       There are no pre-defined parameter tags, but ExifTool will extract any
16097       existing parameters, with tag names like "CuePoint0ParameterXxx".
16098
16099         Tag ID   Tag Name                             Writable
16100         ------   --------                             --------
16101         [no tags known]
16102
16103   Real Tags
16104       ExifTool recognizes three basic types of Real audio/video files: 1)
16105       RealMedia (RM, RV and RMVB), 2) RealAudio (RA), and 3) Real Metafile
16106       (RAM and RPM).
16107
16108       Real Media Tags
16109
16110       These Tag ID's are Chunk ID's used in RealMedia and RealVideo (RM, RV
16111       and RMVB) files.
16112
16113         Tag ID   Tag Name                             Writable
16114         ------   --------                             --------
16115         'CONT'   CONT                                 Real ContentDescr
16116         'MDPR'   MDPR                                 Real MediaProps
16117         'PROP'   PROP                                 Real Properties
16118         'RJMD'   RJMD                                 Real Metadata
16119
16120       Real ContentDescr Tags
16121
16122         Sequence Tag Name                             Writable
16123         -------- --------                             --------
16124             0    TitleLen?                            N
16125             1    Title                                N
16126             2    AuthorLen?                           N
16127             3    Author                               N
16128             4    CopyrightLen?                        N
16129             5    Copyright                            N
16130             6    CommentLen?                          N
16131             7    Comment                              N
16132
16133       Real MediaProps Tags
16134
16135         Sequence Tag Name                             Writable
16136         -------- --------                             --------
16137             0    StreamNumber                         N
16138             1    StreamMaxBitrate                     N
16139             2    StreamAvgBitrate                     N
16140             3    StreamMaxPacketSize                  N
16141             4    StreamAvgPacketSize                  N
16142             5    StreamStartTime                      N
16143             6    StreamPreroll                        N
16144             7    StreamDuration                       N
16145             8    StreamNameLen?                       N
16146             9    StreamName                           N
16147            10    StreamMimeLen?                       N
16148            11    StreamMimeType                       N
16149            12    FileInfoLen?                         N
16150            13    FileInfoLen2?                        N
16151            14    FileInfoVersion                      N
16152            15    PhysicalStreams?                     N
16153            16    PhysicalStreamNumbers?               N
16154            17    DataOffsets?                         N
16155            18    NumRules?                            N
16156            19    PhysicalStreamNumberMap?             N
16157            20    NumProperties?                       N
16158            21    FileInfoProperties                   Real FileInfo
16159
16160       Real FileInfo Tags
16161
16162       The following tags have been observed in the FileInfo properties, but
16163       any other existing information will also be extracted.
16164
16165         Tag ID               Tag Name                 Writable
16166         ------               --------                 --------
16167         'Audiences'          Audiences                N
16168         'Audio Format'       AudioFormat              N
16169         'Content Rating'     ContentRating            N
16170         'Creation Date'      CreateDate               N
16171         'Description'        Description              N
16172         'File ID'            FileID                   N
16173         'Generated By'       Software                 N
16174         'Indexable'          Indexable                N
16175         'Keywords'           Keywords                 N
16176         'Modification Date'  ModifyDate               N
16177         'Target Audiences'   TargetAudiences          N
16178         'Video Quality'      VideoQuality             N
16179         'audioMode'          AudioMode                N
16180         'videoMode'          VideoMode                N
16181
16182       Real Properties Tags
16183
16184         Sequence Tag Name                             Writable
16185         -------- --------                             --------
16186             0    MaxBitrate                           N
16187             1    AvgBitrate                           N
16188             2    MaxPacketSize                        N
16189             3    AvgPacketSize                        N
16190             4    NumPackets                           N
16191             5    Duration                             N
16192             6    Preroll                              N
16193             7    IndexOffset?                         N
16194             8    DataOffset?                          N
16195             9    NumStreams                           N
16196            10    Flags                                N
16197
16198       Real Metadata Tags
16199
16200       The tags below represent information which has been observed in the
16201       Real Metadata format, but ExifTool will extract any information it
16202       finds in this format.  (As far as I can tell from the referenced
16203       documentation, string values should be plain text, but this is not the
16204       case for the only sample file I have been able to obtain containing
16205       this information.  These tags could also be split into separate sub-
16206       directories, but this will wait until I have better documentation or a
16207       more complete set of samples.)
16208
16209         Tag ID               Tag Name                 Writable
16210         ------               --------                 --------
16211         'Album/Name'         AlbumName                N
16212         'Track/Category'     TrackCategory            N
16213         'Track/Comments'     TrackComments            N
16214         'Track/Lyrics'       TrackLyrics              N
16215
16216       Real Audio Tags
16217
16218       Tags in the following table reference information extracted from
16219       various versions of RealAudio (RA) files.
16220
16221         Tag ID   Tag Name                             Writable
16222         ------   --------                             --------
16223         '.ra3'   RA3                                  Real AudioV3
16224         '.ra4'   RA4                                  Real AudioV4
16225         '.ra5'   RA5                                  Real AudioV5
16226
16227       Real AudioV3 Tags
16228
16229         Sequence Tag Name                             Writable
16230         -------- --------                             --------
16231             0    Channels                             N
16232             1    Unknown?                             N
16233             2    BytesPerMinute                       N
16234             3    AudioBytes                           N
16235             4    TitleLen?                            N
16236             5    Title                                N
16237             6    ArtistLen?                           N
16238             7    Artist                               N
16239             8    CopyrightLen?                        N
16240             9    Copyright                            N
16241            10    CommentLen?                          N
16242            11    Comment                              N
16243
16244       Real AudioV4 Tags
16245
16246         Sequence Tag Name                             Writable
16247         -------- --------                             --------
16248             0    FourCC1?                             N
16249             1    AudioFileSize?                       N
16250             2    Version2?                            N
16251             3    HeaderSize?                          N
16252             4    CodecFlavorID?                       N
16253             5    CodedFrameSize?                      N
16254             6    AudioBytes                           N
16255             7    BytesPerMinute                       N
16256             8    Unknown?                             N
16257             9    SubPacketH?                          N
16258            10    AudioFrameSize                       N
16259            11    SubPacketSize?                       N
16260            12    Unknown?                             N
16261            13    SampleRate                           N
16262            14    Unknown?                             N
16263            15    BitsPerSample                        N
16264            16    Channels                             N
16265            17    FourCC2Len?                          N
16266            18    FourCC2?                             N
16267            19    FourCC3Len?                          N
16268            20    FourCC3?                             N
16269            21    Unknown?                             N
16270            22    Unknown?                             N
16271            23    TitleLen?                            N
16272            24    Title                                N
16273            25    ArtistLen?                           N
16274            26    Artist                               N
16275            27    CopyrightLen?                        N
16276            28    Copyright                            N
16277            29    CommentLen?                          N
16278            30    Comment                              N
16279
16280       Real AudioV5 Tags
16281
16282         Sequence Tag Name                             Writable
16283         -------- --------                             --------
16284             0    FourCC1?                             N
16285             1    AudioFileSize?                       N
16286             2    Version2?                            N
16287             3    HeaderSize?                          N
16288             4    CodecFlavorID?                       N
16289             5    CodedFrameSize?                      N
16290             6    AudioBytes                           N
16291             7    BytesPerMinute                       N
16292             8    Unknown?                             N
16293             9    SubPacketH?                          N
16294            10    FrameSize?                           N
16295            11    SubPacketSize?                       N
16296            12    SampleRate                           N
16297            13    SampleRate2?                         N
16298            14    BitsPerSample                        N
16299            15    Channels                             N
16300            16    Genr?                                N
16301            17    FourCC3?                             N
16302
16303       Real Metafile Tags
16304
16305       Tags representing information extracted from Real Audio Metafile and
16306       RealMedia Plug-in Metafile (RAM and RPM) files.
16307
16308         Tag ID   Tag Name                             Writable
16309         ------   --------                             --------
16310         'txt'    Text                                 N
16311         'url'    URL                                  N
16312
16313   RIFF Tags
16314       The RIFF container format is used various types of fines including WAV,
16315       AVI and WEBP.  According to the EXIF specification, Meta information is
16316       embedded in two types of RIFF "LIST" chunks: "INFO" and "exif", and
16317       information about the audio content is stored in the "fmt " chunk.  As
16318       well as this information, some video information and proprietary
16319       manufacturer-specific information is also extracted.
16320
16321       Large AVI videos may be a concatenation of two or more RIFF chunks.
16322       For these files, information is extracted from subsequent RIFF chunks
16323       as sub-documents, but the Duration is calculated for the full video.
16324
16325         Tag ID               Tag Name                 Writable
16326         ------               --------                 --------
16327         'JUNK'               OlympusJunk              Olympus AVI
16328                              CasioJunk                EXIF
16329                              RicohJunk                Ricoh AVI
16330                              PentaxJunk               Pentax Junk
16331                              TextJunk                 N
16332         'JUNQ'               OldXMP                   N
16333         'LIST_INFO'          Info                     RIFF Info
16334         'LIST_Tdat'          Tdat                     RIFF Tdat
16335         'LIST_exif'          Exif                     RIFF Exif
16336         'LIST_hdrl'          Hdrl                     RIFF Hdrl
16337         'LIST_hydt'          PentaxData               Pentax AVI
16338         'LIST_ncdt'          NikonData                Nikon AVI
16339         '_PMX'               XMP                      XMP
16340         'bext'               BroadcastExtension       RIFF BroadcastExt
16341         'fmt '               AudioFormat              RIFF AudioFormat
16342         'olym'               Olym                     Olympus WAV
16343
16344       RIFF Info Tags
16345
16346       RIFF INFO tags found in WAV audio and AVI video files.  Tags which are
16347       part of the EXIF 2.3 specification have an underlined Tag Name in the
16348       HTML version of this documentation.  Other tags are found in AVI files
16349       generated by some software.
16350
16351         Tag ID   Tag Name                             Writable
16352         ------   --------                             --------
16353         'AGES'   Rated                                N
16354         'CMNT'   Comment                              N
16355         'CODE'   EncodedBy                            N
16356         'COMM'   Comments                             N
16357         'DIRC'   Directory                            N
16358         'DISP'   SoundSchemeTitle                     N
16359         'DTIM'   DateTimeOriginal                     N
16360         'GENR'   Genre                                N
16361         'IARL'   ArchivalLocation                     N
16362         'IART'   Artist                               N
16363         'IAS1'   FirstLanguage                        N
16364         'IAS2'   SecondLanguage                       N
16365         'IAS3'   ThirdLanguage                        N
16366         'IAS4'   FourthLanguage                       N
16367         'IAS5'   FifthLanguage                        N
16368         'IAS6'   SixthLanguage                        N
16369         'IAS7'   SeventhLanguage                      N
16370         'IAS8'   EighthLanguage                       N
16371         'IAS9'   NinthLanguage                        N
16372         'IBSU'   BaseURL                              N
16373         'ICAS'   DefaultAudioStream                   N
16374         'ICDS'   CostumeDesigner                      N
16375         'ICMS'   Commissioned                         N
16376         'ICMT'   Comment                              N
16377         'ICNM'   Cinematographer                      N
16378         'ICNT'   Country                              N
16379         'ICOP'   Copyright                            N
16380         'ICRD'   DateCreated                          N
16381         'ICRP'   Cropped                              N
16382         'IDIM'   Dimensions                           N
16383         'IDPI'   DotsPerInch                          N
16384         'IDST'   DistributedBy                        N
16385         'IEDT'   EditedBy                             N
16386         'IENC'   EncodedBy                            N
16387         'IENG'   Engineer                             N
16388         'IGNR'   Genre                                N
16389         'IKEY'   Keywords                             N
16390         'ILGT'   Lightness                            N
16391         'ILGU'   LogoURL                              N
16392         'ILIU'   LogoIconURL                          N
16393         'ILNG'   Language                             N
16394         'IMBI'   MoreInfoBannerImage                  N
16395         'IMBU'   MoreInfoBannerURL                    N
16396         'IMED'   Medium                               N
16397         'IMIT'   MoreInfoText                         N
16398         'IMIU'   MoreInfoURL                          N
16399         'IMUS'   MusicBy                              N
16400         'INAM'   Title                                N
16401         'IPDS'   ProductionDesigner                   N
16402         'IPLT'   NumColors                            N
16403         'IPRD'   Product                              N
16404         'IPRO'   ProducedBy                           N
16405         'IRIP'   RippedBy                             N
16406         'IRTD'   Rating                               N
16407         'ISBJ'   Subject                              N
16408         'ISFT'   Software                             N
16409         'ISGN'   SecondaryGenre                       N
16410         'ISHP'   Sharpness                            N
16411         'ISRC'   Source                               N
16412         'ISRF'   SourceForm                           N
16413         'ISTD'   ProductionStudio                     N
16414         'ISTR'   Starring                             N
16415         'ITCH'   Technician                           N
16416         'IWMU'   WatermarkURL                         N
16417         'IWRI'   WrittenBy                            N
16418         'LANG'   Language                             N
16419         'LOCA'   Location                             N
16420         'PRT1'   Part                                 N
16421         'PRT2'   NumberOfParts                        N
16422         'RATE'   Rate                                 N
16423         'STAR'   Starring                             N
16424         'STAT'   Statistics                           N
16425         'TAPE'   TapeName                             N
16426         'TCDO'   EndTimecode                          N
16427         'TCOD'   StartTimecode                        N
16428         'TITL'   Title                                N
16429         'TLEN'   Length                               N
16430         'TORG'   Organization                         N
16431         'TRCK'   TrackNumber                          N
16432         'TURL'   URL                                  N
16433         'TVER'   Version                              N
16434         'VMAJ'   VegasVersionMajor                    N
16435         'VMIN'   VegasVersionMinor                    N
16436         'YEAR'   Year                                 N
16437
16438       RIFF Tdat Tags
16439
16440         Tag ID   Tag Name                             Writable
16441         ------   --------                             --------
16442         [no tags known]
16443
16444       RIFF Exif Tags
16445
16446       These tags are part of the EXIF 2.3 specification for WAV audio files.
16447
16448         Tag ID   Tag Name                             Writable
16449         ------   --------                             --------
16450         'ecor'   Make                                 N
16451         'emdl'   Model                                N
16452         'emnt'   MakerNotes                           N
16453         'erel'   RelatedImageFile                     N
16454         'etim'   TimeCreated                          N
16455         'eucm'   UserComment                          N
16456         'ever'   ExifVersion                          N
16457
16458       RIFF Hdrl Tags
16459
16460         Tag ID               Tag Name                 Writable
16461         ------               --------                 --------
16462         'IDIT'               DateTimeOriginal         N
16463         'ISMP'               Timecode                 N
16464         'LIST_odml'          OpenDML                  RIFF OpenDML
16465         'LIST_strl'          Stream                   RIFF Stream
16466         'avih'               AVIHeader                RIFF AVIHeader
16467
16468       RIFF OpenDML Tags
16469
16470         Tag ID   Tag Name                             Writable
16471         ------   --------                             --------
16472         'dmlh'   ExtendedAVIHeader                    RIFF ExtAVIHdr
16473
16474       RIFF ExtAVIHdr Tags
16475
16476          Index   Tag Name                             Writable
16477          -----   --------                             --------
16478             0    TotalFrameCount                      N
16479
16480       RIFF Stream Tags
16481
16482         Tag ID   Tag Name                             Writable
16483         ------   --------                             --------
16484         'strd'   StreamData                           RIFF StreamData
16485         'strf'   AudioFormat                          RIFF AudioFormat
16486                  VideoFormat                          BMP
16487         'strh'   StreamHeader                         RIFF StreamHeader
16488         'strn'   StreamName                           N
16489
16490       RIFF StreamData Tags
16491
16492       This chunk is used to store proprietary information in AVI videos from
16493       some cameras.  The first 4 characters of the data are used as the Tag
16494       ID below.
16495
16496         Tag ID       Tag Name                         Writable
16497         ------       --------                         --------
16498         'AVIF'       AVIF                             EXIF
16499         'CASI'       CasioData                        Casio AVI
16500         'Zora'       VendorName                       N
16501         'unknown'    UnknownData                      N
16502
16503       RIFF AudioFormat Tags
16504
16505          Index   Tag Name                             Writable
16506          -----   --------                             --------
16507             0    Encoding                             N
16508             1    NumChannels                          N
16509             2    SampleRate                           N
16510             4    AvgBytesPerSec                       N
16511             7    BitsPerSample                        N
16512
16513       RIFF StreamHeader Tags
16514
16515          Index   Tag Name                             Writable
16516          -----   --------                             --------
16517             0    StreamType                           N
16518             1    AudioCodec                           N
16519                  VideoCodec                           N
16520                  Codec                                N
16521             5    AudioSampleRate                      N
16522                  VideoFrameRate                       N
16523                  StreamSampleRate                     N
16524             8    AudioSampleCount                     N
16525                  VideoFrameCount                      N
16526                  StreamSampleCount                    N
16527            10    Quality                              N
16528            11    SampleSize                           N
16529
16530       RIFF AVIHeader Tags
16531
16532          Index   Tag Name                             Writable
16533          -----   --------                             --------
16534             0    FrameRate                            N
16535             1    MaxDataRate                          N
16536             4    FrameCount                           N
16537             6    StreamCount                          N
16538             8    ImageWidth                           N
16539             9    ImageHeight                          N
16540
16541       RIFF BroadcastExt Tags
16542
16543       Information found in the Broadcast Audio Extension chunk (see
16544       <http://tech.ebu.ch/docs/tech/tech3285.pdf>).
16545
16546          Index   Tag Name                             Writable
16547          -----   --------                             --------
16548             0    Description                          N
16549           256    Originator                           N
16550           288    OriginatorReference                  N
16551           320    DateTimeOriginal                     N
16552           338    TimeReference                        N
16553           346    BWFVersion                           N
16554           602    CodingHistory                        N
16555
16556   AIFF Tags
16557       Only the tags decoded by ExifTool are listed in this table.
16558
16559         Tag ID   Tag Name                             Writable
16560         ------   --------                             --------
16561         '(c) '   Copyright                            N
16562         'ANNO'   Annotation                           N
16563         'AUTH'   Author                               N
16564         'COMM'   Common                               AIFF Common
16565         'COMT'   Comment                              AIFF Comment
16566         'FVER'   FormatVersion                        AIFF FormatVers
16567         'ID3 '   ID3                                  ID3
16568         'NAME'   Name                                 N
16569
16570       AIFF Common Tags
16571
16572          Index   Tag Name                             Writable
16573          -----   --------                             --------
16574             0    NumChannels                          N
16575             1    NumSampleFrames                      N
16576             3    SampleSize                           N
16577             4    SampleRate                           N
16578             9    CompressionType                      N
16579
16580       AIFF Comment Tags
16581
16582         Tag ID   Tag Name                             Writable
16583         ------   --------                             --------
16584         0x0000   CommentTime                          N
16585         0x0001   MarkerID                             N
16586         0x0002   Comment                              N
16587
16588       AIFF FormatVers Tags
16589
16590          Index   Tag Name                             Writable
16591          -----   --------                             --------
16592             0    FormatVersionTime                    N
16593
16594   ASF Tags
16595       The ASF format is used by Windows WMA and WMV files, and DIVX videos.
16596       Tag ID's aren't listed because they are huge 128-bit GUID's that would
16597       ruin the formatting of this table.
16598
16599         Tag Name                                      Writable
16600         --------                                      --------
16601         SimpleIndex                                   N
16602         TimecodeIndex                                 N
16603         Header                                        ASF Header
16604         Data                                          N
16605         XMP                                           XMP
16606         Index                                         N
16607         MediaIndex                                    N
16608
16609       ASF Header Tags
16610
16611         Tag Name                                      Writable
16612         --------                                      --------
16613         Padding                                       N
16614         ScriptCommand                                 N
16615         ContentBranding                               ASF ContentBranding
16616         ContentEncryption                             N
16617         DigitalSignature                              N
16618         ExtendedContentEncryption                     N
16619         HeaderExtension                               ASF HeaderExtension
16620         ContentDescription                            ASF ContentDescr
16621         ErrorCorrection                               N
16622         StreamBitrateProps                            N
16623         CodecList                                     ASF CodecList
16624         FileProperties                                ASF FileProperties
16625         StreamProperties                              ASF StreamProperties
16626         ExtendedContentDescr                          ASF ExtendedDescr
16627         BitrateMutualExclusion                        N
16628         Marker                                        N
16629
16630       ASF ContentBranding Tags
16631
16632         Tag Name                                      Writable
16633         --------                                      --------
16634         BannerImageType                               N
16635         BannerImage                                   N
16636         BannerImageURL                                N
16637         CopyrightURL                                  N
16638
16639       ASF HeaderExtension Tags
16640
16641         Tag Name                                      Writable
16642         --------                                      --------
16643         ExtendedStreamProps                           N
16644         AdvancedContentEncryption                     N
16645         MetadataLibrary                               ASF Metadata
16646         TimecodeIndexParms                            N
16647         Compatibility                                 N
16648         LanguageList                                  N
16649         AdvancedMutualExcl                            N
16650         BandwidthSharing                              N
16651         Reserved1                                     N
16652         Metadata                                      ASF Metadata
16653         GroupMutualExclusion                          N
16654         StreamPrioritization                          N
16655         IndexParameters                               N
16656
16657       ASF Metadata Tags
16658
16659         Tag Name                                      Writable
16660         --------                                      --------
16661         [no tags known]
16662
16663       ASF ContentDescr Tags
16664
16665         Tag Name                                      Writable
16666         --------                                      --------
16667         Title                                         N
16668         Author                                        N
16669         Copyright                                     N
16670         Description                                   N
16671         Rating                                        N
16672
16673       ASF CodecList Tags
16674
16675         Tag Name                                      Writable
16676         --------                                      --------
16677         AudioCodecDescription                         N
16678         AudioCodecName                                N
16679         OtherCodecDescription                         N
16680         OtherCodecName                                N
16681         VideoCodecDescription                         N
16682         VideoCodecName                                N
16683
16684       ASF FileProperties Tags
16685
16686          Index   Tag Name                             Writable
16687          -----   --------                             --------
16688             0    FileID                               N
16689            16    FileLength                           N
16690            24    CreationDate                         N
16691            32    DataPackets                          N
16692            40    PlayDuration                         N
16693            48    SendDuration                         N
16694            56    Preroll                              N
16695            64    Flags                                N
16696            68    MinPacketSize                        N
16697            72    MaxPacketSize                        N
16698            76    MaxBitrate                           N
16699
16700       ASF StreamProperties Tags
16701
16702       Tags with index 54 and greater are conditional based on the StreamType.
16703
16704          Index   Tag Name                             Writable
16705          -----   --------                             --------
16706             0    StreamType                           N
16707            16    ErrorCorrectionType                  N
16708            32    TimeOffset                           N
16709            48    StreamNumber                         N
16710            54    AudioCodecID                         N
16711                  ImageWidth                           N
16712            56    AudioChannels                        N
16713            58    AudioSampleRate                      N
16714                  ImageHeight                          N
16715
16716       ASF ExtendedDescr Tags
16717
16718         Tag Name                                      Writable
16719         --------                                      --------
16720         ASFLeakyBucketPairs                           N
16721         ASFPacketCount                                N
16722         ASFSecurityObjectsSize                        N
16723         AlbumArtist                                   N
16724         AlbumCoverURL                                 N
16725         AlbumTitle                                    N
16726         AspectRatioX                                  N
16727         AspectRatioY                                  N
16728         AudioFileURL                                  N
16729         AudioSourceURL                                N
16730         Author                                        N
16731         AuthorURL                                     N
16732         AverageLevel                                  N
16733         BannerImageData                               N
16734         BannerImageType                               N
16735         BannerImageURL                                N
16736         BeatsPerMinute                                N
16737         Bitrate                                       N
16738         Broadcast                                     N
16739         BufferAverage                                 N
16740         Can_Skip_Backward                             N
16741         Can_Skip_Forward                              N
16742         Category                                      N
16743         Codec                                         N
16744         Composer                                      N
16745         Conductor                                     N
16746         ContainerFormat                               N
16747         ContentDistributor                            N
16748         ContentGroupDescription                       N
16749         Copyright                                     N
16750         CopyrightURL                                  N
16751         CurrentBitrate                                N
16752         DRM                                           N
16753         DRM_ContentID                                 N
16754         DRM_DRMHeader                                 N
16755         DRM_DRMHeader_ContentDistributor              N
16756         DRM_DRMHeader_ContentID                       N
16757         DRM_DRMHeader_IndividualizedVersion           N
16758         DRM_DRMHeader_KeyID                           N
16759         DRM_DRMHeader_LicenseAcqURL                   N
16760         DRM_DRMHeader_SubscriptionContentID           N
16761         DRM_IndividualizedVersion                     N
16762         DRM_KeyID                                     N
16763         DRM_LASignatureCert                           N
16764         DRM_LASignatureLicSrvCert                     N
16765         DRM_LASignaturePrivKey                        N
16766         DRM_LASignatureRootCert                       N
16767         DRM_LicenseAcqURL                             N
16768         DRM_V1LicenseAcqURL                           N
16769         DVDID                                         N
16770         Description                                   N
16771         Director                                      N
16772         Duration                                      N
16773         EncodedBy                                     N
16774         EncodingSettings                              N
16775         EncodingTime                                  N
16776         FileSize                                      N
16777         Genre                                         N
16778         GenreID                                       N
16779         HasArbitraryDataStream                        N
16780         HasAttachedImages                             N
16781         HasAudio                                      N
16782         HasFileTransferStream                         N
16783         HasImage                                      N
16784         HasScript                                     N
16785         HasVideo                                      N
16786         ISRC                                          N
16787         InitialKey                                    N
16788         IsVBR                                         N
16789         Is_Protected                                  N
16790         Is_Trusted                                    N
16791         Language                                      N
16792         Lyrics                                        N
16793         Lyrics_Synchronised                           N
16794         MCDI                                          N
16795         MediaClassPrimaryID                           N
16796         MediaClassSecondaryID                         N
16797         MediaCredits                                  N
16798         MediaIsDelay                                  N
16799         MediaIsFinale                                 N
16800         MediaIsLive                                   N
16801         MediaIsPremiere                               N
16802         MediaIsRepeat                                 N
16803         MediaIsSAP                                    N
16804         MediaIsStereo                                 N
16805         MediaIsSubtitled                              N
16806         MediaIsTape                                   N
16807         MediaNetworkAffiliation                       N
16808         MediaOriginalBroadcastDateTime                N
16809         MediaOriginalChannel                          N
16810         MediaStationCallSign                          N
16811         MediaStationName                              N
16812         ModifiedBy                                    N
16813         Mood                                          N
16814         NSC_Address                                   N
16815         NSC_Description                               N
16816         NSC_Email                                     N
16817         NSC_Name                                      N
16818         NSC_Phone                                     N
16819         NumberOfFrames                                N
16820         OptimalBitrate                                N
16821         OriginalAlbumTitle                            N
16822         OriginalArtist                                N
16823         OriginalFilename                              N
16824         OriginalLyricist                              N
16825         OriginalReleaseTime                           N
16826         OriginalReleaseYear                           N
16827         ParentalRating                                N
16828         ParentalRatingReason                          N
16829         PartOfSet                                     N
16830         PeakBitrate                                   N
16831         PeakValue                                     N
16832         Period                                        N
16833         Picture                                       ASF Picture
16834         PlaylistDelay                                 N
16835         Producer                                      N
16836         PromotionURL                                  N
16837         ProtectionType                                N
16838         Provider                                      N
16839         ProviderCopyright                             N
16840         ProviderRating                                N
16841         ProviderStyle                                 N
16842         Publisher                                     N
16843         RadioStationName                              N
16844         RadioStationOwner                             N
16845         Rating                                        N
16846         Seekable                                      N
16847         SharedUserRating                              N
16848         Signature_Name                                N
16849         StreamTypeInfo                                N
16850         Stridable                                     N
16851         SubTitle                                      N
16852         SubTitleDescription                           N
16853         SubscriptionContentID                         N
16854         Text                                          N
16855         Title                                         N
16856         ToolName                                      N
16857         ToolVersion                                   N
16858         Track                                         N
16859         TrackNumber                                   N
16860         UniqueFileIdentifier                          N
16861         UserWebURL                                    N
16862         VBRPeak                                       N
16863         VideoClosedCaptioning                         N
16864         VideoFrameRate                                N
16865         VideoHeight                                   N
16866         VideoWidth                                    N
16867         WMADRCAverageReference                        N
16868         WMADRCAverageTarget                           N
16869         WMADRCPeakReference                           N
16870         WMADRCPeakTarget                              N
16871         WMCollectionGroupID                           N
16872         WMCollectionID                                N
16873         WMContentID                                   N
16874         Writer                                        N
16875         Year                                          N
16876
16877       ASF Picture Tags
16878
16879         Tag Name                                      Writable
16880         --------                                      --------
16881         PictureType                                   N
16882         PictureMimeType                               N
16883         PictureDescription                            N
16884         Picture                                       N
16885
16886   DICOM Tags
16887       The DICOM format is based on the ACR-NEMA specification, but adds a
16888       file header and a number of new tags.  ExifTool will extract
16889       information from either type of file.  The Tag ID's in the following
16890       table are the tag group and element numbers in hexadecimal, as given in
16891       the DICOM specification (see <http://medical.nema.org/>).  The table
16892       below contains tags from the DICOM 2009 and earlier specifications plus
16893       some vendor-specific private tags.
16894
16895         Tag ID     Tag Name                           Writable
16896         ------     --------                           --------
16897         0002,0000  FileMetaInfoGroupLength            N
16898         0002,0001  FileMetaInfoVersion                N
16899         0002,0002  MediaStorageSOPClassUID            N
16900         0002,0003  MediaStorageSOPInstanceUID         N
16901         0002,0010  TransferSyntaxUID                  N
16902         0002,0012  ImplementationClassUID             N
16903         0002,0013  ImplementationVersionName          N
16904         0002,0016  SourceApplicationEntityTitle       N
16905         0002,0100  PrivateInformationCreatorUID       N
16906         0002,0102  PrivateInformation                 N
16907         0004,1130  FileSetID                          N
16908         0004,1141  FileSetDescriptorFileID            N
16909         0004,1142  SpecificCharacterSetOfFile         N
16910         0004,1200  FirstDirectoryRecordOffset         N
16911         0004,1202  LastDirectoryRecordOffset          N
16912         0004,1212  FileSetConsistencyFlag             N
16913         0004,1220  DirectoryRecordSequence            N
16914         0004,1400  OffsetOfNextDirectoryRecord        N
16915         0004,1410  RecordInUseFlag                    N
16916         0004,1420  LowerLevelDirectoryEntityOffset    N
16917         0004,1430  DirectoryRecordType                N
16918         0004,1432  PrivateRecordUID                   N
16919         0004,1500  ReferencedFileID                   N
16920         0004,1504  MRDRDirectoryRecordOffset          N
16921         0004,1510  ReferencedSOPClassUIDInFile        N
16922         0004,1511  ReferencedSOPInstanceUIDInFile     N
16923         0004,1512  ReferencedTransferSyntaxUIDInFile  N
16924         0004,151A  ReferencedRelatedSOPClassUIDInFile N
16925         0004,1600  NumberOfReferences                 N
16926         0008,0000  IdentifyingGroupLength             N
16927         0008,0001  LengthToEnd                        N
16928         0008,0005  SpecificCharacterSet               N
16929         0008,0006  LanguageCodeSequence               N
16930         0008,0008  ImageType                          N
16931         0008,0010  RecognitionCode                    N
16932         0008,0012  InstanceCreationDate               N
16933         0008,0013  InstanceCreationTime               N
16934         0008,0014  InstanceCreatorUID                 N
16935         0008,0016  SOPClassUID                        N
16936         0008,0018  SOPInstanceUID                     N
16937         0008,001A  RelatedGeneralSOPClassUID          N
16938         0008,001B  OriginalSpecializedSOPClassUID     N
16939         0008,0020  StudyDate                          N
16940         0008,0021  SeriesDate                         N
16941         0008,0022  AcquisitionDate                    N
16942         0008,0023  ContentDate                        N
16943         0008,0024  OverlayDate                        N
16944         0008,0025  CurveDate                          N
16945         0008,002A  AcquisitionDateTime                N
16946         0008,0030  StudyTime                          N
16947         0008,0031  SeriesTime                         N
16948         0008,0032  AcquisitionTime                    N
16949         0008,0033  ContentTime                        N
16950         0008,0034  OverlayTime                        N
16951         0008,0035  CurveTime                          N
16952         0008,0040  DataSetType                        N
16953         0008,0041  DataSetSubtype                     N
16954         0008,0042  NuclearMedicineSeriesType          N
16955         0008,0050  AccessionNumber                    N
16956         0008,0052  QueryRetrieveLevel                 N
16957         0008,0054  RetrieveAETitle                    N
16958         0008,0056  InstanceAvailability               N
16959         0008,0058  FailedSOPInstanceUIDList           N
16960         0008,0060  Modality                           N
16961         0008,0061  ModalitiesInStudy                  N
16962         0008,0062  SOPClassesInStudy                  N
16963         0008,0064  ConversionType                     N
16964         0008,0068  PresentationIntentType             N
16965         0008,0070  Manufacturer                       N
16966         0008,0080  InstitutionName                    N
16967         0008,0081  InstitutionAddress                 N
16968         0008,0082  InstitutionCodeSequence            N
16969         0008,0090  ReferringPhysicianName             N
16970         0008,0092  ReferringPhysicianAddress          N
16971         0008,0094  ReferringPhysicianTelephoneNumber  N
16972         0008,0096  ReferringPhysicianIDSequence       N
16973         0008,0100  CodeValue                          N
16974         0008,0102  CodingSchemeDesignator             N
16975         0008,0103  CodingSchemeVersion                N
16976         0008,0104  CodeMeaning                        N
16977         0008,0105  MappingResource                    N
16978         0008,0106  ContextGroupVersion                N
16979         0008,0107  ContextGroupLocalVersion           N
16980         0008,010B  ContextGroupExtensionFlag          N
16981         0008,010C  CodingSchemeUID                    N
16982         0008,010D  ContextGroupExtensionCreatorUID    N
16983         0008,010F  ContextIdentifier                  N
16984         0008,0110  CodingSchemeIDSequence             N
16985         0008,0112  CodingSchemeRegistry               N
16986         0008,0114  CodingSchemeExternalID             N
16987         0008,0115  CodingSchemeName                   N
16988         0008,0116  ResponsibleOrganization            N
16989         0008,0117  ContextUID                         N
16990         0008,0201  TimezoneOffsetFromUTC              N
16991         0008,1000  NetworkID                          N
16992         0008,1010  StationName                        N
16993         0008,1030  StudyDescription                   N
16994         0008,1032  ProcedureCodeSequence              N
16995         0008,103E  SeriesDescription                  N
16996         0008,1040  InstitutionalDepartmentName        N
16997         0008,1048  PhysiciansOfRecord                 N
16998         0008,1049  PhysiciansOfRecordIDSequence       N
16999         0008,1050  PerformingPhysicianName            N
17000         0008,1052  PerformingPhysicianIDSequence      N
17001         0008,1060  NameOfPhysicianReadingStudy        N
17002         0008,1062  PhysicianReadingStudyIDSequence    N
17003         0008,1070  OperatorsName                      N
17004         0008,1072  OperatorIDSequence                 N
17005         0008,1080  AdmittingDiagnosesDescription      N
17006         0008,1084  AdmittingDiagnosesCodeSequence     N
17007         0008,1090  ManufacturersModelName             N
17008         0008,1100  ReferencedResultsSequence          N
17009         0008,1110  ReferencedStudySequence            N
17010         0008,1111  ReferencedProcedureStepSequence    N
17011         0008,1115  ReferencedSeriesSequence           N
17012         0008,1120  ReferencedPatientSequence          N
17013         0008,1125  ReferencedVisitSequence            N
17014         0008,1130  ReferencedOverlaySequence          N
17015         0008,113A  ReferencedWaveformSequence         N
17016         0008,1140  ReferencedImageSequence            N
17017         0008,1145  ReferencedCurveSequence            N
17018         0008,114A  ReferencedInstanceSequence         N
17019         0008,1150  ReferencedSOPClassUID              N
17020         0008,1155  ReferencedSOPInstanceUID           N
17021         0008,115A  SOPClassesSupported                N
17022         0008,1160  ReferencedFrameNumber              N
17023         0008,1161  SimpleFrameList                    N
17024         0008,1162  CalculatedFrameList                N
17025         0008,1163  TimeRange                          N
17026         0008,1164  FrameExtractionSequence            N
17027         0008,1195  TransactionUID                     N
17028         0008,1197  FailureReason                      N
17029         0008,1198  FailedSOPSequence                  N
17030         0008,1199  ReferencedSOPSequence              N
17031         0008,1200  OtherReferencedStudiesSequence     N
17032         0008,1250  RelatedSeriesSequence              N
17033         0008,2110  LossyImageCompression              N
17034         0008,2111  DerivationDescription              N
17035         0008,2112  SourceImageSequence                N
17036         0008,2120  StageName                          N
17037         0008,2122  StageNumber                        N
17038         0008,2124  NumberOfStages                     N
17039         0008,2127  ViewName                           N
17040         0008,2128  ViewNumber                         N
17041         0008,2129  NumberOfEventTimers                N
17042         0008,212A  NumberOfViewsInStage               N
17043         0008,2130  EventElapsedTimes                  N
17044         0008,2132  EventTimerNames                    N
17045         0008,2133  EventTimerSequence                 N
17046         0008,2134  EventTimeOffset                    N
17047         0008,2135  EventCodeSequence                  N
17048         0008,2142  StartTrim                          N
17049         0008,2143  StopTrim                           N
17050         0008,2144  RecommendedDisplayFrameRate        N
17051         0008,2200  TransducerPosition                 N
17052         0008,2204  TransducerOrientation              N
17053         0008,2208  AnatomicStructure                  N
17054         0008,2218  AnatomicRegionSequence             N
17055         0008,2220  AnatomicRegionModifierSequence     N
17056         0008,2228  PrimaryAnatomicStructureSequence   N
17057         0008,2229  AnatomicStructureOrRegionSequence  N
17058         0008,2230  AnatomicStructureModifierSequence  N
17059         0008,2240  TransducerPositionSequence         N
17060         0008,2242  TransducerPositionModifierSequence N
17061         0008,2244  TransducerOrientationSequence      N
17062         0008,2246  TransducerOrientationModifierSeq   N
17063         0008,2253  AnatomicEntrancePortalCodeSeqTrial N
17064         0008,2255  AnatomicApproachDirCodeSeqTrial    N
17065         0008,2256  AnatomicPerspectiveDescrTrial      N
17066         0008,2257  AnatomicPerspectiveCodeSeqTrial    N
17067         0008,3001  AlternateRepresentationSequence    N
17068         0008,3010  IrradiationEventUID                N
17069         0008,4000  IdentifyingComments                N
17070         0008,9007  FrameType                          N
17071         0008,9092  ReferencedImageEvidenceSequence    N
17072         0008,9121  ReferencedRawDataSequence          N
17073         0008,9123  CreatorVersionUID                  N
17074         0008,9124  DerivationImageSequence            N
17075         0008,9154  SourceImageEvidenceSequence        N
17076         0008,9205  PixelPresentation                  N
17077         0008,9206  VolumetricProperties               N
17078         0008,9207  VolumeBasedCalculationTechnique    N
17079         0008,9208  ComplexImageComponent              N
17080         0008,9209  AcquisitionContrast                N
17081         0008,9215  DerivationCodeSequence             N
17082         0008,9237  GrayscalePresentationStateSequence N
17083         0008,9410  ReferencedOtherPlaneSequence       N
17084         0008,9458  FrameDisplaySequence               N
17085         0008,9459  RecommendedDisplayFrameRateInFloat N
17086         0008,9460  SkipFrameRangeFlag                 N
17087         0009,1001  FullFidelity                       N
17088         0009,1002  SuiteID                            N
17089         0009,1004  ProductID                          N
17090         0009,1027  ImageActualDate                    N
17091         0009,1030  ServiceID                          N
17092         0009,1031  MobileLocationNumber               N
17093         0009,10E3  EquipmentUID                       N
17094         0009,10E6  GenesisVersionNow                  N
17095         0009,10E7  ExamRecordChecksum                 N
17096         0009,10E9  ActualSeriesDataTimeStamp          N
17097         0010,0000  PatientGroupLength                 N
17098         0010,0010  PatientName                        N
17099         0010,0020  PatientID                          N
17100         0010,0021  IssuerOfPatientID                  N
17101         0010,0022  TypeOfPatientID                    N
17102         0010,0030  PatientBirthDate                   N
17103         0010,0032  PatientBirthTime                   N
17104         0010,0040  PatientSex                         N
17105         0010,0050  PatientInsurancePlanCodeSequence   N
17106         0010,0101  PatientPrimaryLanguageCodeSeq      N
17107         0010,0102  PatientPrimaryLanguageCodeModSeq   N
17108         0010,1000  OtherPatientIDs                    N
17109         0010,1001  OtherPatientNames                  N
17110         0010,1002  OtherPatientIDsSequence            N
17111         0010,1005  PatientBirthName                   N
17112         0010,1010  PatientAge                         N
17113         0010,1020  PatientSize                        N
17114         0010,1030  PatientWeight                      N
17115         0010,1040  PatientAddress                     N
17116         0010,1050  InsurancePlanIdentification        N
17117         0010,1060  PatientMotherBirthName             N
17118         0010,1080  MilitaryRank                       N
17119         0010,1081  BranchOfService                    N
17120         0010,1090  MedicalRecordLocator               N
17121         0010,2000  MedicalAlerts                      N
17122         0010,2110  Allergies                          N
17123         0010,2150  CountryOfResidence                 N
17124         0010,2152  RegionOfResidence                  N
17125         0010,2154  PatientTelephoneNumbers            N
17126         0010,2160  EthnicGroup                        N
17127         0010,2180  Occupation                         N
17128         0010,21A0  SmokingStatus                      N
17129         0010,21B0  AdditionalPatientHistory           N
17130         0010,21C0  PregnancyStatus                    N
17131         0010,21D0  LastMenstrualDate                  N
17132         0010,21F0  PatientReligiousPreference         N
17133         0010,2201  PatientSpeciesDescription          N
17134         0010,2202  PatientSpeciesCodeSequence         N
17135         0010,2203  PatientSexNeutered                 N
17136         0010,2210  AnatomicalOrientationType          N
17137         0010,2292  PatientBreedDescription            N
17138         0010,2293  PatientBreedCodeSequence           N
17139         0010,2294  BreedRegistrationSequence          N
17140         0010,2295  BreedRegistrationNumber            N
17141         0010,2296  BreedRegistryCodeSequence          N
17142         0010,2297  ResponsiblePerson                  N
17143         0010,2298  ResponsiblePersonRole              N
17144         0010,2299  ResponsibleOrganization            N
17145         0010,4000  PatientComments                    N
17146         0010,9431  ExaminedBodyThickness              N
17147         0011,1010  PatientStatus                      N
17148         0012,0010  ClinicalTrialSponsorName           N
17149         0012,0020  ClinicalTrialProtocolID            N
17150         0012,0021  ClinicalTrialProtocolName          N
17151         0012,0030  ClinicalTrialSiteID                N
17152         0012,0031  ClinicalTrialSiteName              N
17153         0012,0040  ClinicalTrialSubjectID             N
17154         0012,0042  ClinicalTrialSubjectReadingID      N
17155         0012,0050  ClinicalTrialTimePointID           N
17156         0012,0051  ClinicalTrialTimePointDescription  N
17157         0012,0060  ClinicalTrialCoordinatingCenter    N
17158         0012,0062  PatientIdentityRemoved             N
17159         0012,0063  DeidentificationMethod             N
17160         0012,0064  DeidentificationMethodCodeSequence N
17161         0012,0071  ClinicalTrialSeriesID              N
17162         0012,0072  ClinicalTrialSeriesDescription     N
17163         0012,0084  DistributionType                   N
17164         0012,0085  ConsentForDistributionFlag         N
17165         0018,0000  AcquisitionGroupLength             N
17166         0018,0010  ContrastBolusAgent                 N
17167         0018,0012  ContrastBolusAgentSequence         N
17168         0018,0014  ContrastBolusAdministrationRoute   N
17169         0018,0015  BodyPartExamined                   N
17170         0018,0020  ScanningSequence                   N
17171         0018,0021  SequenceVariant                    N
17172         0018,0022  ScanOptions                        N
17173         0018,0023  MRAcquisitionType                  N
17174         0018,0024  SequenceName                       N
17175         0018,0025  AngioFlag                          N
17176         0018,0026  InterventionDrugInformationSeq     N
17177         0018,0027  InterventionDrugStopTime           N
17178         0018,0028  InterventionDrugDose               N
17179         0018,0029  InterventionDrugSequence           N
17180         0018,002A  AdditionalDrugSequence             N
17181         0018,0030  Radionuclide                       N
17182         0018,0031  Radiopharmaceutical                N
17183         0018,0032  EnergyWindowCenterline             N
17184         0018,0033  EnergyWindowTotalWidth             N
17185         0018,0034  InterventionDrugName               N
17186         0018,0035  InterventionDrugStartTime          N
17187         0018,0036  InterventionSequence               N
17188         0018,0037  TherapyType                        N
17189         0018,0038  InterventionStatus                 N
17190         0018,0039  TherapyDescription                 N
17191         0018,003A  InterventionDescription            N
17192         0018,0040  CineRate                           N
17193         0018,0042  InitialCineRunState                N
17194         0018,0050  SliceThickness                     N
17195         0018,0060  KVP                                N
17196         0018,0070  CountsAccumulated                  N
17197         0018,0071  AcquisitionTerminationCondition    N
17198         0018,0072  EffectiveDuration                  N
17199         0018,0073  AcquisitionStartCondition          N
17200         0018,0074  AcquisitionStartConditionData      N
17201         0018,0075  AcquisitionEndConditionData        N
17202         0018,0080  RepetitionTime                     N
17203         0018,0081  EchoTime                           N
17204         0018,0082  InversionTime                      N
17205         0018,0083  NumberOfAverages                   N
17206         0018,0084  ImagingFrequency                   N
17207         0018,0085  ImagedNucleus                      N
17208         0018,0086  EchoNumber                         N
17209         0018,0087  MagneticFieldStrength              N
17210         0018,0088  SpacingBetweenSlices               N
17211         0018,0089  NumberOfPhaseEncodingSteps         N
17212         0018,0090  DataCollectionDiameter             N
17213         0018,0091  EchoTrainLength                    N
17214         0018,0093  PercentSampling                    N
17215         0018,0094  PercentPhaseFieldOfView            N
17216         0018,0095  PixelBandwidth                     N
17217         0018,1000  DeviceSerialNumber                 N
17218         0018,1002  DeviceUID                          N
17219         0018,1003  DeviceID                           N
17220         0018,1004  PlateID                            N
17221         0018,1005  GeneratorID                        N
17222         0018,1006  GridID                             N
17223         0018,1007  CassetteID                         N
17224         0018,1008  GantryID                           N
17225         0018,1010  SecondaryCaptureDeviceID           N
17226         0018,1011  HardcopyCreationDeviceID           N
17227         0018,1012  DateOfSecondaryCapture             N
17228         0018,1014  TimeOfSecondaryCapture             N
17229         0018,1016  SecondaryCaptureDeviceManufacturer N
17230         0018,1017  HardcopyDeviceManufacturer         N
17231         0018,1018  SecondaryCaptureDeviceModelName    N
17232         0018,1019  SecondaryCaptureDeviceSoftwareVers N
17233         0018,101A  HardcopyDeviceSoftwareVersion      N
17234         0018,101B  HardcopyDeviceModelName            N
17235         0018,1020  SoftwareVersion                    N
17236         0018,1022  VideoImageFormatAcquired           N
17237         0018,1023  DigitalImageFormatAcquired         N
17238         0018,1030  ProtocolName                       N
17239         0018,1040  ContrastBolusRoute                 N
17240         0018,1041  ContrastBolusVolume                N
17241         0018,1042  ContrastBolusStartTime             N
17242         0018,1043  ContrastBolusStopTime              N
17243         0018,1044  ContrastBolusTotalDose             N
17244         0018,1045  SyringeCounts                      N
17245         0018,1046  ContrastFlowRate                   N
17246         0018,1047  ContrastFlowDuration               N
17247         0018,1048  ContrastBolusIngredient            N
17248         0018,1049  ContrastBolusConcentration         N
17249         0018,1050  SpatialResolution                  N
17250         0018,1060  TriggerTime                        N
17251         0018,1061  TriggerSourceOrType                N
17252         0018,1062  NominalInterval                    N
17253         0018,1063  FrameTime                          N
17254         0018,1064  CardiacFramingType                 N
17255         0018,1065  FrameTimeVector                    N
17256         0018,1066  FrameDelay                         N
17257         0018,1067  ImageTriggerDelay                  N
17258         0018,1068  MultiplexGroupTimeOffset           N
17259         0018,1069  TriggerTimeOffset                  N
17260         0018,106A  SynchronizationTrigger             N
17261         0018,106C  SynchronizationChannel             N
17262         0018,106E  TriggerSamplePosition              N
17263         0018,1070  RadiopharmaceuticalRoute           N
17264         0018,1071  RadiopharmaceuticalVolume          N
17265         0018,1072  RadiopharmaceuticalStartTime       N
17266         0018,1073  RadiopharmaceuticalStopTime        N
17267         0018,1074  RadionuclideTotalDose              N
17268         0018,1075  RadionuclideHalfLife               N
17269         0018,1076  RadionuclidePositronFraction       N
17270         0018,1077  RadiopharmaceuticalSpecActivity    N
17271         0018,1078  RadiopharmaceuticalStartDateTime   N
17272         0018,1079  RadiopharmaceuticalStopDateTime    N
17273         0018,1080  BeatRejectionFlag                  N
17274         0018,1081  LowRRValue                         N
17275         0018,1082  HighRRValue                        N
17276         0018,1083  IntervalsAcquired                  N
17277         0018,1084  IntervalsRejected                  N
17278         0018,1085  PVCRejection                       N
17279         0018,1086  SkipBeats                          N
17280         0018,1088  HeartRate                          N
17281         0018,1090  CardiacNumberOfImages              N
17282         0018,1094  TriggerWindow                      N
17283         0018,1100  ReconstructionDiameter             N
17284         0018,1110  DistanceSourceToDetector           N
17285         0018,1111  DistanceSourceToPatient            N
17286         0018,1114  EstimatedRadiographicMagnification N
17287         0018,1120  GantryDetectorTilt                 N
17288         0018,1121  GantryDetectorSlew                 N
17289         0018,1130  TableHeight                        N
17290         0018,1131  TableTraverse                      N
17291         0018,1134  TableMotion                        N
17292         0018,1135  TableVerticalIncrement             N
17293         0018,1136  TableLateralIncrement              N
17294         0018,1137  TableLongitudinalIncrement         N
17295         0018,1138  TableAngle                         N
17296         0018,113A  TableType                          N
17297         0018,1140  RotationDirection                  N
17298         0018,1141  AngularPosition                    N
17299         0018,1142  RadialPosition                     N
17300         0018,1143  ScanArc                            N
17301         0018,1144  AngularStep                        N
17302         0018,1145  CenterOfRotationOffset             N
17303         0018,1146  RotationOffset                     N
17304         0018,1147  FieldOfViewShape                   N
17305         0018,1149  FieldOfViewDimensions              N
17306         0018,1150  ExposureTime                       N
17307         0018,1151  XRayTubeCurrent                    N
17308         0018,1152  Exposure                           N
17309         0018,1153  ExposureInMicroAmpSec              N
17310         0018,1154  AveragePulseWidth                  N
17311         0018,1155  RadiationSetting                   N
17312         0018,1156  RectificationType                  N
17313         0018,115A  RadiationMode                      N
17314         0018,115E  ImageAreaDoseProduct               N
17315         0018,1160  FilterType                         N
17316         0018,1161  TypeOfFilters                      N
17317         0018,1162  IntensifierSize                    N
17318         0018,1164  ImagerPixelSpacing                 N
17319         0018,1166  Grid                               N
17320         0018,1170  GeneratorPower                     N
17321         0018,1180  CollimatorGridName                 N
17322         0018,1181  CollimatorType                     N
17323         0018,1182  FocalDistance                      N
17324         0018,1183  XFocusCenter                       N
17325         0018,1184  YFocusCenter                       N
17326         0018,1190  FocalSpots                         N
17327         0018,1191  AnodeTargetMaterial                N
17328         0018,11A0  BodyPartThickness                  N
17329         0018,11A2  CompressionForce                   N
17330         0018,1200  DateOfLastCalibration              N
17331         0018,1201  TimeOfLastCalibration              N
17332         0018,1210  ConvolutionKernel                  N
17333         0018,1240  UpperLowerPixelValues              N
17334         0018,1242  ActualFrameDuration                N
17335         0018,1243  CountRate                          N
17336         0018,1244  PreferredPlaybackSequencing        N
17337         0018,1250  ReceiveCoilName                    N
17338         0018,1251  TransmitCoilName                   N
17339         0018,1260  PlateType                          N
17340         0018,1261  PhosphorType                       N
17341         0018,1300  ScanVelocity                       N
17342         0018,1301  WholeBodyTechnique                 N
17343         0018,1302  ScanLength                         N
17344         0018,1310  AcquisitionMatrix                  N
17345         0018,1312  InPlanePhaseEncodingDirection      N
17346         0018,1314  FlipAngle                          N
17347         0018,1315  VariableFlipAngleFlag              N
17348         0018,1316  SAR                                N
17349         0018,1318  DB-Dt                              N
17350         0018,1400  AcquisitionDeviceProcessingDescr   N
17351         0018,1401  AcquisitionDeviceProcessingCode    N
17352         0018,1402  CassetteOrientation                N
17353         0018,1403  CassetteSize                       N
17354         0018,1404  ExposuresOnPlate                   N
17355         0018,1405  RelativeXRayExposure               N
17356         0018,1450  ColumnAngulation                   N
17357         0018,1460  TomoLayerHeight                    N
17358         0018,1470  TomoAngle                          N
17359         0018,1480  TomoTime                           N
17360         0018,1490  TomoType                           N
17361         0018,1491  TomoClass                          N
17362         0018,1495  NumberOfTomosynthesisSourceImages  N
17363         0018,1500  PositionerMotion                   N
17364         0018,1508  PositionerType                     N
17365         0018,1510  PositionerPrimaryAngle             N
17366         0018,1511  PositionerSecondaryAngle           N
17367         0018,1520  PositionerPrimaryAngleIncrement    N
17368         0018,1521  PositionerSecondaryAngleIncrement  N
17369         0018,1530  DetectorPrimaryAngle               N
17370         0018,1531  DetectorSecondaryAngle             N
17371         0018,1600  ShutterShape                       N
17372         0018,1602  ShutterLeftVerticalEdge            N
17373         0018,1604  ShutterRightVerticalEdge           N
17374         0018,1606  ShutterUpperHorizontalEdge         N
17375         0018,1608  ShutterLowerHorizontalEdge         N
17376         0018,1610  CenterOfCircularShutter            N
17377         0018,1612  RadiusOfCircularShutter            N
17378         0018,1620  VerticesOfPolygonalShutter         N
17379         0018,1622  ShutterPresentationValue           N
17380         0018,1623  ShutterOverlayGroup                N
17381         0018,1624  ShutterPresentationColorCIELabVal  N
17382         0018,1700  CollimatorShape                    N
17383         0018,1702  CollimatorLeftVerticalEdge         N
17384         0018,1704  CollimatorRightVerticalEdge        N
17385         0018,1706  CollimatorUpperHorizontalEdge      N
17386         0018,1708  CollimatorLowerHorizontalEdge      N
17387         0018,1710  CenterOfCircularCollimator         N
17388         0018,1712  RadiusOfCircularCollimator         N
17389         0018,1720  VerticesOfPolygonalCollimator      N
17390         0018,1800  AcquisitionTimeSynchronized        N
17391         0018,1801  TimeSource                         N
17392         0018,1802  TimeDistributionProtocol           N
17393         0018,1803  NTPSourceAddress                   N
17394         0018,2001  PageNumberVector                   N
17395         0018,2002  FrameLabelVector                   N
17396         0018,2003  FramePrimaryAngleVector            N
17397         0018,2004  FrameSecondaryAngleVector          N
17398         0018,2005  SliceLocationVector                N
17399         0018,2006  DisplayWindowLabelVector           N
17400         0018,2010  NominalScannedPixelSpacing         N
17401         0018,2020  DigitizingDeviceTransportDirection N
17402         0018,2030  RotationOfScannedFilm              N
17403         0018,3100  IVUSAcquisition                    N
17404         0018,3101  IVUSPullbackRate                   N
17405         0018,3102  IVUSGatedRate                      N
17406         0018,3103  IVUSPullbackStartFrameNumber       N
17407         0018,3104  IVUSPullbackStopFrameNumber        N
17408         0018,3105  LesionNumber                       N
17409         0018,4000  AcquisitionComments                N
17410         0018,5000  OutputPower                        N
17411         0018,5010  TransducerData                     N
17412         0018,5012  FocusDepth                         N
17413         0018,5020  ProcessingFunction                 N
17414         0018,5021  PostprocessingFunction             N
17415         0018,5022  MechanicalIndex                    N
17416         0018,5024  BoneThermalIndex                   N
17417         0018,5026  CranialThermalIndex                N
17418         0018,5027  SoftTissueThermalIndex             N
17419         0018,5028  SoftTissueFocusThermalIndex        N
17420         0018,5029  SoftTissueSurfaceThermalIndex      N
17421         0018,5030  DynamicRange                       N
17422         0018,5040  TotalGain                          N
17423         0018,5050  DepthOfScanField                   N
17424         0018,5100  PatientPosition                    N
17425         0018,5101  ViewPosition                       N
17426         0018,5104  ProjectionEponymousNameCodeSeq     N
17427         0018,5210  ImageTransformationMatrix          N
17428         0018,5212  ImageTranslationVector             N
17429         0018,6000  Sensitivity                        N
17430         0018,6011  SequenceOfUltrasoundRegions        N
17431         0018,6012  RegionSpatialFormat                N
17432         0018,6014  RegionDataType                     N
17433         0018,6016  RegionFlags                        N
17434         0018,6018  RegionLocationMinX0                N
17435         0018,601A  RegionLocationMinY0                N
17436         0018,601C  RegionLocationMaxX1                N
17437         0018,601E  RegionLocationMaxY1                N
17438         0018,6020  ReferencePixelX0                   N
17439         0018,6022  ReferencePixelY0                   N
17440         0018,6024  PhysicalUnitsXDirection            N
17441         0018,6026  PhysicalUnitsYDirection            N
17442         0018,6028  ReferencePixelPhysicalValueX       N
17443         0018,602A  ReferencePixelPhysicalValueY       N
17444         0018,602C  PhysicalDeltaX                     N
17445         0018,602E  PhysicalDeltaY                     N
17446         0018,6030  TransducerFrequency                N
17447         0018,6031  TransducerType                     N
17448         0018,6032  PulseRepetitionFrequency           N
17449         0018,6034  DopplerCorrectionAngle             N
17450         0018,6036  SteeringAngle                      N
17451         0018,6038  DopplerSampleVolumeXPosRetired     N
17452         0018,6039  DopplerSampleVolumeXPosition       N
17453         0018,603A  DopplerSampleVolumeYPosRetired     N
17454         0018,603B  DopplerSampleVolumeYPosition       N
17455         0018,603C  TMLinePositionX0Retired            N
17456         0018,603D  TMLinePositionX0                   N
17457         0018,603E  TMLinePositionY0Retired            N
17458         0018,603F  TMLinePositionY0                   N
17459         0018,6040  TMLinePositionX1Retired            N
17460         0018,6041  TMLinePositionX1                   N
17461         0018,6042  TMLinePositionY1Retired            N
17462         0018,6043  TMLinePositionY1                   N
17463         0018,6044  PixelComponentOrganization         N
17464         0018,6046  PixelComponentMask                 N
17465         0018,6048  PixelComponentRangeStart           N
17466         0018,604A  PixelComponentRangeStop            N
17467         0018,604C  PixelComponentPhysicalUnits        N
17468         0018,604E  PixelComponentDataType             N
17469         0018,6050  NumberOfTableBreakPoints           N
17470         0018,6052  TableOfXBreakPoints                N
17471         0018,6054  TableOfYBreakPoints                N
17472         0018,6056  NumberOfTableEntries               N
17473         0018,6058  TableOfPixelValues                 N
17474         0018,605A  TableOfParameterValues             N
17475         0018,6060  RWaveTimeVector                    N
17476         0018,7000  DetectorConditionsNominalFlag      N
17477         0018,7001  DetectorTemperature                N
17478         0018,7004  DetectorType                       N
17479         0018,7005  DetectorConfiguration              N
17480         0018,7006  DetectorDescription                N
17481         0018,7008  DetectorMode                       N
17482         0018,700A  DetectorID                         N
17483         0018,700C  DateOfLastDetectorCalibration      N
17484         0018,700E  TimeOfLastDetectorCalibration      N
17485         0018,7010  DetectorExposuresSinceCalibration  N
17486         0018,7011  DetectorExposuresSinceManufactured N
17487         0018,7012  DetectorTimeSinceLastExposure      N
17488         0018,7014  DetectorActiveTime                 N
17489         0018,7016  DetectorActiveOffsetFromExposure   N
17490         0018,701A  DetectorBinning                    N
17491         0018,7020  DetectorElementPhysicalSize        N
17492         0018,7022  DetectorElementSpacing             N
17493         0018,7024  DetectorActiveShape                N
17494         0018,7026  DetectorActiveDimensions           N
17495         0018,7028  DetectorActiveOrigin               N
17496         0018,702A  DetectorManufacturerName           N
17497         0018,702B  DetectorManufacturersModelName     N
17498         0018,7030  FieldOfViewOrigin                  N
17499         0018,7032  FieldOfViewRotation                N
17500         0018,7034  FieldOfViewHorizontalFlip          N
17501         0018,7040  GridAbsorbingMaterial              N
17502         0018,7041  GridSpacingMaterial                N
17503         0018,7042  GridThickness                      N
17504         0018,7044  GridPitch                          N
17505         0018,7046  GridAspectRatio                    N
17506         0018,7048  GridPeriod                         N
17507         0018,704C  GridFocalDistance                  N
17508         0018,7050  FilterMaterial                     N
17509         0018,7052  FilterThicknessMinimum             N
17510         0018,7054  FilterThicknessMaximum             N
17511         0018,7060  ExposureControlMode                N
17512         0018,7062  ExposureControlModeDescription     N
17513         0018,7064  ExposureStatus                     N
17514         0018,7065  PhototimerSetting                  N
17515         0018,8150  ExposureTimeInMicroSec             N
17516         0018,8151  XRayTubeCurrentInMicroAmps         N
17517         0018,9004  ContentQualification               N
17518         0018,9005  PulseSequenceName                  N
17519         0018,9006  MRImagingModifierSequence          N
17520         0018,9008  EchoPulseSequence                  N
17521         0018,9009  InversionRecovery                  N
17522         0018,9010  FlowCompensation                   N
17523         0018,9011  MultipleSpinEcho                   N
17524         0018,9012  MultiPlanarExcitation              N
17525         0018,9014  PhaseContrast                      N
17526         0018,9015  TimeOfFlightContrast               N
17527         0018,9016  Spoiling                           N
17528         0018,9017  SteadyStatePulseSequence           N
17529         0018,9018  EchoPlanarPulseSequence            N
17530         0018,9019  TagAngleFirstAxis                  N
17531         0018,9020  MagnetizationTransfer              N
17532         0018,9021  T2Preparation                      N
17533         0018,9022  BloodSignalNulling                 N
17534         0018,9024  SaturationRecovery                 N
17535         0018,9025  SpectrallySelectedSuppression      N
17536         0018,9026  SpectrallySelectedExcitation       N
17537         0018,9027  SpatialPresaturation               N
17538         0018,9028  Tagging                            N
17539         0018,9029  OversamplingPhase                  N
17540         0018,9030  TagSpacingFirstDimension           N
17541         0018,9032  GeometryOfKSpaceTraversal          N
17542         0018,9033  SegmentedKSpaceTraversal           N
17543         0018,9034  RectilinearPhaseEncodeReordering   N
17544         0018,9035  TagThickness                       N
17545         0018,9036  PartialFourierDirection            N
17546         0018,9037  CardiacSynchronizationTechnique    N
17547         0018,9041  ReceiveCoilManufacturerName        N
17548         0018,9042  MRReceiveCoilSequence              N
17549         0018,9043  ReceiveCoilType                    N
17550         0018,9044  QuadratureReceiveCoil              N
17551         0018,9045  MultiCoilDefinitionSequence        N
17552         0018,9046  MultiCoilConfiguration             N
17553         0018,9047  MultiCoilElementName               N
17554         0018,9048  MultiCoilElementUsed               N
17555         0018,9049  MRTransmitCoilSequence             N
17556         0018,9050  TransmitCoilManufacturerName       N
17557         0018,9051  TransmitCoilType                   N
17558         0018,9052  SpectralWidth                      N
17559         0018,9053  ChemicalShiftReference             N
17560         0018,9054  VolumeLocalizationTechnique        N
17561         0018,9058  MRAcquisitionFrequencyEncodeSteps  N
17562         0018,9059  Decoupling                         N
17563         0018,9060  DecoupledNucleus                   N
17564         0018,9061  DecouplingFrequency                N
17565         0018,9062  DecouplingMethod                   N
17566         0018,9063  DecouplingChemicalShiftReference   N
17567         0018,9064  KSpaceFiltering                    N
17568         0018,9065  TimeDomainFiltering                N
17569         0018,9066  NumberOfZeroFills                  N
17570         0018,9067  BaselineCorrection                 N
17571         0018,9069  ParallelReductionFactorInPlane     N
17572         0018,9070  CardiacRRIntervalSpecified         N
17573         0018,9073  AcquisitionDuration                N
17574         0018,9074  FrameAcquisitionDateTime           N
17575         0018,9075  DiffusionDirectionality            N
17576         0018,9076  DiffusionGradientDirectionSequence N
17577         0018,9077  ParallelAcquisition                N
17578         0018,9078  ParallelAcquisitionTechnique       N
17579         0018,9079  InversionTimes                     N
17580         0018,9080  MetaboliteMapDescription           N
17581         0018,9081  PartialFourier                     N
17582         0018,9082  EffectiveEchoTime                  N
17583         0018,9083  MetaboliteMapCodeSequence          N
17584         0018,9084  ChemicalShiftSequence              N
17585         0018,9085  CardiacSignalSource                N
17586         0018,9087  DiffusionBValue                    N
17587         0018,9089  DiffusionGradientOrientation       N
17588         0018,9090  VelocityEncodingDirection          N
17589         0018,9091  VelocityEncodingMinimumValue       N
17590         0018,9093  NumberOfKSpaceTrajectories         N
17591         0018,9094  CoverageOfKSpace                   N
17592         0018,9095  SpectroscopyAcquisitionPhaseRows   N
17593         0018,9096  ParallelReductFactorInPlaneRetired N
17594         0018,9098  TransmitterFrequency               N
17595         0018,9100  ResonantNucleus                    N
17596         0018,9101  FrequencyCorrection                N
17597         0018,9103  MRSpectroscopyFOV-GeometrySequence N
17598         0018,9104  SlabThickness                      N
17599         0018,9105  SlabOrientation                    N
17600         0018,9106  MidSlabPosition                    N
17601         0018,9107  MRSpatialSaturationSequence        N
17602         0018,9112  MRTimingAndRelatedParametersSeq    N
17603         0018,9114  MREchoSequence                     N
17604         0018,9115  MRModifierSequence                 N
17605         0018,9117  MRDiffusionSequence                N
17606         0018,9118  CardiacTriggerSequence             N
17607         0018,9119  MRAveragesSequence                 N
17608         0018,9125  MRFOV-GeometrySequence             N
17609         0018,9126  VolumeLocalizationSequence         N
17610         0018,9127  SpectroscopyAcquisitionDataColumns N
17611         0018,9147  DiffusionAnisotropyType            N
17612         0018,9151  FrameReferenceDateTime             N
17613         0018,9152  MRMetaboliteMapSequence            N
17614         0018,9155  ParallelReductionFactorOutOfPlane  N
17615         0018,9159  SpectroscopyOutOfPlanePhaseSteps   N
17616         0018,9166  BulkMotionStatus                   N
17617         0018,9168  ParallelReductionFactSecondInPlane N
17618         0018,9169  CardiacBeatRejectionTechnique      N
17619         0018,9170  RespiratoryMotionCompTechnique     N
17620         0018,9171  RespiratorySignalSource            N
17621         0018,9172  BulkMotionCompensationTechnique    N
17622         0018,9173  BulkMotionSignalSource             N
17623         0018,9174  ApplicableSafetyStandardAgency     N
17624         0018,9175  ApplicableSafetyStandardDescr      N
17625         0018,9176  OperatingModeSequence              N
17626         0018,9177  OperatingModeType                  N
17627         0018,9178  OperatingMode                      N
17628         0018,9179  SpecificAbsorptionRateDefinition   N
17629         0018,9180  GradientOutputType                 N
17630         0018,9181  SpecificAbsorptionRateValue        N
17631         0018,9182  GradientOutput                     N
17632         0018,9183  FlowCompensationDirection          N
17633         0018,9184  TaggingDelay                       N
17634         0018,9185  RespiratoryMotionCompTechDescr     N
17635         0018,9186  RespiratorySignalSourceID          N
17636         0018,9195  ChemicalShiftsMinIntegrateLimitHz  N
17637         0018,9196  ChemicalShiftsMaxIntegrateLimitHz  N
17638         0018,9197  MRVelocityEncodingSequence         N
17639         0018,9198  FirstOrderPhaseCorrection          N
17640         0018,9199  WaterReferencedPhaseCorrection     N
17641         0018,9200  MRSpectroscopyAcquisitionType      N
17642         0018,9214  RespiratoryCyclePosition           N
17643         0018,9217  VelocityEncodingMaximumValue       N
17644         0018,9218  TagSpacingSecondDimension          N
17645         0018,9219  TagAngleSecondAxis                 N
17646         0018,9220  FrameAcquisitionDuration           N
17647         0018,9226  MRImageFrameTypeSequence           N
17648         0018,9227  MRSpectroscopyFrameTypeSequence    N
17649         0018,9231  MRAcqPhaseEncodingStepsInPlane     N
17650         0018,9232  MRAcqPhaseEncodingStepsOutOfPlane  N
17651         0018,9234  SpectroscopyAcqPhaseColumns        N
17652         0018,9236  CardiacCyclePosition               N
17653         0018,9239  SpecificAbsorptionRateSequence     N
17654         0018,9240  RFEchoTrainLength                  N
17655         0018,9241  GradientEchoTrainLength            N
17656         0018,9295  ChemicalShiftsMinIntegrateLimitPPM N
17657         0018,9296  ChemicalShiftsMaxIntegrateLimitPPM N
17658         0018,9301  CTAcquisitionTypeSequence          N
17659         0018,9302  AcquisitionType                    N
17660         0018,9303  TubeAngle                          N
17661         0018,9304  CTAcquisitionDetailsSequence       N
17662         0018,9305  RevolutionTime                     N
17663         0018,9306  SingleCollimationWidth             N
17664         0018,9307  TotalCollimationWidth              N
17665         0018,9308  CTTableDynamicsSequence            N
17666         0018,9309  TableSpeed                         N
17667         0018,9310  TableFeedPerRotation               N
17668         0018,9311  SpiralPitchFactor                  N
17669         0018,9312  CTGeometrySequence                 N
17670         0018,9313  DataCollectionCenterPatient        N
17671         0018,9314  CTReconstructionSequence           N
17672         0018,9315  ReconstructionAlgorithm            N
17673         0018,9316  ConvolutionKernelGroup             N
17674         0018,9317  ReconstructionFieldOfView          N
17675         0018,9318  ReconstructionTargetCenterPatient  N
17676         0018,9319  ReconstructionAngle                N
17677         0018,9320  ImageFilter                        N
17678         0018,9321  CTExposureSequence                 N
17679         0018,9322  ReconstructionPixelSpacing         N
17680         0018,9323  ExposureModulationType             N
17681         0018,9324  EstimatedDoseSaving                N
17682         0018,9325  CTXRayDetailsSequence              N
17683         0018,9326  CTPositionSequence                 N
17684         0018,9327  TablePosition                      N
17685         0018,9328  ExposureTimeInMilliSec             N
17686         0018,9329  CTImageFrameTypeSequence           N
17687         0018,9330  XRayTubeCurrentInMilliAmps         N
17688         0018,9332  ExposureInMilliAmpSec              N
17689         0018,9333  ConstantVolumeFlag                 N
17690         0018,9334  FluoroscopyFlag                    N
17691         0018,9335  SourceToDataCollectionCenterDist   N
17692         0018,9337  ContrastBolusAgentNumber           N
17693         0018,9338  ContrastBolusIngredientCodeSeq     N
17694         0018,9340  ContrastAdministrationProfileSeq   N
17695         0018,9341  ContrastBolusUsageSequence         N
17696         0018,9342  ContrastBolusAgentAdministered     N
17697         0018,9343  ContrastBolusAgentDetected         N
17698         0018,9344  ContrastBolusAgentPhase            N
17699         0018,9345  CTDIvol                            N
17700         0018,9346  CTDIPhantomTypeCodeSequence        N
17701         0018,9351  CalciumScoringMassFactorPatient    N
17702         0018,9352  CalciumScoringMassFactorDevice     N
17703         0018,9353  EnergyWeightingFactor              N
17704         0018,9360  CTAdditionalXRaySourceSequence     N
17705         0018,9401  ProjectionPixelCalibrationSequence N
17706         0018,9402  DistanceSourceToIsocenter          N
17707         0018,9403  DistanceObjectToTableTop           N
17708         0018,9404  ObjectPixelSpacingInCenterOfBeam   N
17709         0018,9405  PositionerPositionSequence         N
17710         0018,9406  TablePositionSequence              N
17711         0018,9407  CollimatorShapeSequence            N
17712         0018,9412  XA-XRFFrameCharacteristicsSequence N
17713         0018,9417  FrameAcquisitionSequence           N
17714         0018,9420  XRayReceptorType                   N
17715         0018,9423  AcquisitionProtocolName            N
17716         0018,9424  AcquisitionProtocolDescription     N
17717         0018,9425  ContrastBolusIngredientOpaque      N
17718         0018,9426  DistanceReceptorPlaneToDetHousing  N
17719         0018,9427  IntensifierActiveShape             N
17720         0018,9428  IntensifierActiveDimensions        N
17721         0018,9429  PhysicalDetectorSize               N
17722         0018,9430  PositionOfIsocenterProjection      N
17723         0018,9432  FieldOfViewSequence                N
17724         0018,9433  FieldOfViewDescription             N
17725         0018,9434  ExposureControlSensingRegionsSeq   N
17726         0018,9435  ExposureControlSensingRegionShape  N
17727         0018,9436  ExposureControlSensRegionLeftEdge  N
17728         0018,9437  ExposureControlSensRegionRightEdge N
17729         0018,9440  CenterOfCircExposControlSensRegion N
17730         0018,9441  RadiusOfCircExposControlSensRegion N
17731         0018,9447  ColumnAngulationPatient            N
17732         0018,9449  BeamAngle                          N
17733         0018,9451  FrameDetectorParametersSequence    N
17734         0018,9452  CalculatedAnatomyThickness         N
17735         0018,9455  CalibrationSequence                N
17736         0018,9456  ObjectThicknessSequence            N
17737         0018,9457  PlaneIdentification                N
17738         0018,9461  FieldOfViewDimensionsInFloat       N
17739         0018,9462  IsocenterReferenceSystemSequence   N
17740         0018,9463  PositionerIsocenterPrimaryAngle    N
17741         0018,9464  PositionerIsocenterSecondaryAngle  N
17742         0018,9465  PositionerIsocenterDetRotAngle     N
17743         0018,9466  TableXPositionToIsocenter          N
17744         0018,9467  TableYPositionToIsocenter          N
17745         0018,9468  TableZPositionToIsocenter          N
17746         0018,9469  TableHorizontalRotationAngle       N
17747         0018,9470  TableHeadTiltAngle                 N
17748         0018,9471  TableCradleTiltAngle               N
17749         0018,9472  FrameDisplayShutterSequence        N
17750         0018,9473  AcquiredImageAreaDoseProduct       N
17751         0018,9474  CArmPositionerTabletopRelationship N
17752         0018,9476  XRayGeometrySequence               N
17753         0018,9477  IrradiationEventIDSequence         N
17754         0018,9504  XRay3DFrameTypeSequence            N
17755         0018,9506  ContributingSourcesSequence        N
17756         0018,9507  XRay3DAcquisitionSequence          N
17757         0018,9508  PrimaryPositionerScanArc           N
17758         0018,9509  SecondaryPositionerScanArc         N
17759         0018,9510  PrimaryPositionerScanStartAngle    N
17760         0018,9511  SecondaryPositionerScanStartAngle  N
17761         0018,9514  PrimaryPositionerIncrement         N
17762         0018,9515  SecondaryPositionerIncrement       N
17763         0018,9516  StartAcquisitionDateTime           N
17764         0018,9517  EndAcquisitionDateTime             N
17765         0018,9524  ApplicationName                    N
17766         0018,9525  ApplicationVersion                 N
17767         0018,9526  ApplicationManufacturer            N
17768         0018,9527  AlgorithmType                      N
17769         0018,9528  AlgorithmDescription               N
17770         0018,9530  XRay3DReconstructionSequence       N
17771         0018,9531  ReconstructionDescription          N
17772         0018,9538  PerProjectionAcquisitionSequence   N
17773         0018,9601  DiffusionBMatrixSequence           N
17774         0018,9602  DiffusionBValueXX                  N
17775         0018,9603  DiffusionBValueXY                  N
17776         0018,9604  DiffusionBValueXZ                  N
17777         0018,9605  DiffusionBValueYY                  N
17778         0018,9606  DiffusionBValueYZ                  N
17779         0018,9607  DiffusionBValueZZ                  N
17780         0018,9701  DecayCorrectionDateTime            N
17781         0018,9715  StartDensityThreshold              N
17782         0018,9722  TerminationTimeThreshold           N
17783         0018,9725  DetectorGeometry                   N
17784         0018,9727  AxialDetectorDimension             N
17785         0018,9735  PETPositionSequence                N
17786         0018,9739  NumberOfIterations                 N
17787         0018,9740  NumberOfSubsets                    N
17788         0018,9751  PETFrameTypeSequence               N
17789         0018,9756  ReconstructionType                 N
17790         0018,9758  DecayCorrected                     N
17791         0018,9759  AttenuationCorrected               N
17792         0018,9760  ScatterCorrected                   N
17793         0018,9761  DeadTimeCorrected                  N
17794         0018,9762  GantryMotionCorrected              N
17795         0018,9763  PatientMotionCorrected             N
17796         0018,9765  RandomsCorrected                   N
17797         0018,9767  SensitivityCalibrated              N
17798         0018,9801  DepthsOfFocus                      N
17799         0018,9804  ExclusionStartDatetime             N
17800         0018,9805  ExclusionDuration                  N
17801         0018,9807  ImageDataTypeSequence              N
17802         0018,9808  DataType                           N
17803         0018,980B  AliasedDataType                    N
17804         0018,A001  ContributingEquipmentSequence      N
17805         0018,A002  ContributionDateTime               N
17806         0018,A003  ContributionDescription            N
17807         0019,1002  NumberOfCellsIInDetector           N
17808         0019,1003  CellNumberAtTheta                  N
17809         0019,1004  CellSpacing                        N
17810         0019,100F  HorizFrameOfRef                    N
17811         0019,1011  SeriesContrast                     N
17812         0019,1012  LastPseq                           N
17813         0019,1013  StartNumberForBaseline             N
17814         0019,1014  EndNumberForBaseline               N
17815         0019,1015  StartNumberForEnhancedScans        N
17816         0019,1016  EndNumberForEnhancedScans          N
17817         0019,1017  SeriesPlane                        N
17818         0019,1018  FirstScanRas                       N
17819         0019,1019  FirstScanLocation                  N
17820         0019,101A  LastScanRas                        N
17821         0019,101B  LastScanLoc                        N
17822         0019,101E  DisplayFieldOfView                 N
17823         0019,1023  TableSpeed                         N
17824         0019,1024  MidScanTime                        N
17825         0019,1025  MidScanFlag                        N
17826         0019,1026  DegreesOfAzimuth                   N
17827         0019,1027  GantryPeriod                       N
17828         0019,102A  XRayOnPosition                     N
17829         0019,102B  XRayOffPosition                    N
17830         0019,102C  NumberOfTriggers                   N
17831         0019,102E  AngleOfFirstView                   N
17832         0019,102F  TriggerFrequency                   N
17833         0019,1039  ScanFOVType                        N
17834         0019,1040  StatReconFlag                      N
17835         0019,1041  ComputeType                        N
17836         0019,1042  SegmentNumber                      N
17837         0019,1043  TotalSegmentsRequested             N
17838         0019,1044  InterscanDelay                     N
17839         0019,1047  ViewCompressionFactor              N
17840         0019,104A  TotalNoOfRefChannels               N
17841         0019,104B  DataSizeForScanData                N
17842         0019,1052  ReconPostProcflag                  N
17843         0019,1057  CTWaterNumber                      N
17844         0019,1058  CTBoneNumber                       N
17845         0019,105A  AcquisitionDuration                N
17846         0019,105E  NumberOfChannels                   N
17847         0019,105F  IncrementBetweenChannels           N
17848         0019,1060  StartingView                       N
17849         0019,1061  NumberOfViews                      N
17850         0019,1062  IncrementBetweenViews              N
17851         0019,106A  DependantOnNoViewsProcessed        N
17852         0019,106B  FieldOfViewInDetectorCells         N
17853         0019,1070  ValueOfBackProjectionButton        N
17854         0019,1071  SetIfFatqEstimatesWereUsed         N
17855         0019,1072  ZChanAvgOverViews                  N
17856         0019,1073  AvgOfLeftRefChansOverViews         N
17857         0019,1074  MaxLeftChanOverViews               N
17858         0019,1075  AvgOfRightRefChansOverViews        N
17859         0019,1076  MaxRightChanOverViews              N
17860         0019,107D  SecondEcho                         N
17861         0019,107E  NumberOfEchoes                     N
17862         0019,107F  TableDelta                         N
17863         0019,1081  Contiguous                         N
17864         0019,1084  PeakSAR                            N
17865         0019,1085  MonitorSAR                         N
17866         0019,1087  CardiacRepetitionTime              N
17867         0019,1088  ImagesPerCardiacCycle              N
17868         0019,108A  ActualReceiveGainAnalog            N
17869         0019,108B  ActualReceiveGainDigital           N
17870         0019,108D  DelayAfterTrigger                  N
17871         0019,108F  Swappf                             N
17872         0019,1090  PauseInterval                      N
17873         0019,1091  PulseTime                          N
17874         0019,1092  SliceOffsetOnFreqAxis              N
17875         0019,1093  CenterFrequency                    N
17876         0019,1094  TransmitGain                       N
17877         0019,1095  AnalogReceiverGain                 N
17878         0019,1096  DigitalReceiverGain                N
17879         0019,1097  BitmapDefiningCVs                  N
17880         0019,1098  CenterFreqMethod                   N
17881         0019,109B  PulseSeqMode                       N
17882         0019,109C  PulseSeqName                       N
17883         0019,109D  PulseSeqDate                       N
17884         0019,109E  InternalPulseSeqName               N
17885         0019,109F  TransmittingCoil                   N
17886         0019,10A0  SurfaceCoilType                    N
17887         0019,10A1  ExtremityCoilFlag                  N
17888         0019,10A2  RawDataRunNumber                   N
17889         0019,10A3  CalibratedFieldStrength            N
17890         0019,10A4  SATFatWaterBone                    N
17891         0019,10A5  ReceiveBandwidth                   N
17892         0019,10A7  UserData01                         N
17893         0019,10A8  UserData02                         N
17894         0019,10A9  UserData03                         N
17895         0019,10AA  UserData04                         N
17896         0019,10AB  UserData05                         N
17897         0019,10AC  UserData06                         N
17898         0019,10AD  UserData07                         N
17899         0019,10AE  UserData08                         N
17900         0019,10AF  UserData09                         N
17901         0019,10B0  UserData10                         N
17902         0019,10B1  UserData11                         N
17903         0019,10B2  UserData12                         N
17904         0019,10B3  UserData13                         N
17905         0019,10B4  UserData14                         N
17906         0019,10B5  UserData15                         N
17907         0019,10B6  UserData16                         N
17908         0019,10B7  UserData17                         N
17909         0019,10B8  UserData18                         N
17910         0019,10B9  UserData19                         N
17911         0019,10BA  UserData20                         N
17912         0019,10BB  UserData21                         N
17913         0019,10BC  UserData22                         N
17914         0019,10BD  UserData23                         N
17915         0019,10BE  ProjectionAngle                    N
17916         0019,10C0  SaturationPlanes                   N
17917         0019,10C1  SurfaceCoilIntensity               N
17918         0019,10C2  SATLocationR                       N
17919         0019,10C3  SATLocationL                       N
17920         0019,10C4  SATLocationA                       N
17921         0019,10C5  SATLocationP                       N
17922         0019,10C6  SATLocationH                       N
17923         0019,10C7  SATLocationF                       N
17924         0019,10C8  SATThicknessR-L                    N
17925         0019,10C9  SATThicknessA-P                    N
17926         0019,10CA  SATThicknessH-F                    N
17927         0019,10CB  PrescribedFlowAxis                 N
17928         0019,10CC  VelocityEncoding                   N
17929         0019,10CD  ThicknessDisclaimer                N
17930         0019,10CE  PrescanType                        N
17931         0019,10CF  PrescanStatus                      N
17932         0019,10D0  RawDataType                        N
17933         0019,10D2  ProjectionAlgorithm                N
17934         0019,10D3  ProjectionAlgorithm                N
17935         0019,10D5  FractionalEcho                     N
17936         0019,10D6  PrepPulse                          N
17937         0019,10D7  CardiacPhases                      N
17938         0019,10D8  VariableEchoflag                   N
17939         0019,10D9  ConcatenatedSAT                    N
17940         0019,10DA  ReferenceChannelUsed               N
17941         0019,10DB  BackProjectorCoefficient           N
17942         0019,10DC  PrimarySpeedCorrectionUsed         N
17943         0019,10DD  OverrangeCorrectionUsed            N
17944         0019,10DE  DynamicZAlphaValue                 N
17945         0019,10DF  UserData                           N
17946         0019,10E0  UserData                           N
17947         0019,10E2  VelocityEncodeScale                N
17948         0019,10F2  FastPhases                         N
17949         0019,10F9  TransmissionGain                   N
17950         0020,0000  RelationshipGroupLength            N
17951         0020,000D  StudyInstanceUID                   N
17952         0020,000E  SeriesInstanceUID                  N
17953         0020,0010  StudyID                            N
17954         0020,0011  SeriesNumber                       N
17955         0020,0012  AcquisitionNumber                  N
17956         0020,0013  InstanceNumber                     N
17957         0020,0014  IsotopeNumber                      N
17958         0020,0015  PhaseNumber                        N
17959         0020,0016  IntervalNumber                     N
17960         0020,0017  TimeSlotNumber                     N
17961         0020,0018  AngleNumber                        N
17962         0020,0019  ItemNumber                         N
17963         0020,0020  PatientOrientation                 N
17964         0020,0022  OverlayNumber                      N
17965         0020,0024  CurveNumber                        N
17966         0020,0026  LookupTableNumber                  N
17967         0020,0030  ImagePosition                      N
17968         0020,0032  ImagePositionPatient               N
17969         0020,0035  ImageOrientation                   N
17970         0020,0037  ImageOrientationPatient            N
17971         0020,0050  Location                           N
17972         0020,0052  FrameOfReferenceUID                N
17973         0020,0060  Laterality                         N
17974         0020,0062  ImageLaterality                    N
17975         0020,0070  ImageGeometryType                  N
17976         0020,0080  MaskingImage                       N
17977         0020,0100  TemporalPositionIdentifier         N
17978         0020,0105  NumberOfTemporalPositions          N
17979         0020,0110  TemporalResolution                 N
17980         0020,0200  SynchronizationFrameOfReferenceUID N
17981         0020,1000  SeriesInStudy                      N
17982         0020,1001  AcquisitionsInSeries               N
17983         0020,1002  ImagesInAcquisition                N
17984         0020,1003  ImagesInSeries                     N
17985         0020,1004  AcquisitionsInStudy                N
17986         0020,1005  ImagesInStudy                      N
17987         0020,1020  Reference                          N
17988         0020,1040  PositionReferenceIndicator         N
17989         0020,1041  SliceLocation                      N
17990         0020,1070  OtherStudyNumbers                  N
17991         0020,1200  NumberOfPatientRelatedStudies      N
17992         0020,1202  NumberOfPatientRelatedSeries       N
17993         0020,1204  NumberOfPatientRelatedInstances    N
17994         0020,1206  NumberOfStudyRelatedSeries         N
17995         0020,1208  NumberOfStudyRelatedInstances      N
17996         0020,1209  NumberOfSeriesRelatedInstances     N
17997         0020,31xx  SourceImageIDs                     N
17998         0020,3401  ModifyingDeviceID                  N
17999         0020,3402  ModifiedImageID                    N
18000         0020,3403  ModifiedImageDate                  N
18001         0020,3404  ModifyingDeviceManufacturer        N
18002         0020,3405  ModifiedImageTime                  N
18003         0020,3406  ModifiedImageDescription           N
18004         0020,4000  ImageComments                      N
18005         0020,5000  OriginalImageIdentification        N
18006         0020,5002  OriginalImageIdentNomenclature     N
18007         0020,9056  StackID                            N
18008         0020,9057  InStackPositionNumber              N
18009         0020,9071  FrameAnatomySequence               N
18010         0020,9072  FrameLaterality                    N
18011         0020,9111  FrameContentSequence               N
18012         0020,9113  PlanePositionSequence              N
18013         0020,9116  PlaneOrientationSequence           N
18014         0020,9128  TemporalPositionIndex              N
18015         0020,9153  TriggerDelayTime                   N
18016         0020,9156  FrameAcquisitionNumber             N
18017         0020,9157  DimensionIndexValues               N
18018         0020,9158  FrameComments                      N
18019         0020,9161  ConcatenationUID                   N
18020         0020,9162  InConcatenationNumber              N
18021         0020,9163  InConcatenationTotalNumber         N
18022         0020,9164  DimensionOrganizationUID           N
18023         0020,9165  DimensionIndexPointer              N
18024         0020,9167  FunctionalGroupPointer             N
18025         0020,9213  DimensionIndexPrivateCreator       N
18026         0020,9221  DimensionOrganizationSequence      N
18027         0020,9222  DimensionIndexSequence             N
18028         0020,9228  ConcatenationFrameOffsetNumber     N
18029         0020,9238  FunctionalGroupPrivateCreator      N
18030         0020,9241  NominalPercentageOfCardiacPhase    N
18031         0020,9245  NominalPercentOfRespiratoryPhase   N
18032         0020,9246  StartingRespiratoryAmplitude       N
18033         0020,9247  StartingRespiratoryPhase           N
18034         0020,9248  EndingRespiratoryAmplitude         N
18035         0020,9249  EndingRespiratoryPhase             N
18036         0020,9250  RespiratoryTriggerType             N
18037         0020,9251  RRIntervalTimeNominal              N
18038         0020,9252  ActualCardiacTriggerDelayTime      N
18039         0020,9253  RespiratorySynchronizationSequence N
18040         0020,9254  RespiratoryIntervalTime            N
18041         0020,9255  NominalRespiratoryTriggerDelayTime N
18042         0020,9256  RespiratoryTriggerDelayThreshold   N
18043         0020,9257  ActualRespiratoryTriggerDelayTime  N
18044         0020,9301  ImagePositionVolume                N
18045         0020,9302  ImageOrientationVolume             N
18046         0020,9308  ApexPosition                       N
18047         0020,9421  DimensionDescriptionLabel          N
18048         0020,9450  PatientOrientationInFrameSequence  N
18049         0020,9453  FrameLabel                         N
18050         0020,9518  AcquisitionIndex                   N
18051         0020,9529  ContributingSOPInstancesRefSeq     N
18052         0020,9536  ReconstructionIndex                N
18053         0021,1003  SeriesFromWhichPrescribed          N
18054         0021,1005  GenesisVersionNow                  N
18055         0021,1007  SeriesRecordChecksum               N
18056         0021,1018  GenesisVersionNow                  N
18057         0021,1019  AcqreconRecordChecksum             N
18058         0021,1020  TableStartLocation                 N
18059         0021,1035  SeriesFromWhichPrescribed          N
18060         0021,1036  ImageFromWhichPrescribed           N
18061         0021,1037  ScreenFormat                       N
18062         0021,104A  AnatomicalReferenceForScout        N
18063         0021,104F  LocationsInAcquisition             N
18064         0021,1050  GraphicallyPrescribed              N
18065         0021,1051  RotationFromSourceXRot             N
18066         0021,1052  RotationFromSourceYRot             N
18067         0021,1053  RotationFromSourceZRot             N
18068         0021,1054  ImagePosition                      N
18069         0021,1055  ImageOrientation                   N
18070         0021,1056  IntegerSlop                        N
18071         0021,1057  IntegerSlop                        N
18072         0021,1058  IntegerSlop                        N
18073         0021,1059  IntegerSlop                        N
18074         0021,105A  IntegerSlop                        N
18075         0021,105B  FloatSlop                          N
18076         0021,105C  FloatSlop                          N
18077         0021,105D  FloatSlop                          N
18078         0021,105E  FloatSlop                          N
18079         0021,105F  FloatSlop                          N
18080         0021,1081  AutoWindowLevelAlpha               N
18081         0021,1082  AutoWindowLevelBeta                N
18082         0021,1083  AutoWindowLevelWindow              N
18083         0021,1084  ToWindowLevelLevel                 N
18084         0021,1090  TubeFocalSpotPosition              N
18085         0021,1091  BiopsyPosition                     N
18086         0021,1092  BiopsyTLocation                    N
18087         0021,1093  BiopsyRefLocation                  N
18088         0022,0001  LightPathFilterPassThroughWavelen  N
18089         0022,0002  LightPathFilterPassBand            N
18090         0022,0003  ImagePathFilterPassThroughWavelen  N
18091         0022,0004  ImagePathFilterPassBand            N
18092         0022,0005  PatientEyeMovementCommanded        N
18093         0022,0006  PatientEyeMovementCommandCodeSeq   N
18094         0022,0007  SphericalLensPower                 N
18095         0022,0008  CylinderLensPower                  N
18096         0022,0009  CylinderAxis                       N
18097         0022,000A  EmmetropicMagnification            N
18098         0022,000B  IntraOcularPressure                N
18099         0022,000C  HorizontalFieldOfView              N
18100         0022,000D  PupilDilated                       N
18101         0022,000E  DegreeOfDilation                   N
18102         0022,0010  StereoBaselineAngle                N
18103         0022,0011  StereoBaselineDisplacement         N
18104         0022,0012  StereoHorizontalPixelOffset        N
18105         0022,0013  StereoVerticalPixelOffset          N
18106         0022,0014  StereoRotation                     N
18107         0022,0015  AcquisitionDeviceTypeCodeSequence  N
18108         0022,0016  IlluminationTypeCodeSequence       N
18109         0022,0017  LightPathFilterTypeStackCodeSeq    N
18110         0022,0018  ImagePathFilterTypeStackCodeSeq    N
18111         0022,0019  LensesCodeSequence                 N
18112         0022,001A  ChannelDescriptionCodeSequence     N
18113         0022,001B  RefractiveStateSequence            N
18114         0022,001C  MydriaticAgentCodeSequence         N
18115         0022,001D  RelativeImagePositionCodeSequence  N
18116         0022,0020  StereoPairsSequence                N
18117         0022,0021  LeftImageSequence                  N
18118         0022,0022  RightImageSequence                 N
18119         0022,0030  AxialLengthOfTheEye                N
18120         0022,0031  OphthalmicFrameLocationSequence    N
18121         0022,0032  ReferenceCoordinates               N
18122         0022,0035  DepthSpatialResolution             N
18123         0022,0036  MaximumDepthDistortion             N
18124         0022,0037  AlongScanSpatialResolution         N
18125         0022,0038  MaximumAlongScanDistortion         N
18126         0022,0039  OphthalmicImageOrientation         N
18127         0022,0041  DepthOfTransverseImage             N
18128         0022,0042  MydriaticAgentConcUnitsSeq         N
18129         0022,0048  AcrossScanSpatialResolution        N
18130         0022,0049  MaximumAcrossScanDistortion        N
18131         0022,004E  MydriaticAgentConcentration        N
18132         0022,0055  IlluminationWaveLength             N
18133         0022,0056  IlluminationPower                  N
18134         0022,0057  IlluminationBandwidth              N
18135         0022,0058  MydriaticAgentSequence             N
18136         0023,1001  NumberOfSeriesInStudy              N
18137         0023,1002  NumberOfUnarchivedSeries           N
18138         0023,1010  ReferenceImageField                N
18139         0023,1050  SummaryImage                       N
18140         0023,1070  StartTimeSecsInFirstAxial          N
18141         0023,1074  NoofUpdatesToHeader                N
18142         0023,107D  IndicatesIfTheStudyHasCompleteInfo N
18143         0025,1006  LastPulseSequenceUsed              N
18144         0025,1007  ImagesInSeries                     N
18145         0025,1010  LandmarkCounter                    N
18146         0025,1011  NumberOfAcquisitions               N
18147         0025,1014  IndicatesNoofUpdatesToHeader       N
18148         0025,1017  SeriesCompleteFlag                 N
18149         0025,1018  NumberOfImagesArchived             N
18150         0025,1019  LastImageNumberUsed                N
18151         0025,101A  PrimaryReceiverSuiteAndHost        N
18152         0027,1006  ImageArchiveFlag                   N
18153         0027,1010  ScoutType                          N
18154         0027,101C  VmaMamp                            N
18155         0027,101D  VmaPhase                           N
18156         0027,101E  VmaMod                             N
18157         0027,101F  VmaClip                            N
18158         0027,1020  SmartScanOnOffFlag                 N
18159         0027,1030  ForeignImageRevision               N
18160         0027,1031  ImagingMode                        N
18161         0027,1032  PulseSequence                      N
18162         0027,1033  ImagingOptions                     N
18163         0027,1035  PlaneType                          N
18164         0027,1036  ObliquePlane                       N
18165         0027,1040  RASLetterOfImageLocation           N
18166         0027,1041  ImageLocation                      N
18167         0027,1042  CenterRCoordOfPlaneImage           N
18168         0027,1043  CenterACoordOfPlaneImage           N
18169         0027,1044  CenterSCoordOfPlaneImage           N
18170         0027,1045  NormalRCoord                       N
18171         0027,1046  NormalACoord                       N
18172         0027,1047  NormalSCoord                       N
18173         0027,1048  RCoordOfTopRightCorner             N
18174         0027,1049  ACoordOfTopRightCorner             N
18175         0027,104A  SCoordOfTopRightCorner             N
18176         0027,104B  RCoordOfBottomRightCorner          N
18177         0027,104C  ACoordOfBottomRightCorner          N
18178         0027,104D  SCoordOfBottomRightCorner          N
18179         0027,1050  TableStartLocation                 N
18180         0027,1051  TableEndLocation                   N
18181         0027,1052  RASLetterForSideOfImage            N
18182         0027,1053  RASLetterForAnteriorPosterior      N
18183         0027,1054  RASLetterForScoutStartLoc          N
18184         0027,1055  RASLetterForScoutEndLoc            N
18185         0027,1060  ImageDimensionX                    N
18186         0027,1061  ImageDimensionY                    N
18187         0027,1062  NumberOfExcitations                N
18188         0028,0000  ImagePresentationGroupLength       N
18189         0028,0002  SamplesPerPixel                    N
18190         0028,0003  SamplesPerPixelUsed                N
18191         0028,0004  PhotometricInterpretation          N
18192         0028,0005  ImageDimensions                    N
18193         0028,0006  PlanarConfiguration                N
18194         0028,0008  NumberOfFrames                     N
18195         0028,0009  FrameIncrementPointer              N
18196         0028,000A  FrameDimensionPointer              N
18197         0028,0010  Rows                               N
18198         0028,0011  Columns                            N
18199         0028,0012  Planes                             N
18200         0028,0014  UltrasoundColorDataPresent         N
18201         0028,0030  PixelSpacing                       N
18202         0028,0031  ZoomFactor                         N
18203         0028,0032  ZoomCenter                         N
18204         0028,0034  PixelAspectRatio                   N
18205         0028,0040  ImageFormat                        N
18206         0028,0050  ManipulatedImage                   N
18207         0028,0051  CorrectedImage                     N
18208         0028,005F  CompressionRecognitionCode         N
18209         0028,0060  CompressionCode                    N
18210         0028,0061  CompressionOriginator              N
18211         0028,0062  CompressionLabel                   N
18212         0028,0063  CompressionDescription             N
18213         0028,0065  CompressionSequence                N
18214         0028,0066  CompressionStepPointers            N
18215         0028,0068  RepeatInterval                     N
18216         0028,0069  BitsGrouped                        N
18217         0028,0070  PerimeterTable                     N
18218         0028,0071  PerimeterValue                     N
18219         0028,0080  PredictorRows                      N
18220         0028,0081  PredictorColumns                   N
18221         0028,0082  PredictorConstants                 N
18222         0028,0090  BlockedPixels                      N
18223         0028,0091  BlockRows                          N
18224         0028,0092  BlockColumns                       N
18225         0028,0093  RowOverlap                         N
18226         0028,0094  ColumnOverlap                      N
18227         0028,0100  BitsAllocated                      N
18228         0028,0101  BitsStored                         N
18229         0028,0102  HighBit                            N
18230         0028,0103  PixelRepresentation                N
18231         0028,0104  SmallestValidPixelValue            N
18232         0028,0105  LargestValidPixelValue             N
18233         0028,0106  SmallestImagePixelValue            N
18234         0028,0107  LargestImagePixelValue             N
18235         0028,0108  SmallestPixelValueInSeries         N
18236         0028,0109  LargestPixelValueInSeries          N
18237         0028,0110  SmallestImagePixelValueInPlane     N
18238         0028,0111  LargestImagePixelValueInPlane      N
18239         0028,0120  PixelPaddingValue                  N
18240         0028,0121  PixelPaddingRangeLimit             N
18241         0028,0200  ImageLocation                      N
18242         0028,0300  QualityControlImage                N
18243         0028,0301  BurnedInAnnotation                 N
18244         0028,0400  TransformLabel                     N
18245         0028,0401  TransformVersionNumber             N
18246         0028,0402  NumberOfTransformSteps             N
18247         0028,0403  SequenceOfCompressedData           N
18248         0028,0404  DetailsOfCoefficients              N
18249         0028,04x2  CoefficientCoding                  N
18250         0028,04x3  CoefficientCodingPointers          N
18251         0028,0700  DCTLabel                           N
18252         0028,0701  DataBlockDescription               N
18253         0028,0702  DataBlock                          N
18254         0028,0710  NormalizationFactorFormat          N
18255         0028,0720  ZonalMapNumberFormat               N
18256         0028,0721  ZonalMapLocation                   N
18257         0028,0722  ZonalMapFormat                     N
18258         0028,0730  AdaptiveMapFormat                  N
18259         0028,0740  CodeNumberFormat                   N
18260         0028,08x0  CodeLabel                          N
18261         0028,08x2  NumberOfTables                     N
18262         0028,08x3  CodeTableLocation                  N
18263         0028,08x4  BitsForCodeWord                    N
18264         0028,08x8  ImageDataLocation                  N
18265         0028,0A02  PixelSpacingCalibrationType        N
18266         0028,0A04  PixelSpacingCalibrationDescription N
18267         0028,1040  PixelIntensityRelationship         N
18268         0028,1041  PixelIntensityRelationshipSign     N
18269         0028,1050  WindowCenter                       N
18270         0028,1051  WindowWidth                        N
18271         0028,1052  RescaleIntercept                   N
18272         0028,1053  RescaleSlope                       N
18273         0028,1054  RescaleType                        N
18274         0028,1055  WindowCenterAndWidthExplanation    N
18275         0028,1056  VOI_LUTFunction                    N
18276         0028,1080  GrayScale                          N
18277         0028,1090  RecommendedViewingMode             N
18278         0028,1100  GrayLookupTableDescriptor          N
18279         0028,1101  RedPaletteColorTableDescriptor     N
18280         0028,1102  GreenPaletteColorTableDescriptor   N
18281         0028,1103  BluePaletteColorTableDescriptor    N
18282         0028,1111  LargeRedPaletteColorTableDescr     N
18283         0028,1112  LargeGreenPaletteColorTableDescr   N
18284         0028,1113  LargeBluePaletteColorTableDescr    N
18285         0028,1199  PaletteColorTableUID               N
18286         0028,1200  GrayLookupTableData                N
18287         0028,1201  RedPaletteColorTableData           N
18288         0028,1202  GreenPaletteColorTableData         N
18289         0028,1203  BluePaletteColorTableData          N
18290         0028,1211  LargeRedPaletteColorTableData      N
18291         0028,1212  LargeGreenPaletteColorTableData    N
18292         0028,1213  LargeBluePaletteColorTableData     N
18293         0028,1214  LargePaletteColorLookupTableUID    N
18294         0028,1221  SegmentedRedColorTableData         N
18295         0028,1222  SegmentedGreenColorTableData       N
18296         0028,1223  SegmentedBlueColorTableData        N
18297         0028,1300  BreastImplantPresent               N
18298         0028,1350  PartialView                        N
18299         0028,1351  PartialViewDescription             N
18300         0028,1352  PartialViewCodeSequence            N
18301         0028,135A  SpatialLocationsPreserved          N
18302         0028,1402  DataPathAssignment                 N
18303         0028,1404  BlendingLUT1Sequence               N
18304         0028,1406  BlendingWeightConstant             N
18305         0028,1408  BlendingLookupTableData            N
18306         0028,140C  BlendingLUT2Sequence               N
18307         0028,140E  DataPathID                         N
18308         0028,140F  RGBLUTTransferFunction             N
18309         0028,1410  AlphaLUTTransferFunction           N
18310         0028,2000  ICCProfile                         N
18311         0028,2110  LossyImageCompression              N
18312         0028,2112  LossyImageCompressionRatio         N
18313         0028,2114  LossyImageCompressionMethod        N
18314         0028,3000  ModalityLUTSequence                N
18315         0028,3002  LUTDescriptor                      N
18316         0028,3003  LUTExplanation                     N
18317         0028,3004  ModalityLUTType                    N
18318         0028,3006  LUTData                            N
18319         0028,3010  VOILUTSequence                     N
18320         0028,3110  SoftcopyVOILUTSequence             N
18321         0028,4000  ImagePresentationComments          N
18322         0028,5000  BiPlaneAcquisitionSequence         N
18323         0028,6010  RepresentativeFrameNumber          N
18324         0028,6020  FrameNumbersOfInterest             N
18325         0028,6022  FrameOfInterestDescription         N
18326         0028,6023  FrameOfInterestType                N
18327         0028,6030  MaskPointers                       N
18328         0028,6040  RWavePointer                       N
18329         0028,6100  MaskSubtractionSequence            N
18330         0028,6101  MaskOperation                      N
18331         0028,6102  ApplicableFrameRange               N
18332         0028,6110  MaskFrameNumbers                   N
18333         0028,6112  ContrastFrameAveraging             N
18334         0028,6114  MaskSubPixelShift                  N
18335         0028,6120  TIDOffset                          N
18336         0028,6190  MaskOperationExplanation           N
18337         0028,7FE0  PixelDataProviderURL               N
18338         0028,9001  DataPointRows                      N
18339         0028,9002  DataPointColumns                   N
18340         0028,9003  SignalDomainColumns                N
18341         0028,9099  LargestMonochromePixelValue        N
18342         0028,9108  DataRepresentation                 N
18343         0028,9110  PixelMeasuresSequence              N
18344         0028,9132  FrameVOILUTSequence                N
18345         0028,9145  PixelValueTransformationSequence   N
18346         0028,9235  SignalDomainRows                   N
18347         0028,9411  DisplayFilterPercentage            N
18348         0028,9415  FramePixelShiftSequence            N
18349         0028,9416  SubtractionItemID                  N
18350         0028,9422  PixelIntensityRelationshipLUTSeq   N
18351         0028,9443  FramePixelDataPropertiesSequence   N
18352         0028,9444  GeometricalProperties              N
18353         0028,9445  GeometricMaximumDistortion         N
18354         0028,9446  ImageProcessingApplied             N
18355         0028,9454  MaskSelectionMode                  N
18356         0028,9474  LUTFunction                        N
18357         0028,9478  MaskVisibilityPercentage           N
18358         0028,9501  PixelShiftSequence                 N
18359         0028,9502  RegionPixelShiftSequence           N
18360         0028,9503  VerticesOfTheRegion                N
18361         0028,9506  PixelShiftFrameRange               N
18362         0028,9507  LUTFrameRange                      N
18363         0028,9520  ImageToEquipmentMappingMatrix      N
18364         0028,9537  EquipmentCoordinateSystemID        N
18365         0029,1004  LowerRangeOfPixels1a               N
18366         0029,1005  LowerRangeOfPixels1b               N
18367         0029,1006  LowerRangeOfPixels1c               N
18368         0029,1007  LowerRangeOfPixels1d               N
18369         0029,1008  LowerRangeOfPixels1e               N
18370         0029,1009  LowerRangeOfPixels1f               N
18371         0029,100A  LowerRangeOfPixels1g               N
18372         0029,1015  LowerRangeOfPixels1h               N
18373         0029,1016  LowerRangeOfPixels1i               N
18374         0029,1017  LowerRangeOfPixels2                N
18375         0029,1018  UpperRangeOfPixels2                N
18376         0029,101A  LenOfTotHdrInBytes                 N
18377         0029,1026  VersionOfTheHdrStruct              N
18378         0029,1034  AdvantageCompOverflow              N
18379         0029,1035  AdvantageCompUnderflow             N
18380         0032,0000  StudyGroupLength                   N
18381         0032,000A  StudyStatusID                      N
18382         0032,000C  StudyPriorityID                    N
18383         0032,0012  StudyIDIssuer                      N
18384         0032,0032  StudyVerifiedDate                  N
18385         0032,0033  StudyVerifiedTime                  N
18386         0032,0034  StudyReadDate                      N
18387         0032,0035  StudyReadTime                      N
18388         0032,1000  ScheduledStudyStartDate            N
18389         0032,1001  ScheduledStudyStartTime            N
18390         0032,1010  ScheduledStudyStopDate             N
18391         0032,1011  ScheduledStudyStopTime             N
18392         0032,1020  ScheduledStudyLocation             N
18393         0032,1021  ScheduledStudyLocationAETitle      N
18394         0032,1030  ReasonForStudy                     N
18395         0032,1031  RequestingPhysicianIDSequence      N
18396         0032,1032  RequestingPhysician                N
18397         0032,1033  RequestingService                  N
18398         0032,1040  StudyArrivalDate                   N
18399         0032,1041  StudyArrivalTime                   N
18400         0032,1050  StudyCompletionDate                N
18401         0032,1051  StudyCompletionTime                N
18402         0032,1055  StudyComponentStatusID             N
18403         0032,1060  RequestedProcedureDescription      N
18404         0032,1064  RequestedProcedureCodeSequence     N
18405         0032,1070  RequestedContrastAgent             N
18406         0032,4000  StudyComments                      N
18407         0038,0004  ReferencedPatientAliasSequence     N
18408         0038,0008  VisitStatusID                      N
18409         0038,0010  AdmissionID                        N
18410         0038,0011  IssuerOfAdmissionID                N
18411         0038,0016  RouteOfAdmissions                  N
18412         0038,001A  ScheduledAdmissionDate             N
18413         0038,001B  ScheduledAdmissionTime             N
18414         0038,001C  ScheduledDischargeDate             N
18415         0038,001D  ScheduledDischargeTime             N
18416         0038,001E  ScheduledPatientInstitResidence    N
18417         0038,0020  AdmittingDate                      N
18418         0038,0021  AdmittingTime                      N
18419         0038,0030  DischargeDate                      N
18420         0038,0032  DischargeTime                      N
18421         0038,0040  DischargeDiagnosisDescription      N
18422         0038,0044  DischargeDiagnosisCodeSequence     N
18423         0038,0050  SpecialNeeds                       N
18424         0038,0060  ServiceEpisodeID                   N
18425         0038,0061  IssuerOfServiceEpisodeID           N
18426         0038,0062  ServiceEpisodeDescription          N
18427         0038,0100  PertinentDocumentsSequence         N
18428         0038,0300  CurrentPatientLocation             N
18429         0038,0400  PatientInstitutionResidence        N
18430         0038,0500  PatientState                       N
18431         0038,0502  PatientClinicalTrialParticipSeq    N
18432         0038,4000  VisitComments                      N
18433         003A,0004  WaveformOriginality                N
18434         003A,0005  NumberOfWaveformChannels           N
18435         003A,0010  NumberOfWaveformSamples            N
18436         003A,001A  SamplingFrequency                  N
18437         003A,0020  MultiplexGroupLabel                N
18438         003A,0200  ChannelDefinitionSequence          N
18439         003A,0202  WaveformChannelNumber              N
18440         003A,0203  ChannelLabel                       N
18441         003A,0205  ChannelStatus                      N
18442         003A,0208  ChannelSourceSequence              N
18443         003A,0209  ChannelSourceModifiersSequence     N
18444         003A,020A  SourceWaveformSequence             N
18445         003A,020C  ChannelDerivationDescription       N
18446         003A,0210  ChannelSensitivity                 N
18447         003A,0211  ChannelSensitivityUnitsSequence    N
18448         003A,0212  ChannelSensitivityCorrectionFactor N
18449         003A,0213  ChannelBaseline                    N
18450         003A,0214  ChannelTimeSkew                    N
18451         003A,0215  ChannelSampleSkew                  N
18452         003A,0218  ChannelOffset                      N
18453         003A,021A  WaveformBitsStored                 N
18454         003A,0220  FilterLowFrequency                 N
18455         003A,0221  FilterHighFrequency                N
18456         003A,0222  NotchFilterFrequency               N
18457         003A,0223  NotchFilterBandwidth               N
18458         003A,0230  WaveformDataDisplayScale           N
18459         003A,0231  WaveformDisplayBkgCIELabValue      N
18460         003A,0240  WaveformPresentationGroupSequence  N
18461         003A,0241  PresentationGroupNumber            N
18462         003A,0242  ChannelDisplaySequence             N
18463         003A,0244  ChannelRecommendDisplayCIELabValue N
18464         003A,0245  ChannelPosition                    N
18465         003A,0246  DisplayShadingFlag                 N
18466         003A,0247  FractionalChannelDisplayScale      N
18467         003A,0248  AbsoluteChannelDisplayScale        N
18468         003A,0300  MultiplexAudioChannelsDescrCodeSeq N
18469         003A,0301  ChannelIdentificationCode          N
18470         003A,0302  ChannelMode                        N
18471         0040,0001  ScheduledStationAETitle            N
18472         0040,0002  ScheduledProcedureStepStartDate    N
18473         0040,0003  ScheduledProcedureStepStartTime    N
18474         0040,0004  ScheduledProcedureStepEndDate      N
18475         0040,0005  ScheduledProcedureStepEndTime      N
18476         0040,0006  ScheduledPerformingPhysiciansName  N
18477         0040,0007  ScheduledProcedureStepDescription  N
18478         0040,0008  ScheduledProtocolCodeSequence      N
18479         0040,0009  ScheduledProcedureStepID           N
18480         0040,000A  StageCodeSequence                  N
18481         0040,000B  ScheduledPerformingPhysicianIDSeq  N
18482         0040,0010  ScheduledStationName               N
18483         0040,0011  ScheduledProcedureStepLocation     N
18484         0040,0012  PreMedication                      N
18485         0040,0020  ScheduledProcedureStepStatus       N
18486         0040,0031  LocalNamespaceEntityID             N
18487         0040,0032  UniversalEntityID                  N
18488         0040,0033  UniversalEntityIDType              N
18489         0040,0035  IdentifierTypeCode                 N
18490         0040,0036  AssigningFacilitySequence          N
18491         0040,0100  ScheduledProcedureStepSequence     N
18492         0040,0220  ReferencedNonImageCompositeSOPSeq  N
18493         0040,0241  PerformedStationAETitle            N
18494         0040,0242  PerformedStationName               N
18495         0040,0243  PerformedLocation                  N
18496         0040,0244  PerformedProcedureStepStartDate    N
18497         0040,0245  PerformedProcedureStepStartTime    N
18498         0040,0250  PerformedProcedureStepEndDate      N
18499         0040,0251  PerformedProcedureStepEndTime      N
18500         0040,0252  PerformedProcedureStepStatus       N
18501         0040,0253  PerformedProcedureStepID           N
18502         0040,0254  PerformedProcedureStepDescription  N
18503         0040,0255  PerformedProcedureTypeDescription  N
18504         0040,0260  PerformedProtocolCodeSequence      N
18505         0040,0261  PerformedProtocolType              N
18506         0040,0270  ScheduledStepAttributesSequence    N
18507         0040,0275  RequestAttributesSequence          N
18508         0040,0280  CommentsOnPerformedProcedureStep   N
18509         0040,0281  ProcStepDiscontinueReasonCodeSeq   N
18510         0040,0293  QuantitySequence                   N
18511         0040,0294  Quantity                           N
18512         0040,0295  MeasuringUnitsSequence             N
18513         0040,0296  BillingItemSequence                N
18514         0040,0300  TotalTimeOfFluoroscopy             N
18515         0040,0301  TotalNumberOfExposures             N
18516         0040,0302  EntranceDose                       N
18517         0040,0303  ExposedArea                        N
18518         0040,0306  DistanceSourceToEntrance           N
18519         0040,0307  DistanceSourceToSupport            N
18520         0040,030E  ExposureDoseSequence               N
18521         0040,0310  CommentsOnRadiationDose            N
18522         0040,0312  XRayOutput                         N
18523         0040,0314  HalfValueLayer                     N
18524         0040,0316  OrganDose                          N
18525         0040,0318  OrganExposed                       N
18526         0040,0320  BillingProcedureStepSequence       N
18527         0040,0321  FilmConsumptionSequence            N
18528         0040,0324  BillingSuppliesAndDevicesSequence  N
18529         0040,0330  ReferencedProcedureStepSequence    N
18530         0040,0340  PerformedSeriesSequence            N
18531         0040,0400  CommentsOnScheduledProcedureStep   N
18532         0040,0440  ProtocolContextSequence            N
18533         0040,0441  ContentItemModifierSequence        N
18534         0040,050A  SpecimenAccessionNumber            N
18535         0040,0512  ContainerIdentifier                N
18536         0040,051A  ContainerDescription               N
18537         0040,0550  SpecimenSequence                   N
18538         0040,0551  SpecimenIdentifier                 N
18539         0040,0552  SpecimenDescriptionSequenceTrial   N
18540         0040,0553  SpecimenDescriptionTrial           N
18541         0040,0554  SpecimenUID                        N
18542         0040,0555  AcquisitionContextSequence         N
18543         0040,0556  AcquisitionContextDescription      N
18544         0040,059A  SpecimenTypeCodeSequence           N
18545         0040,0600  SpecimenShortDescription           N
18546         0040,06FA  SlideIdentifier                    N
18547         0040,071A  ImageCenterPointCoordinatesSeq     N
18548         0040,072A  XOffsetInSlideCoordinateSystem     N
18549         0040,073A  YOffsetInSlideCoordinateSystem     N
18550         0040,074A  ZOffsetInSlideCoordinateSystem     N
18551         0040,08D8  PixelSpacingSequence               N
18552         0040,08DA  CoordinateSystemAxisCodeSequence   N
18553         0040,08EA  MeasurementUnitsCodeSequence       N
18554         0040,09F8  VitalStainCodeSequenceTrial        N
18555         0040,1001  RequestedProcedureID               N
18556         0040,1002  ReasonForRequestedProcedure        N
18557         0040,1003  RequestedProcedurePriority         N
18558         0040,1004  PatientTransportArrangements       N
18559         0040,1005  RequestedProcedureLocation         N
18560         0040,1006  PlacerOrderNumber-Procedure        N
18561         0040,1007  FillerOrderNumber-Procedure        N
18562         0040,1008  ConfidentialityCode                N
18563         0040,1009  ReportingPriority                  N
18564         0040,100A  ReasonForRequestedProcedureCodeSeq N
18565         0040,1010  NamesOfIntendedRecipientsOfResults N
18566         0040,1011  IntendedRecipientsOfResultsIDSeq   N
18567         0040,1101  PersonIdentificationCodeSequence   N
18568         0040,1102  PersonAddress                      N
18569         0040,1103  PersonTelephoneNumbers             N
18570         0040,1400  RequestedProcedureComments         N
18571         0040,2001  ReasonForImagingServiceRequest     N
18572         0040,2004  IssueDateOfImagingServiceRequest   N
18573         0040,2005  IssueTimeOfImagingServiceRequest   N
18574         0040,2006  PlacerOrderNum-ImagingServiceReq   N
18575         0040,2007  FillerOrderNum-ImagingServiceReq   N
18576         0040,2008  OrderEnteredBy                     N
18577         0040,2009  OrderEntererLocation               N
18578         0040,2010  OrderCallbackPhoneNumber           N
18579         0040,2016  PlacerOrderNum-ImagingServiceReq   N
18580         0040,2017  FillerOrderNum-ImagingServiceReq   N
18581         0040,2400  ImagingServiceRequestComments      N
18582         0040,3001  ConfidentialityOnPatientDataDescr  N
18583         0040,4001  GenPurposeScheduledProcStepStatus  N
18584         0040,4002  GenPurposePerformedProcStepStatus  N
18585         0040,4003  GenPurposeSchedProcStepPriority    N
18586         0040,4004  SchedProcessingApplicationsCodeSeq N
18587         0040,4005  SchedProcedureStepStartDateAndTime N
18588         0040,4006  MultipleCopiesFlag                 N
18589         0040,4007  PerformedProcessingAppsCodeSeq     N
18590         0040,4009  HumanPerformerCodeSequence         N
18591         0040,4010  SchedProcStepModificationDateTime  N
18592         0040,4011  ExpectedCompletionDateAndTime      N
18593         0040,4015  ResultingGenPurposePerfProcStepSeq N
18594         0040,4016  RefGenPurposeSchedProcStepSeq      N
18595         0040,4018  ScheduledWorkitemCodeSequence      N
18596         0040,4019  PerformedWorkitemCodeSequence      N
18597         0040,4020  InputAvailabilityFlag              N
18598         0040,4021  InputInformationSequence           N
18599         0040,4022  RelevantInformationSequence        N
18600         0040,4023  RefGenPurSchedProcStepTransUID     N
18601         0040,4025  ScheduledStationNameCodeSequence   N
18602         0040,4026  ScheduledStationClassCodeSequence  N
18603         0040,4027  SchedStationGeographicLocCodeSeq   N
18604         0040,4028  PerformedStationNameCodeSequence   N
18605         0040,4029  PerformedStationClassCodeSequence  N
18606         0040,4030  PerformedStationGeogLocCodeSeq     N
18607         0040,4031  RequestedSubsequentWorkItemCodeSeq N
18608         0040,4032  NonDICOMOutputCodeSequence         N
18609         0040,4033  OutputInformationSequence          N
18610         0040,4034  ScheduledHumanPerformersSequence   N
18611         0040,4035  ActualHumanPerformersSequence      N
18612         0040,4036  HumanPerformersOrganization        N
18613         0040,4037  HumanPerformerName                 N
18614         0040,4040  RawDataHandling                    N
18615         0040,8302  EntranceDoseInMilliGy              N
18616         0040,9094  RefImageRealWorldValueMappingSeq   N
18617         0040,9096  RealWorldValueMappingSequence      N
18618         0040,9098  PixelValueMappingCodeSequence      N
18619         0040,9210  LUTLabel                           N
18620         0040,9211  RealWorldValueLastValueMapped      N
18621         0040,9212  RealWorldValueLUTData              N
18622         0040,9216  RealWorldValueFirstValueMapped     N
18623         0040,9224  RealWorldValueIntercept            N
18624         0040,9225  RealWorldValueSlope                N
18625         0040,A010  RelationshipType                   N
18626         0040,A027  VerifyingOrganization              N
18627         0040,A030  VerificationDateTime               N
18628         0040,A032  ObservationDateTime                N
18629         0040,A040  ValueType                          N
18630         0040,A043  ConceptNameCodeSequence            N
18631         0040,A050  ContinuityOfContent                N
18632         0040,A073  VerifyingObserverSequence          N
18633         0040,A075  VerifyingObserverName              N
18634         0040,A078  AuthorObserverSequence             N
18635         0040,A07A  ParticipantSequence                N
18636         0040,A07C  CustodialOrganizationSequence      N
18637         0040,A080  ParticipationType                  N
18638         0040,A082  ParticipationDateTime              N
18639         0040,A084  ObserverType                       N
18640         0040,A088  VerifyingObserverIdentCodeSequence N
18641         0040,A090  EquivalentCDADocumentSequence      N
18642         0040,A0B0  ReferencedWaveformChannels         N
18643         0040,A120  DateTime                           N
18644         0040,A121  Date                               N
18645         0040,A122  Time                               N
18646         0040,A123  PersonName                         N
18647         0040,A124  UID                                N
18648         0040,A130  TemporalRangeType                  N
18649         0040,A132  ReferencedSamplePositions          N
18650         0040,A136  ReferencedFrameNumbers             N
18651         0040,A138  ReferencedTimeOffsets              N
18652         0040,A13A  ReferencedDateTime                 N
18653         0040,A160  TextValue                          N
18654         0040,A168  ConceptCodeSequence                N
18655         0040,A170  PurposeOfReferenceCodeSequence     N
18656         0040,A180  AnnotationGroupNumber              N
18657         0040,A195  ModifierCodeSequence               N
18658         0040,A300  MeasuredValueSequence              N
18659         0040,A301  NumericValueQualifierCodeSequence  N
18660         0040,A30A  NumericValue                       N
18661         0040,A353  AddressTrial                       N
18662         0040,A354  TelephoneNumberTrial               N
18663         0040,A360  PredecessorDocumentsSequence       N
18664         0040,A370  ReferencedRequestSequence          N
18665         0040,A372  PerformedProcedureCodeSequence     N
18666         0040,A375  CurrentRequestedProcEvidenceSeq    N
18667         0040,A385  PertinentOtherEvidenceSequence     N
18668         0040,A390  HL7StructuredDocumentRefSeq        N
18669         0040,A491  CompletionFlag                     N
18670         0040,A492  CompletionFlagDescription          N
18671         0040,A493  VerificationFlag                   N
18672         0040,A494  ArchiveRequested                   N
18673         0040,A496  PreliminaryFlag                    N
18674         0040,A504  ContentTemplateSequence            N
18675         0040,A525  IdenticalDocumentsSequence         N
18676         0040,A730  ContentSequence                    N
18677         0040,B020  AnnotationSequence                 N
18678         0040,DB00  TemplateIdentifier                 N
18679         0040,DB06  TemplateVersion                    N
18680         0040,DB07  TemplateLocalVersion               N
18681         0040,DB0B  TemplateExtensionFlag              N
18682         0040,DB0C  TemplateExtensionOrganizationUID   N
18683         0040,DB0D  TemplateExtensionCreatorUID        N
18684         0040,DB73  ReferencedContentItemIdentifier    N
18685         0040,E001  HL7InstanceIdentifier              N
18686         0040,E004  HL7DocumentEffectiveTime           N
18687         0040,E006  HL7DocumentTypeCodeSequence        N
18688         0040,E010  RetrieveURI                        N
18689         0040,E011  RetrieveLocationUID                N
18690         0042,0010  DocumentTitle                      N
18691         0042,0011  EncapsulatedDocument               N
18692         0042,0012  MIMETypeOfEncapsulatedDocument     N
18693         0042,0013  SourceInstanceSequence             N
18694         0042,0014  ListOfMIMETypes                    N
18695         0043,1001  BitmapOfPrescanOptions             N
18696         0043,1002  GradientOffsetInX                  N
18697         0043,1003  GradientOffsetInY                  N
18698         0043,1004  GradientOffsetInZ                  N
18699         0043,1005  ImgIsOriginalOrUnoriginal          N
18700         0043,1006  NumberOfEPIShots                   N
18701         0043,1007  ViewsPerSegment                    N
18702         0043,1008  RespiratoryRateBpm                 N
18703         0043,1009  RespiratoryTriggerPoint            N
18704         0043,100A  TypeOfReceiverUsed                 N
18705         0043,100B  PeakRateOfChangeOfGradientField    N
18706         0043,100C  LimitsInUnitsOfPercent             N
18707         0043,100D  PSDEstimatedLimit                  N
18708         0043,100E  PSDEstimatedLimitInTeslaPerSecond  N
18709         0043,100F  Saravghead                         N
18710         0043,1010  WindowValue                        N
18711         0043,1011  TotalInputViews                    N
18712         0043,1012  X-RayChain                         N
18713         0043,1013  DeconKernelParameters              N
18714         0043,1014  CalibrationParameters              N
18715         0043,1015  TotalOutputViews                   N
18716         0043,1016  NumberOfOverranges                 N
18717         0043,1017  IBHImageScaleFactors               N
18718         0043,1018  BBHCoefficients                    N
18719         0043,1019  NumberOfBBHChainsToBlend           N
18720         0043,101A  StartingChannelNumber              N
18721         0043,101B  PpscanParameters                   N
18722         0043,101C  GEImageIntegrity                   N
18723         0043,101D  LevelValue                         N
18724         0043,101E  DeltaStartTime                     N
18725         0043,101F  MaxOverrangesInAView               N
18726         0043,1020  AvgOverrangesAllViews              N
18727         0043,1021  CorrectedAfterGlowTerms            N
18728         0043,1025  ReferenceChannels                  N
18729         0043,1026  NoViewsRefChansBlocked             N
18730         0043,1027  ScanPitchRatio                     N
18731         0043,1028  UniqueImageIden                    N
18732         0043,1029  HistogramTables                    N
18733         0043,102A  UserDefinedData                    N
18734         0043,102B  PrivateScanOptions                 N
18735         0043,102C  EffectiveEchoSpacing               N
18736         0043,102D  StringSlopField1                   N
18737         0043,102E  StringSlopField2                   N
18738         0043,102F  RawDataType                        N
18739         0043,1030  RawDataType                        N
18740         0043,1031  RACordOfTargetReconCenter          N
18741         0043,1032  RawDataType                        N
18742         0043,1033  NegScanspacing                     N
18743         0043,1034  OffsetFrequency                    N
18744         0043,1035  UserUsageTag                       N
18745         0043,1036  UserFillMapMSW                     N
18746         0043,1037  UserFillMapLSW                     N
18747         0043,1038  User25-48                          N
18748         0043,1039  SlopInt6-9                         N
18749         0043,1040  TriggerOnPosition                  N
18750         0043,1041  DegreeOfRotation                   N
18751         0043,1042  DASTriggerSource                   N
18752         0043,1043  DASFpaGain                         N
18753         0043,1044  DASOutputSource                    N
18754         0043,1045  DASAdInput                         N
18755         0043,1046  DASCalMode                         N
18756         0043,1047  DASCalFrequency                    N
18757         0043,1048  DASRegXm                           N
18758         0043,1049  DASAutoZero                        N
18759         0043,104A  StartingChannelOfView              N
18760         0043,104B  DASXmPattern                       N
18761         0043,104C  TGGCTriggerMode                    N
18762         0043,104D  StartScanToXrayOnDelay             N
18763         0043,104E  DurationOfXrayOn                   N
18764         0043,1060  SlopInt10-17                       N
18765         0043,1061  ScannerStudyEntityUID              N
18766         0043,1062  ScannerStudyID                     N
18767         0043,106f  ScannerTableEntry                  N
18768         0044,0001  ProductPackageIdentifier           N
18769         0044,0002  SubstanceAdministrationApproval    N
18770         0044,0003  ApprovalStatusFurtherDescription   N
18771         0044,0004  ApprovalStatusDateTime             N
18772         0044,0007  ProductTypeCodeSequence            N
18773         0044,0008  ProductName                        N
18774         0044,0009  ProductDescription                 N
18775         0044,000A  ProductLotIdentifier               N
18776         0044,000B  ProductExpirationDateTime          N
18777         0044,0010  SubstanceAdministrationDateTime    N
18778         0044,0011  SubstanceAdministrationNotes       N
18779         0044,0012  SubstanceAdministrationDeviceID    N
18780         0044,0013  ProductParameterSequence           N
18781         0044,0019  SubstanceAdminParameterSeq         N
18782         0045,1001  NumberOfMacroRowsInDetector        N
18783         0045,1002  MacroWidthAtISOCenter              N
18784         0045,1003  DASType                            N
18785         0045,1004  DASGain                            N
18786         0045,1005  DASTemperature                     N
18787         0045,1006  TableDirectionInOrOut              N
18788         0045,1007  ZSmoothingFactor                   N
18789         0045,1008  ViewWeightingMode                  N
18790         0045,1009  SigmaRowNumberWhichRowsWereUsed    N
18791         0045,100A  MinimumDasValueFoundInTheScanData  N
18792         0045,100B  MaximumOffsetShiftValueUsed        N
18793         0045,100C  NumberOfViewsShifted               N
18794         0045,100D  ZTrackingFlag                      N
18795         0045,100E  MeanZError                         N
18796         0045,100F  ZTrackingMaximumError              N
18797         0045,1010  StartingViewForRow2a               N
18798         0045,1011  NumberOfViewsInRow2a               N
18799         0045,1012  StartingViewForRow1a               N
18800         0045,1013  SigmaMode                          N
18801         0045,1014  NumberOfViewsInRow1a               N
18802         0045,1015  StartingViewForRow2b               N
18803         0045,1016  NumberOfViewsInRow2b               N
18804         0045,1017  StartingViewForRow1b               N
18805         0045,1018  NumberOfViewsInRow1b               N
18806         0045,1019  AirFilterCalibrationDate           N
18807         0045,101A  AirFilterCalibrationTime           N
18808         0045,101B  PhantomCalibrationDate             N
18809         0045,101C  PhantomCalibrationTime             N
18810         0045,101D  ZSlopeCalibrationDate              N
18811         0045,101E  ZSlopeCalibrationTime              N
18812         0045,101F  CrosstalkCalibrationDate           N
18813         0045,1020  CrosstalkCalibrationTime           N
18814         0045,1021  IterboneOptionFlag                 N
18815         0045,1022  PeristalticFlagOption              N
18816         0046,0012  LensDescription                    N
18817         0046,0014  RightLensSequence                  N
18818         0046,0015  LeftLensSequence                   N
18819         0046,0018  CylinderSequence                   N
18820         0046,0028  PrismSequence                      N
18821         0046,0030  HorizontalPrismPower               N
18822         0046,0032  HorizontalPrismBase                N
18823         0046,0034  VerticalPrismPower                 N
18824         0046,0036  VerticalPrismBase                  N
18825         0046,0038  LensSegmentType                    N
18826         0046,0040  OpticalTransmittance               N
18827         0046,0042  ChannelWidth                       N
18828         0046,0044  PupilSize                          N
18829         0046,0046  CornealSize                        N
18830         0046,0060  DistancePupillaryDistance          N
18831         0046,0062  NearPupillaryDistance              N
18832         0046,0064  OtherPupillaryDistance             N
18833         0046,0075  RadiusOfCurvature                  N
18834         0046,0076  KeratometricPower                  N
18835         0046,0077  KeratometricAxis                   N
18836         0046,0092  BackgroundColor                    N
18837         0046,0094  Optotype                           N
18838         0046,0095  OptotypePresentation               N
18839         0046,0100  AddNearSequence                    N
18840         0046,0101  AddIntermediateSequence            N
18841         0046,0102  AddOtherSequence                   N
18842         0046,0104  AddPower                           N
18843         0046,0106  ViewingDistance                    N
18844         0046,0125  ViewingDistanceType                N
18845         0046,0135  VisualAcuityModifiers              N
18846         0046,0137  DecimalVisualAcuity                N
18847         0046,0139  OptotypeDetailedDefinition         N
18848         0046,0146  SpherePower                        N
18849         0046,0147  CylinderPower                      N
18850         0050,0004  CalibrationImage                   N
18851         0050,0010  DeviceSequence                     N
18852         0050,0014  DeviceLength                       N
18853         0050,0015  ContainerComponentWidth            N
18854         0050,0016  DeviceDiameter                     N
18855         0050,0017  DeviceDiameterUnits                N
18856         0050,0018  DeviceVolume                       N
18857         0050,0019  InterMarkerDistance                N
18858         0050,001B  ContainerComponentID               N
18859         0050,0020  DeviceDescription                  N
18860         0054,0010  EnergyWindowVector                 N
18861         0054,0011  NumberOfEnergyWindows              N
18862         0054,0012  EnergyWindowInformationSequence    N
18863         0054,0013  EnergyWindowRangeSequence          N
18864         0054,0014  EnergyWindowLowerLimit             N
18865         0054,0015  EnergyWindowUpperLimit             N
18866         0054,0016  RadiopharmaceuticalInformationSeq  N
18867         0054,0017  ResidualSyringeCounts              N
18868         0054,0018  EnergyWindowName                   N
18869         0054,0020  DetectorVector                     N
18870         0054,0021  NumberOfDetectors                  N
18871         0054,0022  DetectorInformationSequence        N
18872         0054,0030  PhaseVector                        N
18873         0054,0031  NumberOfPhases                     N
18874         0054,0032  PhaseInformationSequence           N
18875         0054,0033  NumberOfFramesInPhase              N
18876         0054,0036  PhaseDelay                         N
18877         0054,0038  PauseBetweenFrames                 N
18878         0054,0039  PhaseDescription                   N
18879         0054,0050  RotationVector                     N
18880         0054,0051  NumberOfRotations                  N
18881         0054,0052  RotationInformationSequence        N
18882         0054,0053  NumberOfFramesInRotation           N
18883         0054,0060  RRIntervalVector                   N
18884         0054,0061  NumberOfRRIntervals                N
18885         0054,0062  GatedInformationSequence           N
18886         0054,0063  DataInformationSequence            N
18887         0054,0070  TimeSlotVector                     N
18888         0054,0071  NumberOfTimeSlots                  N
18889         0054,0072  TimeSlotInformationSequence        N
18890         0054,0073  TimeSlotTime                       N
18891         0054,0080  SliceVector                        N
18892         0054,0081  NumberOfSlices                     N
18893         0054,0090  AngularViewVector                  N
18894         0054,0100  TimeSliceVector                    N
18895         0054,0101  NumberOfTimeSlices                 N
18896         0054,0200  StartAngle                         N
18897         0054,0202  TypeOfDetectorMotion               N
18898         0054,0210  TriggerVector                      N
18899         0054,0211  NumberOfTriggersInPhase            N
18900         0054,0220  ViewCodeSequence                   N
18901         0054,0222  ViewModifierCodeSequence           N
18902         0054,0300  RadionuclideCodeSequence           N
18903         0054,0302  AdministrationRouteCodeSequence    N
18904         0054,0304  RadiopharmaceuticalCodeSequence    N
18905         0054,0306  CalibrationDataSequence            N
18906         0054,0308  EnergyWindowNumber                 N
18907         0054,0400  ImageID                            N
18908         0054,0410  PatientOrientationCodeSequence     N
18909         0054,0412  PatientOrientationModifierCodeSeq  N
18910         0054,0414  PatientGantryRelationshipCodeSeq   N
18911         0054,0500  SliceProgressionDirection          N
18912         0054,1000  SeriesType                         N
18913         0054,1001  Units                              N
18914         0054,1002  CountsSource                       N
18915         0054,1004  ReprojectionMethod                 N
18916         0054,1100  RandomsCorrectionMethod            N
18917         0054,1101  AttenuationCorrectionMethod        N
18918         0054,1102  DecayCorrection                    N
18919         0054,1103  ReconstructionMethod               N
18920         0054,1104  DetectorLinesOfResponseUsed        N
18921         0054,1105  ScatterCorrectionMethod            N
18922         0054,1200  AxialAcceptance                    N
18923         0054,1201  AxialMash                          N
18924         0054,1202  TransverseMash                     N
18925         0054,1203  DetectorElementSize                N
18926         0054,1210  CoincidenceWindowWidth             N
18927         0054,1220  SecondaryCountsType                N
18928         0054,1300  FrameReferenceTime                 N
18929         0054,1310  PrimaryCountsAccumulated           N
18930         0054,1311  SecondaryCountsAccumulated         N
18931         0054,1320  SliceSensitivityFactor             N
18932         0054,1321  DecayFactor                        N
18933         0054,1322  DoseCalibrationFactor              N
18934         0054,1323  ScatterFractionFactor              N
18935         0054,1324  DeadTimeFactor                     N
18936         0054,1330  ImageIndex                         N
18937         0054,1400  CountsIncluded                     N
18938         0054,1401  DeadTimeCorrectionFlag             N
18939         0060,3000  HistogramSequence                  N
18940         0060,3002  HistogramNumberOfBins              N
18941         0060,3004  HistogramFirstBinValue             N
18942         0060,3006  HistogramLastBinValue              N
18943         0060,3008  HistogramBinWidth                  N
18944         0060,3010  HistogramExplanation               N
18945         0060,3020  HistogramData                      N
18946         0062,0001  SegmentationType                   N
18947         0062,0002  SegmentSequence                    N
18948         0062,0003  SegmentedPropertyCategoryCodeSeq   N
18949         0062,0004  SegmentNumber                      N
18950         0062,0005  SegmentLabel                       N
18951         0062,0006  SegmentDescription                 N
18952         0062,0008  SegmentAlgorithmType               N
18953         0062,0009  SegmentAlgorithmName               N
18954         0062,000A  SegmentIdentificationSequence      N
18955         0062,000B  ReferencedSegmentNumber            N
18956         0062,000C  RecommendedDisplayGrayscaleValue   N
18957         0062,000D  RecommendedDisplayCIELabValue      N
18958         0062,000E  MaximumFractionalValue             N
18959         0062,000F  SegmentedPropertyTypeCodeSequence  N
18960         0062,0010  SegmentationFractionalType         N
18961         0064,0002  DeformableRegistrationSequence     N
18962         0064,0003  SourceFrameOfReferenceUID          N
18963         0064,0005  DeformableRegistrationGridSequence N
18964         0064,0007  GridDimensions                     N
18965         0064,0008  GridResolution                     N
18966         0064,0009  VectorGridData                     N
18967         0064,000F  PreDeformationMatrixRegistSeq      N
18968         0064,0010  PostDeformationMatrixRegistSeq     N
18969         0066,0001  NumberOfSurfaces                   N
18970         0066,0002  SurfaceSequence                    N
18971         0066,0003  SurfaceNumber                      N
18972         0066,0004  SurfaceComments                    N
18973         0066,0009  SurfaceProcessing                  N
18974         0066,000A  SurfaceProcessingRatio             N
18975         0066,000E  FiniteVolume                       N
18976         0066,0010  Manifold                           N
18977         0066,0011  SurfacePointsSequence              N
18978         0066,0015  NumberOfSurfacePoints              N
18979         0066,0016  PointCoordinatesData               N
18980         0066,0017  PointPositionAccuracy              N
18981         0066,0018  MeanPointDistance                  N
18982         0066,0019  MaximumPointDistance               N
18983         0066,001B  AxisOfRotation                     N
18984         0066,001C  CenterOfRotation                   N
18985         0066,001E  NumberOfVectors                    N
18986         0066,001F  VectorDimensionality               N
18987         0066,0020  VectorAccuracy                     N
18988         0066,0021  VectorCoordinateData               N
18989         0066,0023  TrianglePointIndexList             N
18990         0066,0024  EdgePointIndexList                 N
18991         0066,0025  VertexPointIndexList               N
18992         0066,0026  TriangleStripSequence              N
18993         0066,0027  TriangleFanSequence                N
18994         0066,0028  LineSequence                       N
18995         0066,0029  PrimitivePointIndexList            N
18996         0066,002A  SurfaceCount                       N
18997         0066,002F  AlgorithmFamilyCodeSequ            N
18998         0066,0031  AlgorithmVersion                   N
18999         0066,0032  AlgorithmParameters                N
19000         0066,0034  FacetSequence                      N
19001         0066,0036  AlgorithmName                      N
19002         0070,0001  GraphicAnnotationSequence          N
19003         0070,0002  GraphicLayer                       N
19004         0070,0003  BoundingBoxAnnotationUnits         N
19005         0070,0004  AnchorPointAnnotationUnits         N
19006         0070,0005  GraphicAnnotationUnits             N
19007         0070,0006  UnformattedTextValue               N
19008         0070,0008  TextObjectSequence                 N
19009         0070,0009  GraphicObjectSequence              N
19010         0070,0010  BoundingBoxTopLeftHandCorner       N
19011         0070,0011  BoundingBoxBottomRightHandCorner   N
19012         0070,0012  BoundingBoxTextHorizJustification  N
19013         0070,0014  AnchorPoint                        N
19014         0070,0015  AnchorPointVisibility              N
19015         0070,0020  GraphicDimensions                  N
19016         0070,0021  NumberOfGraphicPoints              N
19017         0070,0022  GraphicData                        N
19018         0070,0023  GraphicType                        N
19019         0070,0024  GraphicFilled                      N
19020         0070,0040  ImageRotationRetired               N
19021         0070,0041  ImageHorizontalFlip                N
19022         0070,0042  ImageRotation                      N
19023         0070,0050  DisplayedAreaTopLeftTrial          N
19024         0070,0051  DisplayedAreaBottomRightTrial      N
19025         0070,0052  DisplayedAreaTopLeft               N
19026         0070,0053  DisplayedAreaBottomRight           N
19027         0070,005A  DisplayedAreaSelectionSequence     N
19028         0070,0060  GraphicLayerSequence               N
19029         0070,0062  GraphicLayerOrder                  N
19030         0070,0066  GraphicLayerRecDisplayGraysclValue N
19031         0070,0067  GraphicLayerRecDisplayRGBValue     N
19032         0070,0068  GraphicLayerDescription            N
19033         0070,0080  ContentLabel                       N
19034         0070,0081  ContentDescription                 N
19035         0070,0082  PresentationCreationDate           N
19036         0070,0083  PresentationCreationTime           N
19037         0070,0084  ContentCreatorName                 N
19038         0070,0086  ContentCreatorIDCodeSequence       N
19039         0070,0100  PresentationSizeMode               N
19040         0070,0101  PresentationPixelSpacing           N
19041         0070,0102  PresentationPixelAspectRatio       N
19042         0070,0103  PresentationPixelMagRatio          N
19043         0070,0306  ShapeType                          N
19044         0070,0308  RegistrationSequence               N
19045         0070,0309  MatrixRegistrationSequence         N
19046         0070,030A  MatrixSequence                     N
19047         0070,030C  FrameOfRefTransformationMatrixType N
19048         0070,030D  RegistrationTypeCodeSequence       N
19049         0070,030F  FiducialDescription                N
19050         0070,0310  FiducialIdentifier                 N
19051         0070,0311  FiducialIdentifierCodeSequence     N
19052         0070,0312  ContourUncertaintyRadius           N
19053         0070,0314  UsedFiducialsSequence              N
19054         0070,0318  GraphicCoordinatesDataSequence     N
19055         0070,031A  FiducialUID                        N
19056         0070,031C  FiducialSetSequence                N
19057         0070,031E  FiducialSequence                   N
19058         0070,0401  GraphicLayerRecomDisplayCIELabVal  N
19059         0070,0402  BlendingSequence                   N
19060         0070,0403  RelativeOpacity                    N
19061         0070,0404  ReferencedSpatialRegistrationSeq   N
19062         0070,0405  BlendingPosition                   N
19063         0072,0002  HangingProtocolName                N
19064         0072,0004  HangingProtocolDescription         N
19065         0072,0006  HangingProtocolLevel               N
19066         0072,0008  HangingProtocolCreator             N
19067         0072,000A  HangingProtocolCreationDateTime    N
19068         0072,000C  HangingProtocolDefinitionSequence  N
19069         0072,000E  HangingProtocolUserIDCodeSequence  N
19070         0072,0010  HangingProtocolUserGroupName       N
19071         0072,0012  SourceHangingProtocolSequence      N
19072         0072,0014  NumberOfPriorsReferenced           N
19073         0072,0020  ImageSetsSequence                  N
19074         0072,0022  ImageSetSelectorSequence           N
19075         0072,0024  ImageSetSelectorUsageFlag          N
19076         0072,0026  SelectorAttribute                  N
19077         0072,0028  SelectorValueNumber                N
19078         0072,0030  TimeBasedImageSetsSequence         N
19079         0072,0032  ImageSetNumber                     N
19080         0072,0034  ImageSetSelectorCategory           N
19081         0072,0038  RelativeTime                       N
19082         0072,003A  RelativeTimeUnits                  N
19083         0072,003C  AbstractPriorValue                 N
19084         0072,003E  AbstractPriorCodeSequence          N
19085         0072,0040  ImageSetLabel                      N
19086         0072,0050  SelectorAttributeVR                N
19087         0072,0052  SelectorSequencePointer            N
19088         0072,0054  SelectorSeqPointerPrivateCreator   N
19089         0072,0056  SelectorAttributePrivateCreator    N
19090         0072,0060  SelectorATValue                    N
19091         0072,0062  SelectorCSValue                    N
19092         0072,0064  SelectorISValue                    N
19093         0072,0066  SelectorLOValue                    N
19094         0072,0068  SelectorLTValue                    N
19095         0072,006A  SelectorPNValue                    N
19096         0072,006C  SelectorSHValue                    N
19097         0072,006E  SelectorSTValue                    N
19098         0072,0070  SelectorUTValue                    N
19099         0072,0072  SelectorDSValue                    N
19100         0072,0074  SelectorFDValue                    N
19101         0072,0076  SelectorFLValue                    N
19102         0072,0078  SelectorULValue                    N
19103         0072,007A  SelectorUSValue                    N
19104         0072,007C  SelectorSLValue                    N
19105         0072,007E  SelectorSSValue                    N
19106         0072,0080  SelectorCodeSequenceValue          N
19107         0072,0100  NumberOfScreens                    N
19108         0072,0102  NominalScreenDefinitionSequence    N
19109         0072,0104  NumberOfVerticalPixels             N
19110         0072,0106  NumberOfHorizontalPixels           N
19111         0072,0108  DisplayEnvironmentSpatialPosition  N
19112         0072,010A  ScreenMinimumGrayscaleBitDepth     N
19113         0072,010C  ScreenMinimumColorBitDepth         N
19114         0072,010E  ApplicationMaximumRepaintTime      N
19115         0072,0200  DisplaySetsSequence                N
19116         0072,0202  DisplaySetNumber                   N
19117         0072,0203  DisplaySetLabel                    N
19118         0072,0204  DisplaySetPresentationGroup        N
19119         0072,0206  DisplaySetPresentationGroupDescr   N
19120         0072,0208  PartialDataDisplayHandling         N
19121         0072,0210  SynchronizedScrollingSequence      N
19122         0072,0212  DisplaySetScrollingGroup           N
19123         0072,0214  NavigationIndicatorSequence        N
19124         0072,0216  NavigationDisplaySet               N
19125         0072,0218  ReferenceDisplaySets               N
19126         0072,0300  ImageBoxesSequence                 N
19127         0072,0302  ImageBoxNumber                     N
19128         0072,0304  ImageBoxLayoutType                 N
19129         0072,0306  ImageBoxTileHorizontalDimension    N
19130         0072,0308  ImageBoxTileVerticalDimension      N
19131         0072,0310  ImageBoxScrollDirection            N
19132         0072,0312  ImageBoxSmallScrollType            N
19133         0072,0314  ImageBoxSmallScrollAmount          N
19134         0072,0316  ImageBoxLargeScrollType            N
19135         0072,0318  ImageBoxLargeScrollAmount          N
19136         0072,0320  ImageBoxOverlapPriority            N
19137         0072,0330  CineRelativeToRealTime             N
19138         0072,0400  FilterOperationsSequence           N
19139         0072,0402  FilterByCategory                   N
19140         0072,0404  FilterByAttributePresence          N
19141         0072,0406  FilterByOperator                   N
19142         0072,0432  SynchronizedImageBoxList           N
19143         0072,0434  TypeOfSynchronization              N
19144         0072,0500  BlendingOperationType              N
19145         0072,0510  ReformattingOperationType          N
19146         0072,0512  ReformattingThickness              N
19147         0072,0514  ReformattingInterval               N
19148         0072,0516  ReformattingOpInitialViewDir       N
19149         0072,0520  3DRenderingType                    N
19150         0072,0600  SortingOperationsSequence          N
19151         0072,0602  SortByCategory                     N
19152         0072,0604  SortingDirection                   N
19153         0072,0700  DisplaySetPatientOrientation       N
19154         0072,0702  VOIType                            N
19155         0072,0704  PseudoColorType                    N
19156         0072,0706  ShowGrayscaleInverted              N
19157         0072,0710  ShowImageTrueSizeFlag              N
19158         0072,0712  ShowGraphicAnnotationFlag          N
19159         0072,0714  ShowPatientDemographicsFlag        N
19160         0072,0716  ShowAcquisitionTechniquesFlag      N
19161         0072,0717  DisplaySetHorizontalJustification  N
19162         0072,0718  DisplaySetVerticalJustification    N
19163         0074,1000  UnifiedProcedureStepState          N
19164         0074,1002  UPSProgressInformationSequence     N
19165         0074,1004  UnifiedProcedureStepProgress       N
19166         0074,1006  UnifiedProcedureStepProgressDescr  N
19167         0074,1008  UnifiedProcedureStepComURISeq      N
19168         0074,100a  ContactURI                         N
19169         0074,100c  ContactDisplayName                 N
19170         0074,1020  BeamTaskSequence                   N
19171         0074,1022  BeamTaskType                       N
19172         0074,1024  BeamOrderIndex                     N
19173         0074,1030  DeliveryVerificationImageSequence  N
19174         0074,1032  VerificationImageTiming            N
19175         0074,1034  DoubleExposureFlag                 N
19176         0074,1036  DoubleExposureOrdering             N
19177         0074,1038  DoubleExposureMeterset             N
19178         0074,103A  DoubleExposureFieldDelta           N
19179         0074,1040  RelatedReferenceRTImageSequence    N
19180         0074,1042  GeneralMachineVerificationSequence N
19181         0074,1044  ConventionalMachineVerificationSeq N
19182         0074,1046  IonMachineVerificationSequence     N
19183         0074,1048  FailedAttributesSequence           N
19184         0074,104A  OverriddenAttributesSequence       N
19185         0074,104C  ConventionalControlPointVerifySeq  N
19186         0074,104E  IonControlPointVerificationSeq     N
19187         0074,1050  AttributeOccurrenceSequence        N
19188         0074,1052  AttributeOccurrencePointer         N
19189         0074,1054  AttributeItemSelector              N
19190         0074,1056  AttributeOccurrencePrivateCreator  N
19191         0074,1200  ScheduledProcedureStepPriority     N
19192         0074,1202  WorklistLabel                      N
19193         0074,1204  ProcedureStepLabel                 N
19194         0074,1210  ScheduledProcessingParametersSeq   N
19195         0074,1212  PerformedProcessingParametersSeq   N
19196         0074,1216  UPSPerformedProcedureSequence      N
19197         0074,1220  RelatedProcedureStepSequence       N
19198         0074,1222  ProcedureStepRelationshipType      N
19199         0074,1230  DeletionLock                       N
19200         0074,1234  ReceivingAE                        N
19201         0074,1236  RequestingAE                       N
19202         0074,1238  ReasonForCancellation              N
19203         0074,1242  SCPStatus                          N
19204         0074,1244  SubscriptionListStatus             N
19205         0074,1246  UPSListStatus                      N
19206         0088,0130  StorageMediaFileSetID              N
19207         0088,0140  StorageMediaFileSetUID             N
19208         0088,0200  IconImageSequence                  N
19209         0088,0904  TopicTitle                         N
19210         0088,0906  TopicSubject                       N
19211         0088,0910  TopicAuthor                        N
19212         0088,0912  TopicKeywords                      N
19213         0100,0410  SOPInstanceStatus                  N
19214         0100,0420  SOPAuthorizationDateAndTime        N
19215         0100,0424  SOPAuthorizationComment            N
19216         0100,0426  AuthorizationEquipmentCertNumber   N
19217         0400,0005  MACIDNumber                        N
19218         0400,0010  MACCalculationTransferSyntaxUID    N
19219         0400,0015  MACAlgorithm                       N
19220         0400,0020  DataElementsSigned                 N
19221         0400,0100  DigitalSignatureUID                N
19222         0400,0105  DigitalSignatureDateTime           N
19223         0400,0110  CertificateType                    N
19224         0400,0115  CertificateOfSigner                N
19225         0400,0120  Signature                          N
19226         0400,0305  CertifiedTimestampType             N
19227         0400,0310  CertifiedTimestamp                 N
19228         0400,0401  DigitalSignaturePurposeCodeSeq     N
19229         0400,0402  ReferencedDigitalSignatureSeq      N
19230         0400,0403  ReferencedSOPInstanceMACSeq        N
19231         0400,0404  MAC                                N
19232         0400,0500  EncryptedAttributesSequence        N
19233         0400,0510  EncryptedContentTransferSyntaxUID  N
19234         0400,0520  EncryptedContent                   N
19235         0400,0550  ModifiedAttributesSequence         N
19236         0400,0561  OriginalAttributesSequence         N
19237         0400,0562  AttributeModificationDateTime      N
19238         0400,0563  ModifyingSystem                    N
19239         0400,0564  SourceOfPreviousValues             N
19240         0400,0565  ReasonForTheAttributeModification  N
19241         1000,xxx0  EscapeTriplet                      N
19242         1000,xxx1  RunLengthTriplet                   N
19243         1000,xxx2  HuffmanTableSize                   N
19244         1000,xxx3  HuffmanTableTriplet                N
19245         1000,xxx4  ShiftTableSize                     N
19246         1000,xxx5  ShiftTableTriplet                  N
19247         1010,xxxx  ZonalMap                           N
19248         2000,0010  NumberOfCopies                     N
19249         2000,001E  PrinterConfigurationSequence       N
19250         2000,0020  PrintPriority                      N
19251         2000,0030  MediumType                         N
19252         2000,0040  FilmDestination                    N
19253         2000,0050  FilmSessionLabel                   N
19254         2000,0060  MemoryAllocation                   N
19255         2000,0061  MaximumMemoryAllocation            N
19256         2000,0062  ColorImagePrintingFlag             N
19257         2000,0063  CollationFlag                      N
19258         2000,0065  AnnotationFlag                     N
19259         2000,0067  ImageOverlayFlag                   N
19260         2000,0069  PresentationLUTFlag                N
19261         2000,006A  ImageBoxPresentationLUTFlag        N
19262         2000,00A0  MemoryBitDepth                     N
19263         2000,00A1  PrintingBitDepth                   N
19264         2000,00A2  MediaInstalledSequence             N
19265         2000,00A4  OtherMediaAvailableSequence        N
19266         2000,00A8  SupportedImageDisplayFormatSeq     N
19267         2000,0500  ReferencedFilmBoxSequence          N
19268         2000,0510  ReferencedStoredPrintSequence      N
19269         2010,0010  ImageDisplayFormat                 N
19270         2010,0030  AnnotationDisplayFormatID          N
19271         2010,0040  FilmOrientation                    N
19272         2010,0050  FilmSizeID                         N
19273         2010,0052  PrinterResolutionID                N
19274         2010,0054  DefaultPrinterResolutionID         N
19275         2010,0060  MagnificationType                  N
19276         2010,0080  SmoothingType                      N
19277         2010,00A6  DefaultMagnificationType           N
19278         2010,00A7  OtherMagnificationTypesAvailable   N
19279         2010,00A8  DefaultSmoothingType               N
19280         2010,00A9  OtherSmoothingTypesAvailable       N
19281         2010,0100  BorderDensity                      N
19282         2010,0110  EmptyImageDensity                  N
19283         2010,0120  MinDensity                         N
19284         2010,0130  MaxDensity                         N
19285         2010,0140  Trim                               N
19286         2010,0150  ConfigurationInformation           N
19287         2010,0152  ConfigurationInformationDescr      N
19288         2010,0154  MaximumCollatedFilms               N
19289         2010,015E  Illumination                       N
19290         2010,0160  ReflectedAmbientLight              N
19291         2010,0376  PrinterPixelSpacing                N
19292         2010,0500  ReferencedFilmSessionSequence      N
19293         2010,0510  ReferencedImageBoxSequence         N
19294         2010,0520  ReferencedBasicAnnotationBoxSeq    N
19295         2020,0010  ImageBoxPosition                   N
19296         2020,0020  Polarity                           N
19297         2020,0030  RequestedImageSize                 N
19298         2020,0040  RequestedDecimate-CropBehavior     N
19299         2020,0050  RequestedResolutionID              N
19300         2020,00A0  RequestedImageSizeFlag             N
19301         2020,00A2  DecimateCropResult                 N
19302         2020,0110  BasicGrayscaleImageSequence        N
19303         2020,0111  BasicColorImageSequence            N
19304         2020,0130  ReferencedImageOverlayBoxSequence  N
19305         2020,0140  ReferencedVOILUTBoxSequence        N
19306         2030,0010  AnnotationPosition                 N
19307         2030,0020  TextString                         N
19308         2040,0010  ReferencedOverlayPlaneSequence     N
19309         2040,0011  ReferencedOverlayPlaneGroups       N
19310         2040,0020  OverlayPixelDataSequence           N
19311         2040,0060  OverlayMagnificationType           N
19312         2040,0070  OverlaySmoothingType               N
19313         2040,0072  OverlayOrImageMagnification        N
19314         2040,0074  MagnifyToNumberOfColumns           N
19315         2040,0080  OverlayForegroundDensity           N
19316         2040,0082  OverlayBackgroundDensity           N
19317         2040,0090  OverlayMode                        N
19318         2040,0100  ThresholdDensity                   N
19319         2040,0500  ReferencedImageBoxSequence         N
19320         2050,0010  PresentationLUTSequence            N
19321         2050,0020  PresentationLUTShape               N
19322         2050,0500  ReferencedPresentationLUTSequence  N
19323         2100,0010  PrintJobID                         N
19324         2100,0020  ExecutionStatus                    N
19325         2100,0030  ExecutionStatusInfo                N
19326         2100,0040  CreationDate                       N
19327         2100,0050  CreationTime                       N
19328         2100,0070  Originator                         N
19329         2100,0140  DestinationAE                      N
19330         2100,0160  OwnerID                            N
19331         2100,0170  NumberOfFilms                      N
19332         2100,0500  ReferencedPrintJobSequence         N
19333         2110,0010  PrinterStatus                      N
19334         2110,0020  PrinterStatusInfo                  N
19335         2110,0030  PrinterName                        N
19336         2110,0099  PrintQueueID                       N
19337         2120,0010  QueueStatus                        N
19338         2120,0050  PrintJobDescriptionSequence        N
19339         2120,0070  ReferencedPrintJobSequence         N
19340         2130,0010  PrintManagementCapabilitiesSeq     N
19341         2130,0015  PrinterCharacteristicsSequence     N
19342         2130,0030  FilmBoxContentSequence             N
19343         2130,0040  ImageBoxContentSequence            N
19344         2130,0050  AnnotationContentSequence          N
19345         2130,0060  ImageOverlayBoxContentSequence     N
19346         2130,0080  PresentationLUTContentSequence     N
19347         2130,00A0  ProposedStudySequence              N
19348         2130,00C0  OriginalImageSequence              N
19349         2200,0001  LabelFromInfoExtractedFromInstance N
19350         2200,0002  LabelText                          N
19351         2200,0003  LabelStyleSelection                N
19352         2200,0004  MediaDisposition                   N
19353         2200,0005  BarcodeValue                       N
19354         2200,0006  BarcodeSymbology                   N
19355         2200,0007  AllowMediaSplitting                N
19356         2200,0008  IncludeNonDICOMObjects             N
19357         2200,0009  IncludeDisplayApplication          N
19358         2200,000A  SaveCompInstancesAfterMediaCreate  N
19359         2200,000B  TotalNumberMediaPiecesCreated      N
19360         2200,000C  RequestedMediaApplicationProfile   N
19361         2200,000D  ReferencedStorageMediaSequence     N
19362         2200,000E  FailureAttributes                  N
19363         2200,000F  AllowLossyCompression              N
19364         2200,0020  RequestPriority                    N
19365         3002,0002  RTImageLabel                       N
19366         3002,0003  RTImageName                        N
19367         3002,0004  RTImageDescription                 N
19368         3002,000A  ReportedValuesOrigin               N
19369         3002,000C  RTImagePlane                       N
19370         3002,000D  XRayImageReceptorTranslation       N
19371         3002,000E  XRayImageReceptorAngle             N
19372         3002,0010  RTImageOrientation                 N
19373         3002,0011  ImagePlanePixelSpacing             N
19374         3002,0012  RTImagePosition                    N
19375         3002,0020  RadiationMachineName               N
19376         3002,0022  RadiationMachineSAD                N
19377         3002,0024  RadiationMachineSSD                N
19378         3002,0026  RTImageSID                         N
19379         3002,0028  SourceToReferenceObjectDistance    N
19380         3002,0029  FractionNumber                     N
19381         3002,0030  ExposureSequence                   N
19382         3002,0032  MetersetExposure                   N
19383         3002,0034  DiaphragmPosition                  N
19384         3002,0040  FluenceMapSequence                 N
19385         3002,0041  FluenceDataSource                  N
19386         3002,0042  FluenceDataScale                   N
19387         3002,0051  FluenceMode                        N
19388         3002,0052  FluenceModeID                      N
19389         3004,0001  DVHType                            N
19390         3004,0002  DoseUnits                          N
19391         3004,0004  DoseType                           N
19392         3004,0006  DoseComment                        N
19393         3004,0008  NormalizationPoint                 N
19394         3004,000A  DoseSummationType                  N
19395         3004,000C  GridFrameOffsetVector              N
19396         3004,000E  DoseGridScaling                    N
19397         3004,0010  RTDoseROISequence                  N
19398         3004,0012  DoseValue                          N
19399         3004,0014  TissueHeterogeneityCorrection      N
19400         3004,0040  DVHNormalizationPoint              N
19401         3004,0042  DVHNormalizationDoseValue          N
19402         3004,0050  DVHSequence                        N
19403         3004,0052  DVHDoseScaling                     N
19404         3004,0054  DVHVolumeUnits                     N
19405         3004,0056  DVHNumberOfBins                    N
19406         3004,0058  DVHData                            N
19407         3004,0060  DVHReferencedROISequence           N
19408         3004,0062  DVHROIContributionType             N
19409         3004,0070  DVHMinimumDose                     N
19410         3004,0072  DVHMaximumDose                     N
19411         3004,0074  DVHMeanDose                        N
19412         3006,0002  StructureSetLabel                  N
19413         3006,0004  StructureSetName                   N
19414         3006,0006  StructureSetDescription            N
19415         3006,0008  StructureSetDate                   N
19416         3006,0009  StructureSetTime                   N
19417         3006,0010  ReferencedFrameOfReferenceSequence N
19418         3006,0012  RTReferencedStudySequence          N
19419         3006,0014  RTReferencedSeriesSequence         N
19420         3006,0016  ContourImageSequence               N
19421         3006,0020  StructureSetROISequence            N
19422         3006,0022  ROINumber                          N
19423         3006,0024  ReferencedFrameOfReferenceUID      N
19424         3006,0026  ROIName                            N
19425         3006,0028  ROIDescription                     N
19426         3006,002A  ROIDisplayColor                    N
19427         3006,002C  ROIVolume                          N
19428         3006,0030  RTRelatedROISequence               N
19429         3006,0033  RTROIRelationship                  N
19430         3006,0036  ROIGenerationAlgorithm             N
19431         3006,0038  ROIGenerationDescription           N
19432         3006,0039  ROIContourSequence                 N
19433         3006,0040  ContourSequence                    N
19434         3006,0042  ContourGeometricType               N
19435         3006,0044  ContourSlabThickness               N
19436         3006,0045  ContourOffsetVector                N
19437         3006,0046  NumberOfContourPoints              N
19438         3006,0048  ContourNumber                      N
19439         3006,0049  AttachedContours                   N
19440         3006,0050  ContourData                        N
19441         3006,0080  RTROIObservationsSequence          N
19442         3006,0082  ObservationNumber                  N
19443         3006,0084  ReferencedROINumber                N
19444         3006,0085  ROIObservationLabel                N
19445         3006,0086  RTROIIdentificationCodeSequence    N
19446         3006,0088  ROIObservationDescription          N
19447         3006,00A0  RelatedRTROIObservationsSequence   N
19448         3006,00A4  RTROIInterpretedType               N
19449         3006,00A6  ROIInterpreter                     N
19450         3006,00B0  ROIPhysicalPropertiesSequence      N
19451         3006,00B2  ROIPhysicalProperty                N
19452         3006,00B4  ROIPhysicalPropertyValue           N
19453         3006,00B6  ROIElementalCompositionSequence    N
19454         3006,00B7  ROIElementalCompAtomicNumber       N
19455         3006,00B8  ROIElementalCompAtomicMassFraction N
19456         3006,00C0  FrameOfReferenceRelationshipSeq    N
19457         3006,00C2  RelatedFrameOfReferenceUID         N
19458         3006,00C4  FrameOfReferenceTransformType      N
19459         3006,00C6  FrameOfReferenceTransformMatrix    N
19460         3006,00C8  FrameOfReferenceTransformComment   N
19461         3008,0010  MeasuredDoseReferenceSequence      N
19462         3008,0012  MeasuredDoseDescription            N
19463         3008,0014  MeasuredDoseType                   N
19464         3008,0016  MeasuredDoseValue                  N
19465         3008,0020  TreatmentSessionBeamSequence       N
19466         3008,0021  TreatmentSessionIonBeamSequence    N
19467         3008,0022  CurrentFractionNumber              N
19468         3008,0024  TreatmentControlPointDate          N
19469         3008,0025  TreatmentControlPointTime          N
19470         3008,002A  TreatmentTerminationStatus         N
19471         3008,002B  TreatmentTerminationCode           N
19472         3008,002C  TreatmentVerificationStatus        N
19473         3008,0030  ReferencedTreatmentRecordSequence  N
19474         3008,0032  SpecifiedPrimaryMeterset           N
19475         3008,0033  SpecifiedSecondaryMeterset         N
19476         3008,0036  DeliveredPrimaryMeterset           N
19477         3008,0037  DeliveredSecondaryMeterset         N
19478         3008,003A  SpecifiedTreatmentTime             N
19479         3008,003B  DeliveredTreatmentTime             N
19480         3008,0040  ControlPointDeliverySequence       N
19481         3008,0041  IonControlPointDeliverySequence    N
19482         3008,0042  SpecifiedMeterset                  N
19483         3008,0044  DeliveredMeterset                  N
19484         3008,0045  MetersetRateSet                    N
19485         3008,0046  MetersetRateDelivered              N
19486         3008,0047  ScanSpotMetersetsDelivered         N
19487         3008,0048  DoseRateDelivered                  N
19488         3008,0050  TreatmentSummaryCalcDoseRefSeq     N
19489         3008,0052  CumulativeDoseToDoseReference      N
19490         3008,0054  FirstTreatmentDate                 N
19491         3008,0056  MostRecentTreatmentDate            N
19492         3008,005A  NumberOfFractionsDelivered         N
19493         3008,0060  OverrideSequence                   N
19494         3008,0061  ParameterSequencePointer           N
19495         3008,0062  OverrideParameterPointer           N
19496         3008,0063  ParameterItemIndex                 N
19497         3008,0064  MeasuredDoseReferenceNumber        N
19498         3008,0065  ParameterPointer                   N
19499         3008,0066  OverrideReason                     N
19500         3008,0068  CorrectedParameterSequence         N
19501         3008,006A  CorrectionValue                    N
19502         3008,0070  CalculatedDoseReferenceSequence    N
19503         3008,0072  CalculatedDoseReferenceNumber      N
19504         3008,0074  CalculatedDoseReferenceDescription N
19505         3008,0076  CalculatedDoseReferenceDoseValue   N
19506         3008,0078  StartMeterset                      N
19507         3008,007A  EndMeterset                        N
19508         3008,0080  ReferencedMeasuredDoseReferenceSeq N
19509         3008,0082  ReferencedMeasuredDoseReferenceNum N
19510         3008,0090  ReferencedCalculatedDoseRefSeq     N
19511         3008,0092  ReferencedCalculatedDoseRefNumber  N
19512         3008,00A0  BeamLimitingDeviceLeafPairsSeq     N
19513         3008,00B0  RecordedWedgeSequence              N
19514         3008,00C0  RecordedCompensatorSequence        N
19515         3008,00D0  RecordedBlockSequence              N
19516         3008,00E0  TreatmentSummaryMeasuredDoseRefSeq N
19517         3008,00F0  RecordedSnoutSequence              N
19518         3008,00F2  RecordedRangeShifterSequence       N
19519         3008,00F4  RecordedLateralSpreadingDeviceSeq  N
19520         3008,00F6  RecordedRangeModulatorSequence     N
19521         3008,0100  RecordedSourceSequence             N
19522         3008,0105  SourceSerialNumber                 N
19523         3008,0110  TreatmentSessionAppSetupSeq        N
19524         3008,0116  ApplicationSetupCheck              N
19525         3008,0120  RecordedBrachyAccessoryDeviceSeq   N
19526         3008,0122  ReferencedBrachyAccessoryDeviceNum N
19527         3008,0130  RecordedChannelSequence            N
19528         3008,0132  SpecifiedChannelTotalTime          N
19529         3008,0134  DeliveredChannelTotalTime          N
19530         3008,0136  SpecifiedNumberOfPulses            N
19531         3008,0138  DeliveredNumberOfPulses            N
19532         3008,013A  SpecifiedPulseRepetitionInterval   N
19533         3008,013C  DeliveredPulseRepetitionInterval   N
19534         3008,0140  RecordedSourceApplicatorSequence   N
19535         3008,0142  ReferencedSourceApplicatorNumber   N
19536         3008,0150  RecordedChannelShieldSequence      N
19537         3008,0152  ReferencedChannelShieldNumber      N
19538         3008,0160  BrachyControlPointDeliveredSeq     N
19539         3008,0162  SafePositionExitDate               N
19540         3008,0164  SafePositionExitTime               N
19541         3008,0166  SafePositionReturnDate             N
19542         3008,0168  SafePositionReturnTime             N
19543         3008,0200  CurrentTreatmentStatus             N
19544         3008,0202  TreatmentStatusComment             N
19545         3008,0220  FractionGroupSummarySequence       N
19546         3008,0223  ReferencedFractionNumber           N
19547         3008,0224  FractionGroupType                  N
19548         3008,0230  BeamStopperPosition                N
19549         3008,0240  FractionStatusSummarySequence      N
19550         3008,0250  TreatmentDate                      N
19551         3008,0251  TreatmentTime                      N
19552         300A,0002  RTPlanLabel                        N
19553         300A,0003  RTPlanName                         N
19554         300A,0004  RTPlanDescription                  N
19555         300A,0006  RTPlanDate                         N
19556         300A,0007  RTPlanTime                         N
19557         300A,0009  TreatmentProtocols                 N
19558         300A,000A  PlanIntent                         N
19559         300A,000B  TreatmentSites                     N
19560         300A,000C  RTPlanGeometry                     N
19561         300A,000E  PrescriptionDescription            N
19562         300A,0010  DoseReferenceSequence              N
19563         300A,0012  DoseReferenceNumber                N
19564         300A,0013  DoseReferenceUID                   N
19565         300A,0014  DoseReferenceStructureType         N
19566         300A,0015  NominalBeamEnergyUnit              N
19567         300A,0016  DoseReferenceDescription           N
19568         300A,0018  DoseReferencePointCoordinates      N
19569         300A,001A  NominalPriorDose                   N
19570         300A,0020  DoseReferenceType                  N
19571         300A,0021  ConstraintWeight                   N
19572         300A,0022  DeliveryWarningDose                N
19573         300A,0023  DeliveryMaximumDose                N
19574         300A,0025  TargetMinimumDose                  N
19575         300A,0026  TargetPrescriptionDose             N
19576         300A,0027  TargetMaximumDose                  N
19577         300A,0028  TargetUnderdoseVolumeFraction      N
19578         300A,002A  OrganAtRiskFullVolumeDose          N
19579         300A,002B  OrganAtRiskLimitDose               N
19580         300A,002C  OrganAtRiskMaximumDose             N
19581         300A,002D  OrganAtRiskOverdoseVolumeFraction  N
19582         300A,0040  ToleranceTableSequence             N
19583         300A,0042  ToleranceTableNumber               N
19584         300A,0043  ToleranceTableLabel                N
19585         300A,0044  GantryAngleTolerance               N
19586         300A,0046  BeamLimitingDeviceAngleTolerance   N
19587         300A,0048  BeamLimitingDeviceToleranceSeq     N
19588         300A,004A  BeamLimitingDevicePositionTol      N
19589         300A,004B  SnoutPositionTolerance             N
19590         300A,004C  PatientSupportAngleTolerance       N
19591         300A,004E  TableTopEccentricAngleTolerance    N
19592         300A,004F  TableTopPitchAngleTolerance        N
19593         300A,0050  TableTopRollAngleTolerance         N
19594         300A,0051  TableTopVerticalPositionTolerance  N
19595         300A,0052  TableTopLongitudinalPositionTol    N
19596         300A,0053  TableTopLateralPositionTolerance   N
19597         300A,0055  RTPlanRelationship                 N
19598         300A,0070  FractionGroupSequence              N
19599         300A,0071  FractionGroupNumber                N
19600         300A,0072  FractionGroupDescription           N
19601         300A,0078  NumberOfFractionsPlanned           N
19602         300A,0079  NumberFractionPatternDigitsPerDay  N
19603         300A,007A  RepeatFractionCycleLength          N
19604         300A,007B  FractionPattern                    N
19605         300A,0080  NumberOfBeams                      N
19606         300A,0082  BeamDoseSpecificationPoint         N
19607         300A,0084  BeamDose                           N
19608         300A,0086  BeamMeterset                       N
19609         300A,0088  BeamDosePointDepth                 N
19610         300A,0089  BeamDosePointEquivalentDepth       N
19611         300A,008A  BeamDosePointSSD                   N
19612         300A,00A0  NumberOfBrachyApplicationSetups    N
19613         300A,00A2  BrachyAppSetupDoseSpecPoint        N
19614         300A,00A4  BrachyApplicationSetupDose         N
19615         300A,00B0  BeamSequence                       N
19616         300A,00B2  TreatmentMachineName               N
19617         300A,00B3  PrimaryDosimeterUnit               N
19618         300A,00B4  SourceAxisDistance                 N
19619         300A,00B6  BeamLimitingDeviceSequence         N
19620         300A,00B8  RTBeamLimitingDeviceType           N
19621         300A,00BA  SourceToBeamLimitingDeviceDistance N
19622         300A,00BB  IsocenterToBeamLimitingDeviceDist  N
19623         300A,00BC  NumberOfLeafJawPairs               N
19624         300A,00BE  LeafPositionBoundaries             N
19625         300A,00C0  BeamNumber                         N
19626         300A,00C2  BeamName                           N
19627         300A,00C3  BeamDescription                    N
19628         300A,00C4  BeamType                           N
19629         300A,00C6  RadiationType                      N
19630         300A,00C7  HighDoseTechniqueType              N
19631         300A,00C8  ReferenceImageNumber               N
19632         300A,00CA  PlannedVerificationImageSequence   N
19633         300A,00CC  ImagingDeviceSpecificAcqParams     N
19634         300A,00CE  TreatmentDeliveryType              N
19635         300A,00D0  NumberOfWedges                     N
19636         300A,00D1  WedgeSequence                      N
19637         300A,00D2  WedgeNumber                        N
19638         300A,00D3  WedgeType                          N
19639         300A,00D4  WedgeID                            N
19640         300A,00D5  WedgeAngle                         N
19641         300A,00D6  WedgeFactor                        N
19642         300A,00D7  TotalWedgeTrayWaterEquivThickness  N
19643         300A,00D8  WedgeOrientation                   N
19644         300A,00D9  IsocenterToWedgeTrayDistance       N
19645         300A,00DA  SourceToWedgeTrayDistance          N
19646         300A,00DB  WedgeThinEdgePosition              N
19647         300A,00DC  BolusID                            N
19648         300A,00DD  BolusDescription                   N
19649         300A,00E0  NumberOfCompensators               N
19650         300A,00E1  MaterialID                         N
19651         300A,00E2  TotalCompensatorTrayFactor         N
19652         300A,00E3  CompensatorSequence                N
19653         300A,00E4  CompensatorNumber                  N
19654         300A,00E5  CompensatorID                      N
19655         300A,00E6  SourceToCompensatorTrayDistance    N
19656         300A,00E7  CompensatorRows                    N
19657         300A,00E8  CompensatorColumns                 N
19658         300A,00E9  CompensatorPixelSpacing            N
19659         300A,00EA  CompensatorPosition                N
19660         300A,00EB  CompensatorTransmissionData        N
19661         300A,00EC  CompensatorThicknessData           N
19662         300A,00ED  NumberOfBoli                       N
19663         300A,00EE  CompensatorType                    N
19664         300A,00F0  NumberOfBlocks                     N
19665         300A,00F2  TotalBlockTrayFactor               N
19666         300A,00F3  TotalBlockTrayWaterEquivThickness  N
19667         300A,00F4  BlockSequence                      N
19668         300A,00F5  BlockTrayID                        N
19669         300A,00F6  SourceToBlockTrayDistance          N
19670         300A,00F7  IsocenterToBlockTrayDistance       N
19671         300A,00F8  BlockType                          N
19672         300A,00F9  AccessoryCode                      N
19673         300A,00FA  BlockDivergence                    N
19674         300A,00FB  BlockMountingPosition              N
19675         300A,00FC  BlockNumber                        N
19676         300A,00FE  BlockName                          N
19677         300A,0100  BlockThickness                     N
19678         300A,0102  BlockTransmission                  N
19679         300A,0104  BlockNumberOfPoints                N
19680         300A,0106  BlockData                          N
19681         300A,0107  ApplicatorSequence                 N
19682         300A,0108  ApplicatorID                       N
19683         300A,0109  ApplicatorType                     N
19684         300A,010A  ApplicatorDescription              N
19685         300A,010C  CumulativeDoseReferenceCoefficient N
19686         300A,010E  FinalCumulativeMetersetWeight      N
19687         300A,0110  NumberOfControlPoints              N
19688         300A,0111  ControlPointSequence               N
19689         300A,0112  ControlPointIndex                  N
19690         300A,0114  NominalBeamEnergy                  N
19691         300A,0115  DoseRateSet                        N
19692         300A,0116  WedgePositionSequence              N
19693         300A,0118  WedgePosition                      N
19694         300A,011A  BeamLimitingDevicePositionSequence N
19695         300A,011C  LeafJawPositions                   N
19696         300A,011E  GantryAngle                        N
19697         300A,011F  GantryRotationDirection            N
19698         300A,0120  BeamLimitingDeviceAngle            N
19699         300A,0121  BeamLimitingDeviceRotateDirection  N
19700         300A,0122  PatientSupportAngle                N
19701         300A,0123  PatientSupportRotationDirection    N
19702         300A,0124  TableTopEccentricAxisDistance      N
19703         300A,0125  TableTopEccentricAngle             N
19704         300A,0126  TableTopEccentricRotateDirection   N
19705         300A,0128  TableTopVerticalPosition           N
19706         300A,0129  TableTopLongitudinalPosition       N
19707         300A,012A  TableTopLateralPosition            N
19708         300A,012C  IsocenterPosition                  N
19709         300A,012E  SurfaceEntryPoint                  N
19710         300A,0130  SourceToSurfaceDistance            N
19711         300A,0134  CumulativeMetersetWeight           N
19712         300A,0140  TableTopPitchAngle                 N
19713         300A,0142  TableTopPitchRotationDirection     N
19714         300A,0144  TableTopRollAngle                  N
19715         300A,0146  TableTopRollRotationDirection      N
19716         300A,0148  HeadFixationAngle                  N
19717         300A,014A  GantryPitchAngle                   N
19718         300A,014C  GantryPitchRotationDirection       N
19719         300A,014E  GantryPitchAngleTolerance          N
19720         300A,0180  PatientSetupSequence               N
19721         300A,0182  PatientSetupNumber                 N
19722         300A,0183  PatientSetupLabel                  N
19723         300A,0184  PatientAdditionalPosition          N
19724         300A,0190  FixationDeviceSequence             N
19725         300A,0192  FixationDeviceType                 N
19726         300A,0194  FixationDeviceLabel                N
19727         300A,0196  FixationDeviceDescription          N
19728         300A,0198  FixationDevicePosition             N
19729         300A,0199  FixationDevicePitchAngle           N
19730         300A,019A  FixationDeviceRollAngle            N
19731         300A,01A0  ShieldingDeviceSequence            N
19732         300A,01A2  ShieldingDeviceType                N
19733         300A,01A4  ShieldingDeviceLabel               N
19734         300A,01A6  ShieldingDeviceDescription         N
19735         300A,01A8  ShieldingDevicePosition            N
19736         300A,01B0  SetupTechnique                     N
19737         300A,01B2  SetupTechniqueDescription          N
19738         300A,01B4  SetupDeviceSequence                N
19739         300A,01B6  SetupDeviceType                    N
19740         300A,01B8  SetupDeviceLabel                   N
19741         300A,01BA  SetupDeviceDescription             N
19742         300A,01BC  SetupDeviceParameter               N
19743         300A,01D0  SetupReferenceDescription          N
19744         300A,01D2  TableTopVerticalSetupDisplacement  N
19745         300A,01D4  TableTopLongitudinalSetupDisplace  N
19746         300A,01D6  TableTopLateralSetupDisplacement   N
19747         300A,0200  BrachyTreatmentTechnique           N
19748         300A,0202  BrachyTreatmentType                N
19749         300A,0206  TreatmentMachineSequence           N
19750         300A,0210  SourceSequence                     N
19751         300A,0212  SourceNumber                       N
19752         300A,0214  SourceType                         N
19753         300A,0216  SourceManufacturer                 N
19754         300A,0218  ActiveSourceDiameter               N
19755         300A,021A  ActiveSourceLength                 N
19756         300A,0222  SourceEncapsulationNomThickness    N
19757         300A,0224  SourceEncapsulationNomTransmission N
19758         300A,0226  SourceIsotopeName                  N
19759         300A,0228  SourceIsotopeHalfLife              N
19760         300A,0229  SourceStrengthUnits                N
19761         300A,022A  ReferenceAirKermaRate              N
19762         300A,022B  SourceStrength                     N
19763         300A,022C  SourceStrengthReferenceDate        N
19764         300A,022E  SourceStrengthReferenceTime        N
19765         300A,0230  ApplicationSetupSequence           N
19766         300A,0232  ApplicationSetupType               N
19767         300A,0234  ApplicationSetupNumber             N
19768         300A,0236  ApplicationSetupName               N
19769         300A,0238  ApplicationSetupManufacturer       N
19770         300A,0240  TemplateNumber                     N
19771         300A,0242  TemplateType                       N
19772         300A,0244  TemplateName                       N
19773         300A,0250  TotalReferenceAirKerma             N
19774         300A,0260  BrachyAccessoryDeviceSequence      N
19775         300A,0262  BrachyAccessoryDeviceNumber        N
19776         300A,0263  BrachyAccessoryDeviceID            N
19777         300A,0264  BrachyAccessoryDeviceType          N
19778         300A,0266  BrachyAccessoryDeviceName          N
19779         300A,026A  BrachyAccessoryDeviceNomThickness  N
19780         300A,026C  BrachyAccessoryDevNomTransmission  N
19781         300A,0280  ChannelSequence                    N
19782         300A,0282  ChannelNumber                      N
19783         300A,0284  ChannelLength                      N
19784         300A,0286  ChannelTotalTime                   N
19785         300A,0288  SourceMovementType                 N
19786         300A,028A  NumberOfPulses                     N
19787         300A,028C  PulseRepetitionInterval            N
19788         300A,0290  SourceApplicatorNumber             N
19789         300A,0291  SourceApplicatorID                 N
19790         300A,0292  SourceApplicatorType               N
19791         300A,0294  SourceApplicatorName               N
19792         300A,0296  SourceApplicatorLength             N
19793         300A,0298  SourceApplicatorManufacturer       N
19794         300A,029C  SourceApplicatorWallNomThickness   N
19795         300A,029E  SourceApplicatorWallNomTrans       N
19796         300A,02A0  SourceApplicatorStepSize           N
19797         300A,02A2  TransferTubeNumber                 N
19798         300A,02A4  TransferTubeLength                 N
19799         300A,02B0  ChannelShieldSequence              N
19800         300A,02B2  ChannelShieldNumber                N
19801         300A,02B3  ChannelShieldID                    N
19802         300A,02B4  ChannelShieldName                  N
19803         300A,02B8  ChannelShieldNominalThickness      N
19804         300A,02BA  ChannelShieldNominalTransmission   N
19805         300A,02C8  FinalCumulativeTimeWeight          N
19806         300A,02D0  BrachyControlPointSequence         N
19807         300A,02D2  ControlPointRelativePosition       N
19808         300A,02D4  ControlPoint3DPosition             N
19809         300A,02D6  CumulativeTimeWeight               N
19810         300A,02E0  CompensatorDivergence              N
19811         300A,02E1  CompensatorMountingPosition        N
19812         300A,02E2  SourceToCompensatorDistance        N
19813         300A,02E3  TotalCompTrayWaterEquivThickness   N
19814         300A,02E4  IsocenterToCompensatorTrayDistance N
19815         300A,02E5  CompensatorColumnOffset            N
19816         300A,02E6  IsocenterToCompensatorDistances    N
19817         300A,02E7  CompensatorRelStoppingPowerRatio   N
19818         300A,02E8  CompensatorMillingToolDiameter     N
19819         300A,02EA  IonRangeCompensatorSequence        N
19820         300A,02EB  CompensatorDescription             N
19821         300A,0302  RadiationMassNumber                N
19822         300A,0304  RadiationAtomicNumber              N
19823         300A,0306  RadiationChargeState               N
19824         300A,0308  ScanMode                           N
19825         300A,030A  VirtualSourceAxisDistances         N
19826         300A,030C  SnoutSequence                      N
19827         300A,030D  SnoutPosition                      N
19828         300A,030F  SnoutID                            N
19829         300A,0312  NumberOfRangeShifters              N
19830         300A,0314  RangeShifterSequence               N
19831         300A,0316  RangeShifterNumber                 N
19832         300A,0318  RangeShifterID                     N
19833         300A,0320  RangeShifterType                   N
19834         300A,0322  RangeShifterDescription            N
19835         300A,0330  NumberOfLateralSpreadingDevices    N
19836         300A,0332  LateralSpreadingDeviceSequence     N
19837         300A,0334  LateralSpreadingDeviceNumber       N
19838         300A,0336  LateralSpreadingDeviceID           N
19839         300A,0338  LateralSpreadingDeviceType         N
19840         300A,033A  LateralSpreadingDeviceDescription  N
19841         300A,033C  LateralSpreadingDevWaterEquivThick N
19842         300A,0340  NumberOfRangeModulators            N
19843         300A,0342  RangeModulatorSequence             N
19844         300A,0344  RangeModulatorNumber               N
19845         300A,0346  RangeModulatorID                   N
19846         300A,0348  RangeModulatorType                 N
19847         300A,034A  RangeModulatorDescription          N
19848         300A,034C  BeamCurrentModulationID            N
19849         300A,0350  PatientSupportType                 N
19850         300A,0352  PatientSupportID                   N
19851         300A,0354  PatientSupportAccessoryCode        N
19852         300A,0356  FixationLightAzimuthalAngle        N
19853         300A,0358  FixationLightPolarAngle            N
19854         300A,035A  MetersetRate                       N
19855         300A,0360  RangeShifterSettingsSequence       N
19856         300A,0362  RangeShifterSetting                N
19857         300A,0364  IsocenterToRangeShifterDistance    N
19858         300A,0366  RangeShifterWaterEquivThickness    N
19859         300A,0370  LateralSpreadingDeviceSettingsSeq  N
19860         300A,0372  LateralSpreadingDeviceSetting      N
19861         300A,0374  IsocenterToLateralSpreadingDevDist N
19862         300A,0380  RangeModulatorSettingsSequence     N
19863         300A,0382  RangeModulatorGatingStartValue     N
19864         300A,0384  RangeModulatorGatingStopValue      N
19865         300A,038A  IsocenterToRangeModulatorDistance  N
19866         300A,0390  ScanSpotTuneID                     N
19867         300A,0392  NumberOfScanSpotPositions          N
19868         300A,0394  ScanSpotPositionMap                N
19869         300A,0396  ScanSpotMetersetWeights            N
19870         300A,0398  ScanningSpotSize                   N
19871         300A,039A  NumberOfPaintings                  N
19872         300A,03A0  IonToleranceTableSequence          N
19873         300A,03A2  IonBeamSequence                    N
19874         300A,03A4  IonBeamLimitingDeviceSequence      N
19875         300A,03A6  IonBlockSequence                   N
19876         300A,03A8  IonControlPointSequence            N
19877         300A,03AA  IonWedgeSequence                   N
19878         300A,03AC  IonWedgePositionSequence           N
19879         300A,0401  ReferencedSetupImageSequence       N
19880         300A,0402  SetupImageComment                  N
19881         300A,0410  MotionSynchronizationSequence      N
19882         300A,0412  ControlPointOrientation            N
19883         300A,0420  GeneralAccessorySequence           N
19884         300A,0421  GeneralAccessoryID                 N
19885         300A,0422  GeneralAccessoryDescription        N
19886         300A,0423  GeneralAccessoryType               N
19887         300A,0424  GeneralAccessoryNumber             N
19888         300C,0002  ReferencedRTPlanSequence           N
19889         300C,0004  ReferencedBeamSequence             N
19890         300C,0006  ReferencedBeamNumber               N
19891         300C,0007  ReferencedReferenceImageNumber     N
19892         300C,0008  StartCumulativeMetersetWeight      N
19893         300C,0009  EndCumulativeMetersetWeight        N
19894         300C,000A  ReferencedBrachyAppSetupSeq        N
19895         300C,000C  ReferencedBrachyAppSetupNumber     N
19896         300C,000E  ReferencedSourceNumber             N
19897         300C,0020  ReferencedFractionGroupSequence    N
19898         300C,0022  ReferencedFractionGroupNumber      N
19899         300C,0040  ReferencedVerificationImageSeq     N
19900         300C,0042  ReferencedReferenceImageSequence   N
19901         300C,0050  ReferencedDoseReferenceSequence    N
19902         300C,0051  ReferencedDoseReferenceNumber      N
19903         300C,0055  BrachyReferencedDoseReferenceSeq   N
19904         300C,0060  ReferencedStructureSetSequence     N
19905         300C,006A  ReferencedPatientSetupNumber       N
19906         300C,0080  ReferencedDoseSequence             N
19907         300C,00A0  ReferencedToleranceTableNumber     N
19908         300C,00B0  ReferencedBolusSequence            N
19909         300C,00C0  ReferencedWedgeNumber              N
19910         300C,00D0  ReferencedCompensatorNumber        N
19911         300C,00E0  ReferencedBlockNumber              N
19912         300C,00F0  ReferencedControlPointIndex        N
19913         300C,00F2  ReferencedControlPointSequence     N
19914         300C,00F4  ReferencedStartControlPointIndex   N
19915         300C,00F6  ReferencedStopControlPointIndex    N
19916         300C,0100  ReferencedRangeShifterNumber       N
19917         300C,0102  ReferencedLateralSpreadingDevNum   N
19918         300C,0104  ReferencedRangeModulatorNumber     N
19919         300E,0002  ApprovalStatus                     N
19920         300E,0004  ReviewDate                         N
19921         300E,0005  ReviewTime                         N
19922         300E,0008  ReviewerName                       N
19923         4000,0000  TextGroupLength                    N
19924         4000,0010  Arbitrary                          N
19925         4000,4000  TextComments                       N
19926         4008,0040  ResultsID                          N
19927         4008,0042  ResultsIDIssuer                    N
19928         4008,0050  ReferencedInterpretationSequence   N
19929         4008,0100  InterpretationRecordedDate         N
19930         4008,0101  InterpretationRecordedTime         N
19931         4008,0102  InterpretationRecorder             N
19932         4008,0103  ReferenceToRecordedSound           N
19933         4008,0108  InterpretationTranscriptionDate    N
19934         4008,0109  InterpretationTranscriptionTime    N
19935         4008,010A  InterpretationTranscriber          N
19936         4008,010B  InterpretationText                 N
19937         4008,010C  InterpretationAuthor               N
19938         4008,0111  InterpretationApproverSequence     N
19939         4008,0112  InterpretationApprovalDate         N
19940         4008,0113  InterpretationApprovalTime         N
19941         4008,0114  PhysicianApprovingInterpretation   N
19942         4008,0115  InterpretationDiagnosisDescription N
19943         4008,0117  InterpretationDiagnosisCodeSeq     N
19944         4008,0118  ResultsDistributionListSequence    N
19945         4008,0119  DistributionName                   N
19946         4008,011A  DistributionAddress                N
19947         4008,0200  InterpretationID                   N
19948         4008,0202  InterpretationIDIssuer             N
19949         4008,0210  InterpretationTypeID               N
19950         4008,0212  InterpretationStatusID             N
19951         4008,0300  Impressions                        N
19952         4008,4000  ResultsComments                    N
19953         4FFE,0001  MACParametersSequence              N
19954         50xx,0005  CurveDimensions                    N
19955         50xx,0010  NumberOfPoints                     N
19956         50xx,0020  TypeOfData                         N
19957         50xx,0022  CurveDescription                   N
19958         50xx,0030  AxisUnits                          N
19959         50xx,0040  AxisLabels                         N
19960         50xx,0103  DataValueRepresentation            N
19961         50xx,0104  MinimumCoordinateValue             N
19962         50xx,0105  MaximumCoordinateValue             N
19963         50xx,0106  CurveRange                         N
19964         50xx,0110  CurveDataDescriptor                N
19965         50xx,0112  CoordinateStartValue               N
19966         50xx,0114  CoordinateStepValue                N
19967         50xx,1001  CurveActivationLayer               N
19968         50xx,2000  AudioType                          N
19969         50xx,2002  AudioSampleFormat                  N
19970         50xx,2004  NumberOfChannels                   N
19971         50xx,2006  NumberOfSamples                    N
19972         50xx,2008  SampleRate                         N
19973         50xx,200A  TotalTime                          N
19974         50xx,200C  AudioSampleData                    N
19975         50xx,200E  AudioComments                      N
19976         50xx,2500  CurveLabel                         N
19977         50xx,2600  ReferencedOverlaySequence          N
19978         50xx,2610  ReferencedOverlayGroup             N
19979         50xx,3000  CurveData                          N
19980         5200,9229  SharedFunctionalGroupsSequence     N
19981         5200,9230  PerFrameFunctionalGroupsSequence   N
19982         5400,0100  WaveformSequence                   N
19983         5400,0110  ChannelMinimumValue                N
19984         5400,0112  ChannelMaximumValue                N
19985         5400,1004  WaveformBitsAllocated              N
19986         5400,1006  WaveformSampleInterpretation       N
19987         5400,100A  WaveformPaddingValue               N
19988         5400,1010  WaveformData                       N
19989         5600,0010  FirstOrderPhaseCorrectionAngle     N
19990         5600,0020  SpectroscopyData                   N
19991         6000,0000  OverlayGroupLength                 N
19992         60xx,0010  OverlayRows                        N
19993         60xx,0011  OverlayColumns                     N
19994         60xx,0012  OverlayPlanes                      N
19995         60xx,0015  NumberOfFramesInOverlay            N
19996         60xx,0022  OverlayDescription                 N
19997         60xx,0040  OverlayType                        N
19998         60xx,0045  OverlaySubtype                     N
19999         60xx,0050  OverlayOrigin                      N
20000         60xx,0051  ImageFrameOrigin                   N
20001         60xx,0052  OverlayPlaneOrigin                 N
20002         60xx,0060  OverlayCompressionCode             N
20003         60xx,0061  OverlayCompressionOriginator       N
20004         60xx,0062  OverlayCompressionLabel            N
20005         60xx,0063  OverlayCompressionDescription      N
20006         60xx,0066  OverlayCompressionStepPointers     N
20007         60xx,0068  OverlayRepeatInterval              N
20008         60xx,0069  OverlayBitsGrouped                 N
20009         60xx,0100  OverlayBitsAllocated               N
20010         60xx,0102  OverlayBitPosition                 N
20011         60xx,0110  OverlayFormat                      N
20012         60xx,0200  OverlayLocation                    N
20013         60xx,0800  OverlayCodeLabel                   N
20014         60xx,0802  OverlayNumberOfTables              N
20015         60xx,0803  OverlayCodeTableLocation           N
20016         60xx,0804  OverlayBitsForCodeWord             N
20017         60xx,1001  OverlayActivationLayer             N
20018         60xx,1100  OverlayDescriptorGray              N
20019         60xx,1101  OverlayDescriptorRed               N
20020         60xx,1102  OverlayDescriptorGreen             N
20021         60xx,1103  OverlayDescriptorBlue              N
20022         60xx,1200  OverlaysGray                       N
20023         60xx,1201  OverlaysRed                        N
20024         60xx,1202  OverlaysGreen                      N
20025         60xx,1203  OverlaysBlue                       N
20026         60xx,1301  ROIArea                            N
20027         60xx,1302  ROIMean                            N
20028         60xx,1303  ROIStandardDeviation               N
20029         60xx,1500  OverlayLabel                       N
20030         60xx,3000  OverlayData                        N
20031         60xx,4000  OverlayComments                    N
20032         7Fxx,0000  PixelDataGroupLength               N
20033         7Fxx,0010  PixelData                          N
20034         7Fxx,0011  VariableNextDataGroup              N
20035         7Fxx,0020  VariableCoefficientsSDVN           N
20036         7Fxx,0030  VariableCoefficientsSDHN           N
20037         7Fxx,0040  VariableCoefficientsSDDN           N
20038         FFFA,FFFA  DigitalSignaturesSequence          N
20039         FFFC,FFFC  DataSetTrailingPadding             N
20040         FFFE,E000  StartOfItem                        N
20041         FFFE,E00D  EndOfItems                         N
20042         FFFE,E0DD  EndOfSequence                      N
20043
20044   HTML Tags
20045       Meta information extracted from the header of HTML and XHTML files.
20046       This is a mix of information found in the "META" elements, "XML"
20047       element, and the "TITLE" element.
20048
20049         Tag ID                      Tag Name          Writable
20050         ------                      --------          --------
20051         'abstract'                  Abstract          N
20052         'author'                    Author            N
20053         'classification'            Classification    N
20054         'copyright'                 Copyright         N
20055         'dc'                        DC                HTML dc
20056         'description'               Description       N
20057         'distribution'              Distribution      N
20058         'doc-class'                 DocClass          N
20059         'doc-rights'                DocRights         N
20060         'doc-type'                  DocType           N
20061         'formatter'                 Formatter         N
20062         'generator'                 Generator         N
20063         'googlebot'                 GoogleBot         N
20064         'http-equiv'                HTTP-equiv        HTML equiv
20065         'keywords'                  Keywords          N+
20066         'mssmarttagspreventparsing' NoMSSmartTags     N
20067         'ncc'                       NCC               HTML ncc
20068         'o'                         Office            HTML Office
20069         'originator'                Originator        N
20070         'owner'                     Owner             N
20071         'prod'                      Prod              HTML prod
20072         'progid'                    ProgID            N
20073         'rating'                    Rating            N
20074         'refresh'                   Refresh           N
20075         'resource-type'             ResourceType      N
20076         'revisit-after'             RevisitAfter      N
20077         'robots'                    Robots            N+
20078         'title'                     Title             N
20079         'vw96'                      VW96              HTML vw96
20080
20081       HTML dc Tags
20082
20083       Dublin Core schema tags (also used in XMP).
20084
20085         Tag ID               Tag Name                 Writable
20086         ------               --------                 --------
20087         'contributor'        Contributor              N+
20088         'coverage'           Coverage                 N
20089         'creator'            Creator                  N+
20090         'date'               Date                     N+
20091         'description'        Description              N
20092         'format'             Format                   N
20093         'identifier'         Identifier               N
20094         'language'           Language                 N+
20095         'publisher'          Publisher                N+
20096         'relation'           Relation                 N+
20097         'rights'             Rights                   N
20098         'source'             Source                   N
20099         'subject'            Subject                  N+
20100         'title'              Title                    N
20101         'type'               Type                     N+
20102
20103       HTML equiv Tags
20104
20105       These tags have a family 1 group name of "HTTP-equiv".
20106
20107         Tag ID                Tag Name                Writable
20108         ------                --------                --------
20109         'cache-control'       CacheControl            N
20110         'content-disposition' ContentDisposition      N
20111         'content-language'    ContentLanguage         N
20112         'content-script-type' ContentScriptType       N
20113         'content-style-type'  ContentStyleType        N
20114         'content-type'        ContentType             N
20115         'default-style'       DefaultStyle            N
20116         'expires'             Expires                 N
20117         'ext-cache'           ExtCache                N
20118         'imagetoolbar'        ImageToolbar            N
20119         'lotus'               Lotus                   N
20120         'page-enter'          PageEnter               N
20121         'page-exit'           PageExit                N
20122         'pics-label'          PicsLabel               N
20123         'pragma'              Pragma                  N
20124         'refresh'             Refresh                 N
20125         'reply-to'            ReplyTo                 N
20126         'set-cookie'          SetCookie               N
20127         'site-enter'          SiteEnter               N
20128         'site-exit'           SiteExit                N
20129         'vary'                Vary                    N
20130         'window-target'       WindowTarget            N
20131
20132       HTML ncc Tags
20133
20134         Tag ID               Tag Name                 Writable
20135         ------               --------                 --------
20136         'charset'            CharacterSet             N
20137         'depth'              Depth                    N
20138         'files'              Files                    N
20139         'footnotes'          Footnotes                N
20140         'generator'          Generator                N
20141         'kbytesize'          KByteSize                N
20142         'maxpagenormal'      MaxPageNormal            N
20143         'multimediatype'     MultimediaType           N
20144         'narrator'           Narrator                 N
20145         'pagefront'          PageFront                N
20146         'pagenormal'         PageNormal               N
20147         'pagespecial'        PageSpecial              N
20148         'prodnotes'          ProdNotes                N
20149         'produceddate'       ProducedDate             N
20150         'producer'           Producer                 N
20151         'revision'           Revision                 N
20152         'revisiondate'       RevisionDate             N
20153         'setinfo'            SetInfo                  N
20154         'sidebars'           Sidebars                 N
20155         'sourcedate'         SourceDate               N
20156         'sourceedition'      SourceEdition            N
20157         'sourcepublisher'    SourcePublisher          N
20158         'sourcerights'       SourceRights             N
20159         'sourcetitle'        SourceTitle              N
20160         'tocitems'           TOCItems                 N
20161         'totaltime'          Duration                 N
20162
20163       HTML Office Tags
20164
20165       Tags written by Microsoft Office applications.
20166
20167         Tag ID                 Tag Name               Writable
20168         ------                 --------               --------
20169         'Author'               Author                 N
20170         'Category'             Category               N
20171         'Characters'           Characters             N
20172         'CharactersWithSpaces' CharactersWithSpaces   N
20173         'Company'              Company                N
20174         'Created'              CreateDate             N
20175         'Description'          Description            N
20176         'Keywords'             Keywords               N
20177         'LastAuthor'           LastAuthor             N
20178         'LastPrinted'          LastPrinted            N
20179         'LastSaved'            ModifyDate             N
20180         'Lines'                Lines                  N
20181         'Manager'              Manager                N
20182         'Pages'                Pages                  N
20183         'Paragraphs'           Paragraphs             N
20184         'Revision'             RevisionNumber         N
20185         'Subject'              Subject                N
20186         'Template'             Template               N
20187         'TotalTime'            TotalEditTime          N
20188         'Version'              RevisionNumber         N
20189         'Words'                Words                  N
20190
20191       HTML prod Tags
20192
20193         Tag ID               Tag Name                 Writable
20194         ------               --------                 --------
20195         'recengineer'        RecEngineer              N
20196         'reclocation'        RecLocation              N
20197
20198       HTML vw96 Tags
20199
20200         Tag ID               Tag Name                 Writable
20201         ------               --------                 --------
20202         'objecttype'         ObjectType               N
20203
20204   EXE Tags
20205       This module extracts information from various types of Windows, MacOS
20206       and Unix executable and library files.  The first table below lists
20207       information extracted from the header of Windows PE (Portable
20208       Executable) EXE files and DLL libraries.
20209
20210          Index   Tag Name                             Writable
20211          -----   --------                             --------
20212             0    MachineType                          N
20213             2    TimeStamp                            N
20214            10    PEType                               N
20215            11    LinkerVersion                        N
20216            12    CodeSize                             N
20217            14    InitializedDataSize                  N
20218            16    UninitializedDataSize                N
20219            18    EntryPoint                           N
20220            30    OSVersion                            N
20221            32    ImageVersion                         N
20222            34    SubsystemVersion                     N
20223            44    Subsystem                            N
20224
20225       EXE PEVersion Tags
20226
20227       Information extracted from the VS_VERSION_INFO structure of Windows PE
20228       files.
20229
20230          Index   Tag Name                             Writable
20231          -----   --------                             --------
20232             2    FileVersionNumber                    N
20233             4    ProductVersionNumber                 N
20234             6    FileFlagsMask                        N
20235             7    FileFlags                            N
20236             8    FileOS                               N
20237             9    ObjectFileType                       N
20238            10    FileSubtype                          N
20239
20240       EXE PEString Tags
20241
20242       Resource strings found in Windows PE files.  The TagID's are not shown
20243       because they are the same as the Tag Name.  ExifTool will extract any
20244       existing StringFileInfo tags even if not listed in this table.
20245
20246         Tag Name                                      Writable
20247         --------                                      --------
20248         BuildDate                                     N
20249         BuildVersion                                  N
20250         CharacterSet                                  N
20251         Comments                                      N
20252         CompanyName                                   N
20253         Copyright                                     N
20254         FileDescription                               N
20255         FileVersion                                   N
20256         InternalName                                  N
20257         LanguageCode                                  N
20258         LegalCopyright                                N
20259         LegalTrademarks                               N
20260         OriginalFilename                              N
20261         PrivateBuild                                  N
20262         ProductName                                   N
20263         ProductVersion                                N
20264         SpecialBuild                                  N
20265
20266       EXE MachO Tags
20267
20268       Information extracted from Mach-O (Mac OS X) executable files and DYLIB
20269       libraries.
20270
20271          Index   Tag Name                             Writable
20272          -----   --------                             --------
20273             0    CPUArchitecture                      N
20274             1    CPUByteOrder                         N
20275             2    CPUCount                             N
20276             3    CPUType                              N+
20277             4    CPUSubtype                           N+
20278             5    ObjectFileType                       N
20279
20280       EXE PEF Tags
20281
20282       Information extracted from PEF (Classic MacOS) executable files and
20283       libraries.
20284
20285          Index   Tag Name                             Writable
20286          -----   --------                             --------
20287             2    CPUArchitecture                      N
20288             3    PEFVersion                           N
20289             4    TimeStamp                            N
20290
20291       EXE ELF Tags
20292
20293       Information extracted from ELF (Unix) executable files and SO
20294       libraries.
20295
20296          Index   Tag Name                             Writable
20297          -----   --------                             --------
20298             4    CPUArchitecture                      N
20299             5    CPUByteOrder                         N
20300            16    ObjectFileType                       N
20301            18    CPUType                              N
20302
20303       EXE CHM Tags
20304
20305       Tags extracted from Microsoft Compiled HTML files.
20306
20307          Index   Tag Name                             Writable
20308          -----   --------                             --------
20309             1    CHMVersion                           N
20310             5    LanguageCode                         N
20311
20312   LNK Tags
20313       Information extracted from MS Shell Link (Windows shortcut) files.
20314
20315          Index       Tag Name                         Writable
20316          -----       --------                         --------
20317                20    Flags                            N
20318                24    FileAttributes                   N
20319                28    CreateDate                       N
20320                36    AccessDate                       N
20321                44    ModifyDate                       N
20322                52    TargetFileSize                   N
20323                56    IconIndex                        N
20324                60    RunWindow                        N
20325                64    HotKey                           N
20326         0x00010000   ItemID                           LNK ItemID
20327         0x00020000   LinkInfo                         LNK LinkInfo
20328         0x00030004   Description                      N
20329         0x00030008   RelativePath                     N
20330         0x00030010   WorkingDirectory                 N
20331         0x00030020   CommandLineArguments             N
20332         0x00030040   IconFileName                     N
20333         0xa0000000   UnknownData                      LNK UnknownData
20334         0xa0000001   EnvVarData                       LNK UnknownData
20335         0xa0000002   ConsoleData                      LNK ConsoleData
20336         0xa0000003   TrackerData                      LNK TrackerData
20337         0xa0000004   ConsoleFEData                    LNK ConsoleFEData
20338         0xa0000005   SpecialFolderData                LNK UnknownData
20339         0xa0000006   DarwinData                       LNK UnknownData
20340         0xa0000007   IconEnvData                      LNK UnknownData
20341         0xa0000008   ShimData                         LNK UnknownData
20342         0xa0000009   PropertyStoreData                LNK UnknownData
20343         0xa000000b   KnownFolderData                  LNK UnknownData
20344         0xa000000c   VistaIDListData                  LNK UnknownData
20345
20346       LNK ItemID Tags
20347
20348         Tag ID   Tag Name                             Writable
20349         ------   --------                             --------
20350         0x0032   Item0032                             LNK Item0032
20351
20352       LNK Item0032 Tags
20353
20354          Index   Tag Name                             Writable
20355          -----   --------                             --------
20356            14    TargetFileDOSName                    N
20357
20358       LNK LinkInfo Tags
20359
20360         Tag Name                                      Writable
20361         --------                                      --------
20362         CommonNetworkRelLink                          N
20363         CommonPathSuffix                              N
20364         DeviceName                                    N
20365         DriveSerialNumber                             N
20366         DriveType                                     N
20367         LocalBasePath                                 N
20368         NetName                                       N
20369         NetProviderType                               N
20370         VolumeID                                      N
20371         VolumeLabel                                   N
20372
20373       LNK UnknownData Tags
20374
20375          Index   Tag Name                             Writable
20376          -----   --------                             --------
20377         [no tags known]
20378
20379       LNK ConsoleData Tags
20380
20381          Index   Tag Name                             Writable
20382          -----   --------                             --------
20383             8    FillAttributes                       N
20384            10    PopupFillAttributes                  N
20385            12    ScreenBufferSize                     N
20386            16    WindowSize                           N
20387            20    WindowOrigin                         N
20388            32    FontSize                             N
20389            36    FontFamily                           N
20390            40    FontWeight                           N
20391            44    FontName                             N
20392           108    CursorSize                           N
20393           112    FullScreen                           N
20394           116    QuickEdit                            N
20395           120    InsertMode                           N
20396           124    WindowOriginAuto                     N
20397           128    HistoryBufferSize                    N
20398           132    NumHistoryBuffers                    N
20399           136    RemoveHistoryDuplicates              N
20400
20401       LNK TrackerData Tags
20402
20403          Index   Tag Name                             Writable
20404          -----   --------                             --------
20405            16    MachineID                            N
20406
20407       LNK ConsoleFEData Tags
20408
20409          Index   Tag Name                             Writable
20410          -----   --------                             --------
20411             8    CodePage                             N
20412
20413   Font Tags
20414       This table contains a collection of tags found in font files of various
20415       formats.  ExifTool current recognizes OTF, TTF, TTC, DFONT, PFA, PFB,
20416       PFM, AFM, ACFM and AMFM font files.
20417
20418         Tag ID       Tag Name                         Writable
20419         ------       --------                         --------
20420         'AFM'        AFM                              Font AFM
20421         'PFM'        PFMHeader                        Font PFM
20422         'PSInfo'     PSFontInfo                       Font PSInfo
20423         'fontname'   FontName                         N
20424         'name'       Name                             Font Name
20425         'numfonts'   NumFonts                         N
20426         'postfont'   PostScriptFontName               N
20427
20428       Font AFM Tags
20429
20430       Tags extracted from Adobe Font Metrics files (AFM, ACFM and AMFM).
20431
20432         Tag ID               Tag Name                 Writable
20433         ------               --------                 --------
20434         'Ascender'           Ascender                 N
20435         'CapHeight'          CapHeight                N
20436         'CharacterSet'       CharacterSet             N
20437         'Characters'         Characters               N
20438         'Creation Date'      CreateDate               N
20439         'Descender'          Descender                N
20440         'EncodingScheme'     EncodingScheme           N
20441         'EscChar'            EscChar                  N
20442         'FamilyName'         FontFamily               N
20443         'FontName'           FontName                 N
20444         'FullName'           FullName                 N
20445         'IsBaseFont'         IsBaseFont               N
20446         'IsFixedV'           IsFixedV                 N
20447         'MappingScheme'      MappingScheme            N
20448         'Notice'             Notice                   N
20449         'Version'            Version                  N
20450         'Weight'             Weight                   N
20451         'XHeight'            XHeight                  N
20452
20453       Font PFM Tags
20454
20455       Tags extracted from the PFM file header.
20456
20457          Index   Tag Name                             Writable
20458          -----   --------                             --------
20459             0    PFMVersion                           N
20460             6    Copyright                            N
20461            66    FontType                             N
20462            68    PointSize                            N
20463            70    YResolution                          N
20464            72    XResolution                          N
20465            74    Ascent                               N
20466            76    InternalLeading                      N
20467            78    ExternalLeading                      N
20468            80    Italic                               N
20469            81    Underline                            N
20470            82    Strikeout                            N
20471            83    Weight                               N
20472            85    CharacterSet                         N
20473            86    PixWidth                             N
20474            88    PixHeight                            N
20475            90    PitchAndFamily                       N
20476            91    AvgWidth                             N
20477            93    MaxWidth                             N
20478            95    FirstChar                            N
20479            96    LastChar                             N
20480            97    DefaultChar                          N
20481            98    BreakChar                            N
20482            99    WidthBytes                           N
20483
20484       Font PSInfo Tags
20485
20486       Tags extracted from PostScript font files (PFA and PFB).
20487
20488         Tag ID               Tag Name                 Writable
20489         ------               --------                 --------
20490         'Copyright'          Copyright                N
20491         'FSType'             FSType                   N
20492         'FamilyName'         FontFamily               N
20493         'FontName'           FontName                 N
20494         'FontType'           FontType                 N
20495         'FullName'           FullName                 N
20496         'ItalicAngle'        ItalicAngle              N
20497         'Notice'             Notice                   N
20498         'UnderlinePosition'  UnderlinePosition        N
20499         'UnderlineThickness' UnderlineThickness       N
20500         'Weight'             Weight                   N
20501         'isFixedPitch'       IsFixedPitch             N
20502         'version'            Version                  N
20503
20504       Font Name Tags
20505
20506       The following tags are extracted from the TrueType font "name" table
20507       found in OTF, TTF, TTC and DFONT files.  These tags support localized
20508       languages by adding a hyphen followed by a language code to the end of
20509       the tag name (ie.  "Copyright-fr" or "Licence-en-US").  Tags with no
20510       language code use the default language of "en".
20511
20512         Tag ID   Tag Name                             Writable
20513         ------   --------                             --------
20514         0x0000   Copyright                            N
20515         0x0001   FontFamily                           N
20516         0x0002   FontSubfamily                        N
20517         0x0003   FontSubfamilyID                      N
20518         0x0004   FontName                             N
20519         0x0005   NameTableVersion                     N
20520         0x0006   PostScriptFontName                   N
20521         0x0007   Trademark                            N
20522         0x0008   Manufacturer                         N
20523         0x0009   Designer                             N
20524         0x000a   Description                          N
20525         0x000b   VendorURL                            N
20526         0x000c   DesignerURL                          N
20527         0x000d   License                              N
20528         0x000e   LicenseInfoURL                       N
20529         0x0010   PreferredFamily                      N
20530         0x0011   PreferredSubfamily                   N
20531         0x0012   CompatibleFontName                   N
20532         0x0013   SampleText                           N
20533         0x0014   PostScriptFontName                   N
20534         0x0015   WWSFamilyName                        N
20535         0x0016   WWSSubfamilyName                     N
20536
20537   RSRC Tags
20538       Tags extracted from Mac OS resource files and DFONT files.  These tags
20539       may also be extracted from the resource fork of any file in OS X,
20540       either by adding "/rsrc" to the filename to process the resource fork
20541       alone, or by using the ExtractEmbedded (-ee) option to process the
20542       resource fork as a sub-document of the main file.
20543
20544         Tag ID               Tag Name                 Writable
20545         ------               --------                 --------
20546         '8BIM'               PhotoshopInfo            Photoshop
20547         'STR _0xbff3'        ApplicationMissingMsg    N
20548         'STR _0xbff4'        CreatorApplication       N
20549         'STR#_0x0080'        Keywords                 N
20550         'TEXT_0x0080'        Description              N
20551         'sfnt'               Font                     Font Name
20552         'usro_0x0000'        OpenWithApplication      N
20553         'vers_0x0001'        ApplicationVersion       N
20554
20555   Rawzor Tags
20556       Rawzor files store compressed images of other formats. As well as the
20557       information listed below, exiftool uncompresses and extracts the meta
20558       information from the original image.
20559
20560         Tag Name                                      Writable
20561         --------                                      --------
20562         CompressionFactor                             N
20563         OriginalFileSize                              N
20564         OriginalFileType                              N
20565         RawzorCreatorVersion                          N
20566         RawzorRequiredVersion                         N
20567
20568   ZIP Tags
20569       The following tags are extracted from ZIP archives.  ExifTool also
20570       extracts additional meta information from compressed documents inside
20571       some ZIP-based files such Office Open XML (DOCX, PPTX and XLSX), Open
20572       Document (ODB, ODC, ODF, ODG, ODI, ODP, ODS and ODT), iWork (KEY,
20573       PAGES, NUMBERS), and Capture One Enhanced Image Package (EIP).  The
20574       ExifTool family 3 groups may be used to organize the output by embedded
20575       document number (ie. the exiftool "-g3" option).
20576
20577          Index   Tag Name                             Writable
20578          -----   --------                             --------
20579             2    ZipRequiredVersion                   N
20580             3    ZipBitFlag                           N
20581             4    ZipCompression                       N
20582             5    ZipModifyDate                        N
20583             7    ZipCRC                               N
20584             9    ZipCompressedSize                    N
20585            11    ZipUncompressedSize                  N
20586            15    ZipFileName                          N
20587
20588       ZIP GZIP Tags
20589
20590       These tags are extracted from GZIP (GNU ZIP) archives, but currently
20591       only for the first file in the archive.
20592
20593          Index   Tag Name                             Writable
20594          -----   --------                             --------
20595             2    Compression                          N
20596             3    Flags                                N
20597             4    ModifyDate                           N
20598             8    ExtraFlags                           N
20599             9    OperatingSystem                      N
20600            10    ArchivedFileName                     N
20601            11    Comment                              N
20602
20603       ZIP RAR Tags
20604
20605       These tags are extracted from RAR archive files.
20606
20607          Index   Tag Name                             Writable
20608          -----   --------                             --------
20609             0    CompressedSize                       N
20610             4    UncompressedSize                     N
20611             8    OperatingSystem                      N
20612            13    ModifyDate                           N
20613            18    PackingMethod                        N
20614            25    ArchivedFileName                     N
20615
20616   RTF Tags
20617       This table lists standard tags of the RTF information group, but
20618       ExifTool will also extract any non-standard tags found in this group.
20619       As well, ExifTool will extract any custom properties that are found.
20620       See
20621       http://download.microsoft.com/download/2/f/5/2f599e18-07ee-4ec5-a1e7-f4e6a9423592/Word2007RTFSpec9.doc
20622       <http://download.microsoft.com/download/2/f/5/2f599e18-07ee-4ec5-a1e7-f4e6a9423592/Word2007RTFSpec9.doc>
20623       for the specification.
20624
20625         Tag ID               Tag Name                 Writable
20626         ------               --------                 --------
20627         'author'             Author                   N
20628         'buptim'             BackupTime               N
20629         'category'           Category                 N
20630         'comment'            Comment                  N
20631         'company'            Company                  N
20632         'copyright'          Copyright                N
20633         'creatim'            CreateDate               N
20634         'doccomm'            Comments                 N
20635         'edmins'             TotalEditTime            N
20636         'hlinkbase'          HyperlinkBase            N
20637         'id'                 InternalIDNumber         N
20638         'keywords'           Keywords                 N
20639         'manager'            Manager                  N
20640         'nofchars'           Characters               N
20641         'nofcharsws'         CharactersWithSpaces     N
20642         'nofpages'           Pages                    N
20643         'nofwords'           Words                    N
20644         'operator'           LastModifiedBy           N
20645         'printim'            LastPrinted              N
20646         'revtim'             ModifyDate               N
20647         'subject'            Subject                  N
20648         'title'              Title                    N
20649         'vern'               InternalVersionNumber    N
20650         'version'            RevisionNumber           N
20651
20652   OOXML Tags
20653       The Office Open XML (OOXML) format was introduced with Microsoft Office
20654       2007 and is used by file types such as DOCX, PPTX and XLSX.  These are
20655       essentially ZIP archives containing XML files.  The table below lists
20656       some tags which have been observed in OOXML documents, but ExifTool
20657       will extract any tags found from XML files of the OOXML document
20658       properties ("docProps") directory.
20659
20660       Tips:
20661
20662       1) Structural ZIP tags may be ignored (if desired) with "--ZIP:all" on
20663       the command line.
20664
20665       2) Tags may be grouped by their document number in the ZIP archive with
20666       the "-g3" or "-G3" option.
20667
20668         Tag Name                                      Writable
20669         --------                                      --------
20670         AppVersion                                    N
20671         Application                                   N
20672         Characters                                    N
20673         CharactersWithSpaces                          N
20674         CheckedBy                                     N
20675         Client                                        N
20676         Company                                       N
20677         DateCompleted                                 N
20678         Department                                    N
20679         Destination                                   N
20680         Disposition                                   N
20681         Division                                      N
20682         DocSecurity                                   N
20683         DocumentNumber                                N
20684         Editor                                        N
20685         ForwardTo                                     N
20686         Group                                         N
20687         HeadingPairs                                  N
20688         HiddenSlides                                  N
20689         HyperlinkBase                                 N
20690         HyperlinksChanged                             N
20691         Language                                      N
20692         Lines                                         N
20693         LinksUpToDate                                 N
20694         MMClips                                       N
20695         Mailstop                                      N
20696         Manager                                       N
20697         Matter                                        N
20698         Notes                                         N
20699         Office                                        N
20700         Owner                                         N
20701         Pages                                         N
20702         Paragraphs                                    N
20703         PresentationFormat                            N
20704         Project                                       N
20705         Publisher                                     N
20706         Purpose                                       N
20707         ReceivedFrom                                  N
20708         RecordedBy                                    N
20709         RecordedDate                                  N
20710         Reference                                     N
20711         ScaleCrop                                     N
20712         SharedDoc                                     N
20713         Slides                                        N
20714         Source                                        N
20715         Status                                        N
20716         TelephoneNumber                               N
20717         Template                                      N
20718         TitlesOfParts                                 N
20719         TotalEditTime                                 N
20720         Typist                                        N
20721         Words                                         N
20722         Category                                      N
20723         CreateDate                                    N
20724         Keywords                                      N
20725         LastModifiedBy                                N
20726         LastPrinted                                   N
20727         ModifyDate                                    N
20728         RevisionNumber                                N
20729
20730   iWork Tags
20731       The Apple iWork '09 file format is a ZIP archive containing XML files
20732       similar to the Office Open XML (OOXML) format.  Metadata tags in iWork
20733       files are extracted even if they don't appear below.
20734
20735         Tag Name                                      Writable
20736         --------                                      --------
20737         Author                                        N
20738         Comment                                       N
20739         Copyright                                     N
20740         Keywords                                      N
20741         Projects                                      N+
20742         Title                                         N
20743
20744   Extra Tags
20745       The extra tags represent extra information extracted or generated by
20746       ExifTool that is not directly associated with another tag group.  The
20747       three writable "pseudo" tags (FileName, Directory and FileModifyDate)
20748       may be written without the need to rewrite the file since their values
20749       are not contained within the file data.  These "pseudo" tags belong to
20750       the family 1 "System" group.
20751
20752         Tag Name                                      Writable
20753         --------                                      --------
20754         CanonVRD                                      Y!
20755         Comment                                       Y
20756         CurrentIPTCDigest                             N
20757         Directory                                     Y!
20758         EXIF                                          Y!
20759         Error                                         N
20760         ExifByteOrder                                 Y
20761         ExifToolVersion                               N
20762         ExifUnicodeByteOrder                          Y
20763         FileModifyDate                                Y!
20764         FileName                                      Y!
20765         FilePermissions                               N
20766         FileSize                                      N
20767         FileType                                      N
20768         Geosync                                       Y
20769         Geotag                                        Y
20770         Geotime                                       Y
20771         ICC_Profile                                   Y!
20772         ID3Size                                       N
20773         ImageHeight                                   N
20774         ImageWidth                                    N
20775         JPEGDigest                                    N
20776         MIMEType                                      N
20777         MaxVal                                        N
20778         Now                                           N
20779         PreviewImage                                  Y
20780         PreviewPNG                                    N
20781         PreviewWMF                                    N
20782         RAFVersion                                    N
20783         ResourceForkSize                              N
20784         Warning                                       N
20785         XMP                                           Y!
20786         XResolution                                   N
20787         YResolution                                   N
20788
20789   Composite Tags
20790       The values of the composite tags are Derived From the values of other
20791       tags.  These are convenience tags which are calculated after all other
20792       information is extracted.
20793
20794         Tag Name             Derived From             Writable
20795         --------             ------------             --------
20796         Aperture             FNumber                  N
20797                              ApertureValue
20798         AudioBitrate         MPEG:MPEGAudioVersion    N
20799                              MPEG:SampleRate
20800                              MPEG:VBRBytes
20801                              MPEG:VBRFrames
20802         AutoFocus            Nikon:PhaseDetectAF      N
20803                              Nikon:ContrastDetectAF
20804         AvgBitrate           QuickTime::MovieDataSize N
20805                              QuickTime::Duration
20806         BlueBalance          WB_RGGBLevels            N
20807                              WB_RGBGLevels
20808                              WB_RBGGLevels
20809                              WB_GRBGLevels
20810                              WB_GRGBLevels
20811                              WB_GBRGLevels
20812                              WB_RGBLevels
20813                              WB_RBLevels
20814                              WBBlueLevel
20815                              WBGreenLevel
20816         CFAPattern           CFARepeatPatternDim      N
20817                              CFAPattern2
20818         CircleOfConfusion    ScaleFactor35efl         N
20819         ConditionalFEC       FlashExposureComp        N
20820                              FlashBits
20821         DOF                  FocalLength              N
20822                              Aperture
20823                              CircleOfConfusion
20824                              FocusDistance
20825                              SubjectDistance
20826                              ObjectDistance
20827         DateCreated          Kodak:YearCreated        N
20828                              Kodak:MonthDayCreated
20829         DateTimeCreated      IPTC:DateCreated         N
20830                              IPTC:TimeCreated
20831         DateTimeOriginal     DateTimeCreated          N
20832                              DateCreated
20833                              TimeCreated
20834         DateTimeOriginal     ID3:RecordingTime        N
20835                              ID3:Year
20836                              ID3:Date
20837                              ID3:Time
20838         DigitalCreationDateTime IPTC:DigitalCreationDate N
20839                              IPTC:DigitalCreationTime
20840         DigitalZoom          Canon:ZoomSourceWidth    N
20841                              Canon:ZoomTargetWidth
20842                              Canon:DigitalZoom
20843         DriveMode            ContinuousDrive          N
20844                              SelfTimer
20845         Duration             FLAC:SampleRate          N
20846                              FLAC:TotalSamples
20847         Duration             FileSize                 N
20848                              ID3Size
20849                              MPEG:AudioBitrate
20850                              MPEG:VideoBitrate
20851                              MPEG:VBRFrames
20852                              MPEG:SampleRate
20853                              MPEG:MPEGAudioVersion
20854         Duration             RIFF:FrameRate           N
20855                              RIFF:FrameCount
20856                              VideoFrameRate
20857                              VideoFrameCount
20858         Duration             RIFF:AvgBytesPerSec      N
20859                              FileSize
20860                              FrameCount
20861                              VideoFrameCount
20862         ExtenderStatus       Olympus:Extender         N
20863                              Olympus:LensType
20864                              MaxApertureValue
20865         FOV                  FocalLength              N
20866                              ScaleFactor35efl
20867                              FocusDistance
20868         FileNumber           DirectoryIndex           Y
20869                              FileIndex
20870         Flash                XMP:FlashFired           Y
20871                              XMP:FlashReturn
20872                              XMP:FlashMode
20873                              XMP:FlashFunction
20874                              XMP:FlashRedEyeMode
20875                              XMP:Flash
20876         FlashType            FlashBits                N
20877         FocalLength35efl     FocalLength              N
20878                              ScaleFactor35efl
20879         GPSAltitude          QuickTime:GPSCoordinates N
20880         GPSAltitudeRef       QuickTime:GPSCoordinates N
20881         GPSAltitude          GPS:GPSAltitude          N
20882                              GPS:GPSAltitudeRef
20883                              XMP:GPSAltitude
20884                              XMP:GPSAltitudeRef
20885         GPSDateTime          GPS:GPSDateStamp         N
20886                              GPS:GPSTimeStamp
20887         GPSLatitude          QuickTime:GPSCoordinates N
20888         GPSLatitudeRef       XMP:GPSLatitude          N
20889         GPSLatitude          GPS:GPSLatitude          N
20890                              GPS:GPSLatitudeRef
20891         GPSLongitude         QuickTime:GPSCoordinates N
20892         GPSLongitudeRef      XMP:GPSLongitude         N
20893         GPSLongitude         GPS:GPSLongitude         N
20894                              GPS:GPSLongitudeRef
20895         GPSPosition          GPSLatitude              N
20896                              GPSLongitude
20897         HyperfocalDistance   FocalLength              N
20898                              Aperture
20899                              CircleOfConfusion
20900         IDCPreviewImage      IDCPreviewStart          N
20901                              IDCPreviewLength
20902         ISO                  Canon:CameraISO          N
20903                              Canon:BaseISO
20904                              Canon:AutoISO
20905         ImageHeight          Main:PostScript:ImageData N
20906                              PostScript:BoundingBox
20907         ImageSize            ImageWidth               N
20908                              ImageHeight
20909                              ExifImageWidth
20910                              ExifImageHeight
20911         ImageWidth           Main:PostScript:ImageData N
20912                              PostScript:BoundingBox
20913         JpgFromRaw           JpgFromRawStart          Y
20914                              JpgFromRawLength
20915         Lens                 ShortFocal               N
20916                              LongFocal
20917         Lens35efl            ShortFocal               N
20918                              LongFocal
20919                              Lens
20920                              ScaleFactor35efl
20921         LensID               LensType                 N
20922                              FocalLength
20923                              MaxAperture
20924                              MaxApertureValue
20925                              ShortFocal
20926                              LongFocal
20927                              LensModel
20928                              LensFocalRange
20929         LensID               XMP-aux:LensID           N
20930                              Make
20931                              LensInfo
20932                              FocalLength
20933                              LensModel
20934         LensID               Nikon:LensIDNumber       N
20935                              LensFStops
20936                              MinFocalLength
20937                              MaxFocalLength
20938                              MaxApertureAtMinFocal
20939                              MaxApertureAtMaxFocal
20940                              MCUVersion
20941                              Nikon:LensType
20942         LensID               Ricoh:LensFirmware       N
20943         LensSpec             Nikon:Lens               N
20944                              Nikon:LensType
20945         LightValue           Aperture                 N
20946                              ShutterSpeed
20947                              ISO
20948         MPImage              MPImageStart             N
20949                              MPImageLength
20950                              MPImageType
20951         OriginalDecisionData OriginalDecisionDataOffset Y!
20952         OtherImage           OtherImageStart          N
20953                              OtherImageLength
20954         PreviewImage         PreviewImageStart        Y
20955                              PreviewImageLength
20956                              PreviewImageValid
20957                              PreviewImageStart (1)
20958                              PreviewImageLength (1)
20959         PreviewImageSize     PreviewImageWidth        N
20960                              PreviewImageHeight
20961         PreviewImage         ScreenNail               N
20962         RedBalance           WB_RGGBLevels            N
20963                              WB_RGBGLevels
20964                              WB_RBGGLevels
20965                              WB_GRBGLevels
20966                              WB_GRGBLevels
20967                              WB_GBRGLevels
20968                              WB_RGBLevels
20969                              WB_RBLevels
20970                              WBRedLevel
20971                              WBGreenLevel
20972         RedEyeReduction      CanonFlashMode           N
20973                              FlashBits
20974         Rotation             QuickTime:MatrixStructure N
20975                              QuickTime:HandlerType
20976         ScaleFactor35efl     FocalLength              N
20977                              FocalLengthIn35mmFormat
20978                              Composite:DigitalZoom
20979                              FocalPlaneDiagonal
20980                              FocalPlaneXSize
20981                              FocalPlaneYSize
20982                              FocalPlaneResolutionUnit
20983                              FocalPlaneXResolution
20984                              FocalPlaneYResolution
20985                              ExifImageWidth
20986                              ExifImageHeight
20987                              CanonImageWidth
20988                              CanonImageHeight
20989                              ImageWidth
20990                              ImageHeight
20991         ShootingMode         CanonExposureMode        N
20992                              EasyMode
20993                              BulbDuration
20994         ShutterCurtainHack   FlashBits                N
20995                              ShutterCurtainSync
20996         ShutterSpeed         ExposureTime             N
20997                              ShutterSpeedValue
20998                              BulbDuration
20999         SubSecCreateDate     EXIF:CreateDate          N
21000                              SubSecTimeDigitized
21001         SubSecDateTimeOriginal EXIF:DateTimeOriginal  N
21002                              SubSecTimeOriginal
21003         SubSecModifyDate     EXIF:ModifyDate          N
21004                              SubSecTime
21005         ThumbnailImage       ThumbnailOffset          Y
21006                              ThumbnailLength
21007         WB_RGBLevels         KDC_IFD:WhiteBalance     N
21008                              WB_RGBLevelsAuto
21009                              WB_RGBLevelsFluorescent
21010                              WB_RGBLevelsTungsten
21011                              WB_RGBLevelsDaylight
21012                              WB_RGBLevels4
21013                              WB_RGBLevels5
21014                              WB_RGBLevelsShade
21015         WB_RGBLevels         KodakIFD:WhiteBalance    N
21016                              WB_RGBMul0
21017                              WB_RGBMul1
21018                              WB_RGBMul2
21019                              WB_RGBMul3
21020                              WB_RGBCoeffs0
21021                              WB_RGBCoeffs1
21022                              WB_RGBCoeffs2
21023                              WB_RGBCoeffs3
21024                              KodakIFD:ColorTemperature
21025                              Kodak:WB_RGBLevels
21026         WB_RGGBLevels        Canon:WhiteBalance       N
21027                              WB_RGGBLevelsAsShot
21028                              WB_RGGBLevelsAuto
21029                              WB_RGGBLevelsDaylight
21030                              WB_RGGBLevelsCloudy
21031                              WB_RGGBLevelsTungsten
21032                              WB_RGGBLevelsFluorescent
21033                              WB_RGGBLevelsFlash
21034                              WB_RGGBLevelsCustom
21035                              WB_RGGBLevelsShade
21036                              WB_RGGBLevelsKelvin
21037         WB_RGGBLevels        WB_RGGBLevelsUncorrected N
21038                              WB_RGGBLevelsBlack
21039         ZoomedPreviewImage   ZoomedPreviewStart       N
21040                              ZoomedPreviewLength
21041
21042   Shortcuts Tags
21043       Shortcut tags are convenience tags that represent one or more other tag
21044       names.  They are used like regular tags to read and write the
21045       information for a specified set of tags.
21046
21047       The shortcut tags below have been pre-defined, but user-defined
21048       shortcuts may be added via the %Image::ExifTool::UserDefined::Shortcuts
21049       lookup in the =/.ExifTool_config file.  See the
21050       Image::ExifTool::Shortcuts documentation for more details.
21051
21052         Tag Name             Refers To                Writable
21053         --------             ---------                --------
21054         AllDates             DateTimeOriginal         Y
21055                              CreateDate
21056                              ModifyDate
21057         Canon                FileName                 Y
21058                              Model
21059                              DateTimeOriginal
21060                              ShootingMode
21061                              ShutterSpeed
21062                              Aperture
21063                              MeteringMode
21064                              ExposureCompensation
21065                              ISO
21066                              Lens
21067                              FocalLength
21068                              ImageSize
21069                              Quality
21070                              Flash
21071                              FlashType
21072                              ConditionalFEC
21073                              RedEyeReduction
21074                              ShutterCurtainHack
21075                              WhiteBalance
21076                              FocusMode
21077                              Contrast
21078                              Sharpness
21079                              Saturation
21080                              ColorTone
21081                              ColorSpace
21082                              LongExposureNoiseReduction
21083                              FileSize
21084                              FileNumber
21085                              DriveMode
21086                              OwnerName
21087                              SerialNumber
21088         Common               FileName                 Y
21089                              FileSize
21090                              Model
21091                              DateTimeOriginal
21092                              ImageSize
21093                              Quality
21094                              FocalLength
21095                              ShutterSpeed
21096                              Aperture
21097                              ISO
21098                              WhiteBalance
21099                              Flash
21100         CommonIFD0           IFD0:ImageDescription    Y
21101                              IFD0:Make
21102                              IFD0:Model
21103                              IFD0:Software
21104                              IFD0:ModifyDate
21105                              IFD0:Artist
21106                              IFD0:Copyright
21107                              IFD0:Rating
21108                              IFD0:RatingPercent
21109                              IFD0:DNGLensInfo
21110                              IFD0:PanasonicTitle
21111                              IFD0:PanasonicTitle2
21112                              IFD0:XPTitle
21113                              IFD0:XPComment
21114                              IFD0:XPAuthor
21115                              IFD0:XPKeywords
21116                              IFD0:XPSubject
21117         MakerNotes           MakerNotes               Y
21118                              MakerNoteCanon
21119                              MakerNoteCasio
21120                              MakerNoteCasio2
21121                              MakerNoteFujiFilm
21122                              MakerNoteGE
21123                              MakerNoteGE2
21124                              MakerNoteHP
21125                              MakerNoteHP2
21126                              MakerNoteHP4
21127                              MakerNoteHP6
21128                              MakerNoteISL
21129                              MakerNoteJVC
21130                              MakerNoteJVCText
21131                              MakerNoteKodak1a
21132                              MakerNoteKodak1b
21133                              MakerNoteKodak2
21134                              MakerNoteKodak3
21135                              MakerNoteKodak4
21136                              MakerNoteKodak5
21137                              MakerNoteKodak6a
21138                              MakerNoteKodak6b
21139                              MakerNoteKodak7
21140                              MakerNoteKodak8a
21141                              MakerNoteKodak8b
21142                              MakerNoteKodak9
21143                              MakerNoteKodak10
21144                              MakerNoteKodakUnknown
21145                              MakerNoteKyocera
21146                              MakerNoteMinolta
21147                              MakerNoteMinolta2
21148                              MakerNoteMinolta3
21149                              MakerNoteNikon
21150                              MakerNoteNikon2
21151                              MakerNoteNikon3
21152                              MakerNoteOlympus
21153                              MakerNoteOlympus2
21154                              MakerNoteLeica
21155                              MakerNoteLeica2
21156                              MakerNoteLeica3
21157                              MakerNoteLeica4
21158                              MakerNoteLeica5
21159                              MakerNoteLeica6
21160                              MakerNotePanasonic
21161                              MakerNotePanasonic2
21162                              MakerNotePentax
21163                              MakerNotePentax2
21164                              MakerNotePentax3
21165                              MakerNotePentax4
21166                              MakerNotePentax5
21167                              MakerNotePentax6
21168                              MakerNotePhaseOne
21169                              MakerNoteReconyx
21170                              MakerNoteRicoh
21171                              MakerNoteRicohText
21172                              MakerNoteSamsung1a
21173                              MakerNoteSamsung1b
21174                              MakerNoteSamsung2
21175                              MakerNoteSanyo
21176                              MakerNoteSanyoC4
21177                              MakerNoteSanyoPatch
21178                              MakerNoteSigma
21179                              MakerNoteSony
21180                              MakerNoteSony2
21181                              MakerNoteSony3
21182                              MakerNoteSony4
21183                              MakerNoteSonyEricsson
21184                              MakerNoteSonySRF
21185                              MakerNoteUnknownText
21186                              MakerNoteUnknown
21187         Nikon                Model                    Y
21188                              SubSecDateTimeOriginal
21189                              ShutterCount
21190                              LensSpec
21191                              FocalLength
21192                              ImageSize
21193                              ShutterSpeed
21194                              Aperture
21195                              ISO
21196                              NoiseReduction
21197                              ExposureProgram
21198                              ExposureCompensation
21199                              WhiteBalance
21200                              WhiteBalanceFineTune
21201                              ShootingMode
21202                              Quality
21203                              MeteringMode
21204                              FocusMode
21205                              ImageOptimization
21206                              ToneComp
21207                              ColorHue
21208                              ColorSpace
21209                              HueAdjustment
21210                              Saturation
21211                              Sharpness
21212                              Flash
21213                              FlashMode
21214                              FlashExposureComp
21215         Unsafe               IFD0:YCbCrPositioning    Y
21216                              IFD0:YCbCrCoefficients
21217                              IFD0:TransferFunction
21218                              ExifIFD:ComponentsConfiguration
21219                              ExifIFD:CompressedBitsPerPixel
21220                              InteropIFD:InteropIndex
21221                              InteropIFD:InteropVersion
21222                              InteropIFD:RelatedImageWidth
21223                              InteropIFD:RelatedImageHeight
21224
21225   MWG Tags
21226       MWG Composite Tags
21227
21228       The Metadata Working Group (MWG) recommendations provide a set of rules
21229       to allow certain overlapping EXIF, IPTC and XMP tags to be reconciled
21230       when reading, and synchronized when writing.  The ExifTool MWG module
21231       is designed to aid in the implementation of these recommendations.
21232       (See <http://www.metadataworkinggroup.org/> for the complete MWG
21233       technical specifications.)
21234
21235       The table below lists special Composite tags which are used to access
21236       other tags based on the MWG 2.0 recommendations.  These tags are only
21237       accessible when the MWG module is loaded.  The MWG module is loaded
21238       automatically by the exiftool application if MWG is specified as a
21239       group for any tag on the command line, or manually with the "-use MWG"
21240       option.  Via the API, the MWG module is loaded with ""use
21241       Image::ExifTool::MWG"".
21242
21243       When reading, the value of each MWG tag is Derived From the specified
21244       tags based on the MWG guidelines.  When writing, the appropriate
21245       associated tags are written.  The value of the IPTCDigest tag is
21246       updated automatically when the IPTC is changed if either the IPTCDigest
21247       tag didn't exist beforehand or its value agreed with the original IPTC
21248       digest (indicating that the XMP is synchronized with the IPTC).  IPTC
21249       information is written only if the original file contained IPTC.
21250
21251       Loading the MWG module activates "strict MWG conformance mode", which
21252       has the effect of causing EXIF, IPTC and XMP in non-standard locations
21253       to be ignored when reading, as per the MWG recommendations.  Instead, a
21254       "Warning" tag is generated when non-standard metadata is encountered.
21255       This feature may be disabled by setting "$Image::ExifTool::MWG::strict
21256       = 0" in the ExifTool config file (or from your Perl script when using
21257       the API).  Note that the behaviour when writing is not changed:
21258       ExifTool always creates new records only in the standard location, but
21259       writes new tags to any EXIF/IPTC/XMP records that exist.
21260
21261       A complication of the specification is that although the MWG:Creator
21262       property may consist of multiple values, the associated EXIF tag
21263       (EXIF:Artist) is only a simple string.  To resolve this discrepancy the
21264       MWG recommends a technique which allows a list of values to be stored
21265       in a string by using a semicolon-space separator (with quotes around
21266       values if necessary).  When the MWG module is loaded, ExifTool
21267       automatically implements this policy and changes EXIF:Artist to a list-
21268       type tag.
21269
21270         Tag Name             Derived From             Writable
21271         --------             ------------             --------
21272         City                 IPTC:City                Y
21273                              XMP-photoshop:City
21274                              CurrentIPTCDigest
21275                              IPTCDigest
21276         Copyright            EXIF:Copyright           Y
21277                              IPTC:CopyrightNotice
21278                              XMP-dc:Rights
21279                              CurrentIPTCDigest
21280                              IPTCDigest
21281         Country              IPTC:Country-PrimaryLocationName Y
21282                              XMP-photoshop:Country
21283                              CurrentIPTCDigest
21284                              IPTCDigest
21285         CreateDate           EXIF:CreateDate          Y
21286                              EXIF:SubSecTimeDigitized
21287                              IPTC:DigitalCreationDate
21288                              IPTC:DigitalCreationTime
21289                              XMP-xmp:CreateDate
21290                              CurrentIPTCDigest
21291                              IPTCDigest
21292         Creator              EXIF:Artist              Y+
21293                              IPTC:By-line
21294                              XMP-dc:Creator
21295                              CurrentIPTCDigest
21296                              IPTCDigest
21297         DateTimeOriginal     EXIF:DateTimeOriginal    Y
21298                              EXIF:SubSecTimeOriginal
21299                              IPTC:DateCreated
21300                              IPTC:TimeCreated
21301                              XMP-photoshop:DateCreated
21302                              CurrentIPTCDigest
21303                              IPTCDigest
21304         Description          EXIF:ImageDescription    Y
21305                              IPTC:Caption-Abstract
21306                              XMP-dc:Description
21307                              CurrentIPTCDigest
21308                              IPTCDigest
21309         Keywords             IPTC:Keywords            Y+
21310                              XMP-dc:Subject
21311                              CurrentIPTCDigest
21312                              IPTCDigest
21313         Location             IPTC:Sub-location        Y
21314                              XMP-iptcCore:Location
21315                              CurrentIPTCDigest
21316                              IPTCDigest
21317         ModifyDate           EXIF:ModifyDate          Y
21318                              EXIF:SubSecTime
21319                              XMP-xmp:ModifyDate
21320                              CurrentIPTCDigest
21321                              IPTCDigest
21322         Orientation          EXIF:Orientation         Y
21323         Rating               XMP-xmp:Rating           Y
21324         State                IPTC:Province-State      Y
21325                              XMP-photoshop:State
21326                              CurrentIPTCDigest
21327                              IPTCDigest
21328

NOTES

21330       This document generated automatically by
21331       Image::ExifTool::BuildTagLookup.
21332

AUTHOR

21334       Copyright 2003-2011, Phil Harvey (phil at owl.phy.queensu.ca)
21335
21336       This library is free software; you can redistribute it and/or modify it
21337       under the same terms as Perl itself.
21338

SEE ALSO

21340       Image::ExifTool(3pm)
21341
21342
21343
21344perl v5.12.4                      2011-09-24      Image::ExifTool::TagNames(3)
Impressum