1
2=head1 NAME
3
4Image::ExifTool::TagNames - ExifTool tag name documentation
5
6=head1 DESCRIPTION
7
8This document contains a complete list of ExifTool tag names, organized into
9tables based on information type.  Tag names are used to reference specific
10meta information extracted from or written to a file.
11
12=head1 TAG TABLES
13
14The tables listed below give the names of all tags recognized by ExifTool.
15They contain a total of 24297 tags, with 15752 unique tag names.
16
17B<Tag ID>, B<Index#> or B<Sequence> is given in the first column of each
18table.  A B<Tag ID> is the computer-readable equivalent of a tag name, and
19is the identifier that is actually stored in the file.  B<Index#> refers to
20the offset of a value when found at a fixed position within a data block
21(B<#> is the multiplier for calculating a byte offset: B<1>, B<2>, B<4> or
22B<8>).  These offsets may have a decimal part which is used only to
23differentiate tags with values stored at the same position.  (Note that
24writable tags within binary data blocks are not individually deletable,
25and the usual alternative is to set them to a value of zero.)  B<Sequence>
26gives the order of values for a serial data stream.
27
28A B<Tag Name> is the handle by which the information is accessed in
29ExifTool.  In some instances, more than one name may correspond to a single
30tag ID.  In these cases, the actual name used depends on the context in
31which the information is found.  Case is not significant for tag names.  A
32question mark (C<?>) after a tag name indicates that the information is
33either not understood, not verified, or not very useful -- these tags are
34not extracted by ExifTool unless the Unknown (-u) option is enabled.  Be
35aware that some tag names are different than the descriptions printed out by
36default when extracting information with exiftool.  To see the tag names
37instead of the descriptions, use C<exiftool -s>.
38
39The B<Writable> column indicates whether the tag is writable by ExifTool.
40Anything but a C<no> in this column means the tag is writable.  A C<yes>
41indicates writable information that is either unformatted or written using
42the existing format.  Other expressions give details about the format of the
43stored value, and vary depending on the general type of information.  The
44format name may be followed by a number in square brackets to indicate the
45number of values written, or the number of characters in a fixed-length
46string (including a null terminator which is added if required).
47
48A plus sign (C<+>) after an entry in the B<Writable> column indicates a
49I<List> tag which supports multiple values and allows individual values to
50be added and deleted.  A slash (C</>) indicates a tag that ExifTool will
51I<Avoid> when writing.  These will be edited but not created if another
52same-named tag may be created instead.  To create these tags, the group
53should be specified.  A tilde (C<~>) indicates a tag this is writable only
54when the print conversion is disabled (by setting PrintConv to 0, using the
55-n option, or suffixing the tag name with a C<#> character). An exclamation
56point (C<!>) indicates a tag that is considered I<Unsafe> to write under
57normal circumstances.  These tags are not written unless specified
58explicitly (ie. not when wildcards or "all" are used), and care should be
59taken when editing them manually since they may affect the way an image is
60rendered.  An asterisk (C<*>) indicates a I<Protected> tag which is not
61writable directly, but is written automatically by ExifTool (often when a
62corresponding L<Composite|Image::ExifTool::TagNames/Composite Tags> or
63L<Extra|Image::ExifTool::TagNames/Extra Tags> tag is written). A colon
64(C<:>) indicates a I<Mandatory> tag which may be added automatically when
65writing.  Normally MakerNotes tags may not be deleted individually, but a
66caret (C<^>) indicates a I<Deletable> MakerNotes tag.
67
68The HTML version of these tables also lists possible B<Values> for
69discrete-valued tags, as well as B<Notes> for some tags.  The B<Values> are
70listed with the computer-readable values on the left of the equals sign
71(C<=>), and the human-readable values on the right.  The human-readable
72values are used by default when reading and writing, but the
73computer-readable values may be accessed by disabling the value conversion
74with the -n option on the command line, by setting the PrintConv option to 0
75in the API, or or on a per-tag basis by adding a hash (C<#>) after the tag
76name.
77
78B<Note>: If you are familiar with common meta-information tag names, you may
79find that some ExifTool tag names are different than expected.  The usual
80reason for this is to make the tag names more consistent across different
81types of meta information.  To determine a tag name, either consult this
82documentation or run C<exiftool -s> on a file containing the information in
83question.
84
85I<(This documentation is the result of years of research, testing and
86reverse engineering, and is the most complete metadata tag list available
87anywhere on the internet.  It is provided not only for ExifTool users, but
88more importantly as a public service to help augment the collective
89knowledge, and is often used as a primary source of information in the
90development of other metadata software.  Please help keep this documentation
91as accurate and complete as possible, and feed any new discoveries back to
92ExifTool.  A big thanks to everyone who has helped with this so far!)>
93
94=head2 JPEG Tags
95
96This table lists information extracted by ExifTool from JPEG images. See
97L<https://www.w3.org/Graphics/JPEG/jfif3.pdf> for the JPEG specification.
98
99  Tag ID       Tag Name                         Writable
100  ------       --------                         --------
101  'APP0'       JFIF                             JFIF
102               JFXX                             JFIF Extension
103               CIFF                             CanonRaw
104               AVI1                             JPEG AVI1
105               Ocad                             JPEG Ocad
106  'APP1'       EXIF                             EXIF
107               ExtendedXMP                      XMP
108               XMP                              XMP
109               QVCI                             Casio QVCI
110               FLIR                             FLIR FFF
111               RawThermalImage                  no
112  'APP2'       ICC_Profile                      ICC_Profile
113               FPXR                             FlashPix
114               MPF                              MPF
115               PreviewImage                     no
116  'APP3'       Meta                             Kodak Meta
117               Stim                             Stim
118               JPS                              JPEG JPS
119               ThermalData                      no
120               PreviewImage                     no
121  'APP4'       Scalado                          Scalado
122               FPXR                             FlashPix
123               ThermalParams                    DJI ThermalParams
124               PreviewImage                     no
125  'APP5'       RMETA                            Ricoh RMETA
126               SamsungUniqueID                  Samsung APP5
127               ThermalCalibration               no
128               PreviewImage                     no
129  'APP6'       EPPIM                            JPEG EPPIM
130               NITF                             JPEG NITF
131               HP_TDHD                          HP TDHD
132               GoPro                            GoPro GPMF
133               DJI_DTAT                         no
134  'APP7'       Pentax                           Pentax
135               Huawei                           Unknown
136               Qualcomm                         Qualcomm
137  'APP8'       SPIFF                            JPEG SPIFF
138  'APP9'       MediaJukebox                     JPEG MediaJukebox
139  'APP10'      Comment                          no
140  'APP11'      JPEG-HDR                         JPEG HDR
141               JUMBF                            Jpeg2000
142  'APP12'      PictureInfo                      APP12 PictureInfo
143               Ducky                            APP12 Ducky
144  'APP13'      Photoshop                        Photoshop
145               Adobe_CM                         JPEG AdobeCM
146  'APP14'      Adobe                            JPEG Adobe
147  'APP15'      GraphicConverter                 JPEG GraphConv
148  'COM'        Comment                          yes
149  'DQT'        DefineQuantizationTable          no
150  'SOF'        StartOfFrame                     JPEG SOF
151  'Trailer'    AFCP                             AFCP
152               CanonVRD                         CanonVRD
153               FotoStation                      FotoStation
154               PhotoMechanic                    PhotoMechanic
155               MIE                              MIE
156               Samsung                          Samsung Trailer
157               EmbeddedVideo                    no
158               Insta360                         no
159               PreviewImage                     yes
160
161=head3 JPEG AVI1 Tags
162
163This information may be found in APP0 of JPEG image data from AVI videos.
164
165  Index1   Tag Name                             Writable
166  ------   --------                             --------
167      0    InterleavedField                     no
168
169=head3 JPEG Ocad Tags
170
171Tags extracted from the JPEG APP0 "Ocad" segment (found in Photobucket
172images).
173
174  Tag ID   Tag Name                             Writable
175  ------   --------                             --------
176  'Rev'    OcadRevision                         no
177
178=head3 JPEG JPS Tags
179
180Tags found in JPEG Stereo (JPS) images.
181
182  Index1   Tag Name                             Writable
183  ------   --------                             --------
184     10    JPSSeparation                        no
185     11    JPSFlags                             no
186     12    JPSLayout                            no
187     13    JPSType                              no
188     16    JPSComment                           no
189
190=head3 JPEG EPPIM Tags
191
192APP6 is used in by the Toshiba PDR-M700 to store a TIFF structure containing
193PrintIM information.
194
195  Tag ID   Tag Name                             Writable
196  ------   --------                             --------
197  0xc4a5   PrintIM                              PrintIM
198
199=head3 JPEG NITF Tags
200
201Information in APP6 used by the National Imagery Transmission Format.  See
202L<http://www.gwg.nga.mil/ntb/baseline/docs/n010697/bwcguide25aug98.pdf> for
203the official specification.
204
205  Index1   Tag Name                             Writable
206  ------   --------                             --------
207      0    NITFVersion                          no
208      2    ImageFormat                          no
209      3    BlocksPerRow                         no
210      5    BlocksPerColumn                      no
211      7    ImageColor                           no
212      8    BitDepth                             no
213      9    ImageClass                           no
214     10    JPEGProcess                          no
215     11    Quality                              no
216     12    StreamColor                          no
217     13    StreamBitDepth                       no
218     14    Flags                                no
219
220=head3 JPEG SPIFF Tags
221
222This information is found in APP8 of SPIFF-style JPEG images (the "official"
223yet rarely used JPEG file format standard: Still Picture Interchange File
224Format).  See L<http://www.jpeg.org/public/spiff.pdf> for the official
225specification.
226
227  Index1   Tag Name                             Writable
228  ------   --------                             --------
229      0    SPIFFVersion                         no
230      2    ProfileID                            no
231      3    ColorComponents                      no
232      6    ImageHeight                          no
233     10    ImageWidth                           no
234     14    ColorSpace                           no
235     15    BitsPerSample                        no
236     16    Compression                          no
237     17    ResolutionUnit                       no
238     18    YResolution                          no
239     22    XResolution                          no
240
241=head3 JPEG MediaJukebox Tags
242
243Tags found in the XML metadata of the APP9 "Media Jukebox" segment.
244
245  Tag Name                                      Writable
246  --------                                      --------
247  Album                                         no
248  Caption                                       no
249  Date                                          no
250  Keywords                                      no
251  Name                                          no
252  People                                        no
253  Places                                        no
254  Tool_Name                                     no
255  Tool_Version                                  no
256
257=head3 JPEG HDR Tags
258
259Information extracted from APP11 of a JPEG-HDR image.
260
261  Tag ID               Tag Name                 Writable
262  ------               --------                 --------
263  'RatioImage'         RatioImage               no
264  'alp'                Alpha                    no
265  'bet'                Beta                     no
266  'cor'                CorrectionMethod         no
267  'ln0'                Ln0                      no
268  'ln1'                Ln1                      no
269  's2n'                S2n                      no
270  'ver'                JPEG-HDRVersion          no
271
272=head3 JPEG AdobeCM Tags
273
274The APP13 "Adobe_CM" segment presumably contains color management
275information, but the meaning of the data is currently unknown.  If anyone
276has an idea about what this means, please let me know.
277
278  Index2   Tag Name                             Writable
279  ------   --------                             --------
280      0    AdobeCMType                          no
281
282=head3 JPEG Adobe Tags
283
284The APP14 "Adobe" segment stores image encoding information for DCT filters.
285This segment may be copied or deleted as a block using the Extra "Adobe"
286tag, but note that it is not deleted by default when deleting all metadata
287because it may affect the appearance of the image.
288
289  Index2   Tag Name                             Writable
290  ------   --------                             --------
291      0    DCTEncodeVersion                     no
292      1    APP14Flags0                          no
293      2    APP14Flags1                          no
294      3    ColorTransform                       no
295
296=head3 JPEG GraphConv Tags
297
298APP15 is used by GraphicConverter to store JPEG quality.
299
300  Tag ID   Tag Name                             Writable
301  ------   --------                             --------
302  'Q'      Quality                              no
303
304=head3 JPEG SOF Tags
305
306This information is extracted from the JPEG Start Of Frame segment.
307
308  Tag Name                                      Writable
309  --------                                      --------
310  BitsPerSample                                 no
311  ColorComponents                               no
312  EncodingProcess                               no
313  ImageHeight                                   no
314  ImageWidth                                    no
315  YCbCrSubSampling                              no
316
317=head2 EXIF Tags
318
319EXIF stands for "Exchangeable Image File Format".  This type of information
320is formatted according to the TIFF specification, and may be found in JPG,
321TIFF, PNG, JP2, PGF, MIFF, HDP, PSP and XCF images, as well as many
322TIFF-based RAW images, and even some AVI and MOV videos.
323
324The EXIF meta information is organized into different Image File Directories
325(IFD's) within an image.  The names of these IFD's correspond to the
326ExifTool family 1 group names.  When writing EXIF information, the default
327B<Group> listed below is used unless another group is specified.
328
329Mandatory tags (indicated by a colon after the B<Writable> type) may be
330added automatically with default values when creating a new IFD, and the IFD
331is removed automatically when deleting tags if only default-valued mandatory
332tags remain.
333
334The table below lists all EXIF tags.  Also listed are TIFF, DNG, HDP and
335other tags which are not part of the EXIF specification, but may co-exist
336with EXIF tags in some images.  Tags which are part of the EXIF 2.32
337specification have an underlined B<Tag Name> in the HTML version of this
338documentation.  See
339L<https://web.archive.org/web/20190624045241if_/http://www.cipa.jp:80/std/documents/e/DC-008-Translation-2019-E.pdf>
340for the official EXIF 2.32 specification.
341
342  Tag ID   Tag Name                  Group      Writable
343  ------   --------                  -----      --------
344  0x0001   InteropIndex              InteropIFD string!
345  0x0002   InteropVersion            InteropIFD undef!:
346  0x000b   ProcessingSoftware        IFD0       string
347  0x00fe   SubfileType               IFD0       int32u!
348  0x00ff   OldSubfileType            IFD0       int16u!
349  0x0100   ImageWidth                IFD0       int32u!
350  0x0101   ImageHeight               IFD0       int32u!
351  0x0102   BitsPerSample             IFD0       int16u[n]!
352  0x0103   Compression               IFD0       int16u!:
353  0x0106   PhotometricInterpretation IFD0       int16u!
354  0x0107   Thresholding              IFD0       int16u!
355  0x0108   CellWidth                 IFD0       int16u!
356  0x0109   CellLength                IFD0       int16u!
357  0x010a   FillOrder                 IFD0       int16u!
358  0x010d   DocumentName              IFD0       string
359  0x010e   ImageDescription          IFD0       string
360  0x010f   Make                      IFD0       string
361  0x0110   Model                     IFD0       string
362  0x0111   StripOffsets              -          no
363           PreviewImageStart         IFD0       int32u*
364           PreviewImageStart         All        int32u*
365           JpgFromRawStart           SubIFD2    int32u*
366  0x0112   Orientation               IFD0       int16u
367  0x0115   SamplesPerPixel           IFD0       int16u!
368  0x0116   RowsPerStrip              IFD0       int32u!
369  0x0117   StripByteCounts           -          no
370           PreviewImageLength        IFD0       int32u*
371           PreviewImageLength        All        int32u*
372           JpgFromRawLength          SubIFD2    int32u*
373  0x0118   MinSampleValue            IFD0       int16u
374  0x0119   MaxSampleValue            IFD0       int16u
375  0x011a   XResolution               IFD0       rational64u:
376  0x011b   YResolution               IFD0       rational64u:
377  0x011c   PlanarConfiguration       IFD0       int16u!
378  0x011d   PageName                  IFD0       string
379  0x011e   XPosition                 IFD0       rational64u
380  0x011f   YPosition                 IFD0       rational64u
381  0x0120   FreeOffsets               -          no
382  0x0121   FreeByteCounts            -          no
383  0x0122   GrayResponseUnit          IFD0       int16u
384  0x0123   GrayResponseCurve         -          no
385  0x0124   T4Options                 -          no
386  0x0125   T6Options                 -          no
387  0x0128   ResolutionUnit            IFD0       int16u:
388  0x0129   PageNumber                IFD0       int16u[2]
389  0x012c   ColorResponseUnit         -          no
390  0x012d   TransferFunction          IFD0       int16u[768]!
391  0x0131   Software                  IFD0       string
392  0x0132   ModifyDate                IFD0       string
393  0x013b   Artist                    IFD0       string
394  0x013c   HostComputer              IFD0       string
395  0x013d   Predictor                 IFD0       int16u!
396  0x013e   WhitePoint                IFD0       rational64u[2]
397  0x013f   PrimaryChromaticities     IFD0       rational64u[6]
398  0x0140   ColorMap                  -          no
399  0x0141   HalftoneHints             IFD0       int16u[2]
400  0x0142   TileWidth                 IFD0       int32u!
401  0x0143   TileLength                IFD0       int32u!
402  0x0144   TileOffsets               -          no
403  0x0145   TileByteCounts            -          no
404  0x0146   BadFaxLines               -          no
405  0x0147   CleanFaxData              -          no
406  0x0148   ConsecutiveBadFaxLines    -          no
407  0x014a   SubIFD                    -          EXIF
408           A100DataOffset            IFD0       no
409  0x014c   InkSet                    IFD0       int16u
410  0x014d   InkNames                  -          no
411  0x014e   NumberofInks              -          no
412  0x0150   DotRange                  -          no
413  0x0151   TargetPrinter             IFD0       string
414  0x0152   ExtraSamples              -          no
415  0x0153   SampleFormat              SubIFD     no
416  0x0154   SMinSampleValue           -          no
417  0x0155   SMaxSampleValue           -          no
418  0x0156   TransferRange             -          no
419  0x0157   ClipPath                  -          no
420  0x0158   XClipPathUnits            -          no
421  0x0159   YClipPathUnits            -          no
422  0x015a   Indexed                   -          no
423  0x015b   JPEGTables                -          no
424  0x015f   OPIProxy                  -          no
425  0x0190   GlobalParametersIFD       -          EXIF
426  0x0191   ProfileType               -          no
427  0x0192   FaxProfile                -          no
428  0x0193   CodingMethods             -          no
429  0x0194   VersionYear               -          no
430  0x0195   ModeNumber                -          no
431  0x01b1   Decode                    -          no
432  0x01b2   DefaultImageColor         -          no
433  0x01b3   T82Options                -          no
434  0x01b5   JPEGTables                -          no
435  0x0200   JPEGProc                  -          no
436  0x0201   ThumbnailOffset           IFD1       int32u*
437           ThumbnailOffset           IFD0       int32u*
438           ThumbnailOffset           SubIFD     int32u*
439           PreviewImageStart         MakerNotes int32u*
440           PreviewImageStart         IFD0       int32u*
441           JpgFromRawStart           SubIFD     int32u*
442           JpgFromRawStart           IFD2       int32u*
443           OtherImageStart           SubIFD1    int32u*
444           OtherImageStart           SubIFD2    int32u*
445           OtherImageStart           -          no
446  0x0202   ThumbnailLength           IFD1       int32u*
447           ThumbnailLength           IFD0       int32u*
448           ThumbnailLength           SubIFD     int32u*
449           PreviewImageLength        MakerNotes int32u*
450           PreviewImageLength        IFD0       int32u*
451           JpgFromRawLength          SubIFD     int32u*
452           JpgFromRawLength          IFD2       int32u*
453           OtherImageLength          SubIFD1    int32u*
454           OtherImageLength          SubIFD2    int32u*
455           OtherImageLength          -          no
456  0x0203   JPEGRestartInterval       -          no
457  0x0205   JPEGLosslessPredictors    -          no
458  0x0206   JPEGPointTransforms       -          no
459  0x0207   JPEGQTables               -          no
460  0x0208   JPEGDCTables              -          no
461  0x0209   JPEGACTables              -          no
462  0x0211   YCbCrCoefficients         IFD0       rational64u[3]!
463  0x0212   YCbCrSubSampling          IFD0       int16u[2]!
464  0x0213   YCbCrPositioning          IFD0       int16u!:
465  0x0214   ReferenceBlackWhite       IFD0       rational64u[6]
466  0x022f   StripRowCounts            -          no
467  0x02bc   ApplicationNotes          IFD0       XMP
468  0x03e7   USPTOMiscellaneous        -          no
469  0x1000   RelatedImageFileFormat    InteropIFD string!
470  0x1001   RelatedImageWidth         InteropIFD int16u!
471  0x1002   RelatedImageHeight        InteropIFD int16u!
472  0x4746   Rating                    IFD0       int16u/
473  0x4747   XP_DIP_XML                -          no
474  0x4748   StitchInfo                -          Microsoft Stitch
475  0x4749   RatingPercent             IFD0       int16u/
476  0x7000   SonyRawFileType           -          no
477  0x7010   SonyToneCurve             -          no
478  0x7031   VignettingCorrection      SubIFD     int16s!
479  0x7032   VignettingCorrParams      SubIFD     int16s[17]!
480  0x7034   ChromaticAberrationCorrection SubIFD int16s!
481  0x7035   ChromaticAberrationCorrParams SubIFD int16s[33]!
482  0x7036   DistortionCorrection      SubIFD     int16s!
483  0x7037   DistortionCorrParams      SubIFD     int16s[17]!
484  0x74c7   SonyCropTopLeft           SubIFD     int32u[2]!
485  0x74c8   SonyCropSize              SubIFD     int32u[2]!
486  0x800d   ImageID                   -          no
487  0x80a3   WangTag1                  -          no
488  0x80a4   WangAnnotation            -          no
489  0x80a5   WangTag3                  -          no
490  0x80a6   WangTag4                  -          no
491  0x80b9   ImageReferencePoints      -          no
492  0x80ba   RegionXformTackPoint      -          no
493  0x80bb   WarpQuadrilateral         -          no
494  0x80bc   AffineTransformMat        -          no
495  0x80e3   Matteing                  -          no
496  0x80e4   DataType                  -          no
497  0x80e5   ImageDepth                -          no
498  0x80e6   TileDepth                 -          no
499  0x8214   ImageFullWidth            -          no
500  0x8215   ImageFullHeight           -          no
501  0x8216   TextureFormat             -          no
502  0x8217   WrapModes                 -          no
503  0x8218   FovCot                    -          no
504  0x8219   MatrixWorldToScreen       -          no
505  0x821a   MatrixWorldToCamera       -          no
506  0x827d   Model2                    -          no
507  0x828d   CFARepeatPatternDim       SubIFD     int16u[2]!
508  0x828e   CFAPattern2               SubIFD     int8u[n]!
509  0x828f   BatteryLevel              -          no
510  0x8290   KodakIFD                  -          Kodak IFD
511  0x8298   Copyright                 IFD0       string
512  0x829a   ExposureTime              ExifIFD    rational64u
513  0x829d   FNumber                   ExifIFD    rational64u
514  0x82a5   MDFileTag                 -          no
515  0x82a6   MDScalePixel              -          no
516  0x82a7   MDColorTable              -          no
517  0x82a8   MDLabName                 -          no
518  0x82a9   MDSampleInfo              -          no
519  0x82aa   MDPrepDate                -          no
520  0x82ab   MDPrepTime                -          no
521  0x82ac   MDFileUnits               -          no
522  0x830e   PixelScale                IFD0       double[3]
523  0x8335   AdventScale               -          no
524  0x8336   AdventRevision            -          no
525  0x835c   UIC1Tag                   -          no
526  0x835d   UIC2Tag                   -          no
527  0x835e   UIC3Tag                   -          no
528  0x835f   UIC4Tag                   -          no
529  0x83bb   IPTC-NAA                  IFD0       IPTC
530  0x847e   IntergraphPacketData      -          no
531  0x847f   IntergraphFlagRegisters   -          no
532  0x8480   IntergraphMatrix          IFD0       double[n]
533  0x8481   INGRReserved              -          no
534  0x8482   ModelTiePoint             IFD0       double[n]
535  0x84e0   Site                      -          no
536  0x84e1   ColorSequence             -          no
537  0x84e2   IT8Header                 -          no
538  0x84e3   RasterPadding             -          no
539  0x84e4   BitsPerRunLength          -          no
540  0x84e5   BitsPerExtendedRunLength  -          no
541  0x84e6   ColorTable                -          no
542  0x84e7   ImageColorIndicator       -          no
543  0x84e8   BackgroundColorIndicator  -          no
544  0x84e9   ImageColorValue           -          no
545  0x84ea   BackgroundColorValue      -          no
546  0x84eb   PixelIntensityRange       -          no
547  0x84ec   TransparencyIndicator     -          no
548  0x84ed   ColorCharacterization     -          no
549  0x84ee   HCUsage                   -          no
550  0x84ef   TrapIndicator             -          no
551  0x84f0   CMYKEquivalent            -          no
552  0x8546   SEMInfo                   IFD0       string
553  0x8568   AFCP_IPTC                 -          IPTC
554  0x85b8   PixelMagicJBIGOptions     -          no
555  0x85d7   JPLCartoIFD               -          no
556  0x85d8   ModelTransform            IFD0       double[16]
557  0x8602   WB_GRGBLevels             -          no
558  0x8606   LeafData                  -          Leaf
559  0x8649   PhotoshopSettings         IFD0       Photoshop
560  0x8769   ExifOffset                IFD0       EXIF
561  0x8773   ICC_Profile               IFD0       ICC_Profile
562  0x877f   TIFF_FXExtensions         -          no
563  0x8780   MultiProfiles             -          no
564  0x8781   SharedData                -          no
565  0x8782   T88Options                -          no
566  0x87ac   ImageLayer                -          no
567  0x87af   GeoTiffDirectory          IFD0       int16u[0.5]
568  0x87b0   GeoTiffDoubleParams       IFD0       double[0.125]
569  0x87b1   GeoTiffAsciiParams        IFD0       string
570  0x87be   JBIGOptions               -          no
571  0x8822   ExposureProgram           ExifIFD    int16u
572  0x8824   SpectralSensitivity       ExifIFD    string
573  0x8825   GPSInfo                   IFD0       GPS
574  0x8827   ISO                       ExifIFD    int16u[n]
575  0x8828   Opto-ElectricConvFactor   -          no
576  0x8829   Interlace                 -          no
577  0x882a   TimeZoneOffset            ExifIFD    int16s[n]
578  0x882b   SelfTimerMode             ExifIFD    int16u
579  0x8830   SensitivityType           ExifIFD    int16u
580  0x8831   StandardOutputSensitivity ExifIFD    int32u
581  0x8832   RecommendedExposureIndex  ExifIFD    int32u
582  0x8833   ISOSpeed                  ExifIFD    int32u
583  0x8834   ISOSpeedLatitudeyyy       ExifIFD    int32u
584  0x8835   ISOSpeedLatitudezzz       ExifIFD    int32u
585  0x885c   FaxRecvParams             -          no
586  0x885d   FaxSubAddress             -          no
587  0x885e   FaxRecvTime               -          no
588  0x8871   FedexEDR                  -          no
589  0x888a   LeafSubIFD                -          Leaf SubIFD
590  0x9000   ExifVersion               ExifIFD    undef:
591  0x9003   DateTimeOriginal          ExifIFD    string
592  0x9004   CreateDate                ExifIFD    string
593  0x9009   GooglePlusUploadCode      ExifIFD    undef[n]
594  0x9010   OffsetTime                ExifIFD    string
595  0x9011   OffsetTimeOriginal        ExifIFD    string
596  0x9012   OffsetTimeDigitized       ExifIFD    string
597  0x9101   ComponentsConfiguration   ExifIFD    undef[4]!:
598  0x9102   CompressedBitsPerPixel    ExifIFD    rational64u!
599  0x9201   ShutterSpeedValue         ExifIFD    rational64s
600  0x9202   ApertureValue             ExifIFD    rational64u
601  0x9203   BrightnessValue           ExifIFD    rational64s
602  0x9204   ExposureCompensation      ExifIFD    rational64s
603  0x9205   MaxApertureValue          ExifIFD    rational64u
604  0x9206   SubjectDistance           ExifIFD    rational64u
605  0x9207   MeteringMode              ExifIFD    int16u
606  0x9208   LightSource               ExifIFD    int16u
607  0x9209   Flash                     ExifIFD    int16u
608  0x920a   FocalLength               ExifIFD    rational64u
609  0x920b   FlashEnergy               -          no
610  0x920c   SpatialFrequencyResponse  -          no
611  0x920d   Noise                     -          no
612  0x920e   FocalPlaneXResolution     -          no
613  0x920f   FocalPlaneYResolution     -          no
614  0x9210   FocalPlaneResolutionUnit  -          no
615  0x9211   ImageNumber               ExifIFD    int32u
616  0x9212   SecurityClassification    ExifIFD    string
617  0x9213   ImageHistory              ExifIFD    string
618  0x9214   SubjectArea               ExifIFD    int16u[n]
619  0x9215   ExposureIndex             -          no
620  0x9216   TIFF-EPStandardID         -          no
621  0x9217   SensingMethod             -          no
622  0x923a   CIP3DataFile              -          no
623  0x923b   CIP3Sheet                 -          no
624  0x923c   CIP3Side                  -          no
625  0x923f   StoNits                   -          no
626  0x927c   MakerNoteApple            ExifIFD    Apple
627           MakerNoteNikon            ExifIFD    Nikon
628           MakerNoteCanon            ExifIFD    Canon
629           MakerNoteCasio            ExifIFD    Casio
630           MakerNoteCasio2           ExifIFD    Casio Type2
631           MakerNoteDJI              ExifIFD    DJI
632           MakerNoteFLIR             ExifIFD    FLIR
633           MakerNoteFujiFilm         ExifIFD    FujiFilm
634           MakerNoteGE               ExifIFD    GE
635           MakerNoteGE2              ExifIFD    FujiFilm
636           MakerNoteHasselblad       ExifIFD    Unknown
637           MakerNoteHP               ExifIFD    HP
638           MakerNoteHP2              ExifIFD    HP Type2
639           MakerNoteHP4              ExifIFD    HP Type4
640           MakerNoteHP6              ExifIFD    HP Type6
641           MakerNoteISL              ExifIFD    Unknown
642           MakerNoteJVC              ExifIFD    JVC
643           MakerNoteJVCText          ExifIFD    JVC Text
644           MakerNoteKodak1a          ExifIFD    Kodak
645           MakerNoteKodak1b          ExifIFD    Kodak
646           MakerNoteKodak2           ExifIFD    Kodak Type2
647           MakerNoteKodak3           ExifIFD    Kodak Type3
648           MakerNoteKodak4           ExifIFD    Kodak Type4
649           MakerNoteKodak5           ExifIFD    Kodak Type5
650           MakerNoteKodak6a          ExifIFD    Kodak Type6
651           MakerNoteKodak6b          ExifIFD    Kodak Type6
652           MakerNoteKodak7           ExifIFD    Kodak Type7
653           MakerNoteKodak8a          ExifIFD    Kodak Type8
654           MakerNoteKodak8b          ExifIFD    Kodak Type8
655           MakerNoteKodak8c          ExifIFD    Kodak Type8
656           MakerNoteKodak9           ExifIFD    Kodak Type9
657           MakerNoteKodak10          ExifIFD    Kodak Type10
658           MakerNoteKodak11          ExifIFD    Kodak Type11
659           MakerNoteKodak12          ExifIFD    Kodak Type11
660           MakerNoteKodakUnknown     ExifIFD    Kodak Unknown
661           MakerNoteKyocera          ExifIFD    Unknown
662           MakerNoteMinolta          ExifIFD    Minolta
663           MakerNoteMinolta2         ExifIFD    Olympus
664           MakerNoteMinolta3         ExifIFD    undef
665           MakerNoteMotorola         ExifIFD    Motorola
666           MakerNoteNikon2           ExifIFD    Nikon Type2
667           MakerNoteNikon3           ExifIFD    Nikon
668           MakerNoteNintendo         ExifIFD    Nintendo
669           MakerNoteOlympus          ExifIFD    Olympus
670           MakerNoteOlympus2         ExifIFD    Olympus
671           MakerNoteLeica            ExifIFD    Panasonic
672           MakerNoteLeica2           ExifIFD    Panasonic Leica2
673           MakerNoteLeica3           ExifIFD    Panasonic Leica3
674           MakerNoteLeica4           ExifIFD    Panasonic Leica4
675           MakerNoteLeica5           ExifIFD    Panasonic Leica5
676           MakerNoteLeica6           ExifIFD    Panasonic Leica6
677           MakerNoteLeica7           ExifIFD    Panasonic Leica6
678           MakerNoteLeica8           ExifIFD    Panasonic Leica5
679           MakerNoteLeica9           ExifIFD    Panasonic Leica9
680           MakerNoteLeica10          ExifIFD    Panasonic
681           MakerNotePanasonic        ExifIFD    Panasonic
682           MakerNotePanasonic2       ExifIFD    Panasonic Type2
683           MakerNotePanasonic3       ExifIFD    Panasonic
684           MakerNotePentax           ExifIFD    Pentax
685           MakerNotePentax2          ExifIFD    Pentax Type2
686           MakerNotePentax3          ExifIFD    Casio Type2
687           MakerNotePentax4          ExifIFD    Pentax Type4
688           MakerNotePentax5          ExifIFD    Pentax
689           MakerNotePentax6          ExifIFD    Pentax S1
690           MakerNotePhaseOne         ExifIFD    PhaseOne
691           MakerNoteReconyx          ExifIFD    Reconyx
692           MakerNoteReconyx2         ExifIFD    Reconyx Type2
693           MakerNoteReconyx3         ExifIFD    Reconyx Type3
694           MakerNoteRicohPentax      ExifIFD    Pentax
695           MakerNoteRicoh            ExifIFD    Ricoh
696           MakerNoteRicoh2           ExifIFD    Ricoh Type2
697           MakerNoteRicohText        ExifIFD    Ricoh Text
698           MakerNoteSamsung1a        ExifIFD    undef
699           MakerNoteSamsung1b        ExifIFD    Samsung
700           MakerNoteSamsung2         ExifIFD    Samsung Type2
701           MakerNoteSanyo            ExifIFD    Sanyo
702           MakerNoteSanyoC4          ExifIFD    Sanyo
703           MakerNoteSanyoPatch       ExifIFD    Sanyo
704           MakerNoteSigma            ExifIFD    Sigma
705           MakerNoteSony             ExifIFD    Sony
706           MakerNoteSony2            ExifIFD    Olympus
707           MakerNoteSony3            ExifIFD    Olympus
708           MakerNoteSony4            ExifIFD    Sony PIC
709           MakerNoteSony5            ExifIFD    Sony
710           MakerNoteSonyEricsson     ExifIFD    Sony Ericsson
711           MakerNoteSonySRF          ExifIFD    Sony SRF
712           MakerNoteUnknownText      ExifIFD    undef
713           MakerNoteUnknownBinary    ExifIFD    undef
714           MakerNoteUnknown          ExifIFD    Unknown
715  0x9286   UserComment               ExifIFD    undef
716  0x9290   SubSecTime                ExifIFD    string
717  0x9291   SubSecTimeOriginal        ExifIFD    string
718  0x9292   SubSecTimeDigitized       ExifIFD    string
719  0x932f   MSDocumentText            -          no
720  0x9330   MSPropertySetStorage      -          no
721  0x9331   MSDocumentTextPosition    -          no
722  0x935c   ImageSourceData           IFD0       Photoshop DocumentData
723  0x9400   AmbientTemperature        ExifIFD    rational64s
724  0x9401   Humidity                  ExifIFD    rational64u
725  0x9402   Pressure                  ExifIFD    rational64u
726  0x9403   WaterDepth                ExifIFD    rational64s
727  0x9404   Acceleration              ExifIFD    rational64u
728  0x9405   CameraElevationAngle      ExifIFD    rational64s
729  0x9c9b   XPTitle                   IFD0       int8u
730  0x9c9c   XPComment                 IFD0       int8u
731  0x9c9d   XPAuthor                  IFD0       int8u
732  0x9c9e   XPKeywords                IFD0       int8u
733  0x9c9f   XPSubject                 IFD0       int8u
734  0xa000   FlashpixVersion           ExifIFD    undef:
735  0xa001   ColorSpace                ExifIFD    int16u:
736  0xa002   ExifImageWidth            ExifIFD    int16u:
737  0xa003   ExifImageHeight           ExifIFD    int16u:
738  0xa004   RelatedSoundFile          ExifIFD    string
739  0xa005   InteropOffset             -          EXIF
740  0xa010   SamsungRawPointersOffset  -          no
741  0xa011   SamsungRawPointersLength  -          no
742  0xa101   SamsungRawByteOrder       -          no
743  0xa102   SamsungRawUnknown?        -          no
744  0xa20b   FlashEnergy               ExifIFD    rational64u
745  0xa20c   SpatialFrequencyResponse  -          no
746  0xa20d   Noise                     -          no
747  0xa20e   FocalPlaneXResolution     ExifIFD    rational64u
748  0xa20f   FocalPlaneYResolution     ExifIFD    rational64u
749  0xa210   FocalPlaneResolutionUnit  ExifIFD    int16u
750  0xa211   ImageNumber               -          no
751  0xa212   SecurityClassification    -          no
752  0xa213   ImageHistory              -          no
753  0xa214   SubjectLocation           ExifIFD    int16u[2]
754  0xa215   ExposureIndex             ExifIFD    rational64u
755  0xa216   TIFF-EPStandardID         -          no
756  0xa217   SensingMethod             ExifIFD    int16u
757  0xa300   FileSource                ExifIFD    undef
758  0xa301   SceneType                 ExifIFD    undef
759  0xa302   CFAPattern                ExifIFD    undef
760  0xa401   CustomRendered            ExifIFD    int16u
761  0xa402   ExposureMode              ExifIFD    int16u
762  0xa403   WhiteBalance              ExifIFD    int16u
763  0xa404   DigitalZoomRatio          ExifIFD    rational64u
764  0xa405   FocalLengthIn35mmFormat   ExifIFD    int16u
765  0xa406   SceneCaptureType          ExifIFD    int16u
766  0xa407   GainControl               ExifIFD    int16u
767  0xa408   Contrast                  ExifIFD    int16u
768  0xa409   Saturation                ExifIFD    int16u
769  0xa40a   Sharpness                 ExifIFD    int16u
770  0xa40b   DeviceSettingDescription  -          no
771  0xa40c   SubjectDistanceRange      ExifIFD    int16u
772  0xa420   ImageUniqueID             ExifIFD    string
773  0xa430   OwnerName                 ExifIFD    string
774  0xa431   SerialNumber              ExifIFD    string
775  0xa432   LensInfo                  ExifIFD    rational64u[4]
776  0xa433   LensMake                  ExifIFD    string
777  0xa434   LensModel                 ExifIFD    string
778  0xa435   LensSerialNumber          ExifIFD    string
779  0xa460   CompositeImage            ExifIFD    int16u
780  0xa461   CompositeImageCount       ExifIFD    int16u[2]
781  0xa462   CompositeImageExposureTimes ExifIFD  undef
782  0xa480   GDALMetadata              IFD0       string
783  0xa481   GDALNoData                IFD0       string
784  0xa500   Gamma                     ExifIFD    rational64u
785  0xafc0   ExpandSoftware            -          no
786  0xafc1   ExpandLens                -          no
787  0xafc2   ExpandFilm                -          no
788  0xafc3   ExpandFilterLens          -          no
789  0xafc4   ExpandScanner             -          no
790  0xafc5   ExpandFlashLamp           -          no
791  0xb4c3   HasselbladRawImage        -          no
792  0xbc01   PixelFormat               -          no
793  0xbc02   Transformation            -          no
794  0xbc03   Uncompressed              -          no
795  0xbc04   ImageType                 -          no
796  0xbc80   ImageWidth                -          no
797  0xbc81   ImageHeight               -          no
798  0xbc82   WidthResolution           -          no
799  0xbc83   HeightResolution          -          no
800  0xbcc0   ImageOffset               -          no
801  0xbcc1   ImageByteCount            -          no
802  0xbcc2   AlphaOffset               -          no
803  0xbcc3   AlphaByteCount            -          no
804  0xbcc4   ImageDataDiscard          -          no
805  0xbcc5   AlphaDataDiscard          -          no
806  0xc427   OceScanjobDesc            -          no
807  0xc428   OceApplicationSelector    -          no
808  0xc429   OceIDNumber               -          no
809  0xc42a   OceImageLogic             -          no
810  0xc44f   Annotations               -          no
811  0xc4a5   PrintIM                   IFD0       PrintIM
812  0xc51b   HasselbladExif            -          no
813  0xc573   OriginalFileName          -          no
814  0xc580   USPTOOriginalContentType  -          no
815  0xc5e0   CR2CFAPattern             -          no
816  0xc612   DNGVersion                IFD0       int8u[4]!
817  0xc613   DNGBackwardVersion        IFD0       int8u[4]!
818  0xc614   UniqueCameraModel         IFD0       string
819  0xc615   LocalizedCameraModel      IFD0       string
820  0xc616   CFAPlaneColor             SubIFD     no
821  0xc617   CFALayout                 SubIFD     no
822  0xc618   LinearizationTable        SubIFD     int16u[n]!
823  0xc619   BlackLevelRepeatDim       SubIFD     int16u[2]!
824  0xc61a   BlackLevel                SubIFD     rational64u[n]!
825  0xc61b   BlackLevelDeltaH          SubIFD     rational64s[n]!
826  0xc61c   BlackLevelDeltaV          SubIFD     rational64s[n]!
827  0xc61d   WhiteLevel                SubIFD     int32u[n]!
828  0xc61e   DefaultScale              SubIFD     rational64u[2]!
829  0xc61f   DefaultCropOrigin         SubIFD     int32u[2]!
830  0xc620   DefaultCropSize           SubIFD     int32u[2]!
831  0xc621   ColorMatrix1              IFD0       rational64s[n]!
832  0xc622   ColorMatrix2              IFD0       rational64s[n]!
833  0xc623   CameraCalibration1        IFD0       rational64s[n]!
834  0xc624   CameraCalibration2        IFD0       rational64s[n]!
835  0xc625   ReductionMatrix1          IFD0       rational64s[n]!
836  0xc626   ReductionMatrix2          IFD0       rational64s[n]!
837  0xc627   AnalogBalance             IFD0       rational64u[n]!
838  0xc628   AsShotNeutral             IFD0       rational64u[n]!
839  0xc629   AsShotWhiteXY             IFD0       rational64u[2]!
840  0xc62a   BaselineExposure          IFD0       rational64s!
841  0xc62b   BaselineNoise             IFD0       rational64u!
842  0xc62c   BaselineSharpness         IFD0       rational64u!
843  0xc62d   BayerGreenSplit           SubIFD     int32u!
844  0xc62e   LinearResponseLimit       IFD0       rational64u!
845  0xc62f   CameraSerialNumber        IFD0       string
846  0xc630   DNGLensInfo               IFD0       rational64u[4]
847  0xc631   ChromaBlurRadius          SubIFD     rational64u!
848  0xc632   AntiAliasStrength         SubIFD     rational64u!
849  0xc633   ShadowScale               IFD0       rational64u!
850  0xc634   SR2Private                IFD0       Sony SR2Private
851           DNGAdobeData              IFD0       DNG AdobeData
852           MakerNotePentax           IFD0       Pentax
853           MakerNotePentax5          IFD0       Pentax
854           MakerNoteRicohPentax      IFD0       Pentax
855           DNGPrivateData            IFD0       int8u!
856  0xc635   MakerNoteSafety           IFD0       int16u
857  0xc640   RawImageSegmentation      -          no
858  0xc65a   CalibrationIlluminant1    IFD0       int16u!
859  0xc65b   CalibrationIlluminant2    IFD0       int16u!
860  0xc65c   BestQualityScale          SubIFD     rational64u!
861  0xc65d   RawDataUniqueID           IFD0       int8u[16]!
862  0xc660   AliasLayerMetadata        -          no
863  0xc68b   OriginalRawFileName       IFD0       string!
864  0xc68c   OriginalRawFileData       IFD0       DNG OriginalRaw
865  0xc68d   ActiveArea                SubIFD     int32u[4]!
866  0xc68e   MaskedAreas               SubIFD     int32u[n]!
867  0xc68f   AsShotICCProfile          IFD0       ICC_Profile
868  0xc690   AsShotPreProfileMatrix    IFD0       rational64s[n]!
869  0xc691   CurrentICCProfile         IFD0       ICC_Profile
870  0xc692   CurrentPreProfileMatrix   IFD0       rational64s[n]!
871  0xc6bf   ColorimetricReference     IFD0       int16u!
872  0xc6c5   SRawType                  IFD0       no
873  0xc6d2   PanasonicTitle            IFD0       undef
874  0xc6d3   PanasonicTitle2           IFD0       undef
875  0xc6f3   CameraCalibrationSig      IFD0       string!
876  0xc6f4   ProfileCalibrationSig     IFD0       string!
877  0xc6f5   ProfileIFD                IFD0       EXIF
878  0xc6f6   AsShotProfileName         IFD0       string!
879  0xc6f7   NoiseReductionApplied     SubIFD     rational64u!
880  0xc6f8   ProfileName               IFD0       string!
881  0xc6f9   ProfileHueSatMapDims      IFD0       int32u[3]!
882  0xc6fa   ProfileHueSatMapData1     IFD0       float[n]!
883  0xc6fb   ProfileHueSatMapData2     IFD0       float[n]!
884  0xc6fc   ProfileToneCurve          IFD0       float[n]!
885  0xc6fd   ProfileEmbedPolicy        IFD0       int32u!
886  0xc6fe   ProfileCopyright          IFD0       string!
887  0xc714   ForwardMatrix1            IFD0       rational64s[n]!
888  0xc715   ForwardMatrix2            IFD0       rational64s[n]!
889  0xc716   PreviewApplicationName    IFD0       string!
890  0xc717   PreviewApplicationVersion IFD0       string!
891  0xc718   PreviewSettingsName       IFD0       string!
892  0xc719   PreviewSettingsDigest     IFD0       int8u!
893  0xc71a   PreviewColorSpace         IFD0       int32u!
894  0xc71b   PreviewDateTime           IFD0       string!
895  0xc71c   RawImageDigest            IFD0       int8u[16]!
896  0xc71d   OriginalRawFileDigest     IFD0       int8u[16]!
897  0xc71e   SubTileBlockSize          -          no
898  0xc71f   RowInterleaveFactor       -          no
899  0xc725   ProfileLookTableDims      IFD0       int32u[3]!
900  0xc726   ProfileLookTableData      IFD0       float[n]!
901  0xc740   OpcodeList1               SubIFD     undef!
902  0xc741   OpcodeList2               SubIFD     undef!
903  0xc74e   OpcodeList3               SubIFD     undef!
904  0xc761   NoiseProfile              SubIFD     double[n]!
905  0xc763   TimeCodes                 IFD0       int8u[n]
906  0xc764   FrameRate                 IFD0       rational64s
907  0xc772   TStop                     IFD0       rational64u[n]
908  0xc789   ReelName                  IFD0       string
909  0xc791   OriginalDefaultFinalSize  IFD0       int32u[2]!
910  0xc792   OriginalBestQualitySize   IFD0       int32u[2]!
911  0xc793   OriginalDefaultCropSize   IFD0       rational64u[2]!
912  0xc7a1   CameraLabel               IFD0       string
913  0xc7a3   ProfileHueSatMapEncoding  IFD0       int32u!
914  0xc7a4   ProfileLookTableEncoding  IFD0       int32u!
915  0xc7a5   BaselineExposureOffset    IFD0       rational64s!
916  0xc7a6   DefaultBlackRender        IFD0       int32u!
917  0xc7a7   NewRawImageDigest         IFD0       int8u[16]!
918  0xc7a8   RawToPreviewGain          IFD0       double!
919  0xc7aa   CacheVersion              SubIFD2    int32u!
920  0xc7b5   DefaultUserCrop           SubIFD     rational64u[4]!
921  0xc7d5   NikonNEFInfo              -          Nikon NEFInfo
922  0xc7e9   DepthFormat               IFD0       int16u!
923  0xc7ea   DepthNear                 IFD0       rational64u!
924  0xc7eb   DepthFar                  IFD0       rational64u!
925  0xc7ec   DepthUnits                IFD0       int16u!
926  0xc7ed   DepthMeasureType          IFD0       int16u!
927  0xc7ee   EnhanceParams             IFD0       string!
928  0xea1c   Padding                   ExifIFD    undef!
929  0xea1d   OffsetSchema              ExifIFD    int32s!
930  0xfde8   OwnerName                 ExifIFD    string/
931  0xfde9   SerialNumber              ExifIFD    string/
932  0xfdea   Lens                      ExifIFD    string/
933  0xfe00   KDC_IFD                   -          Kodak KDC_IFD
934  0xfe4c   RawFile                   ExifIFD    string/
935  0xfe4d   Converter                 ExifIFD    string/
936  0xfe4e   WhiteBalance              ExifIFD    string/
937  0xfe51   Exposure                  ExifIFD    string/
938  0xfe52   Shadows                   ExifIFD    string/
939  0xfe53   Brightness                ExifIFD    string/
940  0xfe54   Contrast                  ExifIFD    string/
941  0xfe55   Saturation                ExifIFD    string/
942  0xfe56   Sharpness                 ExifIFD    string/
943  0xfe57   Smoothness                ExifIFD    string/
944  0xfe58   MoireFilter               ExifIFD    string/
945
946=head2 IPTC Tags
947
948The tags listed below are part of the International Press Telecommunications
949Council (IPTC) and the Newspaper Association of America (NAA) Information
950Interchange Model (IIM).  This is an older meta information format, slowly
951being phased out in favor of XMP -- the newer IPTCCore specification uses
952XMP format.  IPTC information may be found in JPG, TIFF, PNG, MIFF, PS, PDF,
953PSD, XCF and DNG images.
954
955IPTC information is separated into different records, each of which has its
956own set of tags.  See
957L<http://www.iptc.org/std/IIM/4.1/specification/IIMV4.1.pdf> for the
958official IPTC IIM specification.
959
960This specification dictates a length for ASCII (C<string> or C<digits>) and
961binary (C<undef>) values.  These lengths are given in square brackets after
962the B<Writable> format name.  For tags where a range of lengths is allowed,
963the minimum and maximum lengths are separated by a comma within the
964brackets.  When writing, ExifTool issues a minor warning and truncates the
965value if it is longer than allowed by the IPTC specification.  Minor errors
966may be ignored with the IgnoreMinorErrors (-m) option, allowing longer
967values to be written, but beware that values like this may cause problems
968for some other IPTC readers. ExifTool will happily read IPTC values of any
969length.
970
971Separate IPTC date and time tags may be written with a combined date/time
972value and ExifTool automagically takes the appropriate part of the date/time
973string depending on whether a date or time tag is being written.  This is
974very useful when copying date/time values to IPTC from other metadata
975formats.
976
977IPTC time values include a timezone offset.  If written with a value which
978doesn't include a timezone then the current local timezone offset is used
979(unless written with a combined date/time, in which case the local timezone
980offset at the specified date/time is used, which may be different due to
981changes in daylight savings time).
982
983Note that it is not uncommon for IPTC to be found in non-standard locations
984in JPEG and TIFF-based images.  When reading, the family 1 group name has a
985number added for non-standard IPTC ("IPTC2", "IPTC3", etc), but when writing
986only "IPTC" may be specified as the group.  To keep the IPTC consistent,
987ExifTool updates tags in all existing IPTC locations, but will create a new
988IPTC group only in the standard location.
989
990  Record   Tag Name                             Writable
991  ------   --------                             --------
992      1    IPTCEnvelope                         IPTC EnvelopeRecord
993      2    IPTCApplication                      IPTC ApplicationRecord
994      3    IPTCNewsPhoto                        IPTC NewsPhoto
995      7    IPTCPreObjectData                    IPTC PreObjectData
996      8    IPTCObjectData                       IPTC ObjectData
997      9    IPTCPostObjectData                   IPTC PostObjectData
998    240    IPTCFotoStation                      IPTC FotoStation
999
1000=head3 IPTC EnvelopeRecord Tags
1001
1002  Tag ID   Tag Name                             Writable
1003  ------   --------                             --------
1004      0    EnvelopeRecordVersion                int16u:
1005      5    Destination                          string[0,1024]+
1006     20    FileFormat                           int16u
1007     22    FileVersion                          int16u
1008     30    ServiceIdentifier                    string[0,10]
1009     40    EnvelopeNumber                       digits[8]
1010     50    ProductID                            string[0,32]+
1011     60    EnvelopePriority                     digits[1]
1012     70    DateSent                             digits[8]
1013     80    TimeSent                             string[11]
1014     90    CodedCharacterSet                    string[0,32]!
1015    100    UniqueObjectName                     string[14,80]
1016    120    ARMIdentifier                        int16u
1017    122    ARMVersion                           int16u
1018
1019=head3 IPTC ApplicationRecord Tags
1020
1021  Tag ID   Tag Name                             Writable
1022  ------   --------                             --------
1023      0    ApplicationRecordVersion             int16u:
1024      3    ObjectTypeReference                  string[3,67]
1025      4    ObjectAttributeReference             string[4,68]+
1026      5    ObjectName                           string[0,64]
1027      7    EditStatus                           string[0,64]
1028      8    EditorialUpdate                      digits[2]
1029     10    Urgency                              digits[1]
1030     12    SubjectReference                     string[13,236]+
1031     15    Category                             string[0,3]
1032     20    SupplementalCategories               string[0,32]+
1033     22    FixtureIdentifier                    string[0,32]
1034     25    Keywords                             string[0,64]+
1035     26    ContentLocationCode                  string[3]+
1036     27    ContentLocationName                  string[0,64]+
1037     30    ReleaseDate                          digits[8]
1038     35    ReleaseTime                          string[11]
1039     37    ExpirationDate                       digits[8]
1040     38    ExpirationTime                       string[11]
1041     40    SpecialInstructions                  string[0,256]
1042     42    ActionAdvised                        digits[2]
1043     45    ReferenceService                     string[0,10]+
1044     47    ReferenceDate                        digits[8]+
1045     50    ReferenceNumber                      digits[8]+
1046     55    DateCreated                          digits[8]
1047     60    TimeCreated                          string[11]
1048     62    DigitalCreationDate                  digits[8]
1049     63    DigitalCreationTime                  string[11]
1050     65    OriginatingProgram                   string[0,32]
1051     70    ProgramVersion                       string[0,10]
1052     75    ObjectCycle                          string[1]
1053     80    By-line                              string[0,32]+
1054     85    By-lineTitle                         string[0,32]+
1055     90    City                                 string[0,32]
1056     92    Sub-location                         string[0,32]
1057     95    Province-State                       string[0,32]
1058    100    Country-PrimaryLocationCode          string[3]
1059    101    Country-PrimaryLocationName          string[0,64]
1060    103    OriginalTransmissionReference        string[0,32]
1061    105    Headline                             string[0,256]
1062    110    Credit                               string[0,32]
1063    115    Source                               string[0,32]
1064    116    CopyrightNotice                      string[0,128]
1065    118    Contact                              string[0,128]+
1066    120    Caption-Abstract                     string[0,2000]
1067    121    LocalCaption                         string[0,256]
1068    122    Writer-Editor                        string[0,32]+
1069    125    RasterizedCaption                    undef[7360]
1070    130    ImageType                            string[2]
1071    131    ImageOrientation                     string[1]
1072    135    LanguageIdentifier                   string[2,3]
1073    150    AudioType                            string[2]
1074    151    AudioSamplingRate                    digits[6]
1075    152    AudioSamplingResolution              digits[2]
1076    153    AudioDuration                        digits[6]
1077    154    AudioOutcue                          string[0,64]
1078    184    JobID                                string[0,64]
1079    185    MasterDocumentID                     string[0,256]
1080    186    ShortDocumentID                      string[0,64]
1081    187    UniqueDocumentID                     string[0,128]
1082    188    OwnerID                              string[0,128]
1083    200    ObjectPreviewFileFormat              int16u
1084    201    ObjectPreviewFileVersion             int16u
1085    202    ObjectPreviewData                    undef[0,256000]
1086    221    Prefs                                string[0,64]
1087    225    ClassifyState                        string[0,64]
1088    228    SimilarityIndex                      string[0,32]
1089    230    DocumentNotes                        string[0,1024]
1090    231    DocumentHistory                      string[0,256]
1091    232    ExifCameraInfo                       string[0,4096]
1092    255    CatalogSets                          string[0,256]+
1093
1094=head3 IPTC NewsPhoto Tags
1095
1096  Tag ID   Tag Name                             Writable
1097  ------   --------                             --------
1098      0    NewsPhotoVersion                     int16u:
1099     10    IPTCPictureNumber                    string[16]
1100     20    IPTCImageWidth                       int16u
1101     30    IPTCImageHeight                      int16u
1102     40    IPTCPixelWidth                       int16u
1103     50    IPTCPixelHeight                      int16u
1104     55    SupplementalType                     int8u
1105     60    ColorRepresentation                  int16u
1106     64    InterchangeColorSpace                int8u
1107     65    ColorSequence                        int8u
1108     66    ICC_Profile                          no
1109     70    ColorCalibrationMatrix               no
1110     80    LookupTable                          no
1111     84    NumIndexEntries                      int16u
1112     85    ColorPalette                         no
1113     86    IPTCBitsPerSample                    int8u
1114     90    SampleStructure                      int8u
1115    100    ScanningDirection                    int8u
1116    102    IPTCImageRotation                    int8u
1117    110    DataCompressionMethod                int32u
1118    120    QuantizationMethod                   int8u
1119    125    EndPoints                            no
1120    130    ExcursionTolerance                   int8u
1121    135    BitsPerComponent                     int8u
1122    140    MaximumDensityRange                  int16u
1123    145    GammaCompensatedValue                int16u
1124
1125=head3 IPTC PreObjectData Tags
1126
1127  Tag ID   Tag Name                             Writable
1128  ------   --------                             --------
1129     10    SizeMode                             no
1130     20    MaxSubfileSize                       no
1131     90    ObjectSizeAnnounced                  no
1132     95    MaximumObjectSize                    no
1133
1134=head3 IPTC ObjectData Tags
1135
1136  Tag ID   Tag Name                             Writable
1137  ------   --------                             --------
1138     10    SubFile                              no+
1139
1140=head3 IPTC PostObjectData Tags
1141
1142  Tag ID   Tag Name                             Writable
1143  ------   --------                             --------
1144     10    ConfirmedObjectSize                  no
1145
1146=head3 IPTC FotoStation Tags
1147
1148  Tag ID   Tag Name                             Writable
1149  ------   --------                             --------
1150  [no tags known]
1151
1152=head2 XMP Tags
1153
1154XMP stands for "Extensible Metadata Platform", an XML/RDF-based metadata
1155format which is being pushed by Adobe.  Information in this format can be
1156embedded in many different image file types including JPG, JP2, TIFF, GIF,
1157EPS, PDF, PSD, IND, INX, PNG, DJVU, SVG, PGF, MIFF, XCF, CRW, DNG and a
1158variety of proprietary TIFF-based RAW images, as well as MOV, AVI, ASF, WMV,
1159FLV, SWF and MP4 videos, and WMA and audio formats supporting ID3v2
1160information.
1161
1162The XMP B<Tag ID>'s aren't listed because in most cases they are identical
1163to the B<Tag Name> (aside from differences in case).  Tags with different
1164ID's are mentioned in the B<Notes> column of the HTML version of this
1165document.
1166
1167All XMP information is stored as character strings.  The B<Writable> column
1168specifies the information format:  C<string> is an unformatted string,
1169C<integer> is a string of digits (possibly beginning with a '+' or '-'),
1170C<real> is a floating point number, C<rational> is entered as a floating
1171point number but stored as two C<integer> strings separated by a '/'
1172character, C<date> is a date/time string entered in the format "YYYY:mm:dd
1173HH:MM:SS[.ss][+/-HH:MM]", C<boolean> is either "True" or "False" (but "true"
1174and "false" may be written as a ValueConv value for compatibility with
1175non-conforming applications), C<struct> indicates a structured tag, and
1176C<lang-alt> is a tag that supports alternate languages.
1177
1178When reading, C<struct> tags are extracted only if the Struct (-struct)
1179option is used.  Otherwise the corresponding I<Flattened> tags, indicated by
1180an underline (C<_>) after the B<Writable> type, are extracted.  When
1181copying, by default both structured and flattened tags are available, but
1182the flattened tags are considered "unsafe" so they aren't copied unless
1183specified explicitly.  The Struct option may be disabled by setting Struct
1184to 0 via the API or with --struct on the command line to copy only flattened
1185tags, or enabled by setting Struct to 1 via the API or with -struct on the
1186command line to copy only as structures.  When writing, the Struct option
1187has no effect, and both structured and flattened tags may be written.  See
1188L<https://exiftool.org/struct.html> for more details.
1189
1190Individual languages for C<lang-alt> tags are accessed by suffixing the tag
1191name with a '-', followed by an RFC 3066 language code (eg. "XMP:Title-fr",
1192or "Rights-en-US").  (See L<http://www.ietf.org/rfc/rfc3066.txt> for the RFC
11933066 specification.)  A C<lang-alt> tag with no language code accesses the
1194"x-default" language, but causes other languages for this tag to be deleted
1195when writing.  The "x-default" language code may be specified when writing
1196to preserve other existing languages (eg. "XMP-dc:Description-x-default").
1197When reading, "x-default" is not specified.
1198
1199The XMP tags are organized according to schema B<Namespace> in the following
1200tables.  The ExifTool family 1 group names are derived from the namespace
1201prefixes by adding a leading "XMP-" (eg. "XMP-dc").  A few of the longer
1202prefixes have been shortened (as mentioned in the documentation below) to
1203avoid excessively long ExifTool group names.  The tags of any namespace may
1204be deleted as a group by specifying the family 1 group name (eg.
1205"-XMP-dc:all=" on the command line).  This includes namespaces which are not
1206pre-defined by ExifTool.
1207
1208In cases where a tag name exists in more than one namespace, less common
1209namespaces are avoided when writing.  However, a specific namespace may be
1210written by providing a family 1 group name for the tag (eg. XMP-crs:Contrast
1211or XMP-exif:Contrast).  When deciding on which tags to add to an image,
1212using standard schemas such as L<dc|/XMP dc Tags>, L<xmp|/XMP xmp Tags>,
1213L<iptcCore|/XMP iptcCore Tags> and L<iptcExt|/XMP iptcExt Tags> is
1214recommended if possible.
1215
1216For structures, the heading of the first column is B<Field Name>.  Field
1217names are very similar to tag names, except they are used to identify fields
1218inside structures instead of stand-alone tags.  See
1219L<https://exiftool.org/struct.html#Fields> for more
1220details.
1221
1222ExifTool will extract XMP information even if it is not listed in these
1223tables, but other tags are not writable unless added as user-defined tags in
1224the ExifTool config file.  For example, the C<pdfx> namespace doesn't have a
1225predefined set of tag names because it is used to store application-defined
1226PDF information, so although this information will be extracted, it is only
1227writable if the corresponding user-defined tags have been created.
1228
1229The tables below list tags from the official XMP specification (with an
1230underlined B<Namespace> in the HTML version of this documentation), as well
1231as extensions from various other sources.  See
1232L<http://www.adobe.com/devnet/xmp/> for the official XMP specification.
1233
1234  Namespace                                     Writable
1235  ---------                                     --------
1236  aas                                           XMP aas
1237  acdsee                                        XMP acdsee
1238  album                                         XMP Album
1239  apple-fi                                      XMP apple_fi
1240  aux                                           XMP aux
1241  cc                                            XMP cc
1242  cell                                          XMP cell
1243  crd                                           XMP crd
1244  creatorAtom                                   XMP creatorAtom
1245  crs                                           XMP crs
1246  dc                                            XMP dc
1247  Device                                        XMP Device
1248  dex                                           XMP dex
1249  DICOM                                         XMP DICOM
1250  digiKam                                       XMP digiKam
1251  drone-dji                                     DJI XMP
1252  dwc                                           DarwinCore
1253  exif                                          XMP exif
1254  exifEX                                        XMP exifEX
1255  expressionmedia                               XMP ExpressionMedia
1256  extensis                                      XMP extensis
1257  fpv                                           XMP fpv
1258  GAudio                                        XMP GAudio
1259  GCamera                                       XMP GCamera
1260  GCreations                                    XMP GCreations
1261  GDepth                                        XMP GDepth
1262  getty                                         XMP GettyImages
1263  GFocus                                        XMP GFocus
1264  GImage                                        XMP GImage
1265  GPano                                         XMP GPano
1266  GSpherical                                    XMP GSpherical
1267  ics                                           XMP ics
1268  iptcCore                                      XMP iptcCore
1269  iptcExt                                       XMP iptcExt
1270  LImage                                        XMP LImage
1271  lr                                            XMP Lightroom
1272  mediapro                                      XMP MediaPro
1273  microsoft                                     Microsoft XMP
1274  MP                                            Microsoft MP
1275  MP1                                           Microsoft MP1
1276  mwg-coll                                      MWG Collections
1277  mwg-kw                                        MWG Keywords
1278  mwg-rs                                        MWG Regions
1279  pdf                                           XMP pdf
1280  pdfx                                          XMP pdfx
1281  photomech                                     PhotoMechanic XMP
1282  photoshop                                     XMP photoshop
1283  PixelLive                                     XMP PixelLive
1284  plus                                          PLUS XMP
1285  pmi                                           XMP pmi
1286  prism                                         XMP prism
1287  prl                                           XMP prl
1288  prm                                           XMP prm
1289  pur                                           XMP pur
1290  rdf                                           XMP rdf
1291  swf                                           XMP swf
1292  tiff                                          XMP tiff
1293  x                                             XMP x
1294  xmp                                           XMP xmp
1295  xmpBJ                                         XMP xmpBJ
1296  xmpDM                                         XMP xmpDM
1297  xmpMM                                         XMP xmpMM
1298  xmpNote                                       XMP xmpNote
1299  xmpPLUS                                       XMP xmpPLUS
1300  xmpRights                                     XMP xmpRights
1301  xmpTPg                                        XMP xmpTPg
1302
1303=head3 XMP aas Tags
1304
1305Apple Adjustment Settings used by iPhone/iPad.
1306
1307These tags belong to the ExifTool XMP-aas family 1 group.
1308
1309  Tag Name                                      Writable
1310  --------                                      --------
1311  AffineA                                       real
1312  AffineB                                       real
1313  AffineC                                       real
1314  AffineD                                       real
1315  AffineX                                       real
1316  AffineY                                       real
1317  CropH                                         integer/
1318  CropW                                         integer/
1319  CropX                                         integer/
1320  CropY                                         integer/
1321  Curve0x                                       real
1322  Curve0y                                       real
1323  Curve1x                                       real
1324  Curve1y                                       real
1325  Curve2x                                       real
1326  Curve2y                                       real
1327  Curve3x                                       real
1328  Curve3y                                       real
1329  Curve4x                                       real
1330  Curve4y                                       real
1331  FaceBalanceOrigI                              real
1332  FaceBalanceOrigQ                              real
1333  FaceBalanceStrength                           real
1334  FaceBalanceWarmth                             real
1335  Highlights                                    real/
1336  Shadows                                       real/
1337  Vibrance                                      real/
1338
1339=head3 XMP acdsee Tags
1340
1341ACD Systems ACDSee namespace tags.
1342
1343(A note to software developers: Re-inventing your own private tags instead
1344of using the equivalent tags in standard XMP namespaces defeats one of the
1345most valuable features of metadata: interoperability.  Your applications
1346mumble to themselves instead of speaking out for the rest of the world to
1347hear.)
1348
1349These tags belong to the ExifTool XMP-acdsee family 1 group.
1350
1351  Tag Name                                      Writable
1352  --------                                      --------
1353  Author                                        string/
1354  Caption                                       string/
1355  Categories                                    string/
1356  Collections                                   string/
1357  DateTime                                      date/
1358  DPP                                           lang-alt/
1359  EditStatus                                    string/
1360  FixtureIdentifier                             string/
1361  Keywords                                      string/+
1362  Notes                                         string/
1363  ObjectCycle                                   string/
1364  OriginatingProgram                            string/
1365  Rating                                        real/
1366  Rawrppused                                    boolean/
1367  ReleaseDate                                   string/
1368  ReleaseTime                                   string/
1369  RPP                                           lang-alt/
1370  Snapshots                                     string/+
1371  Tagged                                        boolean/
1372
1373=head3 XMP Album Tags
1374
1375Adobe Album namespace tags.
1376
1377These tags belong to the ExifTool XMP-album family 1 group.
1378
1379  Tag Name                                      Writable
1380  --------                                      --------
1381  Notes                                         string
1382
1383=head3 XMP apple_fi Tags
1384
1385Face information tags written by the Apple iPhone 5 inside the mwg-rs
1386RegionExtensions.
1387
1388These tags belong to the ExifTool XMP-apple-fi family 1 group.
1389
1390  Tag Name                                      Writable
1391  --------                                      --------
1392  AngleInfoRoll                                 integer
1393  AngleInfoYaw                                  integer
1394  ConfidenceLevel                               integer
1395  FaceID                                        integer
1396  TimeStamp                                     integer
1397
1398=head3 XMP aux Tags
1399
1400Adobe-defined auxiliary EXIF tags.  This namespace existed in the XMP
1401specification until it was dropped in 2012, presumably due to the
1402introduction of the EXIF 2.3 for XMP specification and the exifEX namespace
1403at this time.  For this reason, tags below with equivalents in the
1404L<exifEX namespace|/XMP exifEX Tags> are avoided when writing.
1405
1406These tags belong to the ExifTool XMP-aux family 1 group.
1407
1408  Tag Name                                      Writable
1409  --------                                      --------
1410  ApproximateFocusDistance                      rational
1411  DistortionCorrectionAlreadyApplied            boolean
1412  Firmware                                      string
1413  FlashCompensation                             rational
1414  ImageNumber                                   string
1415  IsMergedHDR                                   boolean
1416  IsMergedPanorama                              boolean
1417  LateralChromaticAberrationCorrectionAlreadyApplied boolean
1418  Lens                                          string
1419  LensDistortInfo                               string
1420  LensID                                        string
1421  LensInfo                                      string/
1422  LensSerialNumber                              string/
1423  OwnerName                                     string/
1424  SerialNumber                                  string/
1425  VignetteCorrectionAlreadyApplied              boolean
1426
1427=head3 XMP cc Tags
1428
1429Creative Commons namespace tags.  Note that the CC specification for XMP is
1430non-existent, so ExifTool must make some assumptions about the format of the
1431specific properties in XMP (see L<http://creativecommons.org/ns>).
1432
1433These tags belong to the ExifTool XMP-cc family 1 group.
1434
1435  Tag Name                                      Writable
1436  --------                                      --------
1437  AttributionName                               string
1438  AttributionURL                                string
1439  DeprecatedOn                                  date
1440  Jurisdiction                                  string
1441  LegalCode                                     string
1442  License                                       string
1443  MorePermissions                               string
1444  Permits                                       string+
1445  Prohibits                                     string+
1446  Requires                                      string+
1447  UseGuidelines                                 string
1448
1449=head3 XMP cell Tags
1450
1451Location tags written by some Sony Ericsson phones.
1452
1453These tags belong to the ExifTool XMP-cell family 1 group.
1454
1455  Tag Name                                      Writable
1456  --------                                      --------
1457  CellTowerID                                   string
1458  CellGlobalID                                  string
1459  LocationAreaCode                              string
1460  MobileCountryCode                             string
1461  MobileNetworkCode                             string
1462  CellR                                         string
1463
1464=head3 XMP crd Tags
1465
1466Adobe Camera Raw Defaults tags.
1467
1468These tags belong to the ExifTool XMP-crd family 1 group.
1469
1470  Tag Name                                      Writable
1471  --------                                      --------
1472  AlreadyApplied                                boolean/
1473  AutoBrightness                                boolean/
1474  AutoContrast                                  boolean/
1475  AutoExposure                                  boolean/
1476  AutoLateralCA                                 integer/
1477  AutoShadows                                   boolean/
1478  AutoTone                                      boolean/
1479  AutoToneDigest                                string/
1480  AutoToneDigestNoSat                           string/
1481  AutoWhiteVersion                              integer/
1482  Blacks2012                                    integer/
1483  BlueHue                                       integer/
1484  BlueSaturation                                integer/
1485  Brightness                                    integer/
1486  CameraModelRestriction                        string/
1487  CameraProfile                                 string/
1488  CameraProfileDigest                           string/
1489  ChromaticAberrationB                          integer/
1490  ChromaticAberrationR                          integer/
1491  CircularGradientBasedCorrections              Correction Struct+
1492  CircGradBasedCorrActive                       boolean/_
1493  CircGradBasedCorrAmount                       real/_
1494  CircGradBasedCorrMasks                        CorrectionMask Struct_+
1495  CircGradBasedCorrMaskAlpha                    real/_
1496  CircGradBasedCorrMaskAngle                    real/_
1497  CircGradBasedCorrMaskBottom                   real/_
1498  CircGradBasedCorrMaskCenterValue              real/_
1499  CircGradBasedCorrMaskCenterWeight             real/_
1500  CircGradBasedCorrMaskDabs                     string/_
1501  CircGradBasedCorrMaskFeather                  real/_
1502  CircGradBasedCorrMaskFlipped                  boolean/_
1503  CircGradBasedCorrMaskFlow                     real/_
1504  CircGradBasedCorrMaskFullX                    real/_
1505  CircGradBasedCorrMaskFullY                    real/_
1506  CircGradBasedCorrMaskLeft                     real/_
1507  CircGradBasedCorrMaskValue                    real/_
1508  CircGradBasedCorrMaskMidpoint                 real/_
1509  CircGradBasedCorrMaskPerimeterValue           real/_
1510  CircGradBasedCorrMaskRadius                   real/_
1511  CircGradBasedCorrMaskRight                    real/_
1512  CircGradBasedCorrMaskRoundness                real/_
1513  CircGradBasedCorrMaskSizeX                    real/_
1514  CircGradBasedCorrMaskSizeY                    real/_
1515  CircGradBasedCorrMaskTop                      real/_
1516  CircGradBasedCorrMaskVersion                  integer/_
1517  CircGradBasedCorrMaskWhat                     string/_
1518  CircGradBasedCorrMaskX                        real/_
1519  CircGradBasedCorrMaskY                        real/_
1520  CircGradBasedCorrMaskZeroX                    real/_
1521  CircGradBasedCorrMaskZeroY                    real/_
1522  CircGradBasedCorrRangeMask                    CorrectionRangeMask Struct_+
1523  CircGradBasedCorrRangeMaskColorAmount         real/_+
1524  CircGradBasedCorrRangeMaskDepthFeather        real/_+
1525  CircGradBasedCorrRangeMaskDepthMax            real/_+
1526  CircGradBasedCorrRangeMaskDepthMin            real/_+
1527  CircGradBasedCorrRangeMaskLumFeather          real/_+
1528  CircGradBasedCorrRangeMaskLumMax              real/_+
1529  CircGradBasedCorrRangeMaskLumMin              real/_+
1530  CircGradBasedCorrRangeMaskType                string/_+
1531  CircGradBasedCorrRangeMaskVersion             string/_+
1532  CircGradBasedCorrBlacks2012                   real/_
1533  CircGradBasedCorrBrightness                   real/_
1534  CircGradBasedCorrClarity                      real/_
1535  CircGradBasedCorrClarity2012                  real/_
1536  CircGradBasedCorrContrast                     real/_
1537  CircGradBasedCorrContrast2012                 real/_
1538  CircGradBasedCorrDefringe                     real/_
1539  CircGradBasedCorrDehaze                       real/_
1540  CircGradBasedCorrExposure                     real/_
1541  CircGradBasedCorrExposure2012                 real/_
1542  CircGradBasedCorrHighlights2012               real/_
1543  CircGradBasedCorrHue                          real/_
1544  CircGradBasedCorrLuminanceNoise               real/_
1545  CircGradBasedCorrMoire                        real/_
1546  CircGradBasedCorrSaturation                   real/_
1547  CircGradBasedCorrShadows2012                  real/_
1548  CircGradBasedCorrSharpness                    real/_
1549  CircGradBasedCorrTemperature                  real/_
1550  CircGradBasedCorrTexture                      real/_
1551  CircGradBasedCorrTint                         real/_
1552  CircGradBasedCorrHue                          real/_
1553  CircGradBasedCorrSaturation                   real/_
1554  CircGradBasedCorrWhites2012                   real/_
1555  CircGradBasedCorrWhat                         string/_
1556  Clarity                                       integer/
1557  Clarity2012                                   integer/
1558  ClipboardAspectRatio                          integer/
1559  ClipboardOrientation                          integer/
1560  Cluster                                       string/
1561  ColorGradeBlending                            integer/
1562  ColorGradeGlobalHue                           integer/
1563  ColorGradeGlobalLum                           integer/
1564  ColorGradeGlobalSat                           integer/
1565  ColorGradeHighlightLum                        integer/
1566  ColorGradeMidtoneHue                          integer/
1567  ColorGradeMidtoneLum                          integer/
1568  ColorGradeMidtoneSat                          integer/
1569  ColorGradeShadowLum                           integer/
1570  ColorNoiseReduction                           integer/
1571  ColorNoiseReductionDetail                     integer/
1572  ColorNoiseReductionSmoothness                 integer/
1573  ContactInfo                                   string/
1574  Contrast                                      integer/
1575  Contrast2012                                  integer/
1576  Converter                                     string/
1577  ConvertToGrayscale                            boolean/
1578  Copyright                                     string/
1579  CropAngle                                     real/
1580  CropBottom                                    real/
1581  CropConstrainToWarp                           integer/
1582  CropHeight                                    real/
1583  CropLeft                                      real/
1584  CropRight                                     real/
1585  CropTop                                       real/
1586  CropUnit                                      integer/
1587  CropUnits                                     integer/
1588  CropWidth                                     real/
1589  DefaultAutoGray                               boolean/
1590  DefaultAutoTone                               boolean/
1591  DefaultsSpecificToISO                         boolean/
1592  DefaultsSpecificToSerial                      boolean/
1593  Defringe                                      integer/
1594  DefringeGreenAmount                           integer/
1595  DefringeGreenHueHi                            integer/
1596  DefringeGreenHueLo                            integer/
1597  DefringePurpleAmount                          integer/
1598  DefringePurpleHueHi                           integer/
1599  DefringePurpleHueLo                           integer/
1600  Dehaze                                        real/
1601  Description                                   lang-alt/
1602  DNGIgnoreSidecars                             boolean/
1603  Exposure                                      real/
1604  Exposure2012                                  real/
1605  FillLight                                     integer/
1606  GradientBasedCorrections                      Correction Struct+
1607  GradientBasedCorrActive                       boolean/_
1608  GradientBasedCorrAmount                       real/_
1609  GradientBasedCorrMasks                        CorrectionMask Struct_+
1610  GradientBasedCorrMaskAlpha                    real/_
1611  GradientBasedCorrMaskAngle                    real/_
1612  GradientBasedCorrMaskBottom                   real/_
1613  GradientBasedCorrMaskCenterValue              real/_
1614  GradientBasedCorrMaskCenterWeight             real/_
1615  GradientBasedCorrMaskDabs                     string/_
1616  GradientBasedCorrMaskFeather                  real/_
1617  GradientBasedCorrMaskFlipped                  boolean/_
1618  GradientBasedCorrMaskFlow                     real/_
1619  GradientBasedCorrMaskFullX                    real/_
1620  GradientBasedCorrMaskFullY                    real/_
1621  GradientBasedCorrMaskLeft                     real/_
1622  GradientBasedCorrMaskValue                    real/_
1623  GradientBasedCorrMaskMidpoint                 real/_
1624  GradientBasedCorrMaskPerimeterValue           real/_
1625  GradientBasedCorrMaskRadius                   real/_
1626  GradientBasedCorrMaskRight                    real/_
1627  GradientBasedCorrMaskRoundness                real/_
1628  GradientBasedCorrMaskSizeX                    real/_
1629  GradientBasedCorrMaskSizeY                    real/_
1630  GradientBasedCorrMaskTop                      real/_
1631  GradientBasedCorrMaskVersion                  integer/_
1632  GradientBasedCorrMaskWhat                     string/_
1633  GradientBasedCorrMaskX                        real/_
1634  GradientBasedCorrMaskY                        real/_
1635  GradientBasedCorrMaskZeroX                    real/_
1636  GradientBasedCorrMaskZeroY                    real/_
1637  GradientBasedCorrRangeMask                    CorrectionRangeMask Struct_+
1638  GradientBasedCorrRangeMaskColorAmount         real/_+
1639  GradientBasedCorrRangeMaskDepthFeather        real/_+
1640  GradientBasedCorrRangeMaskDepthMax            real/_+
1641  GradientBasedCorrRangeMaskDepthMin            real/_+
1642  GradientBasedCorrRangeMaskLumFeather          real/_+
1643  GradientBasedCorrRangeMaskLumMax              real/_+
1644  GradientBasedCorrRangeMaskLumMin              real/_+
1645  GradientBasedCorrRangeMaskType                string/_+
1646  GradientBasedCorrRangeMaskVersion             string/_+
1647  GradientBasedCorrBlacks2012                   real/_
1648  GradientBasedCorrBrightness                   real/_
1649  GradientBasedCorrClarity                      real/_
1650  GradientBasedCorrClarity2012                  real/_
1651  GradientBasedCorrContrast                     real/_
1652  GradientBasedCorrContrast2012                 real/_
1653  GradientBasedCorrDefringe                     real/_
1654  GradientBasedCorrDehaze                       real/_
1655  GradientBasedCorrExposure                     real/_
1656  GradientBasedCorrExposure2012                 real/_
1657  GradientBasedCorrHighlights2012               real/_
1658  GradientBasedCorrHue                          real/_
1659  GradientBasedCorrLuminanceNoise               real/_
1660  GradientBasedCorrMoire                        real/_
1661  GradientBasedCorrSaturation                   real/_
1662  GradientBasedCorrShadows2012                  real/_
1663  GradientBasedCorrSharpness                    real/_
1664  GradientBasedCorrTemperature                  real/_
1665  GradientBasedCorrTexture                      real/_
1666  GradientBasedCorrTint                         real/_
1667  GradientBasedCorrHue                          real/_
1668  GradientBasedCorrSaturation                   real/_
1669  GradientBasedCorrWhites2012                   real/_
1670  GradientBasedCorrWhat                         string/_
1671  GrainAmount                                   integer/
1672  GrainFrequency                                integer/
1673  GrainSeed                                     integer/
1674  GrainSize                                     integer/
1675  GrayMixerAqua                                 integer/
1676  GrayMixerBlue                                 integer/
1677  GrayMixerGreen                                integer/
1678  GrayMixerMagenta                              integer/
1679  GrayMixerOrange                               integer/
1680  GrayMixerPurple                               integer/
1681  GrayMixerRed                                  integer/
1682  GrayMixerYellow                               integer/
1683  GreenHue                                      integer/
1684  GreenSaturation                               integer/
1685  Group                                         lang-alt/
1686  HasCrop                                       boolean/
1687  HasSettings                                   boolean/
1688  Highlight2012                                 integer/
1689  HighlightRecovery                             integer/
1690  Highlights2012                                integer/
1691  HueAdjustmentAqua                             integer/
1692  HueAdjustmentBlue                             integer/
1693  HueAdjustmentGreen                            integer/
1694  HueAdjustmentMagenta                          integer/
1695  HueAdjustmentOrange                           integer/
1696  HueAdjustmentPurple                           integer/
1697  HueAdjustmentRed                              integer/
1698  HueAdjustmentYellow                           integer/
1699  IncrementalTemperature                        integer/
1700  IncrementalTint                               integer/
1701  JPEGHandling                                  string/
1702  LensManualDistortionAmount                    integer/
1703  LensProfileChromaticAberrationScale           integer/
1704  LensProfileDigest                             string/
1705  LensProfileDistortionScale                    integer/
1706  LensProfileEnable                             integer/
1707  LensProfileFilename                           string/
1708  LensProfileIsEmbedded                         boolean/
1709  LensProfileMatchKeyCameraModelName            string/
1710  LensProfileMatchKeyExifMake                   string/
1711  LensProfileMatchKeyExifModel                  string/
1712  LensProfileMatchKeyIsRaw                      boolean/
1713  LensProfileMatchKeyLensID                     string/
1714  LensProfileMatchKeyLensInfo                   string/
1715  LensProfileMatchKeyLensName                   string/
1716  LensProfileMatchKeySensorFormatFactor         real/
1717  LensProfileName                               string/
1718  LensProfileSetup                              string/
1719  LensProfileVignettingScale                    integer/
1720  Look                                          Look Struct
1721  LookAmount                                    string/_
1722  LookCluster                                   string/_
1723  LookCopyright                                 string/_
1724  LookGroup                                     lang-alt/_
1725  LookName                                      string/
1726  LookParameters                                LookParms Struct_
1727  LookParametersCameraProfile                   string/_
1728  LookParametersClarity2012                     string/_
1729  LookParametersConvertToGrayscale              string/_
1730  LookParametersLookTable                       string/_
1731  LookParametersProcessVersion                  string/_
1732  LookParametersToneCurvePV2012                 string/_+
1733  LookParametersVersion                         string/_
1734  LookSupportsAmount                            string/_
1735  LookSupportsMonochrome                        string/_
1736  LookSupportsOutputReferred                    string/_
1737  LookUUID                                      string/_
1738  LuminanceAdjustmentAqua                       integer/
1739  LuminanceAdjustmentBlue                       integer/
1740  LuminanceAdjustmentGreen                      integer/
1741  LuminanceAdjustmentMagenta                    integer/
1742  LuminanceAdjustmentOrange                     integer/
1743  LuminanceAdjustmentPurple                     integer/
1744  LuminanceAdjustmentRed                        integer/
1745  LuminanceAdjustmentYellow                     integer/
1746  LuminanceNoiseReductionContrast               integer/
1747  LuminanceNoiseReductionDetail                 integer/
1748  LuminanceSmoothing                            integer/
1749  MoireFilter                                   string/
1750  Name                                          lang-alt/
1751  NegativeCacheLargePreviewSize                 integer/
1752  NegativeCacheMaximumSize                      real/
1753  NegativeCachePath                             string/
1754  OverrideLookVignette                          boolean/
1755  PaintBasedCorrections                         Correction Struct+
1756  PaintCorrectionActive                         boolean/_
1757  PaintCorrectionAmount                         real/_
1758  PaintBasedCorrectionMasks                     CorrectionMask Struct_+
1759  PaintCorrectionMaskAlpha                      real/_
1760  PaintCorrectionMaskAngle                      real/_
1761  PaintCorrectionMaskBottom                     real/_
1762  PaintCorrectionMaskCenterValue                real/_
1763  PaintCorrectionMaskCenterWeight               real/_
1764  PaintCorrectionMaskDabs                       string/_
1765  PaintCorrectionMaskFeather                    real/_
1766  PaintCorrectionMaskFlipped                    boolean/_
1767  PaintCorrectionMaskFlow                       real/_
1768  PaintCorrectionMaskFullX                      real/_
1769  PaintCorrectionMaskFullY                      real/_
1770  PaintCorrectionMaskLeft                       real/_
1771  PaintCorrectionMaskValue                      real/_
1772  PaintCorrectionMaskMidpoint                   real/_
1773  PaintCorrectionMaskPerimeterValue             real/_
1774  PaintCorrectionMaskRadius                     real/_
1775  PaintCorrectionMaskRight                      real/_
1776  PaintCorrectionMaskRoundness                  real/_
1777  PaintCorrectionMaskSizeX                      real/_
1778  PaintCorrectionMaskSizeY                      real/_
1779  PaintCorrectionMaskTop                        real/_
1780  PaintCorrectionMaskVersion                    integer/_
1781  PaintCorrectionMaskWhat                       string/_
1782  PaintCorrectionMaskX                          real/_
1783  PaintCorrectionMaskY                          real/_
1784  PaintCorrectionMaskZeroX                      real/_
1785  PaintCorrectionMaskZeroY                      real/_
1786  PaintCorrectionRangeMask                      CorrectionRangeMask Struct_+
1787  PaintCorrectionRangeMaskColorAmount           real/_+
1788  PaintCorrectionRangeMaskDepthFeather          real/_+
1789  PaintCorrectionRangeMaskDepthMax              real/_+
1790  PaintCorrectionRangeMaskDepthMin              real/_+
1791  PaintCorrectionRangeMaskLumFeather            real/_+
1792  PaintCorrectionRangeMaskLumMax                real/_+
1793  PaintCorrectionRangeMaskLumMin                real/_+
1794  PaintCorrectionRangeMaskType                  string/_+
1795  PaintCorrectionRangeMaskVersion               string/_+
1796  PaintCorrectionBlacks2012                     real/_
1797  PaintCorrectionBrightness                     real/_
1798  PaintCorrectionClarity                        real/_
1799  PaintCorrectionClarity2012                    real/_
1800  PaintCorrectionContrast                       real/_
1801  PaintCorrectionContrast2012                   real/_
1802  PaintCorrectionDefringe                       real/_
1803  PaintCorrectionDehaze                         real/_
1804  PaintCorrectionExposure                       real/_
1805  PaintCorrectionExposure2012                   real/_
1806  PaintCorrectionHighlights2012                 real/_
1807  PaintCorrectionHue                            real/_
1808  PaintCorrectionLuminanceNoise                 real/_
1809  PaintCorrectionMoire                          real/_
1810  PaintCorrectionSaturation                     real/_
1811  PaintCorrectionShadows2012                    real/_
1812  PaintCorrectionSharpness                      real/_
1813  PaintCorrectionTemperature                    real/_
1814  PaintCorrectionTexture                        real/_
1815  PaintCorrectionTint                           real/_
1816  PaintCorrectionHue                            real/_
1817  PaintCorrectionSaturation                     real/_
1818  PaintCorrectionWhites2012                     real/_
1819  PaintCorrectionWhat                           string/_
1820  ParametricDarks                               integer/
1821  ParametricHighlights                          integer/
1822  ParametricHighlightSplit                      integer/
1823  ParametricLights                              integer/
1824  ParametricMidtoneSplit                        integer/
1825  ParametricShadows                             integer/
1826  ParametricShadowSplit                         integer/
1827  PerspectiveAspect                             integer/
1828  PerspectiveHorizontal                         integer/
1829  PerspectiveRotate                             real/
1830  PerspectiveScale                              integer/
1831  PerspectiveUpright                            integer/
1832  PerspectiveVertical                           integer/
1833  PerspectiveX                                  real/
1834  PerspectiveY                                  real/
1835  PostCropVignetteAmount                        integer/
1836  PostCropVignetteFeather                       integer/
1837  PostCropVignetteHighlightContrast             integer/
1838  PostCropVignetteMidpoint                      integer/
1839  PostCropVignetteRoundness                     integer/
1840  PostCropVignetteStyle                         integer/
1841  PresetType                                    string/
1842  ProcessVersion                                string/
1843  RawFileName                                   string/
1844  RedEyeInfo                                    string/+
1845  RedHue                                        integer/
1846  RedSaturation                                 integer/
1847  RetouchAreas                                  RetouchArea Struct+
1848  RetouchAreaFeather                            real/_
1849  RetouchAreaMasks                              CorrectionMask Struct_+
1850  RetouchAreaMaskAlpha                          real/_
1851  RetouchAreaMaskAngle                          real/_
1852  RetouchAreaMaskBottom                         real/_
1853  RetouchAreaMaskCenterValue                    real/_
1854  RetouchAreaMaskCenterWeight                   real/_
1855  RetouchAreaMaskDabs                           string/_
1856  RetouchAreaMaskFeather                        real/_
1857  RetouchAreaMaskFlipped                        boolean/_
1858  RetouchAreaMaskFlow                           real/_
1859  RetouchAreaMaskFullX                          real/_
1860  RetouchAreaMaskFullY                          real/_
1861  RetouchAreaMaskLeft                           real/_
1862  RetouchAreaMaskValue                          real/_
1863  RetouchAreaMaskMidpoint                       real/_
1864  RetouchAreaMaskPerimeterValue                 real/_
1865  RetouchAreaMaskRadius                         real/_
1866  RetouchAreaMaskRight                          real/_
1867  RetouchAreaMaskRoundness                      real/_
1868  RetouchAreaMaskSizeX                          real/_
1869  RetouchAreaMaskSizeY                          real/_
1870  RetouchAreaMaskTop                            real/_
1871  RetouchAreaMaskVersion                        integer/_
1872  RetouchAreaMaskWhat                           string/_
1873  RetouchAreaMaskX                              real/_
1874  RetouchAreaMaskY                              real/_
1875  RetouchAreaMaskZeroX                          real/_
1876  RetouchAreaMaskZeroY                          real/_
1877  RetouchAreaMethod                             string/_
1878  RetouchAreaOffsetY                            real/_
1879  RetouchAreaOpacity                            real/_
1880  RetouchAreaSeed                               integer/_
1881  RetouchAreaSourceState                        string/_
1882  RetouchAreaSourceX                            real/_
1883  RetouchAreaSpotType                           string/_
1884  RetouchInfo                                   string/+
1885  Saturation                                    integer/
1886  SaturationAdjustmentAqua                      integer/
1887  SaturationAdjustmentBlue                      integer/
1888  SaturationAdjustmentGreen                     integer/
1889  SaturationAdjustmentMagenta                   integer/
1890  SaturationAdjustmentOrange                    integer/
1891  SaturationAdjustmentPurple                    integer/
1892  SaturationAdjustmentRed                       integer/
1893  SaturationAdjustmentYellow                    integer/
1894  Shadows                                       integer/
1895  Shadows2012                                   integer/
1896  ShadowTint                                    integer/
1897  SharpenDetail                                 integer/
1898  SharpenEdgeMasking                            integer/
1899  SharpenRadius                                 real/
1900  Sharpness                                     integer/
1901  ShortName                                     lang-alt/
1902  Smoothness                                    integer/
1903  SortName                                      lang-alt/
1904  SplitToningBalance                            integer/
1905  SplitToningHighlightHue                       integer/
1906  SplitToningHighlightSaturation                integer/
1907  SplitToningShadowHue                          integer/
1908  SplitToningShadowSaturation                   integer/
1909  SupportsAmount                                boolean/
1910  SupportsColor                                 boolean/
1911  SupportsHighDynamicRange                      boolean/
1912  SupportsMonochrome                            boolean/
1913  SupportsNormalDynamicRange                    boolean/
1914  SupportsOutputReferred                        boolean/
1915  SupportsSceneReferred                         boolean/
1916  ColorTemperature                              integer/
1917  Texture                                       integer/
1918  TIFFHandling                                  string/
1919  Tint                                          integer/
1920  ToggleStyleAmount                             integer/
1921  ToggleStyleDigest                             string/
1922  ToneCurve                                     string/+
1923  ToneCurveBlue                                 string/+
1924  ToneCurveGreen                                string/+
1925  ToneCurveName                                 string/
1926  ToneCurveName2012                             string/
1927  ToneCurvePV2012                               string/+
1928  ToneCurvePV2012Blue                           string/+
1929  ToneCurvePV2012Green                          string/+
1930  ToneCurvePV2012Red                            string/+
1931  ToneCurveRed                                  string/+
1932  ToneMapStrength                               real/
1933  UprightCenterMode                             integer/
1934  UprightCenterNormX                            real/
1935  UprightCenterNormY                            real/
1936  UprightDependentDigest                        string/
1937  UprightFocalLength35mm                        real/
1938  UprightFocalMode                              integer/
1939  UprightFourSegmentsCount                      integer/
1940  UprightPreview                                boolean/
1941  UprightTransform_0                            string/
1942  UprightTransform_1                            string/
1943  UprightTransform_2                            string/
1944  UprightTransform_3                            string/
1945  UprightTransform_4                            string/
1946  UprightTransform_5                            string/
1947  UprightTransformCount                         integer/
1948  UprightVersion                                integer/
1949  UUID                                          string/
1950  Version                                       string/
1951  Vibrance                                      integer/
1952  VignetteAmount                                integer/
1953  VignetteMidpoint                              integer/
1954  What                                          string/
1955  WhiteBalance                                  string/
1956  Whites2012                                    integer/
1957
1958=head3 XMP Correction Struct
1959
1960  Field Name                                    Writable
1961  ----------                                    --------
1962  CorrectionActive                              boolean
1963  CorrectionAmount                              real
1964  CorrectionMasks                               CorrectionMask Struct+
1965  CorrectionRangeMask                           CorrectionRangeMask Struct
1966  LocalBlacks2012                               real
1967  LocalBrightness                               real
1968  LocalClarity                                  real
1969  LocalClarity2012                              real
1970  LocalContrast                                 real
1971  LocalContrast2012                             real
1972  LocalDefringe                                 real
1973  LocalDehaze                                   real
1974  LocalExposure                                 real
1975  LocalExposure2012                             real
1976  LocalHighlights2012                           real
1977  LocalHue                                      real
1978  LocalLuminanceNoise                           real
1979  LocalMoire                                    real
1980  LocalSaturation                               real
1981  LocalShadows2012                              real
1982  LocalSharpness                                real
1983  LocalTemperature                              real
1984  LocalTexture                                  real
1985  LocalTint                                     real
1986  LocalToningHue                                real
1987  LocalToningSaturation                         real
1988  LocalWhites2012                               real
1989  What                                          string
1990
1991=head3 XMP CorrectionMask Struct
1992
1993  Field Name                                    Writable
1994  ----------                                    --------
1995  Alpha                                         real
1996  Angle                                         real
1997  Bottom                                        real
1998  CenterValue                                   real
1999  CenterWeight                                  real
2000  Dabs                                          string+
2001  Feather                                       real
2002  Flipped                                       boolean
2003  Flow                                          real
2004  FullX                                         real
2005  FullY                                         real
2006  Left                                          real
2007  MaskValue                                     real
2008  Midpoint                                      real
2009  PerimeterValue                                real
2010  Radius                                        real
2011  Right                                         real
2012  Roundness                                     real
2013  SizeX                                         real
2014  SizeY                                         real
2015  Top                                           real
2016  Version                                       integer
2017  What                                          string
2018  X                                             real
2019  Y                                             real
2020  ZeroX                                         real
2021  ZeroY                                         real
2022
2023=head3 XMP CorrectionRangeMask Struct
2024
2025  Field Name                                    Writable
2026  ----------                                    --------
2027  ColorAmount                                   real
2028  DepthFeather                                  real
2029  DepthMax                                      real
2030  DepthMin                                      real
2031  LumFeather                                    real
2032  LumMax                                        real
2033  LumMin                                        real
2034  Type                                          string
2035  Version                                       string
2036
2037=head3 XMP Look Struct
2038
2039  Field Name                                    Writable
2040  ----------                                    --------
2041  Amount                                        string
2042  Cluster                                       string
2043  Copyright                                     string
2044  Group                                         lang-alt
2045  Name                                          string
2046  Parameters                                    LookParms Struct
2047  SupportsAmount                                string
2048  SupportsMonochrome                            string
2049  SupportsOutputReferred                        string
2050  UUID                                          string
2051
2052=head3 XMP LookParms Struct
2053
2054  Field Name                                    Writable
2055  ----------                                    --------
2056  CameraProfile                                 string
2057  Clarity2012                                   string
2058  ConvertToGrayscale                            string
2059  LookTable                                     string
2060  ProcessVersion                                string
2061  ToneCurvePV2012                               string+
2062  Version                                       string
2063
2064=head3 XMP RetouchArea Struct
2065
2066  Field Name                                    Writable
2067  ----------                                    --------
2068  Feather                                       real
2069  Masks                                         CorrectionMask Struct+
2070  Method                                        string
2071  OffsetY                                       real
2072  Opacity                                       real
2073  Seed                                          integer
2074  SourceState                                   string
2075  SourceX                                       real
2076  SpotType                                      string
2077
2078=head3 XMP creatorAtom Tags
2079
2080Adobe creatorAtom tags, written by After Effects.
2081
2082These tags belong to the ExifTool XMP-creatorAtom family 1 group.
2083
2084  Tag Name                                      Writable
2085  --------                                      --------
2086  AeProjectLink                                 AEProjectLink Struct
2087  AeProjectLinkCompositionID                    string_
2088  AeProjectLinkFullPath                         string_
2089  AeProjectLinkRenderOutputModuleIndex          string_
2090  AeProjectLinkRenderQueueItemID                string_
2091  AeProjectLinkRenderTimeStamp                  integer_
2092  MacAtom                                       MacAtom Struct
2093  MacAtomApplicationCode                        string_
2094  MacAtomInvocationAppleEvent                   string_
2095  MacAtomPosixProjectPath                       string_
2096  WindowsAtom                                   WindowsAtom Struct
2097  WindowsAtomExtension                          string_
2098  WindowsAtomInvocationFlags                    string_
2099  WindowsAtomUncProjectPath                     string_
2100
2101=head3 XMP AEProjectLink Struct
2102
2103  Field Name                                    Writable
2104  ----------                                    --------
2105  CompositionID                                 string
2106  FullPath                                      string
2107  RenderOutputModuleIndex                       string
2108  RenderQueueItemID                             string
2109  RenderTimeStamp                               integer
2110
2111=head3 XMP MacAtom Struct
2112
2113  Field Name                                    Writable
2114  ----------                                    --------
2115  ApplicationCode                               string
2116  InvocationAppleEvent                          string
2117  PosixProjectPath                              string
2118
2119=head3 XMP WindowsAtom Struct
2120
2121  Field Name                                    Writable
2122  ----------                                    --------
2123  Extension                                     string
2124  InvocationFlags                               string
2125  UncProjectPath                                string
2126
2127=head3 XMP crs Tags
2128
2129Photoshop Camera Raw namespace tags.  It is a shame that Adobe pollutes the
2130metadata space with these incredibly bulky image editing parameters.
2131
2132These tags belong to the ExifTool XMP-crs family 1 group.
2133
2134  Tag Name                                      Writable
2135  --------                                      --------
2136  AlreadyApplied                                boolean
2137  AutoBrightness                                boolean
2138  AutoContrast                                  boolean
2139  AutoExposure                                  boolean
2140  AutoLateralCA                                 integer
2141  AutoShadows                                   boolean
2142  AutoTone                                      boolean
2143  AutoToneDigest                                string
2144  AutoToneDigestNoSat                           string
2145  AutoWhiteVersion                              integer
2146  Blacks2012                                    integer
2147  BlueHue                                       integer
2148  BlueSaturation                                integer
2149  Brightness                                    integer
2150  CameraModelRestriction                        string
2151  CameraProfile                                 string
2152  CameraProfileDigest                           string
2153  ChromaticAberrationB                          integer
2154  ChromaticAberrationR                          integer
2155  CircularGradientBasedCorrections              Correction Struct+
2156  CircGradBasedCorrActive                       boolean_
2157  CircGradBasedCorrAmount                       real_
2158  CircGradBasedCorrMasks                        CorrectionMask Struct_+
2159  CircGradBasedCorrMaskAlpha                    real_
2160  CircGradBasedCorrMaskAngle                    real_
2161  CircGradBasedCorrMaskBottom                   real_
2162  CircGradBasedCorrMaskCenterValue              real_
2163  CircGradBasedCorrMaskCenterWeight             real_
2164  CircGradBasedCorrMaskDabs                     string_
2165  CircGradBasedCorrMaskFeather                  real_
2166  CircGradBasedCorrMaskFlipped                  boolean_
2167  CircGradBasedCorrMaskFlow                     real_
2168  CircGradBasedCorrMaskFullX                    real_
2169  CircGradBasedCorrMaskFullY                    real_
2170  CircGradBasedCorrMaskLeft                     real_
2171  CircGradBasedCorrMaskValue                    real_
2172  CircGradBasedCorrMaskMidpoint                 real_
2173  CircGradBasedCorrMaskPerimeterValue           real_
2174  CircGradBasedCorrMaskRadius                   real_
2175  CircGradBasedCorrMaskRight                    real_
2176  CircGradBasedCorrMaskRoundness                real_
2177  CircGradBasedCorrMaskSizeX                    real_
2178  CircGradBasedCorrMaskSizeY                    real_
2179  CircGradBasedCorrMaskTop                      real_
2180  CircGradBasedCorrMaskVersion                  integer_
2181  CircGradBasedCorrMaskWhat                     string_
2182  CircGradBasedCorrMaskX                        real_
2183  CircGradBasedCorrMaskY                        real_
2184  CircGradBasedCorrMaskZeroX                    real_
2185  CircGradBasedCorrMaskZeroY                    real_
2186  CircGradBasedCorrRangeMask                    CorrectionRangeMask Struct_+
2187  CircGradBasedCorrRangeMaskColorAmount         real_+
2188  CircGradBasedCorrRangeMaskDepthFeather        real_+
2189  CircGradBasedCorrRangeMaskDepthMax            real_+
2190  CircGradBasedCorrRangeMaskDepthMin            real_+
2191  CircGradBasedCorrRangeMaskLumFeather          real_+
2192  CircGradBasedCorrRangeMaskLumMax              real_+
2193  CircGradBasedCorrRangeMaskLumMin              real_+
2194  CircGradBasedCorrRangeMaskType                string_+
2195  CircGradBasedCorrRangeMaskVersion             string_+
2196  CircGradBasedCorrBlacks2012                   real_
2197  CircGradBasedCorrBrightness                   real_
2198  CircGradBasedCorrClarity                      real_
2199  CircGradBasedCorrClarity2012                  real_
2200  CircGradBasedCorrContrast                     real_
2201  CircGradBasedCorrContrast2012                 real_
2202  CircGradBasedCorrDefringe                     real_
2203  CircGradBasedCorrDehaze                       real_
2204  CircGradBasedCorrExposure                     real_
2205  CircGradBasedCorrExposure2012                 real_
2206  CircGradBasedCorrHighlights2012               real_
2207  CircGradBasedCorrHue                          real_
2208  CircGradBasedCorrLuminanceNoise               real_
2209  CircGradBasedCorrMoire                        real_
2210  CircGradBasedCorrSaturation                   real_
2211  CircGradBasedCorrShadows2012                  real_
2212  CircGradBasedCorrSharpness                    real_
2213  CircGradBasedCorrTemperature                  real_
2214  CircGradBasedCorrTexture                      real_
2215  CircGradBasedCorrTint                         real_
2216  CircGradBasedCorrHue                          real_
2217  CircGradBasedCorrSaturation                   real_
2218  CircGradBasedCorrWhites2012                   real_
2219  CircGradBasedCorrWhat                         string_
2220  Clarity                                       integer
2221  Clarity2012                                   integer
2222  ClipboardAspectRatio                          integer
2223  ClipboardOrientation                          integer
2224  Cluster                                       string
2225  ColorGradeBlending                            integer
2226  ColorGradeGlobalHue                           integer
2227  ColorGradeGlobalLum                           integer
2228  ColorGradeGlobalSat                           integer
2229  ColorGradeHighlightLum                        integer
2230  ColorGradeMidtoneHue                          integer
2231  ColorGradeMidtoneLum                          integer
2232  ColorGradeMidtoneSat                          integer
2233  ColorGradeShadowLum                           integer
2234  ColorNoiseReduction                           integer
2235  ColorNoiseReductionDetail                     integer
2236  ColorNoiseReductionSmoothness                 integer
2237  ContactInfo                                   string
2238  Contrast                                      integer/
2239  Contrast2012                                  integer
2240  Converter                                     string
2241  ConvertToGrayscale                            boolean
2242  Copyright                                     string/
2243  CropAngle                                     real
2244  CropBottom                                    real
2245  CropConstrainToWarp                           integer
2246  CropHeight                                    real
2247  CropLeft                                      real
2248  CropRight                                     real
2249  CropTop                                       real
2250  CropUnit                                      integer
2251  CropUnits                                     integer
2252  CropWidth                                     real
2253  DefaultAutoGray                               boolean
2254  DefaultAutoTone                               boolean
2255  DefaultsSpecificToISO                         boolean
2256  DefaultsSpecificToSerial                      boolean
2257  Defringe                                      integer
2258  DefringeGreenAmount                           integer
2259  DefringeGreenHueHi                            integer
2260  DefringeGreenHueLo                            integer
2261  DefringePurpleAmount                          integer
2262  DefringePurpleHueHi                           integer
2263  DefringePurpleHueLo                           integer
2264  Dehaze                                        real
2265  Description                                   lang-alt/
2266  DNGIgnoreSidecars                             boolean
2267  Exposure                                      real
2268  Exposure2012                                  real
2269  FillLight                                     integer
2270  GradientBasedCorrections                      Correction Struct+
2271  GradientBasedCorrActive                       boolean_
2272  GradientBasedCorrAmount                       real_
2273  GradientBasedCorrMasks                        CorrectionMask Struct_+
2274  GradientBasedCorrMaskAlpha                    real_
2275  GradientBasedCorrMaskAngle                    real_
2276  GradientBasedCorrMaskBottom                   real_
2277  GradientBasedCorrMaskCenterValue              real_
2278  GradientBasedCorrMaskCenterWeight             real_
2279  GradientBasedCorrMaskDabs                     string_
2280  GradientBasedCorrMaskFeather                  real_
2281  GradientBasedCorrMaskFlipped                  boolean_
2282  GradientBasedCorrMaskFlow                     real_
2283  GradientBasedCorrMaskFullX                    real_
2284  GradientBasedCorrMaskFullY                    real_
2285  GradientBasedCorrMaskLeft                     real_
2286  GradientBasedCorrMaskValue                    real_
2287  GradientBasedCorrMaskMidpoint                 real_
2288  GradientBasedCorrMaskPerimeterValue           real_
2289  GradientBasedCorrMaskRadius                   real_
2290  GradientBasedCorrMaskRight                    real_
2291  GradientBasedCorrMaskRoundness                real_
2292  GradientBasedCorrMaskSizeX                    real_
2293  GradientBasedCorrMaskSizeY                    real_
2294  GradientBasedCorrMaskTop                      real_
2295  GradientBasedCorrMaskVersion                  integer_
2296  GradientBasedCorrMaskWhat                     string_
2297  GradientBasedCorrMaskX                        real_
2298  GradientBasedCorrMaskY                        real_
2299  GradientBasedCorrMaskZeroX                    real_
2300  GradientBasedCorrMaskZeroY                    real_
2301  GradientBasedCorrRangeMask                    CorrectionRangeMask Struct_+
2302  GradientBasedCorrRangeMaskColorAmount         real_+
2303  GradientBasedCorrRangeMaskDepthFeather        real_+
2304  GradientBasedCorrRangeMaskDepthMax            real_+
2305  GradientBasedCorrRangeMaskDepthMin            real_+
2306  GradientBasedCorrRangeMaskLumFeather          real_+
2307  GradientBasedCorrRangeMaskLumMax              real_+
2308  GradientBasedCorrRangeMaskLumMin              real_+
2309  GradientBasedCorrRangeMaskType                string_+
2310  GradientBasedCorrRangeMaskVersion             string_+
2311  GradientBasedCorrBlacks2012                   real_
2312  GradientBasedCorrBrightness                   real_
2313  GradientBasedCorrClarity                      real_
2314  GradientBasedCorrClarity2012                  real_
2315  GradientBasedCorrContrast                     real_
2316  GradientBasedCorrContrast2012                 real_
2317  GradientBasedCorrDefringe                     real_
2318  GradientBasedCorrDehaze                       real_
2319  GradientBasedCorrExposure                     real_
2320  GradientBasedCorrExposure2012                 real_
2321  GradientBasedCorrHighlights2012               real_
2322  GradientBasedCorrHue                          real_
2323  GradientBasedCorrLuminanceNoise               real_
2324  GradientBasedCorrMoire                        real_
2325  GradientBasedCorrSaturation                   real_
2326  GradientBasedCorrShadows2012                  real_
2327  GradientBasedCorrSharpness                    real_
2328  GradientBasedCorrTemperature                  real_
2329  GradientBasedCorrTexture                      real_
2330  GradientBasedCorrTint                         real_
2331  GradientBasedCorrHue                          real_
2332  GradientBasedCorrSaturation                   real_
2333  GradientBasedCorrWhites2012                   real_
2334  GradientBasedCorrWhat                         string_
2335  GrainAmount                                   integer
2336  GrainFrequency                                integer
2337  GrainSeed                                     integer
2338  GrainSize                                     integer
2339  GrayMixerAqua                                 integer
2340  GrayMixerBlue                                 integer
2341  GrayMixerGreen                                integer
2342  GrayMixerMagenta                              integer
2343  GrayMixerOrange                               integer
2344  GrayMixerPurple                               integer
2345  GrayMixerRed                                  integer
2346  GrayMixerYellow                               integer
2347  GreenHue                                      integer
2348  GreenSaturation                               integer
2349  Group                                         lang-alt/
2350  HasCrop                                       boolean
2351  HasSettings                                   boolean
2352  Highlight2012                                 integer
2353  HighlightRecovery                             integer
2354  Highlights2012                                integer
2355  HueAdjustmentAqua                             integer
2356  HueAdjustmentBlue                             integer
2357  HueAdjustmentGreen                            integer
2358  HueAdjustmentMagenta                          integer
2359  HueAdjustmentOrange                           integer
2360  HueAdjustmentPurple                           integer
2361  HueAdjustmentRed                              integer
2362  HueAdjustmentYellow                           integer
2363  IncrementalTemperature                        integer
2364  IncrementalTint                               integer
2365  JPEGHandling                                  string
2366  LensManualDistortionAmount                    integer
2367  LensProfileChromaticAberrationScale           integer
2368  LensProfileDigest                             string
2369  LensProfileDistortionScale                    integer
2370  LensProfileEnable                             integer
2371  LensProfileFilename                           string
2372  LensProfileIsEmbedded                         boolean
2373  LensProfileMatchKeyCameraModelName            string
2374  LensProfileMatchKeyExifMake                   string
2375  LensProfileMatchKeyExifModel                  string
2376  LensProfileMatchKeyIsRaw                      boolean
2377  LensProfileMatchKeyLensID                     string
2378  LensProfileMatchKeyLensInfo                   string
2379  LensProfileMatchKeyLensName                   string
2380  LensProfileMatchKeySensorFormatFactor         real
2381  LensProfileName                               string
2382  LensProfileSetup                              string
2383  LensProfileVignettingScale                    integer
2384  Look                                          Look Struct
2385  LookAmount                                    string_
2386  LookCluster                                   string_
2387  LookCopyright                                 string_
2388  LookGroup                                     lang-alt_
2389  LookName                                      string
2390  LookParameters                                LookParms Struct_
2391  LookParametersCameraProfile                   string_
2392  LookParametersClarity2012                     string_
2393  LookParametersConvertToGrayscale              string_
2394  LookParametersLookTable                       string_
2395  LookParametersProcessVersion                  string_
2396  LookParametersToneCurvePV2012                 string_+
2397  LookParametersVersion                         string_
2398  LookSupportsAmount                            string_
2399  LookSupportsMonochrome                        string_
2400  LookSupportsOutputReferred                    string_
2401  LookUUID                                      string_
2402  LuminanceAdjustmentAqua                       integer
2403  LuminanceAdjustmentBlue                       integer
2404  LuminanceAdjustmentGreen                      integer
2405  LuminanceAdjustmentMagenta                    integer
2406  LuminanceAdjustmentOrange                     integer
2407  LuminanceAdjustmentPurple                     integer
2408  LuminanceAdjustmentRed                        integer
2409  LuminanceAdjustmentYellow                     integer
2410  LuminanceNoiseReductionContrast               integer
2411  LuminanceNoiseReductionDetail                 integer
2412  LuminanceSmoothing                            integer
2413  MoireFilter                                   string
2414  Name                                          lang-alt/
2415  NegativeCacheLargePreviewSize                 integer
2416  NegativeCacheMaximumSize                      real
2417  NegativeCachePath                             string
2418  OverrideLookVignette                          boolean
2419  PaintBasedCorrections                         Correction Struct+
2420  PaintCorrectionActive                         boolean_
2421  PaintCorrectionAmount                         real_
2422  PaintBasedCorrectionMasks                     CorrectionMask Struct_+
2423  PaintCorrectionMaskAlpha                      real_
2424  PaintCorrectionMaskAngle                      real_
2425  PaintCorrectionMaskBottom                     real_
2426  PaintCorrectionMaskCenterValue                real_
2427  PaintCorrectionMaskCenterWeight               real_
2428  PaintCorrectionMaskDabs                       string_
2429  PaintCorrectionMaskFeather                    real_
2430  PaintCorrectionMaskFlipped                    boolean_
2431  PaintCorrectionMaskFlow                       real_
2432  PaintCorrectionMaskFullX                      real_
2433  PaintCorrectionMaskFullY                      real_
2434  PaintCorrectionMaskLeft                       real_
2435  PaintCorrectionMaskValue                      real_
2436  PaintCorrectionMaskMidpoint                   real_
2437  PaintCorrectionMaskPerimeterValue             real_
2438  PaintCorrectionMaskRadius                     real_
2439  PaintCorrectionMaskRight                      real_
2440  PaintCorrectionMaskRoundness                  real_
2441  PaintCorrectionMaskSizeX                      real_
2442  PaintCorrectionMaskSizeY                      real_
2443  PaintCorrectionMaskTop                        real_
2444  PaintCorrectionMaskVersion                    integer_
2445  PaintCorrectionMaskWhat                       string_
2446  PaintCorrectionMaskX                          real_
2447  PaintCorrectionMaskY                          real_
2448  PaintCorrectionMaskZeroX                      real_
2449  PaintCorrectionMaskZeroY                      real_
2450  PaintCorrectionRangeMask                      CorrectionRangeMask Struct_+
2451  PaintCorrectionRangeMaskColorAmount           real_+
2452  PaintCorrectionRangeMaskDepthFeather          real_+
2453  PaintCorrectionRangeMaskDepthMax              real_+
2454  PaintCorrectionRangeMaskDepthMin              real_+
2455  PaintCorrectionRangeMaskLumFeather            real_+
2456  PaintCorrectionRangeMaskLumMax                real_+
2457  PaintCorrectionRangeMaskLumMin                real_+
2458  PaintCorrectionRangeMaskType                  string_+
2459  PaintCorrectionRangeMaskVersion               string_+
2460  PaintCorrectionBlacks2012                     real_
2461  PaintCorrectionBrightness                     real_
2462  PaintCorrectionClarity                        real_
2463  PaintCorrectionClarity2012                    real_
2464  PaintCorrectionContrast                       real_
2465  PaintCorrectionContrast2012                   real_
2466  PaintCorrectionDefringe                       real_
2467  PaintCorrectionDehaze                         real_
2468  PaintCorrectionExposure                       real_
2469  PaintCorrectionExposure2012                   real_
2470  PaintCorrectionHighlights2012                 real_
2471  PaintCorrectionHue                            real_
2472  PaintCorrectionLuminanceNoise                 real_
2473  PaintCorrectionMoire                          real_
2474  PaintCorrectionSaturation                     real_
2475  PaintCorrectionShadows2012                    real_
2476  PaintCorrectionSharpness                      real_
2477  PaintCorrectionTemperature                    real_
2478  PaintCorrectionTexture                        real_
2479  PaintCorrectionTint                           real_
2480  PaintCorrectionHue                            real_
2481  PaintCorrectionSaturation                     real_
2482  PaintCorrectionWhites2012                     real_
2483  PaintCorrectionWhat                           string_
2484  ParametricDarks                               integer
2485  ParametricHighlights                          integer
2486  ParametricHighlightSplit                      integer
2487  ParametricLights                              integer
2488  ParametricMidtoneSplit                        integer
2489  ParametricShadows                             integer
2490  ParametricShadowSplit                         integer
2491  PerspectiveAspect                             integer
2492  PerspectiveHorizontal                         integer
2493  PerspectiveRotate                             real
2494  PerspectiveScale                              integer
2495  PerspectiveUpright                            integer
2496  PerspectiveVertical                           integer
2497  PerspectiveX                                  real
2498  PerspectiveY                                  real
2499  PostCropVignetteAmount                        integer
2500  PostCropVignetteFeather                       integer
2501  PostCropVignetteHighlightContrast             integer
2502  PostCropVignetteMidpoint                      integer
2503  PostCropVignetteRoundness                     integer
2504  PostCropVignetteStyle                         integer
2505  PresetType                                    string
2506  ProcessVersion                                string
2507  RawFileName                                   string
2508  RedEyeInfo                                    string+
2509  RedHue                                        integer
2510  RedSaturation                                 integer
2511  RetouchAreas                                  RetouchArea Struct+
2512  RetouchAreaFeather                            real_
2513  RetouchAreaMasks                              CorrectionMask Struct_+
2514  RetouchAreaMaskAlpha                          real_
2515  RetouchAreaMaskAngle                          real_
2516  RetouchAreaMaskBottom                         real_
2517  RetouchAreaMaskCenterValue                    real_
2518  RetouchAreaMaskCenterWeight                   real_
2519  RetouchAreaMaskDabs                           string_
2520  RetouchAreaMaskFeather                        real_
2521  RetouchAreaMaskFlipped                        boolean_
2522  RetouchAreaMaskFlow                           real_
2523  RetouchAreaMaskFullX                          real_
2524  RetouchAreaMaskFullY                          real_
2525  RetouchAreaMaskLeft                           real_
2526  RetouchAreaMaskValue                          real_
2527  RetouchAreaMaskMidpoint                       real_
2528  RetouchAreaMaskPerimeterValue                 real_
2529  RetouchAreaMaskRadius                         real_
2530  RetouchAreaMaskRight                          real_
2531  RetouchAreaMaskRoundness                      real_
2532  RetouchAreaMaskSizeX                          real_
2533  RetouchAreaMaskSizeY                          real_
2534  RetouchAreaMaskTop                            real_
2535  RetouchAreaMaskVersion                        integer_
2536  RetouchAreaMaskWhat                           string_
2537  RetouchAreaMaskX                              real_
2538  RetouchAreaMaskY                              real_
2539  RetouchAreaMaskZeroX                          real_
2540  RetouchAreaMaskZeroY                          real_
2541  RetouchAreaMethod                             string_
2542  RetouchAreaOffsetY                            real_
2543  RetouchAreaOpacity                            real_
2544  RetouchAreaSeed                               integer_
2545  RetouchAreaSourceState                        string_
2546  RetouchAreaSourceX                            real_
2547  RetouchAreaSpotType                           string_
2548  RetouchInfo                                   string+
2549  Saturation                                    integer/
2550  SaturationAdjustmentAqua                      integer
2551  SaturationAdjustmentBlue                      integer
2552  SaturationAdjustmentGreen                     integer
2553  SaturationAdjustmentMagenta                   integer
2554  SaturationAdjustmentOrange                    integer
2555  SaturationAdjustmentPurple                    integer
2556  SaturationAdjustmentRed                       integer
2557  SaturationAdjustmentYellow                    integer
2558  Shadows                                       integer
2559  Shadows2012                                   integer
2560  ShadowTint                                    integer
2561  SharpenDetail                                 integer
2562  SharpenEdgeMasking                            integer
2563  SharpenRadius                                 real
2564  Sharpness                                     integer/
2565  ShortName                                     lang-alt
2566  Smoothness                                    integer
2567  SortName                                      lang-alt
2568  SplitToningBalance                            integer
2569  SplitToningHighlightHue                       integer
2570  SplitToningHighlightSaturation                integer
2571  SplitToningShadowHue                          integer
2572  SplitToningShadowSaturation                   integer
2573  SupportsAmount                                boolean
2574  SupportsColor                                 boolean
2575  SupportsHighDynamicRange                      boolean
2576  SupportsMonochrome                            boolean
2577  SupportsNormalDynamicRange                    boolean
2578  SupportsOutputReferred                        boolean
2579  SupportsSceneReferred                         boolean
2580  ColorTemperature                              integer
2581  Texture                                       integer
2582  TIFFHandling                                  string
2583  Tint                                          integer
2584  ToggleStyleAmount                             integer
2585  ToggleStyleDigest                             string
2586  ToneCurve                                     string+
2587  ToneCurveBlue                                 string+
2588  ToneCurveGreen                                string+
2589  ToneCurveName                                 string
2590  ToneCurveName2012                             string
2591  ToneCurvePV2012                               string+
2592  ToneCurvePV2012Blue                           string+
2593  ToneCurvePV2012Green                          string+
2594  ToneCurvePV2012Red                            string+
2595  ToneCurveRed                                  string+
2596  ToneMapStrength                               real
2597  UprightCenterMode                             integer
2598  UprightCenterNormX                            real
2599  UprightCenterNormY                            real
2600  UprightDependentDigest                        string
2601  UprightFocalLength35mm                        real
2602  UprightFocalMode                              integer
2603  UprightFourSegmentsCount                      integer
2604  UprightPreview                                boolean
2605  UprightTransform_0                            string
2606  UprightTransform_1                            string
2607  UprightTransform_2                            string
2608  UprightTransform_3                            string
2609  UprightTransform_4                            string
2610  UprightTransform_5                            string
2611  UprightTransformCount                         integer
2612  UprightVersion                                integer
2613  UUID                                          string/
2614  Version                                       string
2615  Vibrance                                      integer
2616  VignetteAmount                                integer
2617  VignetteMidpoint                              integer
2618  What                                          string
2619  WhiteBalance                                  string/
2620  Whites2012                                    integer
2621
2622=head3 XMP dc Tags
2623
2624Dublin Core namespace tags.
2625
2626These tags belong to the ExifTool XMP-dc family 1 group.
2627
2628  Tag Name                                      Writable
2629  --------                                      --------
2630  Contributor                                   string+
2631  Coverage                                      string
2632  Creator                                       string+
2633  Date                                          date+
2634  Description                                   lang-alt
2635  Format                                        string
2636  Identifier                                    string
2637  Language                                      string+
2638  Publisher                                     string+
2639  Relation                                      string+
2640  Rights                                        lang-alt
2641  Source                                        string/
2642  Subject                                       string+
2643  Title                                         lang-alt
2644  Type                                          string+
2645
2646=head3 XMP Device Tags
2647
2648Google depth-map Device tags.  See
2649L<https://developer.android.com/training/camera2/Dynamic-depth-v1.0.pdf> for
2650the specification.
2651
2652These tags belong to the ExifTool XMP-Device family 1 group.
2653
2654  Tag Name                                      Writable
2655  --------                                      --------
2656  AppInfo                                       AppInfo Struct
2657  AppInfoApplication                            string_
2658  AppInfoItemURI                                string_
2659  AppInfoVersion                                string_
2660  Cameras                                       DeviceCameras Struct+
2661  Camera                                        DeviceCamera Struct_+
2662  CameraAppInfo                                 AppInfo Struct_+
2663  CameraAppInfoApplication                      string_+
2664  CameraAppInfoItemURI                          string_+
2665  CameraAppInfoVersion                          string_+
2666  CameraDepthMap                                DeviceDepthMap Struct_+
2667  CameraDepthMapConfidenceURI                   string_+
2668  CameraDepthMapDepthURI                        string_+
2669  CameraDepthMapFar                             real_+
2670  CameraDepthMapFocalTable                      string_+
2671  CameraDepthMapFocalTableEntryCount            integer_+
2672  CameraDepthMapFormat                          string_+
2673  CameraDepthMapItemSemantic                    string_+
2674  CameraDepthMapMeasureType                     string_+
2675  CameraDepthMapNear                            real_+
2676  CameraDepthMapSoftware                        string_+
2677  CameraDepthMapUnits                           string_+
2678  CameraImage                                   DeviceImage Struct_+
2679  CameraImageItemSemantic                       string_+
2680  CameraImageItemURI                            string_+
2681  CameraImagingModel                            DeviceImagingModel Struct_+
2682  CameraImagingModelDistortion                  string_+
2683  CameraImagingModelDistortionCount             integer_+
2684  CameraImagingModelFocalLengthX                real_+
2685  CameraImagingModelFocalLengthY                real_+
2686  CameraImagingModelImageHeight                 integer_+
2687  CameraImagingModelImageWidth                  integer_+
2688  CameraImagingModelPixelAspectRatio            real_+
2689  CameraImagingModelPrincipalPointX             real_+
2690  CameraImagingModelPrincipalPointY             real_+
2691  CameraImagingModelSkew                        real_+
2692  CameraLightEstimate                           DeviceLightEstimate Struct_+
2693  CameraLightEstimateColorCorrectionB           real_+
2694  CameraLightEstimateColorCorrectionG           real_+
2695  CameraLightEstimateColorCorrectionR           real_+
2696  CameraLightEstimatePixelIntensity             real_+
2697  CameraPointCloud                              DevicePointCloud Struct_+
2698  CameraPointCloudMetric                        boolean_+
2699  CameraPointCloudPointCloud                    integer_+
2700  CameraPointCloudPoints                        string_+
2701  CameraPose                                    Pose Struct_+
2702  CameraPosePositionX                           real_+
2703  CameraPosePositionY                           real_+
2704  CameraPosePositionZ                           real_+
2705  CameraPoseRotationW                           real_+
2706  CameraPoseRotationX                           real_+
2707  CameraPoseRotationY                           real_+
2708  CameraPoseRotationZ                           real_+
2709  CameraPoseTimestamp                           integer_+
2710  CameraTrait                                   string_+
2711  CameraVendorInfo                              VendorInfo Struct_+
2712  CameraVendorInfoManufacturer                  string_+
2713  CameraVendorInfoModel                         string_+
2714  CameraVendorInfoNotes                         string_+
2715  Container                                     DeviceContainer Struct
2716  ContainerDirectory                            DeviceDirectory Struct_+
2717  ContainerDirectoryItem                        DeviceItem Struct_+
2718  ContainerDirectoryItemDataURI                 string_+
2719  ContainerDirectoryItemLength                  integer_+
2720  ContainerDirectoryItemMime                    string_+
2721  ContainerDirectoryItemPadding                 integer_+
2722  EarthPos                                      EarthPose Struct
2723  EarthPosAltitude                              real_
2724  EarthPosLatitude                              real_
2725  EarthPosLongitude                             real_
2726  EarthPosRotationW                             real_
2727  EarthPosRotationX                             real_
2728  EarthPosRotationY                             real_
2729  EarthPosRotationZ                             real_
2730  EarthPosTimestamp                             integer_
2731  Planes                                        DevicePlanes Struct+
2732  Plane                                         DevicePlane Struct_+
2733  PlaneBoundary                                 string_+
2734  PlaneBoundaryVertexCount                      integer_+
2735  PlaneExtentX                                  real_+
2736  PlaneExtentZ                                  real_+
2737  PlanePose                                     Pose Struct_+
2738  PlanePosePositionX                            real_+
2739  PlanePosePositionY                            real_+
2740  PlanePosePositionZ                            real_+
2741  PlanePoseRotationW                            real_+
2742  PlanePoseRotationX                            real_+
2743  PlanePoseRotationY                            real_+
2744  PlanePoseRotationZ                            real_+
2745  PlanePoseTimestamp                            integer_+
2746  Pose                                          Pose Struct
2747  PosePositionX                                 real_
2748  PosePositionY                                 real_
2749  PosePositionZ                                 real_
2750  PoseRotationW                                 real_
2751  PoseRotationX                                 real_
2752  PoseRotationY                                 real_
2753  PoseRotationZ                                 real_
2754  PoseTimestamp                                 integer_
2755  Profiles                                      DeviceProfiles Struct+
2756  Profile                                       DeviceProfile Struct_+
2757  ProfileCameraIndices                          integer_+
2758  ProfileType                                   string_+
2759  VendorInfo                                    VendorInfo Struct
2760  VendorInfoManufacturer                        string_
2761  VendorInfoModel                               string_
2762  VendorInfoNotes                               string_
2763
2764=head3 XMP AppInfo Struct
2765
2766  Field Name                                    Writable
2767  ----------                                    --------
2768  Application                                   string
2769  ItemURI                                       string
2770  Version                                       string
2771
2772=head3 XMP DeviceCameras Struct
2773
2774  Field Name                                    Writable
2775  ----------                                    --------
2776  Camera                                        DeviceCamera Struct
2777
2778=head3 XMP DeviceCamera Struct
2779
2780  Field Name                                    Writable
2781  ----------                                    --------
2782  AppInfo                                       AppInfo Struct
2783  DepthMap                                      DeviceDepthMap Struct
2784  Image                                         DeviceImage Struct
2785  ImagingModel                                  DeviceImagingModel Struct
2786  LightEstimate                                 DeviceLightEstimate Struct
2787  PointCloud                                    DevicePointCloud Struct
2788  Pose                                          Pose Struct
2789  Trait                                         string
2790  VendorInfo                                    VendorInfo Struct
2791
2792=head3 XMP DeviceDepthMap Struct
2793
2794  Field Name                                    Writable
2795  ----------                                    --------
2796  ConfidenceURI                                 string
2797  DepthURI                                      string
2798  Far                                           real
2799  FocalTable                                    string
2800  FocalTableEntryCount                          integer
2801  Format                                        string
2802  ItemSemantic                                  string
2803  MeasureType                                   string
2804  Near                                          real
2805  Software                                      string
2806  Units                                         string
2807
2808=head3 XMP DeviceImage Struct
2809
2810  Field Name                                    Writable
2811  ----------                                    --------
2812  ItemSemantic                                  string
2813  ItemURI                                       string
2814
2815=head3 XMP DeviceImagingModel Struct
2816
2817  Field Name                                    Writable
2818  ----------                                    --------
2819  Distortion                                    string
2820  DistortionCount                               integer
2821  FocalLengthX                                  real
2822  FocalLengthY                                  real
2823  ImageHeight                                   integer
2824  ImageWidth                                    integer
2825  PixelAspectRatio                              real
2826  PrincipalPointX                               real
2827  PrincipalPointY                               real
2828  Skew                                          real
2829
2830=head3 XMP DeviceLightEstimate Struct
2831
2832  Field Name                                    Writable
2833  ----------                                    --------
2834  ColorCorrectionB                              real
2835  ColorCorrectionG                              real
2836  ColorCorrectionR                              real
2837  PixelIntensity                                real
2838
2839=head3 XMP DevicePointCloud Struct
2840
2841  Field Name                                    Writable
2842  ----------                                    --------
2843  Metric                                        boolean
2844  PointCloud                                    integer
2845  Points                                        string
2846
2847=head3 XMP Pose Struct
2848
2849  Field Name                                    Writable
2850  ----------                                    --------
2851  PositionX                                     real
2852  PositionY                                     real
2853  PositionZ                                     real
2854  RotationW                                     real
2855  RotationX                                     real
2856  RotationY                                     real
2857  RotationZ                                     real
2858  Timestamp                                     integer
2859
2860=head3 XMP VendorInfo Struct
2861
2862  Field Name                                    Writable
2863  ----------                                    --------
2864  Manufacturer                                  string
2865  Model                                         string
2866  Notes                                         string
2867
2868=head3 XMP DeviceContainer Struct
2869
2870  Field Name                                    Writable
2871  ----------                                    --------
2872  Directory                                     DeviceDirectory Struct+
2873
2874=head3 XMP DeviceDirectory Struct
2875
2876  Field Name                                    Writable
2877  ----------                                    --------
2878  Item                                          DeviceItem Struct
2879
2880=head3 XMP DeviceItem Struct
2881
2882  Field Name                                    Writable
2883  ----------                                    --------
2884  DataURI                                       string
2885  Length                                        integer
2886  Mime                                          string
2887  Padding                                       integer
2888
2889=head3 XMP EarthPose Struct
2890
2891  Field Name                                    Writable
2892  ----------                                    --------
2893  Altitude                                      real
2894  Latitude                                      real
2895  Longitude                                     real
2896  RotationW                                     real
2897  RotationX                                     real
2898  RotationY                                     real
2899  RotationZ                                     real
2900  Timestamp                                     integer
2901
2902=head3 XMP DevicePlanes Struct
2903
2904  Field Name                                    Writable
2905  ----------                                    --------
2906  Plane                                         DevicePlane Struct
2907
2908=head3 XMP DevicePlane Struct
2909
2910  Field Name                                    Writable
2911  ----------                                    --------
2912  Boundary                                      string
2913  BoundaryVertexCount                           integer
2914  ExtentX                                       real
2915  ExtentZ                                       real
2916  Pose                                          Pose Struct
2917
2918=head3 XMP DeviceProfiles Struct
2919
2920  Field Name                                    Writable
2921  ----------                                    --------
2922  Profile                                       DeviceProfile Struct
2923
2924=head3 XMP DeviceProfile Struct
2925
2926  Field Name                                    Writable
2927  ----------                                    --------
2928  CameraIndices                                 integer+
2929  Type                                          string
2930
2931=head3 XMP dex Tags
2932
2933Description Explorer namespace tags.  These tags are not very common.  The
2934Source and Rating tags are avoided when writing due to name conflicts with
2935other XMP tags.  (see L<http://www.optimasc.com/products/fileid/>)
2936
2937These tags belong to the ExifTool XMP-dex family 1 group.
2938
2939  Tag Name                                      Writable
2940  --------                                      --------
2941  CRC32                                         integer
2942  FFID                                          string
2943  LicenseType                                   string
2944  OS                                            integer
2945  Rating                                        string/
2946  Revision                                      string
2947  ShortDescription                              lang-alt
2948  Source                                        string/
2949
2950=head3 XMP DICOM Tags
2951
2952DICOM namespace tags.  These XMP tags allow some DICOM information to be
2953stored in files of other than DICOM format.  See the
2954L<DICOM Tags documentation|Image::ExifTool::TagNames/DICOM Tags> for a list
2955of tags available in DICOM-format files.
2956
2957These tags belong to the ExifTool XMP-DICOM family 1 group.
2958
2959  Tag Name                                      Writable
2960  --------                                      --------
2961  EquipmentInstitution                          string
2962  EquipmentManufacturer                         string
2963  PatientBirthDate                              date
2964  PatientID                                     string
2965  PatientName                                   string
2966  PatientSex                                    string
2967  SeriesDateTime                                date
2968  SeriesDescription                             string
2969  SeriesModality                                string
2970  SeriesNumber                                  string
2971  StudyDateTime                                 date
2972  StudyDescription                              string
2973  StudyID                                       string
2974  StudyPhysician                                string
2975
2976=head3 XMP digiKam Tags
2977
2978DigiKam namespace tags.
2979
2980These tags belong to the ExifTool XMP-digiKam family 1 group.
2981
2982  Tag Name                                      Writable
2983  --------                                      --------
2984  CaptionsAuthorNames                           lang-alt
2985  CaptionsDateTimeStamps                        lang-alt
2986  ColorLabel                                    string
2987  ImageHistory                                  string/
2988  ImageUniqueID                                 string/
2989  LensCorrectionSettings                        string
2990  PickLabel                                     string
2991  TagsList                                      string+
2992
2993=head3 XMP exif Tags
2994
2995EXIF namespace for EXIF tags.  See
2996L<https://web.archive.org/web/20180921145139if_/http://www.cipa.jp:80/std/documents/e/DC-010-2017_E.pdf>
2997for the specification.
2998
2999These tags belong to the ExifTool XMP-exif family 1 group.
3000
3001  Tag Name                                      Writable
3002  --------                                      --------
3003  ApertureValue                                 rational
3004  BrightnessValue                               rational
3005  CFAPattern                                    CFAPattern Struct
3006  CFAPatternColumns                             integer_
3007  CFAPatternRows                                integer_
3008  CFAPatternValues                              integer_+
3009  ColorSpace                                    integer
3010  ComponentsConfiguration                       integer+
3011  CompressedBitsPerPixel                        rational
3012  Contrast                                      integer
3013  CustomRendered                                integer
3014  DateTimeDigitized                             date
3015  DateTimeOriginal                              date
3016  DeviceSettingDescription                      DeviceSettings Struct
3017  DeviceSettingDescriptionColumns               integer_
3018  DeviceSettingDescriptionRows                  integer_
3019  DeviceSettingDescriptionSettings              string_+
3020  DigitalZoomRatio                              rational
3021  ExifVersion                                   string
3022  ExposureCompensation                          rational
3023  ExposureIndex                                 rational
3024  ExposureMode                                  integer
3025  ExposureProgram                               integer
3026  ExposureTime                                  rational
3027  FileSource                                    integer
3028  Flash                                         Flash Struct
3029  FlashEnergy                                   rational
3030  FlashFired                                    boolean_
3031  FlashFunction                                 boolean_
3032  FlashMode                                     integer_
3033  FlashpixVersion                               string
3034  FlashRedEyeMode                               boolean_
3035  FlashReturn                                   integer_
3036  FNumber                                       rational
3037  FocalLength                                   rational
3038  FocalLengthIn35mmFormat                       integer
3039  FocalPlaneResolutionUnit                      integer
3040  FocalPlaneXResolution                         rational
3041  FocalPlaneYResolution                         rational
3042  GainControl                                   integer
3043  GPSAltitude                                   rational
3044  GPSAltitudeRef                                integer
3045  GPSAreaInformation                            string
3046  GPSDestBearing                                rational
3047  GPSDestBearingRef                             string
3048  GPSDestDistance                               rational
3049  GPSDestDistanceRef                            string
3050  GPSDestLatitude                               string
3051  GPSDestLongitude                              string
3052  GPSDifferential                               integer
3053  GPSDOP                                        rational
3054  GPSHPositioningError                          rational
3055  GPSImgDirection                               rational
3056  GPSImgDirectionRef                            string
3057  GPSLatitude                                   string
3058  GPSLongitude                                  string
3059  GPSMapDatum                                   string
3060  GPSMeasureMode                                integer
3061  GPSProcessingMethod                           string
3062  GPSSatellites                                 string
3063  GPSSpeed                                      rational
3064  GPSSpeedRef                                   string
3065  GPSStatus                                     string
3066  GPSDateTime                                   date
3067  GPSTrack                                      rational
3068  GPSTrackRef                                   string
3069  GPSVersionID                                  string
3070  ImageUniqueID                                 string
3071  ISO                                           integer+
3072  LightSource                                   string
3073  MakerNote                                     string
3074  MaxApertureValue                              rational
3075  MeteringMode                                  integer
3076  NativeDigest                                  string
3077  Opto-ElectricConvFactor                       OECF Struct
3078  OECFColumns                                   integer_
3079  OECFNames                                     string_+
3080  OECFRows                                      integer_
3081  OECFValues                                    rational_+
3082  ExifImageWidth                                integer
3083  ExifImageHeight                               integer
3084  RelatedSoundFile                              string
3085  Saturation                                    integer
3086  SceneCaptureType                              integer
3087  SceneType                                     integer
3088  SensingMethod                                 integer
3089  Sharpness                                     integer
3090  ShutterSpeedValue                             rational
3091  SpatialFrequencyResponse                      OECF Struct
3092  SpatialFrequencyResponseColumns               integer_
3093  SpatialFrequencyResponseNames                 string_+
3094  SpatialFrequencyResponseRows                  integer_
3095  SpatialFrequencyResponseValues                rational_+
3096  SpectralSensitivity                           string
3097  SubjectArea                                   integer+
3098  SubjectDistance                               rational
3099  SubjectDistanceRange                          integer
3100  SubjectLocation                               integer+
3101  UserComment                                   lang-alt
3102  WhiteBalance                                  integer
3103
3104=head3 XMP CFAPattern Struct
3105
3106  Field Name                                    Writable
3107  ----------                                    --------
3108  Columns                                       integer
3109  Rows                                          integer
3110  Values                                        integer+
3111
3112=head3 XMP DeviceSettings Struct
3113
3114  Field Name                                    Writable
3115  ----------                                    --------
3116  Columns                                       integer
3117  Rows                                          integer
3118  Settings                                      string+
3119
3120=head3 XMP Flash Struct
3121
3122  Field Name                                    Writable
3123  ----------                                    --------
3124  Fired                                         boolean
3125  Function                                      boolean
3126  Mode                                          integer
3127  RedEyeMode                                    boolean
3128  Return                                        integer
3129
3130=head3 XMP OECF Struct
3131
3132  Field Name                                    Writable
3133  ----------                                    --------
3134  Columns                                       integer
3135  Names                                         string+
3136  Rows                                          integer
3137  Values                                        rational+
3138
3139=head3 XMP exifEX Tags
3140
3141EXIF tags added by the EXIF 2.31 for XMP specification (see
3142L<http://www.cipa.jp/std/documents/e/DC-X010-2017.pdf>).
3143
3144These tags belong to the ExifTool XMP-exifEX family 1 group.
3145
3146  Tag Name                                      Writable
3147  --------                                      --------
3148  Acceleration                                  rational
3149  SerialNumber                                  string
3150  CameraElevationAngle                          rational
3151  OwnerName                                     string
3152  CompositeImage                                integer
3153  CompositeImageCount                           integer+
3154  CompositeImageExposureTimes                   CompImageExp Struct
3155  CompImageMaxExposureAll                       rational_
3156  CompImageMaxExposureUsed                      rational_
3157  CompImageMinExposureAll                       rational_
3158  CompImageMinExposureUsed                      rational_
3159  CompImageImagesPerSequence                    integer_
3160  CompImageNumSequences                         integer_
3161  CompImageSumExposureAll                       rational_
3162  CompImageSumExposureUsed                      rational_
3163  CompImageTotalExposurePeriod                  rational_
3164  CompImageValues                               rational_+
3165  Gamma                                         rational
3166  Humidity                                      rational
3167  InteropIndex                                  string
3168  ISOSpeed                                      integer
3169  ISOSpeedLatitudeyyy                           integer
3170  ISOSpeedLatitudezzz                           integer
3171  LensMake                                      string
3172  LensModel                                     string
3173  LensSerialNumber                              string
3174  LensInfo                                      rational+
3175  PhotographicSensitivity                       integer
3176  Pressure                                      rational
3177  RecommendedExposureIndex                      integer
3178  SensitivityType                               integer
3179  StandardOutputSensitivity                     integer
3180  AmbientTemperature                            rational
3181  WaterDepth                                    rational
3182
3183=head3 XMP CompImageExp Struct
3184
3185  Field Name                                    Writable
3186  ----------                                    --------
3187  MaxExposureTimesOfAll                         rational
3188  MaxExposureTimesOfUsed                        rational
3189  MinExposureTimesOfAll                         rational
3190  MinExposureTimesOfUsed                        rational
3191  NumberOfImagesInSequences                     integer
3192  NumberOfSequences                             integer
3193  SumOfExposureTimesOfAll                       rational
3194  SumOfExposureTimesOfUsed                      rational
3195  TotalExposurePeriod                           rational
3196  Values                                        rational+
3197
3198=head3 XMP ExpressionMedia Tags
3199
3200Microsoft Expression Media namespace tags.  These tags are avoided when
3201writing due to name conflicts with tags in other schemas.
3202
3203These tags belong to the ExifTool XMP-expressionmedia family 1 group.
3204
3205  Tag Name                                      Writable
3206  --------                                      --------
3207  CatalogSets                                   string/+
3208  Event                                         string/
3209  People                                        string/+
3210  Status                                        string/
3211
3212=head3 XMP extensis Tags
3213
3214Tags used by Extensis Portfolio.
3215
3216These tags belong to the ExifTool XMP-extensis family 1 group.
3217
3218  Tag Name                                      Writable
3219  --------                                      --------
3220  Approved                                      boolean
3221  ApprovedBy                                    string
3222  ClientName                                    string
3223  JobName                                       string
3224  JobStatus                                     string
3225  RoutedTo                                      string
3226  RoutingNotes                                  string
3227  WorkToDo                                      string
3228
3229=head3 XMP fpv Tags
3230
3231Fast Picture Viewer tags (see
3232L<http://www.fastpictureviewer.com/help/#rtfcomments>).
3233
3234These tags belong to the ExifTool XMP-fpv family 1 group.
3235
3236  Tag Name                                      Writable
3237  --------                                      --------
3238  RichTextComment                               string
3239
3240=head3 XMP GAudio Tags
3241
3242These tags belong to the ExifTool XMP-GAudio family 1 group.
3243
3244  Tag Name                                      Writable
3245  --------                                      --------
3246  AudioData                                     string
3247  AudioMimeType                                 string
3248
3249=head3 XMP GCamera Tags
3250
3251Camera information found in Google panorama images.
3252
3253These tags belong to the ExifTool XMP-GCamera family 1 group.
3254
3255  Tag Name                                      Writable
3256  --------                                      --------
3257  BurstID                                       string
3258  BurstPrimary                                  string
3259  DisableAutoCreation                           string+
3260  HDRPMakerNote                                 string
3261  MicroVideo                                    integer
3262  MicroVideoOffset                              integer
3263  MicroVideoPresentationTimestampUs             integer
3264  MicroVideoVersion                             integer
3265  PortraitNote                                  string
3266  PortraitRequest                               string
3267  PortraitVersion                               string
3268  SpecialTypeID                                 string+
3269
3270=head3 XMP GCreations Tags
3271
3272Google creations tags.
3273
3274These tags belong to the ExifTool XMP-GCreations family 1 group.
3275
3276  Tag Name                                      Writable
3277  --------                                      --------
3278  CameraBurstID                                 string
3279
3280=head3 XMP GDepth Tags
3281
3282Google depthmap information. See
3283L<https://developers.google.com/depthmap-metadata/> for the specification.
3284
3285These tags belong to the ExifTool XMP-GDepth family 1 group.
3286
3287  Tag Name                                      Writable
3288  --------                                      --------
3289  Confidence                                    string/
3290  ConfidenceMime                                string/
3291  DepthImage                                    string/
3292  Far                                           real/
3293  Format                                        string/
3294  ImageHeight                                   real/
3295  ImageWidth                                    real/
3296  Manufacturer                                  string/
3297  MeasureType                                   string/
3298  Mime                                          string/
3299  Model                                         string/
3300  Near                                          real/
3301  Software                                      string/
3302  Units                                         string/
3303
3304=head3 XMP GettyImages Tags
3305
3306The actual Getty Images namespace prefix is "GettyImagesGIFT", which is the
3307prefix recorded in the file, but ExifTool shortens this for the family 1
3308group name.
3309
3310These tags belong to the ExifTool XMP-getty family 1 group.
3311
3312  Tag Name                                      Writable
3313  --------                                      --------
3314  AssetID                                       string
3315  CallForImage                                  string
3316  CameraFilename                                string
3317  CameraMakeModel                               string/
3318  CameraSerialNumber                            string/
3319  Composition                                   string
3320  ExclusiveCoverage                             string
3321  GIFTFtpPriority                               string
3322  ImageRank                                     string
3323  MediaEventIdDate                              string
3324  OriginalCreateDateTime                        date/
3325  OriginalFileName                              string
3326  ParentMediaEventID                            string
3327  ParentMEID                                    string
3328  Personality                                   string+
3329  PrimaryFTP                                    string+
3330  RoutingDestinations                           string+
3331  RoutingExclusions                             string+
3332  SecondaryFTP                                  string+
3333  TimeShot                                      string
3334
3335=head3 XMP GFocus Tags
3336
3337Focus information found in Google depthmap images.
3338
3339These tags belong to the ExifTool XMP-GFocus family 1 group.
3340
3341  Tag Name                                      Writable
3342  --------                                      --------
3343  BlurAtInfinity                                real
3344  FocalDistance                                 real
3345  FocalPointX                                   real
3346  FocalPointY                                   real
3347
3348=head3 XMP GImage Tags
3349
3350These tags belong to the ExifTool XMP-GImage family 1 group.
3351
3352  Tag Name                                      Writable
3353  --------                                      --------
3354  ImageData                                     string
3355  ImageMimeType                                 string
3356
3357=head3 XMP GPano Tags
3358
3359Panorama tags written by Google Photosphere. See
3360L<https://developers.google.com/panorama/metadata/> for the specification.
3361
3362These tags belong to the ExifTool XMP-GPano family 1 group.
3363
3364  Tag Name                                      Writable
3365  --------                                      --------
3366  CaptureSoftware                               string
3367  CroppedAreaImageHeightPixels                  real
3368  CroppedAreaImageWidthPixels                   real
3369  CroppedAreaLeftPixels                         real
3370  CroppedAreaTopPixels                          real
3371  ExposureLockUsed                              boolean
3372  FirstPhotoDate                                date
3373  FullPanoHeightPixels                          real
3374  FullPanoWidthPixels                           real
3375  InitialCameraDolly                            real
3376  InitialHorizontalFOVDegrees                   real
3377  InitialVerticalFOVDegrees                     real
3378  InitialViewHeadingDegrees                     real
3379  InitialViewPitchDegrees                       real
3380  InitialViewRollDegrees                        real
3381  LargestValidInteriorRectHeight                real
3382  LargestValidInteriorRectLeft                  real
3383  LargestValidInteriorRectTop                   real
3384  LargestValidInteriorRectWidth                 real
3385  LastPhotoDate                                 date
3386  PoseHeadingDegrees                            real
3387  PosePitchDegrees                              real
3388  PoseRollDegrees                               real
3389  ProjectionType                                string
3390  SourcePhotosCount                             integer
3391  StitchingSoftware                             string
3392  UsePanoramaViewer                             boolean
3393
3394=head3 XMP GSpherical Tags
3395
3396Not actually XMP.  These RDF/XML tags are used in Google spherical MP4
3397videos.  These tags are written into the video track of MOV/MP4 files, and
3398not at the top level like other XMP tags.  See
3399L<https://github.com/google/spatial-media/blob/master/docs/spherical-video-rfc.md>
3400for the specification.
3401
3402These tags belong to the ExifTool XMP-GSpherical family 1 group.
3403
3404  Tag Name                                      Writable
3405  --------                                      --------
3406  CroppedAreaImageHeightPixels                  integer/
3407  CroppedAreaImageWidthPixels                   integer/
3408  CroppedAreaLeftPixels                         integer/
3409  CroppedAreaTopPixels                          integer/
3410  FullPanoHeightPixels                          integer/
3411  FullPanoWidthPixels                           integer/
3412  InitialViewHeadingDegrees                     real/
3413  InitialViewPitchDegrees                       real/
3414  InitialViewRollDegrees                        real/
3415  ProjectionType                                string/
3416  SourceCount                                   integer/
3417  Spherical                                     boolean/
3418  StereoMode                                    string/
3419  Stitched                                      boolean/
3420  StitchingSoftware                             string/
3421  TimeStamp                                     integer/
3422
3423=head3 XMP ics Tags
3424
3425Tags used by IDimager.  Nested TagStructure structures are unrolled to an
3426arbitrary depth of 6 to avoid infinite recursion.
3427
3428These tags belong to the ExifTool XMP-ics family 1 group.
3429
3430  Tag Name                                      Writable
3431  --------                                      --------
3432  AppVersion                                    string/
3433  ImageRef                                      string
3434  SubVersions                                   SubVersion Struct+
3435  SubVersionFileName                            string_+
3436  SubVersionReference                           string_+
3437  TagStructure                                  TagStructure Struct+
3438  LabelName1                                    string_+
3439  ParentReference1                              string_+
3440  Reference1                                    string_+
3441  SubLabels1                                    TagStructure Struct_+
3442  LabelName2                                    string_+
3443  ParentReference2                              string_+
3444  Reference2                                    string_+
3445  SubLabels2                                    TagStructure Struct_+
3446  LabelName3                                    string_+
3447  ParentReference3                              string_+
3448  Reference3                                    string_+
3449  SubLabels3                                    TagStructure Struct_+
3450  LabelName4                                    string_+
3451  ParentReference4                              string_+
3452  Reference4                                    string_+
3453  SubLabels4                                    TagStructure Struct_+
3454  LabelName5                                    string_+
3455  ParentReference5                              string_+
3456  Reference5                                    string_+
3457  SubLabels5                                    TagStructure Struct_+
3458  LabelName6                                    string_+
3459  ParentReference6                              string_+
3460  Reference6                                    string_+
3461  TimeStamp                                     date/
3462
3463=head3 XMP SubVersion Struct
3464
3465  Field Name                                    Writable
3466  ----------                                    --------
3467  FileName                                      string
3468  VersRef                                       string
3469
3470=head3 XMP TagStructure Struct
3471
3472  Field Name                                    Writable
3473  ----------                                    --------
3474  LabelName                                     string
3475  ParentReference                               string
3476  Reference                                     string
3477  SubLabels                                     TagStructure Struct+
3478
3479=head3 XMP iptcCore Tags
3480
3481IPTC Core namespace tags.  The actual IPTC Core namespace prefix is
3482"Iptc4xmpCore", which is the prefix recorded in the file, but ExifTool
3483shortens this for the family 1 group name. (see
3484L<http://www.iptc.org/IPTC4XMP/>)
3485
3486These tags belong to the ExifTool XMP-iptcCore family 1 group.
3487
3488  Tag Name                                      Writable
3489  --------                                      --------
3490  CountryCode                                   string
3491  CreatorContactInfo                            ContactInfo Struct
3492  CreatorCity                                   string_
3493  CreatorCountry                                string_
3494  CreatorAddress                                string_
3495  CreatorPostalCode                             string_
3496  CreatorRegion                                 string_
3497  CreatorWorkEmail                              string_
3498  CreatorWorkTelephone                          string_
3499  CreatorWorkURL                                string_
3500  IntellectualGenre                             string
3501  Location                                      string
3502  Scene                                         string+
3503  SubjectCode                                   string+
3504
3505=head3 XMP ContactInfo Struct
3506
3507  Field Name                                    Writable
3508  ----------                                    --------
3509  CiAdrCity                                     string
3510  CiAdrCtry                                     string
3511  CiAdrExtadr                                   string
3512  CiAdrPcode                                    string
3513  CiAdrRegion                                   string
3514  CiEmailWork                                   string
3515  CiTelWork                                     string
3516  CiUrlWork                                     string
3517
3518=head3 XMP iptcExt Tags
3519
3520This table contains tags defined by the IPTC Extension schema version 1.5.
3521The actual namespace prefix is "Iptc4xmpExt", but ExifTool shortens this for
3522the family 1 group name. (see
3523L<http://www.iptc.org/standards/photo-metadata/iptc-standard/>)
3524
3525These tags belong to the ExifTool XMP-iptcExt family 1 group.
3526
3527  Tag Name                                      Writable
3528  --------                                      --------
3529  AboutCvTerm                                   CVTermDetails Struct+
3530  AboutCvTermCvId                               string_+
3531  AboutCvTermId                                 string_+
3532  AboutCvTermName                               lang-alt_+
3533  AboutCvTermRefinedAbout                       string_+
3534  AdditionalModelInformation                    string
3535  ArtworkOrObject                               ArtworkOrObjectDetails Struct+
3536  ArtworkCircaDateCreated                       string!_+
3537  ArtworkContentDescription                     lang-alt_+
3538  ArtworkContributionDescription                lang-alt_+
3539  ArtworkCopyrightNotice                        string_+
3540  ArtworkCreator                                string_+
3541  ArtworkCreatorID                              string_+
3542  ArtworkCopyrightOwnerID                       string_+
3543  ArtworkCopyrightOwnerName                     string_+
3544  ArtworkLicensorID                             string_+
3545  ArtworkLicensorName                           string_+
3546  ArtworkDateCreated                            date_+
3547  ArtworkPhysicalDescription                    lang-alt_+
3548  ArtworkSource                                 string_+
3549  ArtworkSourceInventoryNo                      string_+
3550  ArtworkSourceInvURL                           string_+
3551  ArtworkStylePeriod                            string_+
3552  ArtworkTitle                                  lang-alt_+
3553  AudioBitrate                                  integer
3554  AudioBitrateMode                              string
3555  AudioBitsPerSample                            integer
3556  AudioChannelCount                             integer
3557  CircaDateCreated                              string
3558  ContainerFormat                               Entity Struct
3559  ContainerFormatIdentifier                     string_+
3560  ContainerFormatName                           lang-alt_
3561  Contributor                                   EntityWithRole Struct+
3562  ContributorIdentifier                         string_+
3563  ContributorName                               lang-alt_+
3564  ContributorRole                               string_+
3565  CopyrightYear                                 integer
3566  Creator                                       EntityWithRole Struct+
3567  CreatorIdentifier                             string_+
3568  CreatorName                                   lang-alt_+
3569  CreatorRole                                   string_+
3570  ControlledVocabularyTerm                      string+
3571  DataOnScreen                                  TextRegion Struct+
3572  DataOnScreenRegion                            Area Struct_+
3573  DataOnScreenRegionD                           real_+
3574  DataOnScreenRegionH                           real_+
3575  DataOnScreenRegionText                        string_+
3576  DataOnScreenRegionUnit                        string_+
3577  DataOnScreenRegionW                           real_+
3578  DataOnScreenRegionX                           real_+
3579  DataOnScreenRegionY                           real_+
3580  DigitalImageGUID                              string
3581  DigitalSourceFileType                         string
3582  DigitalSourceType                             string
3583  Dopesheet                                     lang-alt
3584  DopesheetLink                                 QualifiedLink Struct+
3585  DopesheetLinkLink                             string_+
3586  DopesheetLinkLinkQualifier                    string_+
3587  EmbdEncRightsExpr                             EEREDetails Struct+
3588  EmbeddedEncodedRightsExpr                     string_+
3589  EmbeddedEncodedRightsExprType                 string_+
3590  EmbeddedEncodedRightsExprLangID               string_+
3591  Episode                                       EpisodeOrSeason Struct
3592  EpisodeIdentifier                             string_
3593  EpisodeName                                   string_
3594  EpisodeNumber                                 string_
3595  Event                                         lang-alt
3596  ShownEvent                                    Entity Struct+
3597  ShownEventIdentifier                          string_+
3598  ShownEventName                                lang-alt_+
3599  ExternalMetadataLink                          string+
3600  FeedIdentifier                                string
3601  Genre                                         CVTermDetails Struct+
3602  GenreCvId                                     string_+
3603  GenreCvTermId                                 string_+
3604  GenreCvTermName                               lang-alt_+
3605  GenreCvTermRefinedAbout                       string_+
3606  Headline                                      lang-alt/
3607  ImageRegion                                   ImageRegion Struct+
3608  ImageRegionName                               lang-alt_+
3609  ImageRegionCtype                              Entity Struct_+
3610  ImageRegionCtypeIdentifier                    string_+
3611  ImageRegionCtypeName                          lang-alt_+
3612  ImageRegionBoundary                           RegionBoundary Struct_+
3613  ImageRegionBoundaryH                          real_+
3614  ImageRegionBoundaryRx                         real_+
3615  ImageRegionBoundaryShape                      string_+
3616  ImageRegionBoundaryUnit                       string_+
3617  ImageRegionBoundaryVertices                   BoundaryPoint Struct_+
3618  ImageRegionBoundaryVerticesX                  real_+
3619  ImageRegionBoundaryVerticesY                  real_+
3620  ImageRegionBoundaryW                          real_+
3621  ImageRegionBoundaryX                          real_+
3622  ImageRegionBoundaryY                          real_+
3623  ImageRegionID                                 string_+
3624  ImageRegionRole                               Entity Struct_+
3625  ImageRegionRoleIdentifier                     string_+
3626  ImageRegionRoleName                           lang-alt_+
3627  IPTCLastEdited                                date
3628  LinkedEncRightsExpr                           LEREDetails Struct+
3629  LinkedEncodedRightsExpr                       string_+
3630  LinkedEncodedRightsExprType                   string_+
3631  LinkedEncodedRightsExprLangID                 string_+
3632  LocationCreated                               LocationDetails Struct+
3633  LocationCreatedCity                           string_+
3634  LocationCreatedCountryCode                    string_+
3635  LocationCreatedCountryName                    string_+
3636  LocationCreatedGPSAltitude                    rational_+
3637  LocationCreatedGPSLatitude                    string_+
3638  LocationCreatedGPSLongitude                   string_+
3639  LocationCreatedIdentifier                     string_+
3640  LocationCreatedLocationId                     string_+
3641  LocationCreatedLocationName                   lang-alt_+
3642  LocationCreatedProvinceState                  string_+
3643  LocationCreatedSublocation                    string_+
3644  LocationCreatedWorldRegion                    string_+
3645  LocationShown                                 LocationDetails Struct+
3646  LocationShownCity                             string_+
3647  LocationShownCountryCode                      string_+
3648  LocationShownCountryName                      string_+
3649  LocationShownGPSAltitude                      rational_+
3650  LocationShownGPSLatitude                      string_+
3651  LocationShownGPSLongitude                     string_+
3652  LocationShownIdentifier                       string_+
3653  LocationShownLocationId                       string_+
3654  LocationShownLocationName                     lang-alt_+
3655  LocationShownProvinceState                    string_+
3656  LocationShownSublocation                      string_+
3657  LocationShownWorldRegion                      string_+
3658  MaxAvailHeight                                integer
3659  MaxAvailWidth                                 integer
3660  ModelAge                                      integer+
3661  OrganisationInImageCode                       string+
3662  OrganisationInImageName                       string+
3663  PersonHeard                                   Entity Struct+
3664  PersonHeardIdentifier                         string_+
3665  PersonHeardName                               lang-alt_+
3666  PersonInImage                                 string+
3667  PersonInImageWDetails                         PersonDetails Struct+
3668  PersonInImageCharacteristic                   CVTermDetails Struct_+
3669  PersonInImageCvTermCvId                       string_+
3670  PersonInImageCvTermId                         string_+
3671  PersonInImageCvTermName                       lang-alt_+
3672  PersonInImageCvTermRefinedAbout               string_+
3673  PersonInImageDescription                      lang-alt_+
3674  PersonInImageId                               string_+
3675  PersonInImageName                             lang-alt_+
3676  PlanningRef                                   EntityWithRole Struct+
3677  PlanningRefIdentifier                         string_+
3678  PlanningRefName                               lang-alt_+
3679  PlanningRefRole                               string_+
3680  ProductInImage                                ProductDetails Struct+
3681  ProductInImageDescription                     lang-alt_+
3682  ProductInImageGTIN                            string_+
3683  ProductInImageName                            lang-alt_+
3684  PublicationEvent                              PublicationEvent Struct+
3685  PublicationEventDate                          date_+
3686  PublicationEventIdentifier                    string_+
3687  PublicationEventName                          string_+
3688  Rating                                        Rating Struct+
3689  RatingRegion                                  LocationDetails Struct_+
3690  RatingRegionCity                              string_+
3691  RatingRegionCountryCode                       string_+
3692  RatingRegionCountryName                       string_+
3693  RatingRegionGPSAltitude                       rational_+
3694  RatingRegionGPSLatitude                       string_+
3695  RatingRegionGPSLongitude                      string_+
3696  RatingRegionIdentifier                        string_+
3697  RatingRegionLocationId                        string_+
3698  RatingRegionLocationName                      lang-alt_+
3699  RatingRegionProvinceState                     string_+
3700  RatingRegionSublocation                       string_+
3701  RatingRegionWorldRegion                       string_+
3702  RatingScaleMaxValue                           string_+
3703  RatingScaleMinValue                           string_+
3704  RatingSourceLink                              string_+
3705  RatingValue                                   string_+
3706  RatingValueLogoLink                           string_+
3707  RecDevice                                     Device Struct
3708  RecDeviceAttLensDescription                   string_
3709  RecDeviceManufacturer                         string_
3710  RecDeviceModelName                            string_
3711  RecDeviceOwnersDeviceId                       string_
3712  RecDeviceSerialNumber                         string_
3713  RegistryID                                    RegistryEntryDetails Struct+
3714  RegistryEntryRole                             string_+
3715  RegistryItemID                                string_+
3716  RegistryOrganisationID                        string_+
3717  ReleaseReady                                  boolean
3718  Season                                        EpisodeOrSeason Struct
3719  SeasonIdentifier                              string_
3720  SeasonName                                    string_
3721  SeasonNumber                                  string_
3722  Series                                        Series Struct
3723  SeriesIdentifier                              string_
3724  SeriesName                                    string_
3725  Snapshot                                      LinkedImage Struct+
3726  SnapshotFormat                                string_+
3727  SnapshotHeightPixels                          integer_+
3728  SnapshotImageRole                             string_+
3729  SnapshotLink                                  string_+
3730  SnapshotLinkQualifier                         string_+
3731  SnapshotUsedVideoFrame                        Timecode Struct_+
3732  SnapshotUsedVideoFrameTimeFormat              string_+
3733  SnapshotUsedVideoFrameTimeValue               string_+
3734  SnapshotUsedVideoFrameValue                   integer_+
3735  SnapshotWidthPixels                           integer_+
3736  StorylineIdentifier                           string+
3737  StreamReady                                   string
3738  StylePeriod                                   string
3739  SupplyChainSource                             Entity Struct+
3740  SupplyChainSourceIdentifier                   string_+
3741  SupplyChainSourceName                         lang-alt_+
3742  TemporalCoverage                              TemporalCoverage Struct
3743  TemporalCoverageFrom                          date_
3744  TemporalCoverageTo                            date_
3745  Transcript                                    lang-alt
3746  TranscriptLink                                QualifiedLink Struct+
3747  TranscriptLinkLink                            string_+
3748  TranscriptLinkLinkQualifier                   string_+
3749  VideoBitrate                                  integer
3750  VideoBitrateMode                              string
3751  VideoDisplayAspectRatio                       rational
3752  VideoEncodingProfile                          string
3753  VideoShotType                                 Entity Struct+
3754  VideoShotTypeIdentifier                       string_+
3755  VideoShotTypeName                             lang-alt_+
3756  VideoStreamsCount                             integer
3757  VisualColor                                   string
3758  WorkflowTag                                   CVTermDetails Struct
3759  WorkflowTagCvId                               string_
3760  WorkflowTagCvTermId                           string_
3761  WorkflowTagCvTermName                         lang-alt_
3762  WorkflowTagCvTermRefinedAbout                 string_
3763
3764=head3 XMP CVTermDetails Struct
3765
3766  Field Name                                    Writable
3767  ----------                                    --------
3768  CvId                                          string
3769  CvTermId                                      string
3770  CvTermName                                    lang-alt
3771  CvTermRefinedAbout                            string
3772
3773=head3 XMP ArtworkOrObjectDetails Struct
3774
3775  Field Name                                    Writable
3776  ----------                                    --------
3777  AOCircaDateCreated                            string
3778  AOContentDescription                          lang-alt
3779  AOContributionDescription                     lang-alt
3780  AOCopyrightNotice                             string
3781  AOCreator                                     string+
3782  AOCreatorId                                   string+
3783  AOCurrentCopyrightOwnerId                     string
3784  AOCurrentCopyrightOwnerName                   string
3785  AOCurrentLicensorId                           string
3786  AOCurrentLicensorName                         string
3787  AODateCreated                                 date
3788  AOPhysicalDescription                         lang-alt
3789  AOSource                                      string
3790  AOSourceInvNo                                 string
3791  AOSourceInvURL                                string
3792  AOStylePeriod                                 string+
3793  AOTitle                                       lang-alt
3794
3795=head3 XMP Entity Struct
3796
3797  Field Name                                    Writable
3798  ----------                                    --------
3799  Identifier                                    string+
3800  Name                                          lang-alt
3801
3802=head3 XMP EntityWithRole Struct
3803
3804  Field Name                                    Writable
3805  ----------                                    --------
3806  Identifier                                    string+
3807  Name                                          lang-alt
3808  Role                                          string+
3809
3810=head3 XMP TextRegion Struct
3811
3812  Field Name                                    Writable
3813  ----------                                    --------
3814  Region                                        Area Struct
3815  RegionText                                    string
3816
3817=head3 XMP Area Struct
3818
3819  Field Name                                    Writable
3820  ----------                                    --------
3821  D                                             real
3822  H                                             real
3823  Unit                                          string
3824  W                                             real
3825  X                                             real
3826  Y                                             real
3827
3828=head3 XMP QualifiedLink Struct
3829
3830  Field Name                                    Writable
3831  ----------                                    --------
3832  Link                                          string
3833  LinkQualifier                                 string
3834
3835=head3 XMP EEREDetails Struct
3836
3837  Field Name                                    Writable
3838  ----------                                    --------
3839  EncRightsExpr                                 string
3840  RightsExprEncType                             string
3841  RightsExprLangId                              string
3842
3843=head3 XMP EpisodeOrSeason Struct
3844
3845  Field Name                                    Writable
3846  ----------                                    --------
3847  Identifier                                    string
3848  Name                                          string
3849  Number                                        string
3850
3851=head3 XMP ImageRegion Struct
3852
3853This structure is new in the IPTC Extension version 1.5 specification.  As
3854well as the fields defined below, this structure may contain any top-level
3855XMP tags, but since they aren't pre-defined the only way to add these tags
3856is to write ImageRegion as a structure with these tags as new fields.
3857
3858  Field Name                                    Writable
3859  ----------                                    --------
3860  Name                                          lang-alt
3861  RegionBoundary                                RegionBoundary Struct
3862  RCtype                                        Entity Struct+
3863  RId                                           string
3864  RRole                                         Entity Struct+
3865
3866=head3 XMP RegionBoundary Struct
3867
3868  Field Name                                    Writable
3869  ----------                                    --------
3870  RbH                                           real
3871  RbRx                                          real
3872  RbShape                                       string
3873  RbUnit                                        string
3874  RbVertices                                    BoundaryPoint Struct+
3875  RbW                                           real
3876  RbX                                           real
3877  RbY                                           real
3878
3879=head3 XMP BoundaryPoint Struct
3880
3881  Field Name                                    Writable
3882  ----------                                    --------
3883  RbX                                           real
3884  RbY                                           real
3885
3886=head3 XMP LEREDetails Struct
3887
3888  Field Name                                    Writable
3889  ----------                                    --------
3890  LinkedRightsExpr                              string
3891  RightsExprEncType                             string
3892  RightsExprLangId                              string
3893
3894=head3 XMP LocationDetails Struct
3895
3896  Field Name                                    Writable
3897  ----------                                    --------
3898  City                                          string
3899  CountryCode                                   string
3900  CountryName                                   string
3901  GPSAltitude                                   rational
3902  GPSLatitude                                   string
3903  GPSLongitude                                  string
3904  Identifier                                    string+
3905  LocationId                                    string+
3906  LocationName                                  lang-alt
3907  ProvinceState                                 string
3908  Sublocation                                   string
3909  WorldRegion                                   string
3910
3911=head3 XMP PersonDetails Struct
3912
3913  Field Name                                    Writable
3914  ----------                                    --------
3915  PersonCharacteristic                          CVTermDetails Struct+
3916  PersonDescription                             lang-alt
3917  PersonId                                      string+
3918  PersonName                                    lang-alt
3919
3920=head3 XMP ProductDetails Struct
3921
3922  Field Name                                    Writable
3923  ----------                                    --------
3924  ProductDescription                            lang-alt
3925  ProductGTIN                                   string
3926  ProductName                                   lang-alt
3927
3928=head3 XMP PublicationEvent Struct
3929
3930  Field Name                                    Writable
3931  ----------                                    --------
3932  Date                                          date
3933  Identifier                                    string
3934  Name                                          string
3935
3936=head3 XMP Rating Struct
3937
3938  Field Name                                    Writable
3939  ----------                                    --------
3940  RatingRegion                                  LocationDetails Struct+
3941  RatingScaleMaxValue                           string
3942  RatingScaleMinValue                           string
3943  RatingSourceLink                              string
3944  RatingValue                                   string
3945  RatingValueLogoLink                           string
3946
3947=head3 XMP Device Struct
3948
3949  Field Name                                    Writable
3950  ----------                                    --------
3951  AttLensDescription                            string
3952  Manufacturer                                  string
3953  ModelName                                     string
3954  OwnersDeviceId                                string
3955  SerialNumber                                  string
3956
3957=head3 XMP RegistryEntryDetails Struct
3958
3959  Field Name                                    Writable
3960  ----------                                    --------
3961  RegEntryRole                                  string
3962  RegItemId                                     string
3963  RegOrgId                                      string
3964
3965=head3 XMP Series Struct
3966
3967  Field Name                                    Writable
3968  ----------                                    --------
3969  Identifier                                    string
3970  Name                                          string
3971
3972=head3 XMP LinkedImage Struct
3973
3974  Field Name                                    Writable
3975  ----------                                    --------
3976  HeightPixels                                  integer
3977  ImageRole                                     string
3978  Link                                          string
3979  LinkQualifier                                 string+
3980  UsedVideoFrame                                Timecode Struct
3981  WidthPixels                                   integer
3982  Format                                        string
3983
3984=head3 XMP Timecode Struct
3985
3986  Field Name                                    Writable
3987  ----------                                    --------
3988  TimeFormat                                    string
3989  TimeValue                                     string
3990  Value                                         integer
3991
3992=head3 XMP TemporalCoverage Struct
3993
3994  Field Name                                    Writable
3995  ----------                                    --------
3996  TempCoverageFrom                              date
3997  TempCoverageTo                                date
3998
3999=head3 XMP LImage Tags
4000
4001Tags written by RED smartphones.
4002
4003These tags belong to the ExifTool XMP-LImage family 1 group.
4004
4005  Tag Name                                      Writable
4006  --------                                      --------
4007  MajorVersion                                  string
4008  MinorVersion                                  string
4009  RightAlbedo                                   string
4010
4011=head3 XMP Lightroom Tags
4012
4013Adobe Lightroom "lr" namespace tags.
4014
4015These tags belong to the ExifTool XMP-lr family 1 group.
4016
4017  Tag Name                                      Writable
4018  --------                                      --------
4019  HierarchicalSubject                           string+
4020  PrivateRTKInfo                                string
4021
4022=head3 XMP MediaPro Tags
4023
4024iView MediaPro namespace tags.
4025
4026These tags belong to the ExifTool XMP-mediapro family 1 group.
4027
4028  Tag Name                                      Writable
4029  --------                                      --------
4030  CatalogSets                                   string+
4031  Event                                         string/
4032  Location                                      string/
4033  People                                        string+
4034  Status                                        string
4035  UserFields                                    string+
4036
4037=head3 XMP pdf Tags
4038
4039Adobe PDF namespace tags.  The official XMP specification defines only
4040Keywords, PDFVersion, Producer and Trapped.  The other tags are included
4041because they have been observed in PDF files, but some are avoided when
4042writing due to name conflicts with other XMP namespaces.
4043
4044These tags belong to the ExifTool XMP-pdf family 1 group.
4045
4046  Tag Name                                      Writable
4047  --------                                      --------
4048  Author                                        string
4049  Copyright                                     string/
4050  CreationDate                                  date
4051  Creator                                       string/
4052  Keywords                                      string
4053  Marked                                        boolean/
4054  ModDate                                       date
4055  PDFVersion                                    string
4056  Producer                                      string
4057  Subject                                       string/
4058  Title                                         string/
4059  Trapped                                       string
4060
4061=head3 XMP pdfx Tags
4062
4063PDF extension tags.  This namespace is used to store application-defined PDF
4064information, so there are no pre-defined tags.  User-defined tags must be
4065created to enable writing of XMP-pdfx information.
4066
4067These tags belong to the ExifTool XMP-pdfx family 1 group.
4068
4069  Tag Name                                      Writable
4070  --------                                      --------
4071  [no tags known]
4072
4073=head3 XMP photoshop Tags
4074
4075Adobe Photoshop namespace tags.
4076
4077These tags belong to the ExifTool XMP-photoshop family 1 group.
4078
4079  Tag Name                                      Writable
4080  --------                                      --------
4081  AuthorsPosition                               string
4082  CaptionWriter                                 string
4083  Category                                      string
4084  City                                          string
4085  ColorMode                                     integer
4086  Country                                       string
4087  Credit                                        string
4088  DateCreated                                   date
4089  DocumentAncestors                             string+
4090  EmbeddedXMPDigest                             string
4091  Headline                                      string
4092  History                                       string
4093  ICCProfileName                                string
4094  Instructions                                  string
4095  LegacyIPTCDigest                              string
4096  SidecarForExtension                           string
4097  Source                                        string
4098  State                                         string
4099  SupplementalCategories                        string+
4100  TextLayers                                    Layer Struct+
4101  TextLayerName                                 string_+
4102  TextLayerText                                 string_+
4103  TransmissionReference                         string
4104  Urgency                                       integer
4105
4106=head3 XMP Layer Struct
4107
4108  Field Name                                    Writable
4109  ----------                                    --------
4110  LayerName                                     string
4111  LayerText                                     string
4112
4113=head3 XMP PixelLive Tags
4114
4115PixelLive namespace tags.  These tags are not writable because they are very
4116uncommon and I haven't been able to locate a reference which gives the
4117namespace URI.
4118
4119These tags belong to the ExifTool XMP-PixelLive family 1 group.
4120
4121  Tag Name                                      Writable
4122  --------                                      --------
4123  Author                                        no
4124  Comments                                      no
4125  Copyright                                     no
4126  Date                                          no
4127  Genre                                         no
4128  Title                                         no
4129
4130=head3 XMP pmi Tags
4131
4132PRISM Metadata for Images 3.0 namespace tags.  (see
4133L<http://www.prismstandard.org/>)
4134
4135These tags belong to the ExifTool XMP-pmi family 1 group.
4136
4137  Tag Name                                      Writable
4138  --------                                      --------
4139  Color                                         string/
4140  ContactInfo                                   string/
4141  DisplayName                                   string/
4142  DistributorProductID                          string/
4143  EventAlias                                    string/
4144  EventEnd                                      string/
4145  EventStart                                    string/
4146  EventSubtype                                  string/
4147  EventType                                     string/
4148  Field                                         string/
4149  Framing                                       string/
4150  Location                                      string/
4151  Make                                          string/
4152  Manufacturer                                  string/
4153  Model                                         string/
4154  ModelYear                                     string/
4155  ObjectDescription                             string/
4156  ObjectSubtype                                 string/
4157  ObjectType                                    string/
4158  Orientation                                   string/
4159  PositionDescriptor                            string/
4160  ProductID                                     string/
4161  ProductIDType                                 string/
4162  Season                                        string/
4163  SequenceName                                  string/
4164  SequenceNumber                                string/
4165  SequenceTotalNumber                           string/
4166  Setting                                       string/
4167  ShootID                                       string/
4168  SlideshowName                                 string/
4169  SlideshowNumber                               integer/
4170  SlideshowTotalNumber                          integer/
4171  Viewpoint                                     string/
4172  VisualTechnique                               string/
4173
4174=head3 XMP prism Tags
4175
4176Publishing Requirements for Industry Standard Metadata 3.0 namespace
4177tags.  (see L<http://www.prismstandard.org/>)
4178
4179These tags belong to the ExifTool XMP-prism family 1 group.
4180
4181  Tag Name                                      Writable
4182  --------                                      --------
4183  AcademicField                                 string/
4184  AggregateIssueNumber                          integer/
4185  AggregationType                               string/+
4186  AlternateTitle                                prismAlternateTitle Struct+
4187  AlternateTitleA-lang                          string/_+
4188  AlternateTitleA-platform                      string/_+
4189  AlternateTitleText                            string/_+
4190  BlogTitle                                     string/
4191  BlogURL                                       string/
4192  BookEdition                                   string/
4193  ByteCount                                     integer/
4194  Channel                                       prismChannel Struct+
4195  ChannelA-lang                                 string/_+
4196  ChannelChannel                                string/_+
4197  ChannelSubchannel1                            string/_+
4198  ChannelSubchannel2                            string/_+
4199  ChannelSubchannel3                            string/_+
4200  ChannelSubchannel4                            string/_+
4201  ComplianceProfile                             string/
4202  ContentType                                   string/
4203  CopyrightYear                                 string/
4204  CorporateEntity                               string/+
4205  CoverDate                                     date/
4206  CoverDisplayDate                              string/
4207  CreationDate                                  date/
4208  DateRecieved                                  date/
4209  Device                                        string/
4210  Distributor                                   string/
4211  DOI                                           string/
4212  Edition                                       string/
4213  EIssn                                         string/
4214  EndingPage                                    string/
4215  Event                                         string/+
4216  Genre                                         string/+
4217  HasAlternative                                string/+
4218  HasCorrection                                 prismHasCorrection Struct
4219  HasCorrectionA-lang                           string/_
4220  HasCorrectionA-platform                       string/_
4221  HasCorrectionText                             string/_
4222  HasTranslation                                string/+
4223  Industry                                      string/+
4224  IsAlternativeOf                               string/+
4225  ISBN                                          string/+
4226  IsCorrectionOf                                string/+
4227  ISSN                                          string/
4228  IssueIdentifier                               string/
4229  IssueName                                     string/
4230  IssueTeaser                                   string/
4231  IssueType                                     string/
4232  IsTranslationOf                               string/
4233  Keyword                                       string/+
4234  KillDate                                      prismKillDate Struct
4235  KillDateA-platform                            string/_
4236  KillDateDate                                  date/_
4237  Link                                          string/+
4238  Location                                      string/+
4239  ModificationDate                              date/
4240  NationalCatalogNumber                         string/
4241  Number                                        string/
4242  Object                                        string/+
4243  OffSaleDate                                   prismOffSaleDate Struct+
4244  OffSaleDateA-platform                         string/_+
4245  OffSaleDateDate                               date/_+
4246  OnSaleDate                                    prismOnSaleDate Struct+
4247  OnSaleDateA-platform                          string/_+
4248  OnSaleDateDate                                date/_+
4249  OnSaleDay                                     prismOnSaleDay Struct+
4250  OnSaleDayA-platform                           string/_+
4251  OnSaleDayDay                                  string/_+
4252  Organization                                  string/+
4253  OriginPlatform                                string/+
4254  PageCount                                     integer/
4255  PageProgressionDirection                      string/
4256  PageRange                                     string/+
4257  Person                                        string/
4258  Platform                                      string/
4259  ProductCode                                   string/
4260  Profession                                    string/
4261  PublicationDate                               prismPublicationDate Struct+
4262  PublicationDateA-platform                     string/_+
4263  PublicationDateDate                           date/_+
4264  PublicationDisplayDate                        prismPublicationDate Struct+
4265  PublicationDisplayDateA-platform              string/_+
4266  PublicationDisplayDateDate                    date/_+
4267  PublicationName                               string/
4268  PublishingFrequency                           string/
4269  Rating                                        string/
4270  SamplePageRange                               string/
4271  Section                                       string/
4272  SellingAgency                                 string/
4273  SeriesNumber                                  integer/
4274  SeriesTitle                                   string/
4275  Sport                                         string/
4276  StartingPage                                  string/
4277  Subsection1                                   string/
4278  Subsection2                                   string/
4279  Subsection3                                   string/
4280  Subsection4                                   string/
4281  Subtitle                                      string/
4282  SupplementDisplayID                           string/
4283  SupplementStartingPage                        string/
4284  SupplementTitle                               string/
4285  Teaser                                        string/+
4286  Ticker                                        string/+
4287  TimePeriod                                    string/
4288  URL                                           prismUrl Struct+
4289  URLA-platform                                 string/_+
4290  URLUrl                                        string/_+
4291  UspsNumber                                    string/
4292  VersionIdentifier                             string/
4293  Volume                                        string/
4294  WordCount                                     integer/
4295
4296=head3 XMP prismAlternateTitle Struct
4297
4298  Field Name                                    Writable
4299  ----------                                    --------
4300  A-lang                                        string
4301  A-platform                                    string
4302  Text                                          string
4303
4304=head3 XMP prismChannel Struct
4305
4306  Field Name                                    Writable
4307  ----------                                    --------
4308  A-lang                                        string
4309  Channel                                       string
4310  Subchannel1                                   string
4311  Subchannel2                                   string
4312  Subchannel3                                   string
4313  Subchannel4                                   string
4314
4315=head3 XMP prismHasCorrection Struct
4316
4317  Field Name                                    Writable
4318  ----------                                    --------
4319  A-lang                                        string
4320  A-platform                                    string
4321  Text                                          string
4322
4323=head3 XMP prismKillDate Struct
4324
4325  Field Name                                    Writable
4326  ----------                                    --------
4327  A-platform                                    string
4328  Date                                          date
4329
4330=head3 XMP prismOffSaleDate Struct
4331
4332  Field Name                                    Writable
4333  ----------                                    --------
4334  A-platform                                    string
4335  Date                                          date
4336
4337=head3 XMP prismOnSaleDate Struct
4338
4339  Field Name                                    Writable
4340  ----------                                    --------
4341  A-platform                                    string
4342  Date                                          date
4343
4344=head3 XMP prismOnSaleDay Struct
4345
4346  Field Name                                    Writable
4347  ----------                                    --------
4348  A-platform                                    string
4349  Day                                           string
4350
4351=head3 XMP prismPublicationDate Struct
4352
4353  Field Name                                    Writable
4354  ----------                                    --------
4355  A-platform                                    string
4356  Date                                          date
4357
4358=head3 XMP prismUrl Struct
4359
4360  Field Name                                    Writable
4361  ----------                                    --------
4362  A-platform                                    string
4363  Url                                           string
4364
4365=head3 XMP prl Tags
4366
4367PRISM Rights Language 2.1 namespace tags.  These tags have been deprecated
4368since the release of the PRISM Usage Rights 3.0. (see
4369L<http://www.prismstandard.org/>)
4370
4371These tags belong to the ExifTool XMP-prl family 1 group.
4372
4373  Tag Name                                      Writable
4374  --------                                      --------
4375  Geography                                     string/+
4376  Industry                                      string/+
4377  Usage                                         string/+
4378
4379=head3 XMP prm Tags
4380
4381PRISM Recipe Metadata 3.0 namespace tags.  (see
4382L<http://www.prismstandard.org/>)
4383
4384These tags belong to the ExifTool XMP-prm family 1 group.
4385
4386  Tag Name                                      Writable
4387  --------                                      --------
4388  CookingEquipment                              string/
4389  CookingMethod                                 string/
4390  Course                                        string/
4391  Cuisine                                       string/
4392  DietaryNeeds                                  string/
4393  DishType                                      string/
4394  Duration                                      string/
4395  IngredientExclusion                           string/
4396  MainIngredient                                string/
4397  Meal                                          string/
4398  RecipeEndingPage                              string/
4399  RecipePageRange                               string/
4400  RecipeSource                                  string/
4401  RecipeStartingPage                            string/
4402  RecipeTitle                                   string/
4403  ServingSize                                   string/
4404  SkillLevel                                    string/
4405  SpecialOccasion                               string/
4406  Yield                                         string/
4407
4408=head3 XMP pur Tags
4409
4410PRISM Usage Rights 3.0 namespace tags.  (see
4411L<http://www.prismstandard.org/>)
4412
4413These tags belong to the ExifTool XMP-pur family 1 group.
4414
4415  Tag Name                                      Writable
4416  --------                                      --------
4417  AdultContentWarning                           string/+
4418  Agreement                                     string/+
4419  Copyright                                     lang-alt/
4420  CreditLine                                    string/+
4421  EmbargoDate                                   date/+
4422  ExclusivityEndDate                            date/+
4423  ExpirationDate                                date/+
4424  ImageSizeRestriction                          string/
4425  OptionEndDate                                 date/+
4426  Permissions                                   string/+
4427  Restrictions                                  string/+
4428  ReuseProhibited                               boolean/
4429  RightsAgent                                   string/
4430  RightsOwner                                   string/
4431
4432=head3 XMP rdf Tags
4433
4434Most RDF attributes are handled internally, but the "about" attribute is
4435treated specially to allow it to be set to a specific value if required.
4436
4437These tags belong to the ExifTool XMP-rdf family 1 group.
4438
4439  Tag Name                                      Writable
4440  --------                                      --------
4441  About                                         string!
4442
4443=head3 XMP swf Tags
4444
4445Adobe SWF namespace tags.
4446
4447These tags belong to the ExifTool XMP-swf family 1 group.
4448
4449  Tag Name                                      Writable
4450  --------                                      --------
4451  BackgroundAlpha                               integer
4452  ForwardLock                                   boolean
4453  MaxStorage                                    integer
4454  Type                                          string/
4455
4456=head3 XMP tiff Tags
4457
4458EXIF namespace for TIFF tags.  See
4459L<https://web.archive.org/web/20180921145139if_/http://www.cipa.jp:80/std/documents/e/DC-010-2017_E.pdf>
4460for the specification.
4461
4462These tags belong to the ExifTool XMP-tiff family 1 group.
4463
4464  Tag Name                                      Writable
4465  --------                                      --------
4466  Artist                                        string
4467  BitsPerSample                                 integer+
4468  Compression                                   integer
4469  Copyright                                     lang-alt
4470  DateTime                                      date
4471  ImageDescription                              lang-alt
4472  ImageHeight                                   integer
4473  ImageWidth                                    integer
4474  Make                                          string
4475  Model                                         string
4476  NativeDigest                                  string
4477  Orientation                                   integer
4478  PhotometricInterpretation                     integer
4479  PlanarConfiguration                           integer
4480  PrimaryChromaticities                         rational+
4481  ReferenceBlackWhite                           rational+
4482  ResolutionUnit                                integer
4483  SamplesPerPixel                               integer
4484  Software                                      string
4485  TransferFunction                              integer+
4486  WhitePoint                                    rational+
4487  XResolution                                   rational
4488  YCbCrCoefficients                             rational+
4489  YCbCrPositioning                              integer
4490  YCbCrSubSampling                              integer+
4491  YResolution                                   rational
4492
4493=head3 XMP x Tags
4494
4495The "x" namespace is used for the "xmpmeta" wrapper, and may contain an
4496"xmptk" attribute that is extracted as the XMPToolkit tag.  When writing,
4497the XMPToolkit tag is generated automatically by ExifTool unless
4498specifically set to another value.
4499
4500These tags belong to the ExifTool XMP-x family 1 group.
4501
4502  Tag Name                                      Writable
4503  --------                                      --------
4504  XMPToolkit                                    string!
4505
4506=head3 XMP xmp Tags
4507
4508XMP namespace tags.  If the older "xap", "xapBJ", "xapMM" or "xapRights"
4509namespace prefixes are found, they are translated to the newer "xmp",
4510"xmpBJ", "xmpMM" and "xmpRights" prefixes for use in family 1 group names.
4511
4512These tags belong to the ExifTool XMP-xmp family 1 group.
4513
4514  Tag Name                                      Writable
4515  --------                                      --------
4516  Advisory                                      string+
4517  Author                                        string/
4518  BaseURL                                       string
4519  CreateDate                                    date
4520  CreatorTool                                   string
4521  Description                                   lang-alt/
4522  Format                                        string/
4523  Identifier                                    string/+
4524  Keywords                                      string/
4525  Label                                         string
4526  MetadataDate                                  date
4527  ModifyDate                                    date
4528  Nickname                                      string
4529  PageInfo                                      PageInfo Struct+
4530  PageImageFormat                               string_+
4531  PageImageHeight                               integer_+
4532  PageImage                                     string_+
4533  PageImagePageNumber                           integer_+
4534  PageImageWidth                                integer_+
4535  Rating                                        real
4536  RatingPercent                                 real/
4537  Thumbnails                                    Thumbnail Struct+
4538  ThumbnailFormat                               string_+
4539  ThumbnailHeight                               integer_+
4540  ThumbnailImage                                string/_+
4541  ThumbnailWidth                                integer_+
4542  Title                                         lang-alt/
4543
4544=head3 XMP PageInfo Struct
4545
4546  Field Name                                    Writable
4547  ----------                                    --------
4548  PageNumber                                    integer
4549  Format                                        string
4550  Height                                        integer
4551  Image                                         string
4552  Width                                         integer
4553
4554=head3 XMP Thumbnail Struct
4555
4556  Field Name                                    Writable
4557  ----------                                    --------
4558  Format                                        string
4559  Height                                        integer
4560  Image                                         string
4561  Width                                         integer
4562
4563=head3 XMP xmpBJ Tags
4564
4565XMP Basic Job Ticket namespace tags.
4566
4567These tags belong to the ExifTool XMP-xmpBJ family 1 group.
4568
4569  Tag Name                                      Writable
4570  --------                                      --------
4571  JobRef                                        JobRef Struct+
4572  JobRefId                                      string_+
4573  JobRefName                                    string_+
4574  JobRefUrl                                     string_+
4575
4576=head3 XMP JobRef Struct
4577
4578  Field Name                                    Writable
4579  ----------                                    --------
4580  Id                                            string
4581  Name                                          string
4582  Url                                           string
4583
4584=head3 XMP xmpDM Tags
4585
4586XMP Dynamic Media namespace tags.
4587
4588These tags belong to the ExifTool XMP-xmpDM family 1 group.
4589
4590  Tag Name                                      Writable
4591  --------                                      --------
4592  AbsPeakAudioFilePath                          string
4593  Album                                         string
4594  AltTapeName                                   string
4595  AltTimecode                                   Timecode Struct
4596  AltTimecodeTimeFormat                         string_
4597  AltTimecodeTimeValue                          string_
4598  AltTimecodeValue                              integer_
4599  Artist                                        string/
4600  AudioChannelType                              string
4601  AudioCompressor                               string
4602  AudioModDate                                  date
4603  AudioSampleRate                               integer
4604  AudioSampleType                               string
4605  BeatSpliceParams                              BeatSpliceStretch Struct
4606  BeatSpliceParamsRiseInDecibel                 real_
4607  BeatSpliceParamsRiseInTimeDuration            Time Struct_
4608  BeatSpliceParamsRiseInTimeDurationScale       rational_
4609  BeatSpliceParamsRiseInTimeDurationValue       integer_
4610  BeatSpliceParamsUseFileBeatsMarker            boolean_
4611  CameraAngle                                   string
4612  CameraLabel                                   string
4613  CameraModel                                   string
4614  CameraMove                                    string
4615  Client                                        string
4616  DMComment                                     string
4617  Composer                                      string
4618  ContributedMedia                              Media Struct+
4619  ContributedMediaDuration                      Time Struct_+
4620  ContributedMediaDurationScale                 rational_+
4621  ContributedMediaDurationValue                 integer_+
4622  ContributedMediaManaged                       boolean_+
4623  ContributedMediaPath                          string_+
4624  ContributedMediaStartTime                     Time Struct_+
4625  ContributedMediaStartTimeScale                rational_+
4626  ContributedMediaStartTimeValue                integer_+
4627  ContributedMediaTrack                         string_+
4628  ContributedMediaWebStatement                  string_+
4629  Copyright                                     string/
4630  Director                                      string
4631  DirectorPhotography                           string
4632  DiscNumber                                    string
4633  Duration                                      Time Struct
4634  DurationScale                                 rational_
4635  DurationValue                                 integer_
4636  Engineer                                      string
4637  FileDataRate                                  rational
4638  Genre                                         string
4639  Good                                          boolean
4640  Instrument                                    string
4641  IntroTime                                     Time Struct
4642  IntroTimeScale                                rational_
4643  IntroTimeValue                                integer_
4644  Key                                           string
4645  LogComment                                    string
4646  Loop                                          boolean
4647  Lyrics                                        string
4648  Markers                                       Marker Struct+
4649  MarkersComment                                string_+
4650  MarkersCuePointParams                         CuePointParam Struct_+
4651  MarkersCuePointParamsKey                      string_+
4652  MarkersCuePointParamsValue                    string_+
4653  MarkersCuePointType                           string_+
4654  MarkersDuration                               string_+
4655  MarkersLocation                               string_+
4656  MarkersName                                   string_+
4657  MarkersProbability                            real_+
4658  MarkersSpeaker                                string_+
4659  MarkersStartTime                              string_+
4660  MarkersTarget                                 string_+
4661  MarkersType                                   string_+
4662  MetadataModDate                               date
4663  NumberOfBeats                                 real
4664  OutCue                                        Time Struct
4665  OutCueScale                                   rational_
4666  OutCueValue                                   integer_
4667  PartOfCompilation                             boolean
4668  ProjectName                                   string
4669  ProjectRef                                    ProjectLink Struct
4670  ProjectRefPath                                string_
4671  ProjectRefType                                string_
4672  PullDown                                      string
4673  RelativePeakAudioFilePath                     string
4674  RelativeTimestamp                             Time Struct
4675  RelativeTimestampScale                        rational_
4676  RelativeTimestampValue                        integer_
4677  ReleaseDate                                   date
4678  ResampleParams                                ResampleStretch Struct
4679  ResampleParamsQuality                         string_
4680  ScaleType                                     string
4681  Scene                                         string/
4682  ShotDate                                      date
4683  ShotDay                                       string
4684  ShotLocation                                  string
4685  ShotName                                      string
4686  ShotNumber                                    string
4687  ShotSize                                      string
4688  SpeakerPlacement                              string
4689  StartTimecode                                 Timecode Struct
4690  StartTimecodeTimeFormat                       string_
4691  StartTimecodeTimeValue                        string_
4692  StartTimecodeValue                            integer_
4693  StartTimeSampleSize                           integer
4694  StartTimeScale                                string
4695  StretchMode                                   string
4696  TakeNumber                                    integer
4697  TapeName                                      string
4698  Tempo                                         real
4699  TimeScaleParams                               TimeScaleStretch Struct
4700  TimeScaleParamsFrameOverlappingPercentage     real_
4701  TimeScaleParamsFrameSize                      real_
4702  TimeScaleParamsQuality                        string_
4703  TimeSignature                                 string
4704  TrackNumber                                   integer
4705  Tracks                                        Track Struct+
4706  TracksFrameRate                               string_+
4707  TracksMarkers                                 Marker Struct_+
4708  TracksMarkersComment                          string_+
4709  TracksMarkersCuePointParams                   CuePointParam Struct_+
4710  TracksMarkersCuePointParamsKey                string_+
4711  TracksMarkersCuePointParamsValue              string_+
4712  TracksMarkersCuePointType                     string_+
4713  TracksMarkersDuration                         string_+
4714  TracksMarkersLocation                         string_+
4715  TracksMarkersName                             string_+
4716  TracksMarkersProbability                      real_+
4717  TracksMarkersSpeaker                          string_+
4718  TracksMarkersStartTime                        string_+
4719  TracksMarkersTarget                           string_+
4720  TracksMarkersType                             string_+
4721  TracksTrackName                               string_+
4722  TracksTrackType                               string_+
4723  VideoAlphaMode                                string
4724  VideoAlphaPremultipleColor                    Colorant Struct
4725  VideoAlphaPremultipleColorA                   integer_
4726  VideoAlphaPremultipleColorB                   integer_
4727  VideoAlphaPremultipleColorBlack               real_
4728  VideoAlphaPremultipleColorBlue                integer_
4729  VideoAlphaPremultipleColorCyan                real_
4730  VideoAlphaPremultipleColorGray                integer_
4731  VideoAlphaPremultipleColorGreen               integer_
4732  VideoAlphaPremultipleColorL                   real_
4733  VideoAlphaPremultipleColorMagenta             real_
4734  VideoAlphaPremultipleColorMode                string_
4735  VideoAlphaPremultipleColorRed                 integer_
4736  VideoAlphaPremultipleColorSwatchName          string_
4737  VideoAlphaPremultipleColorTint                integer_
4738  VideoAlphaPremultipleColorType                string_
4739  VideoAlphaPremultipleColorYellow              real_
4740  VideoAlphaUnityIsTransparent                  boolean
4741  VideoColorSpace                               string
4742  VideoCompressor                               string
4743  VideoFieldOrder                               string
4744  VideoFrameRate                                real
4745  VideoFrameSize                                Dimensions Struct
4746  VideoFrameSizeH                               real_
4747  VideoFrameSizeUnit                            string_
4748  VideoFrameSizeW                               real_
4749  VideoModDate                                  date
4750  VideoPixelAspectRatio                         rational
4751  VideoPixelDepth                               string
4752
4753=head3 XMP BeatSpliceStretch Struct
4754
4755  Field Name                                    Writable
4756  ----------                                    --------
4757  RiseInDecibel                                 real
4758  RiseInTimeDuration                            Time Struct
4759  UseFileBeatsMarker                            boolean
4760
4761=head3 XMP Time Struct
4762
4763  Field Name                                    Writable
4764  ----------                                    --------
4765  Scale                                         rational
4766  Value                                         integer
4767
4768=head3 XMP Media Struct
4769
4770  Field Name                                    Writable
4771  ----------                                    --------
4772  Duration                                      Time Struct
4773  Managed                                       boolean
4774  Path                                          string
4775  StartTime                                     Time Struct
4776  Track                                         string
4777  WebStatement                                  string
4778
4779=head3 XMP Marker Struct
4780
4781  Field Name                                    Writable
4782  ----------                                    --------
4783  Comment                                       string
4784  CuePointParams                                CuePointParam Struct+
4785  CuePointType                                  string
4786  Duration                                      string
4787  Location                                      string
4788  Name                                          string
4789  Probability                                   real
4790  Speaker                                       string
4791  StartTime                                     string
4792  Target                                        string
4793  Type                                          string
4794
4795=head3 XMP CuePointParam Struct
4796
4797  Field Name                                    Writable
4798  ----------                                    --------
4799  Key                                           string
4800  Value                                         string
4801
4802=head3 XMP ProjectLink Struct
4803
4804  Field Name                                    Writable
4805  ----------                                    --------
4806  Path                                          string
4807  Type                                          string
4808
4809=head3 XMP ResampleStretch Struct
4810
4811  Field Name                                    Writable
4812  ----------                                    --------
4813  Quality                                       string
4814
4815=head3 XMP TimeScaleStretch Struct
4816
4817  Field Name                                    Writable
4818  ----------                                    --------
4819  FrameOverlappingPercentage                    real
4820  FrameSize                                     real
4821  Quality                                       string
4822
4823=head3 XMP Track Struct
4824
4825  Field Name                                    Writable
4826  ----------                                    --------
4827  FrameRate                                     string
4828  Markers                                       Marker Struct+
4829  TrackName                                     string
4830  TrackType                                     string
4831
4832=head3 XMP Colorant Struct
4833
4834  Field Name                                    Writable
4835  ----------                                    --------
4836  A                                             integer
4837  B                                             integer
4838  L                                             real
4839  Black                                         real
4840  Blue                                          integer
4841  Cyan                                          real
4842  Gray                                          integer
4843  Green                                         integer
4844  Magenta                                       real
4845  Mode                                          string
4846  Red                                           integer
4847  SwatchName                                    string
4848  Tint                                          integer
4849  Type                                          string
4850  Yellow                                        real
4851
4852=head3 XMP Dimensions Struct
4853
4854  Field Name                                    Writable
4855  ----------                                    --------
4856  H                                             real
4857  Unit                                          string
4858  W                                             real
4859
4860=head3 XMP xmpMM Tags
4861
4862XMP Media Management namespace tags.
4863
4864These tags belong to the ExifTool XMP-xmpMM family 1 group.
4865
4866  Tag Name                                      Writable
4867  --------                                      --------
4868  DerivedFrom                                   ResourceRef Struct
4869  DerivedFromAlternatePaths                     string_+
4870  DerivedFromDocumentID                         string_
4871  DerivedFromFilePath                           string_
4872  DerivedFromFromPart                           string_
4873  DerivedFromInstanceID                         string_
4874  DerivedFromLastModifyDate                     date_
4875  DerivedFromLastURL                            string_
4876  DerivedFromLinkCategory                       string_
4877  DerivedFromLinkForm                           string_
4878  DerivedFromManager                            string_
4879  DerivedFromManagerVariant                     string_
4880  DerivedFromManageTo                           string_
4881  DerivedFromManageUI                           string_
4882  DerivedFromMaskMarkers                        string_
4883  DerivedFromOriginalDocumentID                 string_
4884  DerivedFromPartMapping                        string_
4885  DerivedFromPlacedResolutionUnit               string_
4886  DerivedFromPlacedXResolution                  string_
4887  DerivedFromPlacedYResolution                  string_
4888  DerivedFromRenditionClass                     string_
4889  DerivedFromRenditionParams                    string_
4890  DerivedFromToPart                             string_
4891  DerivedFromVersionID                          string_
4892  DocumentID                                    string
4893  History                                       ResourceEvent Struct+
4894  HistoryAction                                 string_+
4895  HistoryChanged                                string_+
4896  HistoryInstanceID                             string_+
4897  HistoryParameters                             string_+
4898  HistorySoftwareAgent                          string_+
4899  HistoryWhen                                   date_+
4900  Ingredients                                   ResourceRef Struct+
4901  IngredientsAlternatePaths                     string_+
4902  IngredientsDocumentID                         string_+
4903  IngredientsFilePath                           string_+
4904  IngredientsFromPart                           string_+
4905  IngredientsInstanceID                         string_+
4906  IngredientsLastModifyDate                     date_+
4907  IngredientsLastURL                            string_+
4908  IngredientsLinkCategory                       string_+
4909  IngredientsLinkForm                           string_+
4910  IngredientsManager                            string_+
4911  IngredientsManagerVariant                     string_+
4912  IngredientsManageTo                           string_+
4913  IngredientsManageUI                           string_+
4914  IngredientsMaskMarkers                        string_+
4915  IngredientsOriginalDocumentID                 string_+
4916  IngredientsPartMapping                        string_+
4917  IngredientsPlacedResolutionUnit               string_+
4918  IngredientsPlacedXResolution                  string_+
4919  IngredientsPlacedYResolution                  string_+
4920  IngredientsRenditionClass                     string_+
4921  IngredientsRenditionParams                    string_+
4922  IngredientsToPart                             string_+
4923  IngredientsVersionID                          string_+
4924  InstanceID                                    string
4925  LastURL                                       string
4926  ManagedFrom                                   ResourceRef Struct
4927  ManagedFromAlternatePaths                     string_+
4928  ManagedFromDocumentID                         string_
4929  ManagedFromFilePath                           string_
4930  ManagedFromFromPart                           string_
4931  ManagedFromInstanceID                         string_
4932  ManagedFromLastModifyDate                     date_
4933  ManagedFromLastURL                            string_
4934  ManagedFromLinkCategory                       string_
4935  ManagedFromLinkForm                           string_
4936  ManagedFromManager                            string_
4937  ManagedFromManagerVariant                     string_
4938  ManagedFromManageTo                           string_
4939  ManagedFromManageUI                           string_
4940  ManagedFromMaskMarkers                        string_
4941  ManagedFromOriginalDocumentID                 string_
4942  ManagedFromPartMapping                        string_
4943  ManagedFromPlacedResolutionUnit               string_
4944  ManagedFromPlacedXResolution                  string_
4945  ManagedFromPlacedYResolution                  string_
4946  ManagedFromRenditionClass                     string_
4947  ManagedFromRenditionParams                    string_
4948  ManagedFromToPart                             string_
4949  ManagedFromVersionID                          string_
4950  Manager                                       string
4951  ManagerVariant                                string
4952  ManageTo                                      string
4953  ManageUI                                      string
4954  Manifest                                      ManifestItem Struct+
4955  ManifestLinkForm                              string_+
4956  ManifestPlacedResolutionUnit                  string_+
4957  ManifestPlacedXResolution                     real_+
4958  ManifestPlacedYResolution                     real_+
4959  ManifestReference                             ResourceRef Struct_+
4960  ManifestReferenceAlternatePaths               string_+
4961  ManifestReferenceDocumentID                   string_+
4962  ManifestReferenceFilePath                     string_+
4963  ManifestReferenceFromPart                     string_+
4964  ManifestReferenceInstanceID                   string_+
4965  ManifestReferenceLastModifyDate               date_+
4966  ManifestReferenceLastURL                      string_+
4967  ManifestReferenceLinkCategory                 string_+
4968  ManifestReferenceLinkForm                     string_+
4969  ManifestReferenceManager                      string_+
4970  ManifestReferenceManagerVariant               string_+
4971  ManifestReferenceManageTo                     string_+
4972  ManifestReferenceManageUI                     string_+
4973  ManifestReferenceMaskMarkers                  string_+
4974  ManifestReferenceOriginalDocumentID           string_+
4975  ManifestReferencePartMapping                  string_+
4976  ManifestReferencePlacedResolutionUnit         string_+
4977  ManifestReferencePlacedXResolution            string_+
4978  ManifestReferencePlacedYResolution            string_+
4979  ManifestReferenceRenditionClass               string_+
4980  ManifestReferenceRenditionParams              string_+
4981  ManifestReferenceToPart                       string_+
4982  ManifestReferenceVersionID                    string_+
4983  OriginalDocumentID                            string
4984  Pantry                                        PantryItem Struct+
4985  PantryInstanceID                              string_
4986  PreservedFileName                             string
4987  RenditionClass                                string
4988  RenditionOf                                   ResourceRef Struct
4989  RenditionOfAlternatePaths                     string_+
4990  RenditionOfDocumentID                         string_
4991  RenditionOfFilePath                           string_
4992  RenditionOfFromPart                           string_
4993  RenditionOfInstanceID                         string_
4994  RenditionOfLastModifyDate                     date_
4995  RenditionOfLastURL                            string_
4996  RenditionOfLinkCategory                       string_
4997  RenditionOfLinkForm                           string_
4998  RenditionOfManager                            string_
4999  RenditionOfManagerVariant                     string_
5000  RenditionOfManageTo                           string_
5001  RenditionOfManageUI                           string_
5002  RenditionOfMaskMarkers                        string_
5003  RenditionOfOriginalDocumentID                 string_
5004  RenditionOfPartMapping                        string_
5005  RenditionOfPlacedResolutionUnit               string_
5006  RenditionOfPlacedXResolution                  string_
5007  RenditionOfPlacedYResolution                  string_
5008  RenditionOfRenditionClass                     string_
5009  RenditionOfRenditionParams                    string_
5010  RenditionOfToPart                             string_
5011  RenditionOfVersionID                          string_
5012  RenditionParams                               string
5013  SaveID                                        integer
5014  Subject                                       string/+
5015  VersionID                                     string
5016  Versions                                      Version Struct+
5017  VersionsComments                              string_+
5018  VersionsEvent                                 ResourceEvent Struct_+
5019  VersionsEventAction                           string_+
5020  VersionsEventChanged                          string_+
5021  VersionsEventInstanceID                       string_+
5022  VersionsEventParameters                       string_+
5023  VersionsEventSoftwareAgent                    string_+
5024  VersionsEventWhen                             date_+
5025  VersionsModifier                              string_+
5026  VersionsModifyDate                            date_+
5027  VersionsVersion                               string_+
5028
5029=head3 XMP ResourceRef Struct
5030
5031  Field Name                                    Writable
5032  ----------                                    --------
5033  AlternatePaths                                string+
5034  DocumentID                                    string
5035  FilePath                                      string
5036  FromPart                                      string
5037  InstanceID                                    string
5038  LastModifyDate                                date
5039  LastURL                                       string
5040  LinkCategory                                  string
5041  LinkForm                                      string
5042  ManageTo                                      string
5043  ManageUI                                      string
5044  Manager                                       string
5045  ManagerVariant                                string
5046  MaskMarkers                                   string
5047  OriginalDocumentID                            string
5048  PartMapping                                   string
5049  PlacedResolutionUnit                          string
5050  PlacedXResolution                             string
5051  PlacedYResolution                             string
5052  RenditionClass                                string
5053  RenditionParams                               string
5054  ToPart                                        string
5055  VersionID                                     string
5056
5057=head3 XMP ResourceEvent Struct
5058
5059  Field Name                                    Writable
5060  ----------                                    --------
5061  Action                                        string
5062  Changed                                       string
5063  InstanceID                                    string
5064  Parameters                                    string
5065  SoftwareAgent                                 string
5066  When                                          date
5067
5068=head3 XMP ManifestItem Struct
5069
5070  Field Name                                    Writable
5071  ----------                                    --------
5072  LinkForm                                      string
5073  PlacedResolutionUnit                          string
5074  PlacedXResolution                             real
5075  PlacedYResolution                             real
5076  Reference                                     ResourceRef Struct
5077
5078=head3 XMP PantryItem Struct
5079
5080This structure must have an InstanceID field, but may also contain any other
5081XMP properties.
5082
5083  Field Name                                    Writable
5084  ----------                                    --------
5085  InstanceID                                    string
5086
5087=head3 XMP Version Struct
5088
5089  Field Name                                    Writable
5090  ----------                                    --------
5091  Comments                                      string
5092  Event                                         ResourceEvent Struct
5093  Modifier                                      string
5094  ModifyDate                                    date
5095  Version                                       string
5096
5097=head3 XMP xmpNote Tags
5098
5099XMP Note namespace tags.
5100
5101These tags belong to the ExifTool XMP-xmpNote family 1 group.
5102
5103  Tag Name                                      Writable
5104  --------                                      --------
5105  HasExtendedXMP                                string*
5106
5107=head3 XMP xmpPLUS Tags
5108
5109XMP Picture Licensing Universal System (PLUS) tags as written by some older
5110Adobe applications.  See L<PLUS XMP Tags|Image::ExifTool::TagNames/PLUS XMP Tags>
5111for the current PLUS tags.
5112
5113These tags belong to the ExifTool XMP-xmpPLUS family 1 group.
5114
5115  Tag Name                                      Writable
5116  --------                                      --------
5117  CreditLineReq                                 boolean/
5118  ReuseAllowed                                  boolean/
5119
5120=head3 XMP xmpRights Tags
5121
5122XMP Rights Management namespace tags.
5123
5124These tags belong to the ExifTool XMP-xmpRights family 1 group.
5125
5126  Tag Name                                      Writable
5127  --------                                      --------
5128  Certificate                                   string
5129  Marked                                        boolean
5130  Owner                                         string+
5131  UsageTerms                                    lang-alt
5132  WebStatement                                  string
5133
5134=head3 XMP xmpTPg Tags
5135
5136XMP Paged-Text namespace tags.
5137
5138These tags belong to the ExifTool XMP-xmpTPg family 1 group.
5139
5140  Tag Name                                      Writable
5141  --------                                      --------
5142  Colorants                                     Colorant Struct+
5143  ColorantA                                     integer_+
5144  ColorantB                                     integer_+
5145  ColorantBlack                                 real_+
5146  ColorantBlue                                  integer_+
5147  ColorantCyan                                  real_+
5148  ColorantGray                                  integer_+
5149  ColorantGreen                                 integer_+
5150  ColorantL                                     real_+
5151  ColorantMagenta                               real_+
5152  ColorantMode                                  string_+
5153  ColorantRed                                   integer_+
5154  ColorantSwatchName                            string_+
5155  ColorantTint                                  integer_+
5156  ColorantType                                  string_+
5157  ColorantYellow                                real_+
5158  Fonts                                         Font Struct+
5159  ChildFontFiles                                string_+
5160  FontComposite                                 boolean_+
5161  FontFace                                      string_+
5162  FontFamily                                    string_+
5163  FontFileName                                  string_+
5164  FontName                                      string_+
5165  FontType                                      string_+
5166  FontVersion                                   string_+
5167  HasVisibleOverprint                           boolean
5168  HasVisibleTransparency                        boolean
5169  MaxPageSize                                   Dimensions Struct
5170  MaxPageSizeH                                  real_
5171  MaxPageSizeUnit                               string_
5172  MaxPageSizeW                                  real_
5173  NPages                                        integer
5174  PlateNames                                    string+
5175  SwatchGroups                                  SwatchGroup Struct+
5176  SwatchGroupsColorants                         Colorant Struct_+
5177  SwatchColorantA                               integer_+
5178  SwatchColorantB                               integer_+
5179  SwatchColorantBlack                           real_+
5180  SwatchColorantBlue                            integer_+
5181  SwatchColorantCyan                            real_+
5182  SwatchColorantGray                            integer_+
5183  SwatchColorantGreen                           integer_+
5184  SwatchColorantL                               real_+
5185  SwatchColorantMagenta                         real_+
5186  SwatchColorantMode                            string_+
5187  SwatchColorantRed                             integer_+
5188  SwatchColorantSwatchName                      string_+
5189  SwatchColorantTint                            integer_+
5190  SwatchColorantType                            string_+
5191  SwatchColorantYellow                          real_+
5192  SwatchGroupName                               string_+
5193  SwatchGroupType                               integer_+
5194
5195=head3 XMP Font Struct
5196
5197  Field Name                                    Writable
5198  ----------                                    --------
5199  ChildFontFiles                                string+
5200  Composite                                     boolean
5201  FontFace                                      string
5202  FontFamily                                    string
5203  FontFileName                                  string
5204  FontName                                      string
5205  FontType                                      string
5206  VersionString                                 string
5207
5208=head3 XMP SwatchGroup Struct
5209
5210  Field Name                                    Writable
5211  ----------                                    --------
5212  Colorants                                     Colorant Struct+
5213  GroupName                                     string
5214  GroupType                                     integer
5215
5216=head3 XMP XML Tags
5217
5218  Tag ID               Tag Name                 Writable
5219  ------               --------                 --------
5220  'dc'                 dc                       XMP dc
5221  'lastUpdate'         LastUpdate               no
5222
5223=head3 XMP SVG Tags
5224
5225SVG (Scalable Vector Graphics) image tags.  By default, only the top-level
5226SVG and Metadata tags are extracted from these images, but all graphics tags
5227may be extracted by setting the Unknown option to 2 (-U on the command
5228line).  The SVG tags are not part of XMP as such, but are included with the
5229XMP module for convenience.  (see L<http://www.w3.org/TR/SVG11/>)
5230
5231These tags belong to the ExifTool XMP-svg family 1 group.
5232
5233  Tag ID               Tag Name                 Writable
5234  ------               --------                 --------
5235  'height'             ImageHeight              no
5236  'id'                 ID                       no
5237  'metadataId'         MetadataID               no
5238  'version'            SVGVersion               no
5239  'width'              ImageWidth               no
5240
5241=head2 GPS Tags
5242
5243These GPS tags are part of the EXIF standard, and are stored in a separate
5244IFD within the EXIF information.
5245
5246ExifTool is very flexible about the input format when writing lat/long
5247coordinates, and will accept from 1 to 3 floating point numbers (for decimal
5248degrees, degrees and minutes, or degrees, minutes and seconds) separated by
5249just about anything, and will format them properly according to the EXIF
5250specification.
5251
5252Some GPS tags have values which are fixed-length strings. For these, the
5253indicated string lengths include a null terminator which is added
5254automatically by ExifTool.  Remember that the descriptive values are used
5255when writing (eg. 'Above Sea Level', not '0') unless the print conversion is
5256disabled (with '-n' on the command line or the PrintConv option in the API,
5257or by suffixing the tag name with a C<#> character).
5258
5259When adding GPS information to an image, it is important to set all of the
5260following tags: GPSLatitude, GPSLatitudeRef, GPSLongitude, GPSLongitudeRef,
5261and GPSAltitude and GPSAltitudeRef if the altitude is known.  ExifTool will
5262write the required GPSVersionID tag automatically if new a GPS IFD is added
5263to an image.
5264
5265  Tag ID   Tag Name                             Writable
5266  ------   --------                             --------
5267  0x0000   GPSVersionID                         int8u[4]:
5268  0x0001   GPSLatitudeRef                       string[2]
5269  0x0002   GPSLatitude                          rational64u[3]
5270  0x0003   GPSLongitudeRef                      string[2]
5271  0x0004   GPSLongitude                         rational64u[3]
5272  0x0005   GPSAltitudeRef                       int8u
5273  0x0006   GPSAltitude                          rational64u
5274  0x0007   GPSTimeStamp                         rational64u[3]
5275  0x0008   GPSSatellites                        string
5276  0x0009   GPSStatus                            string[2]
5277  0x000a   GPSMeasureMode                       string[2]
5278  0x000b   GPSDOP                               rational64u
5279  0x000c   GPSSpeedRef                          string[2]
5280  0x000d   GPSSpeed                             rational64u
5281  0x000e   GPSTrackRef                          string[2]
5282  0x000f   GPSTrack                             rational64u
5283  0x0010   GPSImgDirectionRef                   string[2]
5284  0x0011   GPSImgDirection                      rational64u
5285  0x0012   GPSMapDatum                          string
5286  0x0013   GPSDestLatitudeRef                   string[2]
5287  0x0014   GPSDestLatitude                      rational64u[3]
5288  0x0015   GPSDestLongitudeRef                  string[2]
5289  0x0016   GPSDestLongitude                     rational64u[3]
5290  0x0017   GPSDestBearingRef                    string[2]
5291  0x0018   GPSDestBearing                       rational64u
5292  0x0019   GPSDestDistanceRef                   string[2]
5293  0x001a   GPSDestDistance                      rational64u
5294  0x001b   GPSProcessingMethod                  undef
5295  0x001c   GPSAreaInformation                   undef
5296  0x001d   GPSDateStamp                         string[11]
5297  0x001e   GPSDifferential                      int16u
5298  0x001f   GPSHPositioningError                 rational64u
5299
5300=head2 GeoTiff Tags
5301
5302ExifTool extracts the following tags from GeoTIFF images.  See
5303L<http://www.remotesensing.org/geotiff/spec/geotiffhome.html> for the
5304complete GeoTIFF specification.  Also included in the table below are
5305ChartTIFF tags (see L<http://www.charttiff.com/whitepapers.shtml>). GeoTIFF
5306tags are not writable individually, but they may be copied en mass via the
5307block tags GeoTiffDirectory, GeoTiffDoubleParams and GeoTiffAsciiParams.
5308
5309  Tag ID   Tag Name                             Writable
5310  ------   --------                             --------
5311  0x0001   GeoTiffVersion                       no
5312  0x0400   GTModelType                          no
5313  0x0401   GTRasterType                         no
5314  0x0402   GTCitation                           no
5315  0x0800   GeographicType                       no
5316  0x0801   GeogCitation                         no
5317  0x0802   GeogGeodeticDatum                    no
5318  0x0803   GeogPrimeMeridian                    no
5319  0x0804   GeogLinearUnits                      no
5320  0x0805   GeogLinearUnitSize                   no
5321  0x0806   GeogAngularUnits                     no
5322  0x0807   GeogAngularUnitSize                  no
5323  0x0808   GeogEllipsoid                        no
5324  0x0809   GeogSemiMajorAxis                    no
5325  0x080a   GeogSemiMinorAxis                    no
5326  0x080b   GeogInvFlattening                    no
5327  0x080c   GeogAzimuthUnits                     no
5328  0x080d   GeogPrimeMeridianLong                no
5329  0x080e   GeogToWGS84                          no
5330  0x0c00   ProjectedCSType                      no
5331  0x0c01   PCSCitation                          no
5332  0x0c02   Projection                           no
5333  0x0c03   ProjCoordTrans                       no
5334  0x0c04   ProjLinearUnits                      no
5335  0x0c05   ProjLinearUnitSize                   no
5336  0x0c06   ProjStdParallel1                     no
5337  0x0c07   ProjStdParallel2                     no
5338  0x0c08   ProjNatOriginLong                    no
5339  0x0c09   ProjNatOriginLat                     no
5340  0x0c0a   ProjFalseEasting                     no
5341  0x0c0b   ProjFalseNorthing                    no
5342  0x0c0c   ProjFalseOriginLong                  no
5343  0x0c0d   ProjFalseOriginLat                   no
5344  0x0c0e   ProjFalseOriginEasting               no
5345  0x0c0f   ProjFalseOriginNorthing              no
5346  0x0c10   ProjCenterLong                       no
5347  0x0c11   ProjCenterLat                        no
5348  0x0c12   ProjCenterEasting                    no
5349  0x0c13   ProjCenterNorthing                   no
5350  0x0c14   ProjScaleAtNatOrigin                 no
5351  0x0c15   ProjScaleAtCenter                    no
5352  0x0c16   ProjAzimuthAngle                     no
5353  0x0c17   ProjStraightVertPoleLong             no
5354  0x0c18   ProjRectifiedGridAngle               no
5355  0x1000   VerticalCSType                       no
5356  0x1001   VerticalCitation                     no
5357  0x1002   VerticalDatum                        no
5358  0x1003   VerticalUnits                        no
5359  0xb799   ChartFormat                          no
5360  0xb79a   ChartSource                          no
5361  0xb79b   ChartSourceEdition                   no
5362  0xb79c   ChartSourceDate                      no
5363  0xb79d   ChartCorrDate                        no
5364  0xb79e   ChartCountryOrigin                   no
5365  0xb79f   ChartRasterEdition                   no
5366  0xb7a0   ChartSoundingDatum                   no
5367  0xb7a1   ChartDepthUnits                      no
5368  0xb7a2   ChartMagVar                          no
5369  0xb7a3   ChartMagVarYear                      no
5370  0xb7a4   ChartMagVarAnnChange                 no
5371  0xb7a5   ChartWGSNSShift                      no
5372  0xb7a7   InsetNWPixelX                        no
5373  0xb7a8   InsetNWPixelY                        no
5374  0xb7a9   ChartContourInterval                 no
5375
5376=head2 PLUS Tags
5377
5378=head3 PLUS XMP Tags
5379
5380PLUS (Picture Licensing Universal System) License Data Format 1.2.1 XMP
5381tags.  Note that all controlled-vocabulary tags in this table (ie. tags with
5382a fixed set of values) have raw values which begin with
5383"http://ns.useplus.org/ldf/vocab/", but to reduce clutter this prefix has
5384been removed from the values shown below.  See L<http://ns.useplus.org/> for
5385the complete specification.
5386
5387These tags belong to the ExifTool XMP-plus family 1 group.
5388
5389  Tag Name                                      Writable
5390  --------                                      --------
5391  AdultContentWarning                           string
5392  CopyrightOwner                                CopyrightOwner Struct+
5393  CopyrightOwnerID                              string_+
5394  CopyrightOwnerName                            string_+
5395  CopyrightOwnerImageID                         string
5396  CopyrightRegistrationNumber                   string
5397  CopyrightStatus                               string
5398  CreditLineRequired                            string
5399  Custom1                                       lang-alt+
5400  Custom10                                      lang-alt+
5401  Custom2                                       lang-alt+
5402  Custom3                                       lang-alt+
5403  Custom4                                       lang-alt+
5404  Custom5                                       lang-alt+
5405  Custom6                                       lang-alt+
5406  Custom7                                       lang-alt+
5407  Custom8                                       lang-alt+
5408  Custom9                                       lang-alt+
5409  EndUser                                       EndUser Struct+
5410  EndUserID                                     string_+
5411  EndUserName                                   string_+
5412  FileNameAsDelivered                           string
5413  FirstPublicationDate                          date
5414  ImageAlterationConstraints                    string+
5415  ImageCreator                                  ImageCreator Struct+
5416  ImageCreatorID                                string_+
5417  ImageCreatorName                              string_+
5418  ImageCreatorImageID                           string
5419  ImageDuplicationConstraints                   string
5420  ImageFileConstraints                          string+
5421  ImageFileFormatAsDelivered                    string
5422  ImageFileSizeAsDelivered                      string
5423  ImageSupplier                                 ImageSupplier Struct+
5424  ImageSupplierImageID                          string
5425  ImageSupplierID                               string_+
5426  ImageSupplierName                             string_+
5427  ImageType                                     string
5428  Licensee                                      Licensee Struct+
5429  LicenseeImageID                               string
5430  LicenseeImageNotes                            lang-alt
5431  LicenseeID                                    string_+
5432  LicenseeName                                  string_+
5433  LicenseEndDate                                date
5434  LicenseeProjectReference                      string+
5435  LicenseeTransactionID                         string+
5436  LicenseID                                     string
5437  LicenseStartDate                              date
5438  LicenseTransactionDate                        date
5439  Licensor                                      Licensor Struct+
5440  LicensorImageID                               string
5441  LicensorCity                                  string_+
5442  LicensorCountry                               string_+
5443  LicensorEmail                                 string_+
5444  LicensorExtendedAddress                       string_+
5445  LicensorID                                    string_+
5446  LicensorName                                  string_+
5447  LicensorPostalCode                            string_+
5448  LicensorRegion                                string_+
5449  LicensorStreetAddress                         string_+
5450  LicensorTelephone1                            string_+
5451  LicensorTelephone2                            string_+
5452  LicensorTelephoneType1                        string_+
5453  LicensorTelephoneType2                        string_+
5454  LicensorURL                                   string_+
5455  LicensorNotes                                 lang-alt
5456  LicensorTransactionID                         string+
5457  MediaConstraints                              lang-alt
5458  MediaSummaryCode                              string
5459  MinorModelAgeDisclosure                       string
5460  ModelReleaseID                                string+
5461  ModelReleaseStatus                            string
5462  OtherConditions                               lang-alt
5463  OtherConstraints                              lang-alt
5464  OtherImageInfo                                lang-alt
5465  OtherLicenseDocuments                         string+
5466  OtherLicenseInfo                              lang-alt
5467  OtherLicenseRequirements                      lang-alt
5468  ProductOrServiceConstraints                   lang-alt
5469  PropertyReleaseID                             string+
5470  PropertyReleaseStatus                         string
5471  RegionConstraints                             lang-alt
5472  Reuse                                         string
5473  TermsAndConditionsText                        lang-alt
5474  TermsAndConditionsURL                         string
5475  PLUSVersion                                   string
5476
5477=head3 XMP CopyrightOwner Struct
5478
5479  Field Name                                    Writable
5480  ----------                                    --------
5481  CopyrightOwnerID                              string
5482  CopyrightOwnerName                            string
5483
5484=head3 XMP EndUser Struct
5485
5486  Field Name                                    Writable
5487  ----------                                    --------
5488  EndUserID                                     string
5489  EndUserName                                   string
5490
5491=head3 XMP ImageCreator Struct
5492
5493  Field Name                                    Writable
5494  ----------                                    --------
5495  ImageCreatorID                                string
5496  ImageCreatorName                              string
5497
5498=head3 XMP ImageSupplier Struct
5499
5500  Field Name                                    Writable
5501  ----------                                    --------
5502  ImageSupplierID                               string
5503  ImageSupplierName                             string
5504
5505=head3 XMP Licensee Struct
5506
5507  Field Name                                    Writable
5508  ----------                                    --------
5509  LicenseeID                                    string
5510  LicenseeName                                  string
5511
5512=head3 XMP Licensor Struct
5513
5514  Field Name                                    Writable
5515  ----------                                    --------
5516  LicensorCity                                  string
5517  LicensorCountry                               string
5518  LicensorEmail                                 string
5519  LicensorExtendedAddress                       string
5520  LicensorID                                    string
5521  LicensorName                                  string
5522  LicensorPostalCode                            string
5523  LicensorRegion                                string
5524  LicensorStreetAddress                         string
5525  LicensorTelephone1                            string
5526  LicensorTelephone2                            string
5527  LicensorTelephoneType1                        string
5528  LicensorTelephoneType2                        string
5529  LicensorURL                                   string
5530
5531=head2 ICC_Profile Tags
5532
5533ICC profile information is used in many different file types including JPEG,
5534TIFF, PDF, PostScript, Photoshop, PNG, MIFF, PICT, QuickTime, XCF and some
5535RAW formats.  While the tags listed below are not individually writable, the
5536entire profile itself can be accessed via the extra 'ICC_Profile' tag, but
5537this tag is neither extracted nor written unless specified explicitly.  See
5538L<http://www.color.org/icc_specs2.xalter> for the official ICC
5539specification.
5540
5541  Tag ID   Tag Name                             Writable
5542  ------   --------                             --------
5543  'A2B0'   AToB0                                no
5544  'A2B1'   AToB1                                no
5545  'A2B2'   AToB2                                no
5546  'B2A0'   BToA0                                no
5547  'B2A1'   BToA1                                no
5548  'B2A2'   BToA2                                no
5549  'B2D0'   BToD0                                no
5550  'B2D1'   BToD1                                no
5551  'B2D2'   BToD2                                no
5552  'B2D3'   BToD3                                no
5553  'D2B0'   DToB0                                no
5554  'D2B1'   DToB1                                no
5555  'D2B2'   DToB2                                no
5556  'D2B3'   DToB3                                no
5557  'Header' ProfileHeader                        ICC_Profile Header
5558  'MS00'   WCSProfiles                          no
5559  'bTRC'   BlueTRC                              no
5560  'bXYZ'   BlueMatrixColumn                     no
5561  'bfd '   UCRBG                                no
5562  'bkpt'   MediaBlackPoint                      no
5563  'calt'   CalibrationDateTime                  no
5564  'chad'   ChromaticAdaptation                  no
5565  'chrm'   Chromaticity                         ICC_Profile Chromaticity
5566  'ciis'   ColorimetricIntentImageState         no
5567  'clot'   ColorantTableOut                     no
5568  'clro'   ColorantOrder                        no
5569  'clrt'   ColorantTable                        ICC_Profile ColorantTable
5570  'cprt'   ProfileCopyright                     no
5571  'crdi'   CRDInfo                              no
5572  'desc'   ProfileDescription                   no
5573  'devs'   DeviceSettings                       no
5574  'dmdd'   DeviceModelDesc                      no
5575  'dmnd'   DeviceMfgDesc                        no
5576  'dscm'   ProfileDescriptionML                 no
5577  'fpce'   FocalPlaneColorimetryEstimates       no
5578  'gTRC'   GreenTRC                             no
5579  'gXYZ'   GreenMatrixColumn                    no
5580  'gamt'   Gamut                                no
5581  'kTRC'   GrayTRC                              no
5582  'lumi'   Luminance                            no
5583  'meas'   Measurement                          ICC_Profile Measurement
5584  'meta'   Metadata                             ICC_Profile Metadata
5585  'mmod'   MakeAndModel                         no
5586  'ncl2'   NamedColor2                          no
5587  'ncol'   NamedColor                           no
5588  'ndin'   NativeDisplayInfo                    no
5589  'pre0'   Preview0                             no
5590  'pre1'   Preview1                             no
5591  'pre2'   Preview2                             no
5592  'ps2i'   PS2RenderingIntent                   no
5593  'ps2s'   PostScript2CSA                       no
5594  'psd0'   PostScript2CRD0                      no
5595  'psd1'   PostScript2CRD1                      no
5596  'psd2'   PostScript2CRD2                      no
5597  'psd3'   PostScript2CRD3                      no
5598  'pseq'   ProfileSequenceDesc                  no
5599  'psid'   ProfileSequenceIdentifier            no
5600  'psvm'   PS2CRDVMSize                         no
5601  'rTRC'   RedTRC                               no
5602  'rXYZ'   RedMatrixColumn                      no
5603  'resp'   OutputResponse                       no
5604  'rhoc'   ReflectionHardcopyOrigColorimetry    no
5605  'rig0'   PerceptualRenderingIntentGamut       no
5606  'rig2'   SaturationRenderingIntentGamut       no
5607  'rpoc'   ReflectionPrintOutputColorimetry     no
5608  'sape'   SceneAppearanceEstimates             no
5609  'scoe'   SceneColorimetryEstimates            no
5610  'scrd'   ScreeningDesc                        no
5611  'scrn'   Screening                            no
5612  'targ'   CharTarget                           no
5613  'tech'   Technology                           no
5614  'vcgt'   VideoCardGamma                       no
5615  'view'   ViewingConditions                    ICC_Profile ViewingConditions
5616  'vued'   ViewingCondDesc                      no
5617  'wtpt'   MediaWhitePoint                      no
5618
5619=head3 ICC_Profile Header Tags
5620
5621  Index1   Tag Name                             Writable
5622  ------   --------                             --------
5623      4    ProfileCMMType                       no
5624      8    ProfileVersion                       no
5625     12    ProfileClass                         no
5626     16    ColorSpaceData                       no
5627     20    ProfileConnectionSpace               no
5628     24    ProfileDateTime                      no
5629     36    ProfileFileSignature                 no
5630     40    PrimaryPlatform                      no
5631     44    CMMFlags                             no
5632     48    DeviceManufacturer                   no
5633     52    DeviceModel                          no
5634     56    DeviceAttributes                     no
5635     64    RenderingIntent                      no
5636     68    ConnectionSpaceIlluminant            no
5637     80    ProfileCreator                       no
5638     84    ProfileID                            no
5639
5640=head3 ICC_Profile Chromaticity Tags
5641
5642  Index1   Tag Name                             Writable
5643  ------   --------                             --------
5644      8    ChromaticityChannels                 no
5645     10    ChromaticityColorant                 no
5646     12    ChromaticityChannel1                 no
5647     20    ChromaticityChannel2                 no
5648     28    ChromaticityChannel3                 no
5649     36    ChromaticityChannel4                 no
5650
5651=head3 ICC_Profile ColorantTable Tags
5652
5653  Index1   Tag Name                             Writable
5654  ------   --------                             --------
5655      8    ColorantCount                        no
5656     12    Colorant1Name                        no
5657     44    Colorant1Coordinates                 no
5658     50    Colorant2Name                        no
5659     82    Colorant2Coordinates                 no
5660     88    Colorant3Name                        no
5661    120    Colorant3Coordinates                 no
5662
5663=head3 ICC_Profile Measurement Tags
5664
5665  Index1   Tag Name                             Writable
5666  ------   --------                             --------
5667      8    MeasurementObserver                  no
5668     12    MeasurementBacking                   no
5669     24    MeasurementGeometry                  no
5670     28    MeasurementFlare                     no
5671     32    MeasurementIlluminant                no
5672
5673=head3 ICC_Profile Metadata Tags
5674
5675Only these few tags have been pre-defined, but ExifTool will extract any
5676Metadata tags that exist.
5677
5678  Tag Name                                      Writable
5679  --------                                      --------
5680  ManufacturerName                              no
5681  MediaColor                                    no
5682  MediaWeight                                   no
5683
5684=head3 ICC_Profile ViewingConditions Tags
5685
5686  Index1   Tag Name                             Writable
5687  ------   --------                             --------
5688      8    ViewingCondIlluminant                no
5689     20    ViewingCondSurround                  no
5690     32    ViewingCondIlluminantType            no
5691
5692=head2 PrintIM Tags
5693
5694The format of the PrintIM information is known, however no PrintIM tags have
5695been decoded.  Use the Unknown (-u) option to extract PrintIM information.
5696
5697  Tag ID               Tag Name                 Writable
5698  ------               --------                 --------
5699  'PrintIMVersion'     PrintIMVersion           no
5700
5701=head2 Photoshop Tags
5702
5703Photoshop tags are found in PSD and PSB files, as well as inside embedded
5704Photoshop information in many other file types (JPEG, TIFF, PDF, PNG to name
5705a few).
5706
5707Many Photoshop tags are marked as Unknown (indicated by a question mark
5708after the tag name) because the information they provide is not very useful
5709under normal circumstances.  These unknown tags are not extracted unless the
5710Unknown (-u) option is used.  See
5711L<http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/> for the
5712official specification
5713
5714Photoshop path tags (Tag ID's 0x7d0 to 0xbb5) are not defined by default,
5715but a config file included in the full ExifTool distribution
5716(config_files/photoshop_paths.config) contains the tag definitions to allow
5717access to this information.
5718
5719  Tag ID   Tag Name                             Writable
5720  ------   --------                             --------
5721  0x03e8   Photoshop2Info?                      no
5722  0x03e9   MacintoshPrintInfo?                  no
5723  0x03ea   XMLData?                             no
5724  0x03eb   Photoshop2ColorTable?                no
5725  0x03ed   ResolutionInfo                       Photoshop Resolution
5726  0x03ee   AlphaChannelsNames                   no
5727  0x03ef   DisplayInfo?                         no
5728  0x03f0   PStringCaption?                      no
5729  0x03f1   BorderInformation?                   no
5730  0x03f2   BackgroundColor?                     no
5731  0x03f3   PrintFlags?                          no
5732  0x03f4   BW_HalftoningInfo?                   no
5733  0x03f5   ColorHalftoningInfo?                 no
5734  0x03f6   DuotoneHalftoningInfo?               no
5735  0x03f7   BW_TransferFunc?                     no
5736  0x03f8   ColorTransferFuncs?                  no
5737  0x03f9   DuotoneTransferFuncs?                no
5738  0x03fa   DuotoneImageInfo?                    no
5739  0x03fb   EffectiveBW?                         no
5740  0x03fc   ObsoletePhotoshopTag1?               no
5741  0x03fd   EPSOptions?                          no
5742  0x03fe   QuickMaskInfo?                       no
5743  0x03ff   ObsoletePhotoshopTag2?               no
5744  0x0400   TargetLayerID?                       no
5745  0x0401   WorkingPath?                         no
5746  0x0402   LayersGroupInfo?                     no
5747  0x0403   ObsoletePhotoshopTag3?               no
5748  0x0404   IPTCData                             IPTC
5749  0x0405   RawImageMode?                        no
5750  0x0406   JPEG_Quality                         Photoshop JPEG_Quality
5751  0x0408   GridGuidesInfo?                      no
5752  0x0409   PhotoshopBGRThumbnail                undef!
5753  0x040a   CopyrightFlag                        int8u
5754  0x040b   URL                                  string
5755  0x040c   PhotoshopThumbnail                   undef!
5756  0x040d   GlobalAngle                          int32u
5757  0x040e   ColorSamplersResource?               no
5758  0x040f   ICC_Profile                          ICC_Profile
5759  0x0410   Watermark?                           no
5760  0x0411   ICC_Untagged?                        no
5761  0x0412   EffectsVisible?                      no
5762  0x0413   SpotHalftone?                        no
5763  0x0414   IDsBaseValue?                        no
5764  0x0415   UnicodeAlphaNames?                   no
5765  0x0416   IndexedColorTableCount?              no
5766  0x0417   TransparentIndex?                    no
5767  0x0419   GlobalAltitude                       int32u
5768  0x041a   SliceInfo                            Photoshop SliceInfo
5769  0x041b   WorkflowURL                          no
5770  0x041c   JumpToXPEP?                          no
5771  0x041d   AlphaIdentifiers?                    no
5772  0x041e   URL_List                             no+
5773  0x0421   VersionInfo                          Photoshop VersionInfo
5774  0x0422   EXIFInfo                             EXIF
5775  0x0423   ExifInfo2?                           no
5776  0x0424   XMP                                  XMP
5777  0x0425   IPTCDigest                           string!
5778  0x0426   PrintScaleInfo                       Photoshop PrintScaleInfo
5779  0x0428   PixelInfo                            Photoshop PixelInfo
5780  0x0429   LayerComps?                          no
5781  0x042a   AlternateDuotoneColors?              no
5782  0x042b   AlternateSpotColors?                 no
5783  0x042d   LayerSelectionIDs?                   no
5784  0x042e   HDRToningInfo?                       no
5785  0x042f   PrintInfo?                           no
5786  0x0430   LayerGroupsEnabledID?                no
5787  0x0431   ColorSamplersResource2?              no
5788  0x0432   MeasurementScale?                    no
5789  0x0433   TimelineInfo?                        no
5790  0x0434   SheetDisclosure?                     no
5791  0x0435   DisplayInfo?                         no
5792  0x0436   OnionSkins?                          no
5793  0x0438   CountInfo?                           no
5794  0x043a   PrintInfo2?                          no
5795  0x043b   PrintStyle?                          no
5796  0x043c   MacintoshNSPrintInfo?                no
5797  0x043d   WindowsDEVMODE?                      no
5798  0x043e   AutoSaveFilePath?                    no
5799  0x043f   AutoSaveFormat?                      no
5800  0x0440   PathSelectionState?                  no
5801  0x0bb7   ClippingPathName                     no
5802  0x0bb8   OriginPathInfo?                      no
5803  0x1b58   ImageReadyVariables?                 no
5804  0x1b59   ImageReadyDataSets?                  no
5805  0x1f40   LightroomWorkflow?                   no
5806  0x2710   PrintFlagsInfo?                      no
5807
5808=head3 Photoshop Resolution Tags
5809
5810  Index2   Tag Name                             Writable
5811  ------   --------                             --------
5812      0    XResolution                          int32u
5813      2    DisplayedUnitsX                      int16u
5814      4    YResolution                          int32u
5815      6    DisplayedUnitsY                      int16u
5816
5817=head3 Photoshop JPEG_Quality Tags
5818
5819  Index2   Tag Name                             Writable
5820  ------   --------                             --------
5821      0    PhotoshopQuality                     int16s
5822      1    PhotoshopFormat                      no
5823      2    ProgressiveScans                     no
5824
5825=head3 Photoshop SliceInfo Tags
5826
5827  Index1   Tag Name                             Writable
5828  ------   --------                             --------
5829     20    SlicesGroupName                      no
5830     24    NumSlices                            no
5831
5832=head3 Photoshop VersionInfo Tags
5833
5834  Index1   Tag Name                             Writable
5835  ------   --------                             --------
5836      4    HasRealMergedData                    no
5837      5    WriterName                           no
5838      9    ReaderName                           no
5839
5840=head3 Photoshop PrintScaleInfo Tags
5841
5842  Index1   Tag Name                             Writable
5843  ------   --------                             --------
5844      0    PrintStyle                           no
5845      2    PrintPosition                        no
5846     10    PrintScale                           no
5847
5848=head3 Photoshop PixelInfo Tags
5849
5850  Index1   Tag Name                             Writable
5851  ------   --------                             --------
5852      4    PixelAspectRatio                     no
5853
5854=head3 Photoshop DocumentData Tags
5855
5856  Tag ID   Tag Name                             Writable
5857  ------   --------                             --------
5858  'Layr'   Layers                               Photoshop Layers
5859  'Lr16'   Layers                               Photoshop Layers
5860
5861=head3 Photoshop Layers Tags
5862
5863Tags extracted from Photoshop layer information.
5864
5865  Tag ID   Tag Name                             Writable
5866  ------   --------                             --------
5867  '_xbnd'  LayerBlendModes                      no+
5868  '_xcnt'  LayerCount                           no
5869  '_xnam'  LayerNames                           no+
5870  '_xopc'  LayerOpacities                       no+
5871  '_xrct'  LayerRectangles                      no+
5872  'luni'   LayerUnicodeNames                    no+
5873  'lyid'   LayerIDs?                            no+
5874  'shmd'   LayerModifyDates                     no+
5875
5876=head3 Photoshop Header Tags
5877
5878This information is found in the PSD file header.
5879
5880  Index2   Tag Name                             Writable
5881  ------   --------                             --------
5882      6    NumChannels                          no
5883      7    ImageHeight                          no
5884      9    ImageWidth                           no
5885     11    BitDepth                             no
5886     12    ColorMode                            no
5887
5888=head3 Photoshop ImageData Tags
5889
5890  Index1   Tag Name                             Writable
5891  ------   --------                             --------
5892      0    Compression                          no
5893
5894=head2 Apple Tags
5895
5896Tags extracted from the maker notes of iPhone images.
5897
5898  Tag ID   Tag Name                             Writable
5899  ------   --------                             --------
5900  0x0003   RunTime                              Apple RunTime
5901  0x0008   AccelerationVector                   rational64s[3]
5902  0x000a   HDRImageType                         int32s
5903  0x000b   BurstUUID                            string
5904  0x0011   MediaGroupUUID                       string
5905  0x0015   ImageUniqueID                        string
5906
5907=head3 Apple RunTime Tags
5908
5909This PLIST-format information contains the elements of a CMTime structure
5910representing the amount of time the phone has been running since the last
5911boot, not including standby time.
5912
5913  Tag ID               Tag Name                 Writable
5914  ------               --------                 --------
5915  'epoch'              RunTimeEpoch             no
5916  'flags'              RunTimeFlags             no
5917  'timescale'          RunTimeScale             no
5918  'value'              RunTimeValue             no
5919
5920=head2 NikonSettings Tags
5921
5922User settings for newer Nikon models.  A number of the tags are marked as
5923Unknown only to reduce the volume of the normal output.
5924
5925  Tag ID   Tag Name                             Writable
5926  ------   --------                             --------
5927  0x0001   ISOAutoHiLimit                       no
5928  0x0002   ISOAutoFlashLimit                    no
5929  0x0003   ISOAutoShutterTime                   no
5930  0x000b   FlickerReductionShooting             no
5931  0x000c   FlickerReductionIndicator            no
5932  0x000d   MovieISOAutoHiLimit                  no
5933  0x000e   MovieISOAutoControlManualMode        no
5934  0x001d   AF-CPrioritySel                      no
5935  0x001e   AF-SPrioritySel                      no
5936  0x0020   AFPointSel                           no
5937  0x0022   AFActivation                         no
5938  0x0023   FocusPointWrap                       no
5939  0x0025   ManualFocusPointIllumination         no
5940  0x0026   AF-AssistIlluminator                 no
5941  0x0027   ManualFocusRingInAFMode              no
5942  0x0029   ISOStepSize                          no
5943  0x002a   ExposureControlStepSize              no
5944  0x002b   EasyExposureCompensation             no
5945  0x002c   MatrixMetering                       no
5946  0x002d   CenterWeightedAreaSize               no
5947  0x002f   FineTuneOptMatrixMetering            no
5948  0x0030   FineTuneOptCenterWeighted            no
5949  0x0031   FineTuneOptSpotMetering              no
5950  0x0032   FineTuneOptHighlightWeighted         no
5951  0x0033   ShutterReleaseButtonAE-L             no
5952  0x0034   StandbyMonitorOffTime                no
5953  0x0035   SelfTimerTime                        no
5954  0x0036   SelfTimerShotCount                   no
5955  0x0037   SelfTimerShotInterval                no
5956  0x0038   PlaybackMonitorOffTime               no
5957  0x0039   MenuMonitorOffTime                   no
5958  0x003a   ShootingInfoMonitorOffTime           no
5959  0x003b   ImageReviewMonitorOffTime            no
5960  0x003c   LiveViewMonitorOffTime               no
5961  0x003e   CLModeShootingSpeed                  no
5962  0x003f   MaxContinuousRelease                 no
5963  0x0040   ExposureDelayMode                    no
5964  0x0041   ElectronicFront-CurtainShutter       no
5965  0x0042   FileNumberSequence                   no
5966  0x0043   FramingGridDisplay                   no
5967  0x0045   LCDIllumination                      no
5968  0x0046   OpticalVR                            no
5969  0x0047   FlashSyncSpeed                       no
5970  0x0048   FlashShutterSpeed                    no
5971  0x0049   FlashExposureCompArea                no
5972  0x004a   AutoFlashISOSensitivity              no
5973  0x0051   AssignBktButton                      no
5974  0x0052   AssignMovieRecordButton              no
5975  0x0053   MultiSelectorShootMode               no
5976  0x0054   MultiSelectorPlaybackMode            no
5977  0x0056   MultiSelectorLiveView                no
5978  0x0058   CmdDialsReverseRotExposureComp?      no
5979  0x0059   CmdDialsChangeMainSubExposure?       no
5980  0x005a   CmdDialsChangeMainSub                no
5981  0x005b   CmdDialsMenuAndPlayback              no
5982  0x005c   SubDialFrameAdvance                  no
5983  0x005d   ReleaseButtonToUseDial               no
5984  0x005e   ReverseIndicators                    no
5985  0x0062   MovieShutterButton                   no
5986  0x0063   Language                             no
5987  0x006c   ShootingInfoDisplay                  no
5988  0x0074   FlickAdvanceDirection                no
5989  0x0080   RemoteFuncButton                     no
5990  0x008b   CmdDialsReverseRotation              no
5991  0x008d   FocusPeakingHighlightColor           no
5992  0x008e   ContinuousModeDisplay                no
5993  0x008f   ShutterSpeedLock                     no
5994  0x0090   ApertureLock                         no
5995  0x0091   MovieHighlightDisplayThreshold       no
5996  0x0093   BlockShotAFResponse                  no
5997  0x0094   SubjectMotion                        no
5998  0x0095   Three-DTrackingFaceDetection         no
5999  0x0097   StoreByOrientation                   no
6000  0x0099   DynamicAreaAFAssist                  no
6001  0x009a   ExposureCompStepSize                 no
6002  0x009b   SyncReleaseMode                      no
6003  0x009c   ModelingFlash                        no
6004  0x009d   AutoBracketModeM                     no
6005  0x009e   PreviewButton                        no
6006  0x00a0   Func1Button                          no
6007  0x00a2   Func2Button                          no
6008  0x00a3   AF-OnButton                          no
6009  0x00a4   SubSelector                          no
6010  0x00a5   SubSelectorCenter                    no
6011  0x00a7   LensFunc1Button                      no
6012  0x00a8   CmdDialsApertureSetting              no
6013  0x00a9   MultiSelector                        no
6014  0x00aa   LiveViewButtonOptions                no
6015  0x00ab   LightSwitch                          no
6016  0x00b1   MoviePreviewButton                   no
6017           MovieFunc1Button                     no
6018  0x00b3   MovieFunc1Button                     no
6019           MovieFunc2Button                     no
6020  0x00b5   MovieFunc2Button                     no
6021  0x00b6   AssignMovieSubselector               no
6022  0x00b8   LimitAFAreaModeSelD9?                no
6023  0x00b9   LimitAFAreaModeSelD25?               no
6024  0x00bc   LimitAFAreaModeSel3D?                no
6025  0x00bd   LimitAFAreaModeSelGroup?             no
6026  0x00be   LimitAFAreaModeSelAuto?              no
6027  0x00c1   LimitSelectableImageArea5To4?        no
6028  0x00c2   LimitSelectableImageArea1To1?        no
6029  0x00d4   PhotoShootingMenuBank                no
6030  0x00d5   CustomSettingsBank                   no
6031  0x00d6   LimitAF-AreaModeSelPinpoint?         no
6032  0x00d7   LimitAF-AreaModeSelDynamic?          no
6033  0x00d8   LimitAF-AreaModeSelWideAF_S?         no
6034  0x00d9   LimitAF-AreaModeSelWideAF_L?         no
6035  0x00da   LowLightAF                           no
6036  0x00db   LimitSelectableImageAreaDX?          no
6037  0x00dc   LimitSelectableImageArea5To4?        no
6038  0x00dd   LimitSelectableImageArea1To1?        no
6039  0x00de   LimitSelectableImageArea16To9?       no
6040  0x00df   ApplySettingsToLiveView              no
6041  0x00e0   FocusPeakingLevel                    no
6042  0x00e9   LensControlRing                      no
6043  0x00ed   MovieMultiSelector                   no
6044  0x00ee   MovieAFSpeed                         no
6045  0x00ef   MovieAFSpeedApply                    no
6046  0x00f0   MovieAFTrackingSensitivity           no
6047  0x00f1   MovieHighlightDisplayPattern         no
6048  0x00f2   SubDialFrameAdvanceRating5?          no
6049  0x00f3   SubDialFrameAdvanceRating4?          no
6050  0x00f4   SubDialFrameAdvanceRating3?          no
6051  0x00f5   SubDialFrameAdvanceRating2?          no
6052  0x00f6   SubDialFrameAdvanceRating1?          no
6053  0x00f7   SubDialFrameAdvanceRating0?          no
6054  0x00f9   MovieAF-OnButton                     no
6055  0x00fb   SecondarySlotFunction                no
6056  0x00fc   SilentPhotography                    no
6057  0x00fd   ExtendedShutterSpeeds                no
6058  0x0109   BracketSet                           no
6059  0x010a   BracketProgram                       no
6060  0x010b   BracketIncrement                     no
6061  0x010c   BracketIncrement                     no
6062  0x0116   GroupAreaC1                          no
6063  0x0117   AutoAreaAFStartingPoint              no
6064  0x0118   FocusPointPersistence                no
6065  0x0119   LimitAFAreaModeSelD49?               no
6066  0x011a   LimitAFAreaModeSelD105?              no
6067  0x011b   LimitAFAreaModeSelGroupC1?           no
6068  0x011c   LimitAFAreaModeSelGroupC2?           no
6069  0x011d   AutoFocusModeRestrictions            no
6070  0x011e   FocusPointBrightness                 no
6071  0x011f   CHModeShootingSpeed                  no
6072  0x0120   CLModeShootingSpeed                  no
6073  0x0121   QuietShutterShootingSpeed            no
6074  0x0122   LimitReleaseModeSelCL?               no
6075  0x0123   LimitReleaseModeSelCH?               no
6076  0x0124   LimitReleaseModeSelQ?                no
6077  0x0125   LimitReleaseModeSelTimer?            no
6078  0x0126   LimitReleaseModeSelMirror-Up?        no
6079  0x0127   LimitSelectableImageArea16To9?       no
6080  0x0128   RearControPanelDisplay               no
6081  0x0129   FlashBurstPriority                   no
6082  0x012a   RecallShootFuncExposureMode          no
6083  0x012b   RecallShootFuncShutterSpeed          no
6084  0x012c   RecallShootFuncAperture              no
6085  0x012d   RecallShootFuncExposureComp          no
6086  0x012e   RecallShootFuncISO                   no
6087  0x012f   RecallShootFuncMeteringMode          no
6088  0x0130   RecallShootFuncWhiteBalance          no
6089  0x0131   RecallShootFuncAFAreaMode            no
6090  0x0132   RecallShootFuncFocusTracking         no
6091  0x0133   RecallShootFuncAF-On                 no
6092  0x0134   VerticalFuncButton                   no
6093  0x0135   Func3Button                          no
6094  0x0136   VerticalAF-OnButton                  no
6095  0x0137   VerticalMultiSelector                no
6096  0x0138   MeteringButton                       no
6097  0x0139   PlaybackFlickUp                      no
6098  0x013a   PlaybackFlickUpRating                no
6099  0x013b   PlaybackFlickDown                    no
6100  0x013c   PlaybackFlickDownRating              no
6101  0x013d   MovieFunc3Button                     no
6102  0x0150   ShutterType                          no
6103  0x0151   LensFunc2Button                      no
6104  0x0158   USBPowerDelivery                     no
6105  0x015b   GroupAreaC2                          no
6106  0x015c   BracketingBurstOptions               no
6107  0x015e   PrimarySlot                          no
6108  0x015f   ReverseFocusRing                     no
6109  0x0160   VerticalFuncButton                   no
6110  0x0161   VerticalAFOnButton                   no
6111  0x0162   VerticalMultiSelector                no
6112  0x0164   VerticalMovieFuncButton              no
6113  0x0165   VerticalMovieAFOnButton              no
6114  0x0169   LimitAF-AreaModeSelAutoPeople?       no
6115  0x016a   LimitAF-AreaModeSelAutoAnimals?      no
6116  0x016b   LimitAF-AreaModeSelWideLPeople?      no
6117  0x016c   LimitAF-AreaModeSelWideLAnimals?     no
6118  0x016e   AFAreaMode                           no
6119  0x0170   PreferSubSelectorCenter              no
6120  0x0171   KeepExposureWithTeleconverter        no
6121  0x0174   FocusPointSelectionSpeed             no
6122
6123=head2 Canon Tags
6124
6125  Tag ID   Tag Name                             Writable
6126  ------   --------                             --------
6127  0x0001   CanonCameraSettings                  Canon CameraSettings
6128  0x0002   CanonFocalLength                     Canon FocalLength
6129  0x0003   CanonFlashInfo?                      no
6130  0x0004   CanonShotInfo                        Canon ShotInfo
6131  0x0005   CanonPanorama                        Canon Panorama
6132  0x0006   CanonImageType                       string
6133  0x0007   CanonFirmwareVersion                 string
6134  0x0008   FileNumber                           int32u
6135  0x0009   OwnerName                            string
6136  0x000a   UnknownD30                           Canon UnknownD30
6137  0x000c   SerialNumber                         int32u
6138  0x000d   CanonCameraInfo1D                    Canon CameraInfo1D
6139           CanonCameraInfo1DmkII                Canon CameraInfo1DmkII
6140           CanonCameraInfo1DmkIIN               Canon CameraInfo1DmkIIN
6141           CanonCameraInfo1DmkIII               Canon CameraInfo1DmkIII
6142           CanonCameraInfo1DmkIV                Canon CameraInfo1DmkIV
6143           CanonCameraInfo1DX                   Canon CameraInfo1DX
6144           CanonCameraInfo5D                    Canon CameraInfo5D
6145           CanonCameraInfo5DmkII                Canon CameraInfo5DmkII
6146           CanonCameraInfo5DmkIII               Canon CameraInfo5DmkIII
6147           CanonCameraInfo6D                    Canon CameraInfo6D
6148           CanonCameraInfo7D                    Canon CameraInfo7D
6149           CanonCameraInfo40D                   Canon CameraInfo40D
6150           CanonCameraInfo50D                   Canon CameraInfo50D
6151           CanonCameraInfo60D                   Canon CameraInfo60D
6152           CanonCameraInfo70D                   Canon CameraInfo70D
6153           CanonCameraInfo80D                   Canon CameraInfo80D
6154           CanonCameraInfo450D                  Canon CameraInfo450D
6155           CanonCameraInfo500D                  Canon CameraInfo500D
6156           CanonCameraInfo550D                  Canon CameraInfo550D
6157           CanonCameraInfo600D                  Canon CameraInfo600D
6158           CanonCameraInfo650D                  Canon CameraInfo650D
6159           CanonCameraInfo700D                  Canon CameraInfo650D
6160           CanonCameraInfo750D                  Canon CameraInfo750D
6161           CanonCameraInfo760D                  Canon CameraInfo750D
6162           CanonCameraInfo1000D                 Canon CameraInfo1000D
6163           CanonCameraInfo1100D                 Canon CameraInfo600D
6164           CanonCameraInfo1200D                 Canon CameraInfo60D
6165           CanonCameraInfoPowerShot             Canon CameraInfoPowerShot
6166           CanonCameraInfoPowerShot2            Canon CameraInfoPowerShot2
6167           CanonCameraInfoUnknown32             Canon CameraInfoUnknown32
6168           CanonCameraInfoUnknown16             Canon CameraInfoUnknown16
6169           CanonCameraInfoUnknown               Canon CameraInfoUnknown
6170  0x000e   CanonFileLength                      int32u
6171  0x000f   CustomFunctions1D                    CanonCustom Functions1D
6172           CustomFunctions5D                    CanonCustom Functions5D
6173           CustomFunctions10D                   CanonCustom Functions10D
6174           CustomFunctions20D                   CanonCustom Functions20D
6175           CustomFunctions30D                   CanonCustom Functions30D
6176           CustomFunctions350D                  CanonCustom Functions350D
6177           CustomFunctions400D                  CanonCustom Functions400D
6178           CustomFunctionsD30                   CanonCustom FunctionsD30
6179           CustomFunctionsD60                   CanonCustom FunctionsD30
6180           CustomFunctionsUnknown               CanonCustom FuncsUnknown
6181  0x0010   CanonModelID                         int32u
6182  0x0011   MovieInfo                            Canon MovieInfo
6183  0x0012   CanonAFInfo                          Canon AFInfo
6184  0x0013   ThumbnailImageValidArea              int16u[4]
6185  0x0015   SerialNumberFormat                   int32u
6186  0x001a   SuperMacro                           int16u
6187  0x001c   DateStampMode                        int16u
6188  0x001d   MyColors                             Canon MyColors
6189  0x001e   FirmwareRevision                     int32u
6190  0x0023   Categories                           int32u[2]
6191  0x0024   FaceDetect1                          Canon FaceDetect1
6192  0x0025   FaceDetect2                          Canon FaceDetect2
6193  0x0026   CanonAFInfo2                         Canon AFInfo2
6194  0x0027   ContrastInfo                         Canon ContrastInfo
6195  0x0028   ImageUniqueID                        int8u
6196  0x0029   WBInfo                               Canon WBInfo
6197  0x002f   FaceDetect3                          Canon FaceDetect3
6198  0x0035   TimeInfo                             Canon TimeInfo
6199  0x0038   BatteryType                          undef
6200  0x003c   AFInfo3                              Canon AFInfo2
6201  0x0081   RawDataOffset                        no
6202  0x0083   OriginalDecisionDataOffset           int32u*
6203  0x0090   CustomFunctions1D                    CanonCustom Functions1D
6204  0x0091   PersonalFunctions                    CanonCustom PersonalFuncs
6205  0x0092   PersonalFunctionValues               CanonCustom PersonalFuncValues
6206  0x0093   CanonFileInfo                        Canon FileInfo
6207  0x0094   AFPointsInFocus1D                    no
6208  0x0095   LensModel                            string
6209  0x0096   SerialInfo                           Canon SerialInfo
6210           InternalSerialNumber                 string
6211  0x0097   DustRemovalData                      undef!
6212  0x0098   CropInfo                             Canon CropInfo
6213  0x0099   CustomFunctions2                     CanonCustom Functions2
6214  0x009a   AspectInfo                           Canon AspectInfo
6215  0x00a0   ProcessingInfo                       Canon Processing
6216  0x00a1   ToneCurveTable                       no
6217  0x00a2   SharpnessTable                       no
6218  0x00a3   SharpnessFreqTable                   no
6219  0x00a4   WhiteBalanceTable                    no
6220  0x00a9   ColorBalance                         Canon ColorBalance
6221  0x00aa   MeasuredColor                        Canon MeasuredColor
6222  0x00ae   ColorTemperature                     int16u
6223  0x00b0   CanonFlags                           Canon Flags
6224  0x00b1   ModifiedInfo                         Canon ModifiedInfo
6225  0x00b2   ToneCurveMatching                    no
6226  0x00b3   WhiteBalanceMatching                 no
6227  0x00b4   ColorSpace                           int16u
6228  0x00b6   PreviewImageInfo                     Canon PreviewImageInfo
6229  0x00d0   VRDOffset                            int32u*
6230  0x00e0   SensorInfo                           Canon SensorInfo
6231  0x4001   ColorData1                           Canon ColorData1
6232           ColorData2                           Canon ColorData2
6233           ColorData3                           Canon ColorData3
6234           ColorData4                           Canon ColorData4
6235           ColorData5                           Canon ColorData5
6236           ColorData6                           Canon ColorData6
6237           ColorData7                           Canon ColorData7
6238           ColorData8                           Canon ColorData8
6239           ColorData9                           Canon ColorData9
6240           ColorData10                          Canon ColorData10
6241           ColorDataUnknown                     Canon ColorDataUnknown
6242  0x4002   CRWParam?                            no
6243  0x4003   ColorInfo                            Canon ColorInfo
6244  0x4005   Flavor?                              no
6245  0x4008   PictureStyleUserDef                  [Values 0-2]
6246                                                Canon PictureStyle
6247  0x4009   PictureStylePC                       [Values 0-2]
6248                                                Canon PictureStyle
6249  0x4010   CustomPictureStyleFileName           string
6250  0x4013   AFMicroAdj                           Canon AFMicroAdj
6251  0x4015   VignettingCorr                       Canon VignettingCorr
6252           VignettingCorrUnknown1               Canon VignettingCorrUnknown
6253           VignettingCorrUnknown2               Canon VignettingCorrUnknown
6254  0x4016   VignettingCorr2                      Canon VignettingCorr2
6255  0x4018   LightingOpt                          Canon LightingOpt
6256  0x4019   LensInfo                             Canon LensInfo
6257  0x4020   AmbienceInfo                         Canon Ambience
6258  0x4021   MultiExp                             Canon MultiExp
6259  0x4024   FilterInfo                           Canon FilterInfo
6260  0x4025   HDRInfo                              Canon HDRInfo
6261  0x4028   AFConfig                             Canon AFConfig
6262  0x403f   RawBurstModeRoll                     Canon RawBurstInfo
6263
6264=head3 Canon CameraSettings Tags
6265
6266  Index2   Tag Name                             Writable
6267  ------   --------                             --------
6268      1    MacroMode                            int16s
6269      2    SelfTimer                            int16s
6270      3    Quality                              int16s
6271      4    CanonFlashMode                       int16s
6272      5    ContinuousDrive                      int16s
6273      7    FocusMode                            int16s
6274      9    RecordMode                           int16s
6275     10    CanonImageSize                       int16s
6276     11    EasyMode                             int16s
6277     12    DigitalZoom                          int16s
6278     13    Contrast                             int16s
6279     14    Saturation                           int16s
6280     15    Sharpness                            int16s
6281     16    CameraISO                            int16s
6282     17    MeteringMode                         int16s
6283     18    FocusRange                           int16s
6284     19    AFPoint                              int16s
6285     20    CanonExposureMode                    int16s
6286     22    LensType                             int16u
6287     23    MaxFocalLength                       int16u
6288     24    MinFocalLength                       int16u
6289     25    FocalUnits                           int16s
6290     26    MaxAperture                          int16s
6291     27    MinAperture                          int16s
6292     28    FlashActivity                        int16s
6293     29    FlashBits                            int16s
6294     32    FocusContinuous                      int16s
6295     33    AESetting                            int16s
6296     34    ImageStabilization                   int16s
6297     35    DisplayAperture                      int16s
6298     36    ZoomSourceWidth                      int16s
6299     37    ZoomTargetWidth                      int16s
6300     39    SpotMeteringMode                     int16s
6301     40    PhotoEffect                          int16s
6302     41    ManualFlashOutput                    int16s
6303     42    ColorTone                            int16s
6304     46    SRAWQuality                          int16s
6305
6306=head3 Canon FocalLength Tags
6307
6308  Index2   Tag Name                             Writable
6309  ------   --------                             --------
6310      0    FocalType                            int16u
6311      1    FocalLength                          int16u
6312      2    FocalPlaneXSize                      int16u
6313           FocalPlaneXUnknown?                  int16u
6314      3    FocalPlaneYSize                      int16u
6315           FocalPlaneYUnknown?                  int16u
6316
6317=head3 Canon ShotInfo Tags
6318
6319  Index2   Tag Name                             Writable
6320  ------   --------                             --------
6321      1    AutoISO                              int16s
6322      2    BaseISO                              int16s
6323      3    MeasuredEV                           int16s
6324      4    TargetAperture                       int16s
6325      5    TargetExposureTime                   int16s
6326      6    ExposureCompensation                 int16s
6327      7    WhiteBalance                         int16s
6328      8    SlowShutter                          int16s
6329      9    SequenceNumber                       int16s
6330     10    OpticalZoomCode                      int16s
6331     12    CameraTemperature                    int16s
6332     13    FlashGuideNumber                     int16s
6333     14    AFPointsInFocus                      int16s
6334     15    FlashExposureComp                    int16s
6335     16    AutoExposureBracketing               int16s
6336     17    AEBBracketValue                      int16s
6337     18    ControlMode                          int16s
6338     19    FocusDistanceUpper                   int16u
6339     20    FocusDistanceLower                   int16u
6340     21    FNumber                              int16s
6341     22    ExposureTime                         int16s
6342     23    MeasuredEV2                          int16s
6343     24    BulbDuration                         int16s
6344     26    CameraType                           int16s
6345     27    AutoRotate                           int16s
6346     28    NDFilter                             int16s
6347     29    SelfTimer2                           int16s
6348     33    FlashOutput                          int16s
6349
6350=head3 Canon Panorama Tags
6351
6352  Index2   Tag Name                             Writable
6353  ------   --------                             --------
6354      2    PanoramaFrameNumber                  int16s
6355      5    PanoramaDirection                    int16s
6356
6357=head3 Canon UnknownD30 Tags
6358
6359  Index2   Tag Name                             Writable
6360  ------   --------                             --------
6361  [no tags known]
6362
6363=head3 Canon CameraInfo1D Tags
6364
6365Information in the "CameraInfo" records is tricky to decode because the
6366encodings are very different than in other Canon records (even sometimes
6367switching endianness between values within a single camera), plus there is
6368considerable variation in format from model to model. The first table below
6369lists CameraInfo tags for the 1D and 1DS.
6370
6371  Index1   Tag Name                             Writable
6372  ------   --------                             --------
6373      4    ExposureTime                         int8u
6374     10    FocalLength                          int16u
6375     13    LensType                             int16uRev
6376     14    MinFocalLength                       int16u
6377     16    MaxFocalLength                       int16u
6378     65    SharpnessFrequency                   int8u
6379     66    Sharpness                            int8s
6380     68    WhiteBalance                         int8u
6381     71    SharpnessFrequency                   int8u
6382     72    ColorTemperature                     int16u
6383           Sharpness                            int8s
6384     74    WhiteBalance                         int8u
6385     75    PictureStyle                         int8u
6386     78    ColorTemperature                     int16u
6387     81    PictureStyle                         int8u
6388
6389=head3 Canon CameraInfo1DmkII Tags
6390
6391CameraInfo tags for the 1DmkII and 1DSmkII.
6392
6393  Index1   Tag Name                             Writable
6394  ------   --------                             --------
6395      4    ExposureTime                         int8u
6396      9    FocalLength                          int16uRev
6397     12    LensType                             int16uRev
6398     17    MinFocalLength                       int16uRev
6399     19    MaxFocalLength                       int16uRev
6400     45    FocalType                            int8u
6401     54    WhiteBalance                         int8u
6402     55    ColorTemperature                     int16uRev
6403     57    CanonImageSize                       int16u
6404    102    JPEGQuality                          int8u
6405    108    PictureStyle                         int8u
6406    110    Saturation                           int8s
6407    111    ColorTone                            int8s
6408    114    Sharpness                            int8s
6409    115    Contrast                             int8s
6410    117    ISO                                  string[5]
6411
6412=head3 Canon CameraInfo1DmkIIN Tags
6413
6414CameraInfo tags for the 1DmkIIN.
6415
6416  Index1   Tag Name                             Writable
6417  ------   --------                             --------
6418      4    ExposureTime                         int8u
6419      9    FocalLength                          int16uRev
6420     12    LensType                             int16uRev
6421     17    MinFocalLength                       int16uRev
6422     19    MaxFocalLength                       int16uRev
6423     54    WhiteBalance                         int8u
6424     55    ColorTemperature                     int16uRev
6425    115    PictureStyle                         int8u
6426    116    Sharpness                            int8s
6427    117    Contrast                             int8s
6428    118    Saturation                           int8s
6429    119    ColorTone                            int8s
6430    121    ISO                                  string[5]
6431
6432=head3 Canon CameraInfo1DmkIII Tags
6433
6434CameraInfo tags for the 1DmkIII and 1DSmkIII.
6435
6436  Index1   Tag Name                             Writable
6437  ------   --------                             --------
6438      3    FNumber                              int8u
6439      4    ExposureTime                         int8u
6440      6    ISO                                  int8u
6441     24    CameraTemperature                    int8u
6442     27    MacroMagnification                   int8u
6443     29    FocalLength                          int16uRev
6444     48    CameraOrientation                    int8u
6445     67    FocusDistanceUpper                   int16uRev
6446     69    FocusDistanceLower                   int16uRev
6447     94    WhiteBalance                         int16u
6448     98    ColorTemperature                     int16u
6449    134    PictureStyle                         int8u
6450    273    LensType                             int16uRev
6451    275    MinFocalLength                       int16uRev
6452    277    MaxFocalLength                       int16uRev
6453    310    FirmwareVersion                      string[6]
6454    370    FileIndex                            int32u
6455    374    ShutterCount                         int32u
6456    382    DirectoryIndex                       int32u
6457    682    PictureStyleInfo                     Canon PSInfo
6458   1114    TimeStamp1                           int32u
6459   1118    TimeStamp                            int32u
6460
6461=head3 Canon PSInfo Tags
6462
6463Custom picture style information for various models.
6464
6465  Index1   Tag Name                             Writable
6466  ------   --------                             --------
6467      0    ContrastStandard                     int32s
6468      4    SharpnessStandard                    int32s
6469      8    SaturationStandard                   int32s
6470     12    ColorToneStandard                    int32s
6471     16    FilterEffectStandard?                int32s
6472     20    ToningEffectStandard?                int32s
6473     24    ContrastPortrait                     int32s
6474     28    SharpnessPortrait                    int32s
6475     32    SaturationPortrait                   int32s
6476     36    ColorTonePortrait                    int32s
6477     40    FilterEffectPortrait?                int32s
6478     44    ToningEffectPortrait?                int32s
6479     48    ContrastLandscape                    int32s
6480     52    SharpnessLandscape                   int32s
6481     56    SaturationLandscape                  int32s
6482     60    ColorToneLandscape                   int32s
6483     64    FilterEffectLandscape?               int32s
6484     68    ToningEffectLandscape?               int32s
6485     72    ContrastNeutral                      int32s
6486     76    SharpnessNeutral                     int32s
6487     80    SaturationNeutral                    int32s
6488     84    ColorToneNeutral                     int32s
6489     88    FilterEffectNeutral?                 int32s
6490     92    ToningEffectNeutral?                 int32s
6491     96    ContrastFaithful                     int32s
6492    100    SharpnessFaithful                    int32s
6493    104    SaturationFaithful                   int32s
6494    108    ColorToneFaithful                    int32s
6495    112    FilterEffectFaithful?                int32s
6496    116    ToningEffectFaithful?                int32s
6497    120    ContrastMonochrome                   int32s
6498    124    SharpnessMonochrome                  int32s
6499    128    SaturationMonochrome?                int32s
6500    132    ColorToneMonochrome?                 int32s
6501    136    FilterEffectMonochrome               int32s
6502    140    ToningEffectMonochrome               int32s
6503    144    ContrastUserDef1                     int32s
6504    148    SharpnessUserDef1                    int32s
6505    152    SaturationUserDef1                   int32s
6506    156    ColorToneUserDef1                    int32s
6507    160    FilterEffectUserDef1                 int32s
6508    164    ToningEffectUserDef1                 int32s
6509    168    ContrastUserDef2                     int32s
6510    172    SharpnessUserDef2                    int32s
6511    176    SaturationUserDef2                   int32s
6512    180    ColorToneUserDef2                    int32s
6513    184    FilterEffectUserDef2                 int32s
6514    188    ToningEffectUserDef2                 int32s
6515    192    ContrastUserDef3                     int32s
6516    196    SharpnessUserDef3                    int32s
6517    200    SaturationUserDef3                   int32s
6518    204    ColorToneUserDef3                    int32s
6519    208    FilterEffectUserDef3                 int32s
6520    212    ToningEffectUserDef3                 int32s
6521    216    UserDef1PictureStyle                 int16u
6522    218    UserDef2PictureStyle                 int16u
6523    220    UserDef3PictureStyle                 int16u
6524
6525=head3 Canon CameraInfo1DmkIV Tags
6526
6527CameraInfo tags for the EOS 1D Mark IV.  Indices shown are for firmware
6528versions 1.0.x, but they may be different for other firmware versions.
6529
6530  Index1   Tag Name                             Writable
6531  ------   --------                             --------
6532      3    FNumber                              int8u
6533      4    ExposureTime                         int8u
6534      6    ISO                                  int8u
6535      7    HighlightTonePriority                int8u
6536      8    MeasuredEV2                          int8u
6537      9    MeasuredEV3                          int8u
6538     21    FlashMeteringMode                    int8u
6539     25    CameraTemperature                    int8u
6540     30    FocalLength                          int16uRev
6541     53    CameraOrientation                    int8u
6542     84    FocusDistanceUpper                   int16uRev
6543     86    FocusDistanceLower                   int16uRev
6544    120    WhiteBalance                         int16u
6545    124    ColorTemperature                     int16u
6546    335    LensType                             int16uRev
6547    337    MinFocalLength                       int16uRev
6548    339    MaxFocalLength                       int16uRev
6549    493    FirmwareVersion                      no
6550    556    FileIndex                            int32u
6551    568    DirectoryIndex                       int32u
6552    872    PictureStyleInfo                     Canon PSInfo
6553
6554=head3 Canon CameraInfo1DX Tags
6555
6556CameraInfo tags for the EOS 1D X.  Indices shown are for firmware version
65571.0.2, but they may be different for other firmware versions.
6558
6559  Index1   Tag Name                             Writable
6560  ------   --------                             --------
6561      3    FNumber                              int8u
6562      4    ExposureTime                         int8u
6563      6    ISO                                  int8u
6564     27    CameraTemperature                    int8u
6565     35    FocalLength                          int16uRev
6566    125    CameraOrientation                    int8u
6567    140    FocusDistanceUpper                   int16uRev
6568    142    FocusDistanceLower                   int16uRev
6569    188    WhiteBalance                         int16u
6570    192    ColorTemperature                     int16u
6571    244    PictureStyle                         int8u
6572    423    LensType                             int16uRev
6573    425    MinFocalLength                       int16uRev
6574    427    MaxFocalLength                       int16uRev
6575    640    FirmwareVersion                      no
6576    720    FileIndex                            int32u
6577    732    DirectoryIndex                       int32u
6578   1012    PictureStyleInfo                     Canon PSInfo2
6579
6580=head3 Canon PSInfo2 Tags
6581
6582Custom picture style information for the EOS 5DmkIII, 60D, 600D and 1100D.
6583
6584  Index1   Tag Name                             Writable
6585  ------   --------                             --------
6586      0    ContrastStandard                     int32s
6587      4    SharpnessStandard                    int32s
6588      8    SaturationStandard                   int32s
6589     12    ColorToneStandard                    int32s
6590     16    FilterEffectStandard?                int32s
6591     20    ToningEffectStandard?                int32s
6592     24    ContrastPortrait                     int32s
6593     28    SharpnessPortrait                    int32s
6594     32    SaturationPortrait                   int32s
6595     36    ColorTonePortrait                    int32s
6596     40    FilterEffectPortrait?                int32s
6597     44    ToningEffectPortrait?                int32s
6598     48    ContrastLandscape                    int32s
6599     52    SharpnessLandscape                   int32s
6600     56    SaturationLandscape                  int32s
6601     60    ColorToneLandscape                   int32s
6602     64    FilterEffectLandscape?               int32s
6603     68    ToningEffectLandscape?               int32s
6604     72    ContrastNeutral                      int32s
6605     76    SharpnessNeutral                     int32s
6606     80    SaturationNeutral                    int32s
6607     84    ColorToneNeutral                     int32s
6608     88    FilterEffectNeutral?                 int32s
6609     92    ToningEffectNeutral?                 int32s
6610     96    ContrastFaithful                     int32s
6611    100    SharpnessFaithful                    int32s
6612    104    SaturationFaithful                   int32s
6613    108    ColorToneFaithful                    int32s
6614    112    FilterEffectFaithful?                int32s
6615    116    ToningEffectFaithful?                int32s
6616    120    ContrastMonochrome                   int32s
6617    124    SharpnessMonochrome                  int32s
6618    128    SaturationMonochrome?                int32s
6619    132    ColorToneMonochrome?                 int32s
6620    136    FilterEffectMonochrome               int32s
6621    140    ToningEffectMonochrome               int32s
6622    144    ContrastAuto                         int32s
6623    148    SharpnessAuto                        int32s
6624    152    SaturationAuto                       int32s
6625    156    ColorToneAuto                        int32s
6626    160    FilterEffectAuto                     int32s
6627    164    ToningEffectAuto                     int32s
6628    168    ContrastUserDef1                     int32s
6629    172    SharpnessUserDef1                    int32s
6630    176    SaturationUserDef1                   int32s
6631    180    ColorToneUserDef1                    int32s
6632    184    FilterEffectUserDef1                 int32s
6633    188    ToningEffectUserDef1                 int32s
6634    192    ContrastUserDef2                     int32s
6635    196    SharpnessUserDef2                    int32s
6636    200    SaturationUserDef2                   int32s
6637    204    ColorToneUserDef2                    int32s
6638    208    FilterEffectUserDef2                 int32s
6639    212    ToningEffectUserDef2                 int32s
6640    216    ContrastUserDef3                     int32s
6641    220    SharpnessUserDef3                    int32s
6642    224    SaturationUserDef3                   int32s
6643    228    ColorToneUserDef3                    int32s
6644    232    FilterEffectUserDef3                 int32s
6645    236    ToningEffectUserDef3                 int32s
6646    240    UserDef1PictureStyle                 int16u
6647    242    UserDef2PictureStyle                 int16u
6648    244    UserDef3PictureStyle                 int16u
6649
6650=head3 Canon CameraInfo5D Tags
6651
6652CameraInfo tags for the EOS 5D.
6653
6654  Index1   Tag Name                             Writable
6655  ------   --------                             --------
6656      3    FNumber                              int8u
6657      4    ExposureTime                         int8u
6658      6    ISO                                  int8u
6659     12    LensType                             int16uRev
6660     23    CameraTemperature                    int8u
6661     27    MacroMagnification                   int8s
6662     39    CameraOrientation                    int8s
6663     40    FocalLength                          int16uRev
6664     56    AFPointsInFocus5D                    int16uRev
6665     84    WhiteBalance                         int16u
6666     88    ColorTemperature                     int16u
6667    108    PictureStyle                         int8u
6668    147    MinFocalLength                       int16uRev
6669    149    MaxFocalLength                       int16uRev
6670    151    LensType                             int16uRev
6671    164    FirmwareRevision                     string[8]
6672    172    ShortOwnerName                       string[16]
6673    204    DirectoryIndex                       int32u
6674    208    FileIndex                            int16u
6675    232    ContrastStandard                     int8s
6676    233    ContrastPortrait                     int8s
6677    234    ContrastLandscape                    int8s
6678    235    ContrastNeutral                      int8s
6679    236    ContrastFaithful                     int8s
6680    237    ContrastMonochrome                   int8s
6681    238    ContrastUserDef1                     int8s
6682    239    ContrastUserDef2                     int8s
6683    240    ContrastUserDef3                     int8s
6684    241    SharpnessStandard                    int8s
6685    242    SharpnessPortrait                    int8s
6686    243    SharpnessLandscape                   int8s
6687    244    SharpnessNeutral                     int8s
6688    245    SharpnessFaithful                    int8s
6689    246    SharpnessMonochrome                  int8s
6690    247    SharpnessUserDef1                    int8s
6691    248    SharpnessUserDef2                    int8s
6692    249    SharpnessUserDef3                    int8s
6693    250    SaturationStandard                   int8s
6694    251    SaturationPortrait                   int8s
6695    252    SaturationLandscape                  int8s
6696    253    SaturationNeutral                    int8s
6697    254    SaturationFaithful                   int8s
6698    255    FilterEffectMonochrome               int8s
6699    256    SaturationUserDef1                   int8s
6700    257    SaturationUserDef2                   int8s
6701    258    SaturationUserDef3                   int8s
6702    259    ColorToneStandard                    int8s
6703    260    ColorTonePortrait                    int8s
6704    261    ColorToneLandscape                   int8s
6705    262    ColorToneNeutral                     int8s
6706    263    ColorToneFaithful                    int8s
6707    264    ToningEffectMonochrome               int8s
6708    265    ColorToneUserDef1                    int8s
6709    266    ColorToneUserDef2                    int8s
6710    267    ColorToneUserDef3                    int8s
6711    268    UserDef1PictureStyle                 int16u
6712    270    UserDef2PictureStyle                 int16u
6713    272    UserDef3PictureStyle                 int16u
6714    284    TimeStamp                            int32u
6715
6716=head3 Canon CameraInfo5DmkII Tags
6717
6718CameraInfo tags for the EOS 5D Mark II.  Indices shown are for firmware
6719version 1.0.6, but they may be different for other firmware versions.
6720
6721  Index1   Tag Name                             Writable
6722  ------   --------                             --------
6723      3    FNumber                              int8u
6724      4    ExposureTime                         int8u
6725      6    ISO                                  int8u
6726      7    HighlightTonePriority                int8u
6727     21    FlashMeteringMode                    int8u
6728     25    CameraTemperature                    int8u
6729     27    MacroMagnification                   int8u
6730     30    FocalLength                          int16uRev
6731     49    CameraOrientation                    int8u
6732     80    FocusDistanceUpper                   int16uRev
6733     82    FocusDistanceLower                   int16uRev
6734    111    WhiteBalance                         int16u
6735    115    ColorTemperature                     int16u
6736    167    PictureStyle                         int8u
6737    189    HighISONoiseReduction                int8u
6738    191    AutoLightingOptimizer                int8u
6739    230    LensType                             int16uRev
6740    232    MinFocalLength                       int16uRev
6741    234    MaxFocalLength                       int16uRev
6742    382    FirmwareVersion                      no
6743    443    FileIndex                            int32u
6744    455    DirectoryIndex                       int32u
6745    759    PictureStyleInfo                     Canon PSInfo
6746
6747=head3 Canon CameraInfo5DmkIII Tags
6748
6749CameraInfo tags for the EOS 5D Mark III.  Indices shown are for firmware
6750versions 1.0.x, but they may be different for other firmware versions.
6751
6752  Index1   Tag Name                             Writable
6753  ------   --------                             --------
6754      3    FNumber                              int8u
6755      4    ExposureTime                         int8u
6756      6    ISO                                  int8u
6757     27    CameraTemperature                    int8u
6758     35    FocalLength                          int16uRev
6759    125    CameraOrientation                    int8u
6760    140    FocusDistanceUpper                   int16uRev
6761    142    FocusDistanceLower                   int16uRev
6762    188    WhiteBalance                         int16u
6763    192    ColorTemperature                     int16u
6764    244    PictureStyle                         int8u
6765    339    LensType                             int16uRev
6766    341    MinFocalLength                       int16uRev
6767    343    MaxFocalLength                       int16uRev
6768    356    LensSerialNumber                     undef[5]
6769    572    FirmwareVersion                      no
6770    652    FileIndex                            int32u
6771    656    FileIndex2                           int32u
6772    664    DirectoryIndex                       int32u
6773    668    DirectoryIndex2                      int32u
6774    944    PictureStyleInfo                     Canon PSInfo2
6775
6776=head3 Canon CameraInfo6D Tags
6777
6778CameraInfo tags for the EOS 6D.
6779
6780  Index1   Tag Name                             Writable
6781  ------   --------                             --------
6782      3    FNumber                              int8u
6783      4    ExposureTime                         int8u
6784      6    ISO                                  int8u
6785     27    CameraTemperature                    int8u
6786     35    FocalLength                          int16uRev
6787    131    CameraOrientation                    int8u
6788    146    FocusDistanceUpper                   int16uRev
6789    148    FocusDistanceLower                   int16uRev
6790    194    WhiteBalance                         int16u
6791    198    ColorTemperature                     int16u
6792    250    PictureStyle                         int8u
6793    353    LensType                             int16uRev
6794    355    MinFocalLength                       int16uRev
6795    357    MaxFocalLength                       int16uRev
6796    598    FirmwareVersion                      no
6797    682    FileIndex                            int32u
6798    694    DirectoryIndex                       int32u
6799    966    PictureStyleInfo                     Canon PSInfo2
6800
6801=head3 Canon CameraInfo7D Tags
6802
6803CameraInfo tags for the EOS 7D.  Indices shown are for firmware versions
68041.0.x, but they may be different for other firmware versions.
6805
6806  Index1   Tag Name                             Writable
6807  ------   --------                             --------
6808      3    FNumber                              int8u
6809      4    ExposureTime                         int8u
6810      6    ISO                                  int8u
6811      7    HighlightTonePriority                int8u
6812      8    MeasuredEV2                          int8u
6813      9    MeasuredEV                           int8u
6814     21    FlashMeteringMode                    int8u
6815     25    CameraTemperature                    int8u
6816     30    FocalLength                          int16uRev
6817     53    CameraOrientation                    int8u
6818     84    FocusDistanceUpper                   int16uRev
6819     86    FocusDistanceLower                   int16uRev
6820    119    WhiteBalance                         int16u
6821    123    ColorTemperature                     int16u
6822    175    CameraPictureStyle                   int8u
6823    201    HighISONoiseReduction                int8u
6824    274    LensType                             int16uRev
6825    276    MinFocalLength                       int16uRev
6826    278    MaxFocalLength                       int16uRev
6827    428    FirmwareVersion                      no
6828    491    FileIndex                            int32u
6829    503    DirectoryIndex                       int32u
6830    807    PictureStyleInfo                     Canon PSInfo
6831
6832=head3 Canon CameraInfo40D Tags
6833
6834CameraInfo tags for the EOS 40D.
6835
6836  Index1   Tag Name                             Writable
6837  ------   --------                             --------
6838      3    FNumber                              int8u
6839      4    ExposureTime                         int8u
6840      6    ISO                                  int8u
6841     21    FlashMeteringMode                    int8u
6842     24    CameraTemperature                    int8u
6843     27    MacroMagnification                   int8u
6844     29    FocalLength                          int16uRev
6845     48    CameraOrientation                    int8u
6846     67    FocusDistanceUpper                   int16uRev
6847     69    FocusDistanceLower                   int16uRev
6848    111    WhiteBalance                         int16u
6849    115    ColorTemperature                     int16u
6850    214    LensType                             int16uRev
6851    216    MinFocalLength                       int16uRev
6852    218    MaxFocalLength                       int16uRev
6853    255    FirmwareVersion                      string[6]
6854    307    FileIndex                            int32u
6855    319    DirectoryIndex                       int32u
6856    603    PictureStyleInfo                     Canon PSInfo
6857   2347    LensModel                            string[64]
6858
6859=head3 Canon CameraInfo50D Tags
6860
6861CameraInfo tags for the EOS 50D.  Indices shown are for firmware versions
68621.0.x, but they may be different for other firmware versions.
6863
6864  Index1   Tag Name                             Writable
6865  ------   --------                             --------
6866      3    FNumber                              int8u
6867      4    ExposureTime                         int8u
6868      6    ISO                                  int8u
6869      7    HighlightTonePriority                int8u
6870     21    FlashMeteringMode                    int8u
6871     25    CameraTemperature                    int8u
6872     30    FocalLength                          int16uRev
6873     49    CameraOrientation                    int8u
6874     80    FocusDistanceUpper                   int16uRev
6875     82    FocusDistanceLower                   int16uRev
6876    111    WhiteBalance                         int16u
6877    115    ColorTemperature                     int16u
6878    167    PictureStyle                         int8u
6879    189    HighISONoiseReduction                int8u
6880    191    AutoLightingOptimizer                int8u
6881    234    LensType                             int16uRev
6882    236    MinFocalLength                       int16uRev
6883    238    MaxFocalLength                       int16uRev
6884    350    FirmwareVersion                      no
6885    411    FileIndex                            int32u
6886    423    DirectoryIndex                       int32u
6887    727    PictureStyleInfo                     Canon PSInfo
6888
6889=head3 Canon CameraInfo60D Tags
6890
6891CameraInfo tags for the EOS 60D and 1200D.
6892
6893  Index1   Tag Name                             Writable
6894  ------   --------                             --------
6895      3    FNumber                              int8u
6896      4    ExposureTime                         int8u
6897      6    ISO                                  int8u
6898     25    CameraTemperature                    int8u
6899     30    FocalLength                          int16uRev
6900     54    CameraOrientation                    int8u
6901     58    CameraOrientation                    int8u
6902     85    FocusDistanceUpper                   int16uRev
6903     87    FocusDistanceLower                   int16uRev
6904    125    ColorTemperature                     int16u
6905    232    LensType                             int16uRev
6906    234    MinFocalLength                       int16uRev
6907    236    MaxFocalLength                       int16uRev
6908    409    FirmwareVersion                      no
6909    473    FileIndex                            int32u
6910    485    DirectoryIndex                       int32u
6911    761    PictureStyleInfo                     Canon PSInfo2
6912    801    PictureStyleInfo                     Canon PSInfo2
6913
6914=head3 Canon CameraInfo70D Tags
6915
6916CameraInfo tags for the EOS 70D.
6917
6918  Index1   Tag Name                             Writable
6919  ------   --------                             --------
6920      3    FNumber                              int8u
6921      4    ExposureTime                         int8u
6922      6    ISO                                  int8u
6923     27    CameraTemperature                    int8u
6924     35    FocalLength                          int16uRev
6925    132    CameraOrientation                    int8u
6926    147    FocusDistanceUpper                   int16uRev
6927    149    FocusDistanceLower                   int16uRev
6928    199    ColorTemperature                     int16u
6929    358    LensType                             int16uRev
6930    360    MinFocalLength                       int16uRev
6931    362    MaxFocalLength                       int16uRev
6932    606    FirmwareVersion                      no
6933    691    FileIndex                            int32u
6934    703    DirectoryIndex                       int32u
6935    975    PictureStyleInfo                     Canon PSInfo2
6936
6937=head3 Canon CameraInfo80D Tags
6938
6939CameraInfo tags for the EOS 80D.
6940
6941  Index1   Tag Name                             Writable
6942  ------   --------                             --------
6943      3    FNumber                              int8u
6944      4    ExposureTime                         int8u
6945      6    ISO                                  int8u
6946     27    CameraTemperature                    int8u
6947     35    FocalLength                          int16uRev
6948    150    CameraOrientation                    int8u
6949    165    FocusDistanceUpper                   int16uRev
6950    167    FocusDistanceLower                   int16uRev
6951    314    ColorTemperature                     int16u
6952    393    LensType                             int16uRev
6953    395    MinFocalLength                       int16uRev
6954    397    MaxFocalLength                       int16uRev
6955   1114    FirmwareVersion                      no
6956   1198    FileIndex                            int32u
6957   1210    DirectoryIndex                       int32u
6958
6959=head3 Canon CameraInfo450D Tags
6960
6961CameraInfo tags for the EOS 450D.
6962
6963  Index1   Tag Name                             Writable
6964  ------   --------                             --------
6965      3    FNumber                              int8u
6966      4    ExposureTime                         int8u
6967      6    ISO                                  int8u
6968     21    FlashMeteringMode                    int8u
6969     24    CameraTemperature                    int8u
6970     27    MacroMagnification                   int8u
6971     29    FocalLength                          int16uRev
6972     48    CameraOrientation                    int8u
6973     67    FocusDistanceUpper                   int16uRev
6974     69    FocusDistanceLower                   int16uRev
6975    111    WhiteBalance                         int16u
6976    115    ColorTemperature                     int16u
6977    222    LensType                             int16uRev
6978    263    FirmwareVersion                      string[6]
6979    271    OwnerName                            string[32]
6980    307    DirectoryIndex                       int32u
6981    319    FileIndex                            int32u
6982    611    PictureStyleInfo                     Canon PSInfo
6983   2355    LensModel                            string[64]
6984
6985=head3 Canon CameraInfo500D Tags
6986
6987CameraInfo tags for the EOS 500D.
6988
6989  Index1   Tag Name                             Writable
6990  ------   --------                             --------
6991      3    FNumber                              int8u
6992      4    ExposureTime                         int8u
6993      6    ISO                                  int8u
6994      7    HighlightTonePriority                int8u
6995     21    FlashMeteringMode                    int8u
6996     25    CameraTemperature                    int8u
6997     30    FocalLength                          int16uRev
6998     49    CameraOrientation                    int8u
6999     80    FocusDistanceUpper                   int16uRev
7000     82    FocusDistanceLower                   int16uRev
7001    115    WhiteBalance                         int16u
7002    119    ColorTemperature                     int16u
7003    171    PictureStyle                         int8u
7004    188    HighISONoiseReduction                int8u
7005    190    AutoLightingOptimizer                int8u
7006    246    LensType                             int16uRev
7007    248    MinFocalLength                       int16uRev
7008    250    MaxFocalLength                       int16uRev
7009    400    FirmwareVersion                      no
7010    467    FileIndex                            int32u
7011    479    DirectoryIndex                       int32u
7012    779    PictureStyleInfo                     Canon PSInfo
7013
7014=head3 Canon CameraInfo550D Tags
7015
7016CameraInfo tags for the EOS 550D.
7017
7018  Index1   Tag Name                             Writable
7019  ------   --------                             --------
7020      3    FNumber                              int8u
7021      4    ExposureTime                         int8u
7022      6    ISO                                  int8u
7023      7    HighlightTonePriority                int8u
7024     21    FlashMeteringMode                    int8u
7025     25    CameraTemperature                    int8u
7026     30    FocalLength                          int16uRev
7027     53    CameraOrientation                    int8u
7028     84    FocusDistanceUpper                   int16uRev
7029     86    FocusDistanceLower                   int16uRev
7030    120    WhiteBalance                         int16u
7031    124    ColorTemperature                     int16u
7032    176    PictureStyle                         int8u
7033    255    LensType                             int16uRev
7034    257    MinFocalLength                       int16uRev
7035    259    MaxFocalLength                       int16uRev
7036    420    FirmwareVersion                      no
7037    484    FileIndex                            int32u
7038    496    DirectoryIndex                       int32u
7039    796    PictureStyleInfo                     Canon PSInfo
7040
7041=head3 Canon CameraInfo600D Tags
7042
7043CameraInfo tags for the EOS 600D and 1100D.
7044
7045  Index1   Tag Name                             Writable
7046  ------   --------                             --------
7047      3    FNumber                              int8u
7048      4    ExposureTime                         int8u
7049      6    ISO                                  int8u
7050      7    HighlightTonePriority                int8u
7051     21    FlashMeteringMode                    int8u
7052     25    CameraTemperature                    int8u
7053     30    FocalLength                          int16uRev
7054     56    CameraOrientation                    int8u
7055     87    FocusDistanceUpper                   int16uRev
7056     89    FocusDistanceLower                   int16uRev
7057    123    WhiteBalance                         int16u
7058    127    ColorTemperature                     int16u
7059    179    PictureStyle                         int8u
7060    234    LensType                             int16uRev
7061    236    MinFocalLength                       int16uRev
7062    238    MaxFocalLength                       int16uRev
7063    411    FirmwareVersion                      no
7064    475    FileIndex                            int32u
7065    487    DirectoryIndex                       int32u
7066    763    PictureStyleInfo                     Canon PSInfo2
7067
7068=head3 Canon CameraInfo650D Tags
7069
7070CameraInfo tags for the EOS 650D and 700D.
7071
7072  Index1   Tag Name                             Writable
7073  ------   --------                             --------
7074      3    FNumber                              int8u
7075      4    ExposureTime                         int8u
7076      6    ISO                                  int8u
7077     27    CameraTemperature                    int8u
7078     35    FocalLength                          int16uRev
7079    125    CameraOrientation                    int8u
7080    140    FocusDistanceUpper                   int16uRev
7081    142    FocusDistanceLower                   int16uRev
7082    188    WhiteBalance                         int16u
7083    192    ColorTemperature                     int16u
7084    244    PictureStyle                         int8u
7085    295    LensType                             int16uRev
7086    297    MinFocalLength                       int16uRev
7087    299    MaxFocalLength                       int16uRev
7088    539    FirmwareVersion                      no
7089    544    FirmwareVersion                      no
7090    624    FileIndex                            int32u
7091    628    FileIndex                            int32u
7092    636    DirectoryIndex                       int32u
7093    640    DirectoryIndex                       int32u
7094    912    PictureStyleInfo                     Canon PSInfo2
7095
7096=head3 Canon CameraInfo750D Tags
7097
7098CameraInfo tags for the EOS 750D and 760D.
7099
7100  Index1   Tag Name                             Writable
7101  ------   --------                             --------
7102      3    FNumber                              int8u
7103      4    ExposureTime                         int8u
7104      6    ISO                                  int8u
7105     27    CameraTemperature                    int8u
7106     35    FocalLength                          int16uRev
7107    150    CameraOrientation                    int8u
7108    165    FocusDistanceUpper                   int16uRev
7109    167    FocusDistanceLower                   int16uRev
7110    305    WhiteBalance                         int16u
7111    309    ColorTemperature                     int16u
7112    361    PictureStyle                         int8u
7113    388    LensType                             int16uRev
7114    390    MinFocalLength                       int16uRev
7115    392    MaxFocalLength                       int16uRev
7116   1085    FirmwareVersion                      no
7117   1097    FirmwareVersion                      no
7118
7119=head3 Canon CameraInfo1000D Tags
7120
7121CameraInfo tags for the EOS 1000D.
7122
7123  Index1   Tag Name                             Writable
7124  ------   --------                             --------
7125      3    FNumber                              int8u
7126      4    ExposureTime                         int8u
7127      6    ISO                                  int8u
7128     21    FlashMeteringMode                    int8u
7129     24    CameraTemperature                    int8u
7130     27    MacroMagnification                   int8u
7131     29    FocalLength                          int16uRev
7132     48    CameraOrientation                    int8u
7133     67    FocusDistanceUpper                   int16uRev
7134     69    FocusDistanceLower                   int16uRev
7135    111    WhiteBalance                         int16u
7136    115    ColorTemperature                     int16u
7137    226    LensType                             int16uRev
7138    228    MinFocalLength                       int16uRev
7139    230    MaxFocalLength                       int16uRev
7140    267    FirmwareVersion                      string[6]
7141    311    DirectoryIndex                       int32u
7142    323    FileIndex                            int32u
7143    615    PictureStyleInfo                     Canon PSInfo
7144   2359    LensModel                            string[64]
7145
7146=head3 Canon CameraInfoPowerShot Tags
7147
7148CameraInfo tags for PowerShot models such as the A450, A460, A550, A560,
7149A570, A630, A640, A650, A710, A720, G7, G9, S5, SD40, SD750, SD800, SD850,
7150SD870, SD900, SD950, SD1000, SX100 and TX1.
7151
7152  Index4   Tag Name                             Writable
7153  ------   --------                             --------
7154      0    ISO                                  int32s
7155      5    FNumber                              int32s
7156      6    ExposureTime                         int32s
7157     23    Rotation                             int32s
7158    135    CameraTemperature                    int32s
7159    145    CameraTemperature                    int32s
7160
7161=head3 Canon CameraInfoPowerShot2 Tags
7162
7163CameraInfo tags for PowerShot models such as the A470, A480, A490, A495,
7164A580, A590, A1000, A1100, A2000, A2100, A3000, A3100, D10, E1, G10, G11,
7165S90, S95, SD770, SD780, SD790, SD880, SD890, SD940, SD960, SD970, SD980,
7166SD990, SD1100, SD1200, SD1300, SD1400, SD3500, SD4000, SD4500, SX1, SX10,
7167SX20, SX110, SX120, SX130, SX200 and SX210.
7168
7169  Index4   Tag Name                             Writable
7170  ------   --------                             --------
7171      1    ISO                                  int32s
7172      6    FNumber                              int32s
7173      7    ExposureTime                         int32s
7174     24    Rotation                             int32s
7175    153    CameraTemperature                    int32s
7176    159    CameraTemperature                    int32s
7177    164    CameraTemperature                    int32s
7178    168    CameraTemperature                    int32s
7179    261    CameraTemperature                    int32s
7180
7181=head3 Canon CameraInfoUnknown32 Tags
7182
7183Unknown CameraInfo tags are divided into 3 tables based on format size.
7184
7185  Index4   Tag Name                             Writable
7186  ------   --------                             --------
7187     71    CameraTemperature                    int32s
7188     83    CameraTemperature                    int32s
7189     91    CameraTemperature                    int32s
7190     92    CameraTemperature                    int32s
7191    100    CameraTemperature                    int32s
7192     -3    CameraTemperature                    int32s
7193
7194=head3 Canon CameraInfoUnknown16 Tags
7195
7196  Index2   Tag Name                             Writable
7197  ------   --------                             --------
7198  [no tags known]
7199
7200=head3 Canon CameraInfoUnknown Tags
7201
7202  Index1   Tag Name                             Writable
7203  ------   --------                             --------
7204    363    LensSerialNumber                     undef[5]
7205   1473    FirmwareVersion                      no
7206
7207=head3 Canon MovieInfo Tags
7208
7209Tags written by some Canon cameras when recording video.
7210
7211  Index2   Tag Name                             Writable
7212  ------   --------                             --------
7213      1    FrameRate                            int16u
7214      2    FrameCount                           int16u
7215      4    FrameCount                           int32u
7216      6    FrameRate                            rational32u
7217    106    Duration                             int32u
7218    108    AudioBitrate                         int32u
7219    110    AudioSampleRate                      int32u
7220    112    AudioChannels                        int32u
7221    116    VideoCodec                           undef[4]
7222
7223=head3 Canon AFInfo Tags
7224
7225Auto-focus information used by many older Canon models.  The values in this
7226record are sequential, and some have variable sizes based on the value of
7227NumAFPoints (which may be 1,5,7,9,15,45 or 53).  The AFArea coordinates are
7228given in a system where the image has dimensions given by AFImageWidth and
7229AFImageHeight, and 0,0 is the image center. The direction of the Y axis
7230depends on the camera model, with positive Y upwards for EOS models, but
7231apparently downwards for PowerShot models.
7232
7233  Sequence Tag Name                             Writable
7234  -------- --------                             --------
7235      0    NumAFPoints                          no
7236      1    ValidAFPoints                        no
7237      2    CanonImageWidth                      no
7238      3    CanonImageHeight                     no
7239      4    AFImageWidth                         no
7240      5    AFImageHeight                        no
7241      6    AFAreaWidth                          no
7242      7    AFAreaHeight                         no
7243      8    AFAreaXPositions                     no
7244      9    AFAreaYPositions                     no
7245     10    AFPointsInFocus                      no
7246     11    PrimaryAFPoint                       no
7247           Canon_AFInfo_0x000b?                 no
7248     12    PrimaryAFPoint                       no
7249
7250=head3 Canon MyColors Tags
7251
7252  Index2   Tag Name                             Writable
7253  ------   --------                             --------
7254      2    MyColorMode                          int16u
7255
7256=head3 Canon FaceDetect1 Tags
7257
7258  Index2   Tag Name                             Writable
7259  ------   --------                             --------
7260      2    FacesDetected                        int16u
7261      3    FaceDetectFrameSize                  int16u[2]
7262      8    Face1Position                        int16s[2]
7263     10    Face2Position                        int16s[2]
7264     12    Face3Position                        int16s[2]
7265     14    Face4Position                        int16s[2]
7266     16    Face5Position                        int16s[2]
7267     18    Face6Position                        int16s[2]
7268     20    Face7Position                        int16s[2]
7269     22    Face8Position                        int16s[2]
7270     24    Face9Position                        int16s[2]
7271
7272=head3 Canon FaceDetect2 Tags
7273
7274  Index1   Tag Name                             Writable
7275  ------   --------                             --------
7276      1    FaceWidth                            int8u
7277      2    FacesDetected                        int8u
7278
7279=head3 Canon AFInfo2 Tags
7280
7281Newer version of the AFInfo record containing much of the same information
7282(and coordinate confusion) as the older version.  In this record, NumAFPoints
7283may be 7, 9, 11, 19, 31, 45 or 61, depending on the camera model.
7284
7285  Sequence Tag Name                             Writable
7286  -------- --------                             --------
7287      0    AFInfoSize?                          no
7288      1    AFAreaMode                           no
7289      2    NumAFPoints                          no
7290      3    ValidAFPoints                        no
7291      4    CanonImageWidth                      no
7292      5    CanonImageHeight                     no
7293      6    AFImageWidth                         no
7294      7    AFImageHeight                        no
7295      8    AFAreaWidths                         no
7296      9    AFAreaHeights                        no
7297     10    AFAreaXPositions                     no
7298     11    AFAreaYPositions                     no
7299     12    AFPointsInFocus                      no
7300     13    AFPointsSelected                     no
7301           Canon_AFInfo2_0x000d?                no
7302     14    PrimaryAFPoint                       no
7303
7304=head3 Canon ContrastInfo Tags
7305
7306  Index2   Tag Name                             Writable
7307  ------   --------                             --------
7308      4    IntelligentContrast                  int16u
7309
7310=head3 Canon WBInfo Tags
7311
7312WB tags for the Canon G9.
7313
7314  Index4   Tag Name                             Writable
7315  ------   --------                             --------
7316      2    WB_GRGBLevelsAuto                    int32s[4]
7317     10    WB_GRGBLevelsDaylight                int32s[4]
7318     18    WB_GRGBLevelsCloudy                  int32s[4]
7319     26    WB_GRGBLevelsTungsten                int32s[4]
7320     34    WB_GRGBLevelsFluorescent             int32s[4]
7321     42    WB_GRGBLevelsFluorHigh               int32s[4]
7322     50    WB_GRGBLevelsFlash                   int32s[4]
7323     58    WB_GRGBLevelsUnderwater              int32s[4]
7324     66    WB_GRGBLevelsCustom1                 int32s[4]
7325     74    WB_GRGBLevelsCustom2                 int32s[4]
7326
7327=head3 Canon FaceDetect3 Tags
7328
7329  Index2   Tag Name                             Writable
7330  ------   --------                             --------
7331      3    FacesDetected                        int16u
7332
7333=head3 Canon TimeInfo Tags
7334
7335  Index4   Tag Name                             Writable
7336  ------   --------                             --------
7337      1    TimeZone                             int32s
7338      2    TimeZoneCity                         int32s
7339      3    DaylightSavings                      int32s
7340
7341=head3 Canon FileInfo Tags
7342
7343  Index2   Tag Name                             Writable
7344  ------   --------                             --------
7345      1    FileNumber                           int32u
7346           ShutterCount                         int32u
7347      3    BracketMode                          int16s
7348      4    BracketValue                         int16s
7349      5    BracketShotNumber                    int16s
7350      6    RawJpgQuality                        int16s
7351      7    RawJpgSize                           int16s
7352      8    LongExposureNoiseReduction2          int16s
7353      9    WBBracketMode                        int16s
7354     12    WBBracketValueAB                     int16s
7355     13    WBBracketValueGM                     int16s
7356     14    FilterEffect                         int16s
7357     15    ToningEffect                         int16s
7358     16    MacroMagnification                   int16s
7359     19    LiveViewShooting                     int16s
7360     20    FocusDistanceUpper                   int16u
7361     21    FocusDistanceLower                   int16u
7362     25    FlashExposureLock                    int16s
7363     61    RFLensType                           int16u
7364
7365=head3 Canon SerialInfo Tags
7366
7367  Index1   Tag Name                             Writable
7368  ------   --------                             --------
7369      9    InternalSerialNumber                 string
7370
7371=head3 Canon CropInfo Tags
7372
7373  Index2   Tag Name                             Writable
7374  ------   --------                             --------
7375      0    CropLeftMargin                       int16u
7376      1    CropRightMargin                      int16u
7377      2    CropTopMargin                        int16u
7378      3    CropBottomMargin                     int16u
7379
7380=head3 Canon AspectInfo Tags
7381
7382  Index4   Tag Name                             Writable
7383  ------   --------                             --------
7384      0    AspectRatio                          int32u
7385      1    CroppedImageWidth                    int32u
7386      2    CroppedImageHeight                   int32u
7387      3    CroppedImageLeft                     int32u
7388      4    CroppedImageTop                      int32u
7389
7390=head3 Canon Processing Tags
7391
7392  Index2   Tag Name                             Writable
7393  ------   --------                             --------
7394      1    ToneCurve                            int16s
7395      2    Sharpness                            int16s
7396      3    SharpnessFrequency                   int16s
7397      4    SensorRedLevel                       int16s
7398      5    SensorBlueLevel                      int16s
7399      6    WhiteBalanceRed                      int16s
7400      7    WhiteBalanceBlue                     int16s
7401      8    WhiteBalance                         int16s
7402      9    ColorTemperature                     int16s
7403     10    PictureStyle                         int16s
7404     11    DigitalGain                          int16s
7405     12    WBShiftAB                            int16s
7406     13    WBShiftGM                            int16s
7407
7408=head3 Canon ColorBalance Tags
7409
7410These tags are used by the 10D and 300D.
7411
7412  Index2   Tag Name                             Writable
7413  ------   --------                             --------
7414      1    WB_RGGBLevelsAuto                    int16s[4]
7415      5    WB_RGGBLevelsDaylight                int16s[4]
7416      9    WB_RGGBLevelsShade                   int16s[4]
7417     13    WB_RGGBLevelsCloudy                  int16s[4]
7418     17    WB_RGGBLevelsTungsten                int16s[4]
7419     21    WB_RGGBLevelsFluorescent             int16s[4]
7420     25    WB_RGGBLevelsFlash                   int16s[4]
7421     29    WB_RGGBLevelsCustom                  int16s[4]
7422           BlackLevels                          int16s[4]
7423     33    WB_RGGBLevelsKelvin                  int16s[4]
7424     37    WB_RGGBBlackLevels                   int16s[4]
7425
7426=head3 Canon MeasuredColor Tags
7427
7428  Index2   Tag Name                             Writable
7429  ------   --------                             --------
7430      1    MeasuredRGGB                         int16u[4]
7431
7432=head3 Canon Flags Tags
7433
7434  Index2   Tag Name                             Writable
7435  ------   --------                             --------
7436      1    ModifiedParamFlag                    int16s
7437
7438=head3 Canon ModifiedInfo Tags
7439
7440  Index2   Tag Name                             Writable
7441  ------   --------                             --------
7442      1    ModifiedToneCurve                    int16s
7443      2    ModifiedSharpness                    int16s
7444      3    ModifiedSharpnessFreq                int16s
7445      4    ModifiedSensorRedLevel               int16s
7446      5    ModifiedSensorBlueLevel              int16s
7447      6    ModifiedWhiteBalanceRed              int16s
7448      7    ModifiedWhiteBalanceBlue             int16s
7449      8    ModifiedWhiteBalance                 int16s
7450      9    ModifiedColorTemp                    int16s
7451     10    ModifiedPictureStyle                 int16s
7452     11    ModifiedDigitalGain                  int16s
7453
7454=head3 Canon PreviewImageInfo Tags
7455
7456  Index4   Tag Name                             Writable
7457  ------   --------                             --------
7458      1    PreviewQuality                       int32u
7459      2    PreviewImageLength                   int32u*
7460      3    PreviewImageWidth                    int32u
7461      4    PreviewImageHeight                   int32u
7462      5    PreviewImageStart                    int32u*
7463
7464=head3 Canon SensorInfo Tags
7465
7466  Index2   Tag Name                             Writable
7467  ------   --------                             --------
7468      1    SensorWidth                          no
7469      2    SensorHeight                         no
7470      5    SensorLeftBorder                     no
7471      6    SensorTopBorder                      no
7472      7    SensorRightBorder                    no
7473      8    SensorBottomBorder                   no
7474      9    BlackMaskLeftBorder                  no
7475     10    BlackMaskTopBorder                   no
7476     11    BlackMaskRightBorder                 no
7477     12    BlackMaskBottomBorder                no
7478
7479=head3 Canon ColorData1 Tags
7480
7481These tags are used by the 20D and 350D.
7482
7483  Index2   Tag Name                             Writable
7484  ------   --------                             --------
7485     25    WB_RGGBLevelsAsShot                  int16s[4]
7486     29    ColorTempAsShot                      int16s
7487     30    WB_RGGBLevelsAuto                    int16s[4]
7488     34    ColorTempAuto                        int16s
7489     35    WB_RGGBLevelsDaylight                int16s[4]
7490     39    ColorTempDaylight                    int16s
7491     40    WB_RGGBLevelsShade                   int16s[4]
7492     44    ColorTempShade                       int16s
7493     45    WB_RGGBLevelsCloudy                  int16s[4]
7494     49    ColorTempCloudy                      int16s
7495     50    WB_RGGBLevelsTungsten                int16s[4]
7496     54    ColorTempTungsten                    int16s
7497     55    WB_RGGBLevelsFluorescent             int16s[4]
7498     59    ColorTempFluorescent                 int16s
7499     60    WB_RGGBLevelsFlash                   int16s[4]
7500     64    ColorTempFlash                       int16s
7501     65    WB_RGGBLevelsCustom1                 int16s[4]
7502     69    ColorTempCustom1                     int16s
7503     70    WB_RGGBLevelsCustom2                 int16s[4]
7504     74    ColorTempCustom2                     int16s
7505     75    ColorCalib?                          Canon ColorCalib
7506
7507=head3 Canon ColorCalib Tags
7508
7509Camera color calibration data.  For the 20D, 350D, 1DmkII and 1DSmkII the
7510order of the coefficients is A, B, C, Temperature, but for newer models it
7511is B, C, A, Temperature.  These tags are extracted only when the Unknown
7512option is used.
7513
7514  Index2   Tag Name                             Writable
7515  ------   --------                             --------
7516      0    CameraColorCalibration01?            int16s[4]
7517      4    CameraColorCalibration02?            int16s[4]
7518      8    CameraColorCalibration03?            int16s[4]
7519     12    CameraColorCalibration04?            int16s[4]
7520     16    CameraColorCalibration05?            int16s[4]
7521     20    CameraColorCalibration06?            int16s[4]
7522     24    CameraColorCalibration07?            int16s[4]
7523     28    CameraColorCalibration08?            int16s[4]
7524     32    CameraColorCalibration09?            int16s[4]
7525     36    CameraColorCalibration10?            int16s[4]
7526     40    CameraColorCalibration11?            int16s[4]
7527     44    CameraColorCalibration12?            int16s[4]
7528     48    CameraColorCalibration13?            int16s[4]
7529     52    CameraColorCalibration14?            int16s[4]
7530     56    CameraColorCalibration15?            int16s[4]
7531
7532=head3 Canon ColorData2 Tags
7533
7534These tags are used by the 1DmkII and 1DSmkII.
7535
7536  Index2   Tag Name                             Writable
7537  ------   --------                             --------
7538     24    WB_RGGBLevelsAuto                    int16s[4]
7539     28    ColorTempAuto                        int16s
7540     29    WB_RGGBLevelsUnknown?                int16s[4]
7541     33    ColorTempUnknown?                    int16s
7542     34    WB_RGGBLevelsAsShot                  int16s[4]
7543     38    ColorTempAsShot                      int16s
7544     39    WB_RGGBLevelsDaylight                int16s[4]
7545     43    ColorTempDaylight                    int16s
7546     44    WB_RGGBLevelsShade                   int16s[4]
7547     48    ColorTempShade                       int16s
7548     49    WB_RGGBLevelsCloudy                  int16s[4]
7549     53    ColorTempCloudy                      int16s
7550     54    WB_RGGBLevelsTungsten                int16s[4]
7551     58    ColorTempTungsten                    int16s
7552     59    WB_RGGBLevelsFluorescent             int16s[4]
7553     63    ColorTempFluorescent                 int16s
7554     64    WB_RGGBLevelsKelvin                  int16s[4]
7555     68    ColorTempKelvin                      int16s
7556     69    WB_RGGBLevelsFlash                   int16s[4]
7557     73    ColorTempFlash                       int16s
7558     74    WB_RGGBLevelsUnknown2?               int16s[4]
7559     78    ColorTempUnknown2?                   int16s
7560     79    WB_RGGBLevelsUnknown3?               int16s[4]
7561     83    ColorTempUnknown3?                   int16s
7562     84    WB_RGGBLevelsUnknown4?               int16s[4]
7563     88    ColorTempUnknown4?                   int16s
7564     89    WB_RGGBLevelsUnknown5?               int16s[4]
7565     93    ColorTempUnknown5?                   int16s
7566     94    WB_RGGBLevelsUnknown6?               int16s[4]
7567     98    ColorTempUnknown6?                   int16s
7568     99    WB_RGGBLevelsUnknown7?               int16s[4]
7569    103    ColorTempUnknown7?                   int16s
7570    104    WB_RGGBLevelsUnknown8?               int16s[4]
7571    108    ColorTempUnknown8?                   int16s
7572    109    WB_RGGBLevelsUnknown9?               int16s[4]
7573    113    ColorTempUnknown9?                   int16s
7574    114    WB_RGGBLevelsUnknown10?              int16s[4]
7575    118    ColorTempUnknown10?                  int16s
7576    119    WB_RGGBLevelsUnknown11?              int16s[4]
7577    123    ColorTempUnknown11?                  int16s
7578    124    WB_RGGBLevelsUnknown12?              int16s[4]
7579    128    ColorTempUnknown12?                  int16s
7580    129    WB_RGGBLevelsUnknown13?              int16s[4]
7581    133    ColorTempUnknown13?                  int16s
7582    134    WB_RGGBLevelsUnknown14?              int16s[4]
7583    138    ColorTempUnknown14?                  int16s
7584    139    WB_RGGBLevelsUnknown15?              int16s[4]
7585    143    ColorTempUnknown15?                  int16s
7586    144    WB_RGGBLevelsPC1                     int16s[4]
7587    148    ColorTempPC1                         int16s
7588    149    WB_RGGBLevelsPC2                     int16s[4]
7589    153    ColorTempPC2                         int16s
7590    154    WB_RGGBLevelsPC3                     int16s[4]
7591    158    ColorTempPC3                         int16s
7592    159    WB_RGGBLevelsUnknown16?              int16s[4]
7593    163    ColorTempUnknown16?                  int16s
7594    164    ColorCalib?                          Canon ColorCalib
7595    618    RawMeasuredRGGB                      int32u[4]
7596
7597=head3 Canon ColorData3 Tags
7598
7599These tags are used by the 1DmkIIN, 5D, 30D and 400D.
7600
7601  Index2   Tag Name                             Writable
7602  ------   --------                             --------
7603      0    ColorDataVersion                     int16s
7604     63    WB_RGGBLevelsAsShot                  int16s[4]
7605     67    ColorTempAsShot                      int16s
7606     68    WB_RGGBLevelsAuto                    int16s[4]
7607     72    ColorTempAuto                        int16s
7608     73    WB_RGGBLevelsMeasured                int16s[4]
7609     77    ColorTempMeasured                    int16s
7610     78    WB_RGGBLevelsDaylight                int16s[4]
7611     82    ColorTempDaylight                    int16s
7612     83    WB_RGGBLevelsShade                   int16s[4]
7613     87    ColorTempShade                       int16s
7614     88    WB_RGGBLevelsCloudy                  int16s[4]
7615     92    ColorTempCloudy                      int16s
7616     93    WB_RGGBLevelsTungsten                int16s[4]
7617     97    ColorTempTungsten                    int16s
7618     98    WB_RGGBLevelsFluorescent             int16s[4]
7619    102    ColorTempFluorescent                 int16s
7620    103    WB_RGGBLevelsKelvin                  int16s[4]
7621    107    ColorTempKelvin                      int16s
7622    108    WB_RGGBLevelsFlash                   int16s[4]
7623    112    ColorTempFlash                       int16s
7624    113    WB_RGGBLevelsPC1                     int16s[4]
7625    117    ColorTempPC1                         int16s
7626    118    WB_RGGBLevelsPC2                     int16s[4]
7627    122    ColorTempPC2                         int16s
7628    123    WB_RGGBLevelsPC3                     int16s[4]
7629    127    ColorTempPC3                         int16s
7630    128    WB_RGGBLevelsCustom                  int16s[4]
7631    132    ColorTempCustom                      int16s
7632    133    ColorCalib?                          Canon ColorCalib
7633    196    PerChannelBlackLevel                 int16u[4]
7634    584    FlashOutput                          int16s
7635    585    FlashBatteryLevel                    int16s
7636    586    ColorTempFlashData                   int16s
7637    647    MeasuredRGGBData                     int32u[4]
7638
7639=head3 Canon ColorData4 Tags
7640
7641These tags are used by the 1DmkIII, 1DSmkIII, 1DmkIV, 5DmkII, 7D, 40D, 50D,
764260D, 450D, 500D, 550D, 1000D and 1100D.
7643
7644  Index2   Tag Name                             Writable
7645  ------   --------                             --------
7646      0    ColorDataVersion                     int16s
7647     63    ColorCoefs                           Canon ColorCoefs
7648    168    ColorCalib?                          Canon ColorCalib
7649    231    AverageBlackLevel                    int16u[4]
7650    640    RawMeasuredRGGB                      int32u[4]
7651    692    PerChannelBlackLevel                 int16u[4]
7652    696    NormalWhiteLevel                     int16u
7653    697    SpecularWhiteLevel                   int16u
7654    698    LinearityUpperMargin                 int16u
7655    715    PerChannelBlackLevel                 int16u[4]
7656    719    NormalWhiteLevel                     int16u
7657           PerChannelBlackLevel                 int16u[4]
7658    720    SpecularWhiteLevel                   int16u
7659    721    LinearityUpperMargin                 int16u
7660    723    NormalWhiteLevel                     int16u
7661    724    SpecularWhiteLevel                   int16u
7662    725    LinearityUpperMargin                 int16u
7663
7664=head3 Canon ColorCoefs Tags
7665
7666  Index2   Tag Name                             Writable
7667  ------   --------                             --------
7668      0    WB_RGGBLevelsAsShot                  int16s[4]
7669      4    ColorTempAsShot                      int16s
7670      5    WB_RGGBLevelsAuto                    int16s[4]
7671      9    ColorTempAuto                        int16s
7672     10    WB_RGGBLevelsMeasured                int16s[4]
7673     14    ColorTempMeasured                    int16s
7674     15    WB_RGGBLevelsUnknown?                int16s[4]
7675     19    ColorTempUnknown?                    int16s
7676     20    WB_RGGBLevelsDaylight                int16s[4]
7677     24    ColorTempDaylight                    int16s
7678     25    WB_RGGBLevelsShade                   int16s[4]
7679     29    ColorTempShade                       int16s
7680     30    WB_RGGBLevelsCloudy                  int16s[4]
7681     34    ColorTempCloudy                      int16s
7682     35    WB_RGGBLevelsTungsten                int16s[4]
7683     39    ColorTempTungsten                    int16s
7684     40    WB_RGGBLevelsFluorescent             int16s[4]
7685     44    ColorTempFluorescent                 int16s
7686     45    WB_RGGBLevelsKelvin                  int16s[4]
7687     49    ColorTempKelvin                      int16s
7688     50    WB_RGGBLevelsFlash                   int16s[4]
7689     54    ColorTempFlash                       int16s
7690     55    WB_RGGBLevelsUnknown2?               int16s[4]
7691     59    ColorTempUnknown2?                   int16s
7692     60    WB_RGGBLevelsUnknown3?               int16s[4]
7693     64    ColorTempUnknown3?                   int16s
7694     65    WB_RGGBLevelsUnknown4?               int16s[4]
7695     69    ColorTempUnknown4?                   int16s
7696     70    WB_RGGBLevelsUnknown5?               int16s[4]
7697     74    ColorTempUnknown5?                   int16s
7698     75    WB_RGGBLevelsUnknown6?               int16s[4]
7699     79    ColorTempUnknown6?                   int16s
7700     80    WB_RGGBLevelsUnknown7?               int16s[4]
7701     84    ColorTempUnknown7?                   int16s
7702     85    WB_RGGBLevelsUnknown8?               int16s[4]
7703     89    ColorTempUnknown8?                   int16s
7704     90    WB_RGGBLevelsUnknown9?               int16s[4]
7705     94    ColorTempUnknown9?                   int16s
7706     95    WB_RGGBLevelsUnknown10?              int16s[4]
7707     99    ColorTempUnknown10?                  int16s
7708    100    WB_RGGBLevelsUnknown11?              int16s[4]
7709    104    ColorTempUnknown11?                  int16s
7710    105    WB_RGGBLevelsUnknown12?              int16s[4]
7711    109    ColorTempUnknown12?                  int16s
7712    110    WB_RGGBLevelsUnknown13?              int16s[4]
7713    114    ColorTempUnknown13?                  int16s
7714
7715=head3 Canon ColorData5 Tags
7716
7717These tags are used by many EOS M and PowerShot models.
7718
7719  Index2   Tag Name                             Writable
7720  ------   --------                             --------
7721      0    ColorDataVersion                     int16s
7722     71    ColorCoefs                           Canon ColorCoefs
7723           ColorCoefs2                          Canon ColorCoefs2
7724    186    ColorCalib2?                         Canon ColorCalib2
7725    255    ColorCalib2?                         Canon ColorCalib2
7726    264    PerChannelBlackLevel                 int16s[4]
7727    333    PerChannelBlackLevel                 int16s[4]
7728   1385    NormalWhiteLevel                     int16u
7729   1386    SpecularWhiteLevel                   int16u
7730
7731=head3 Canon ColorCoefs2 Tags
7732
7733  Index2   Tag Name                             Writable
7734  ------   --------                             --------
7735      0    WB_RGGBLevelsAsShot                  int16s[4]
7736      7    ColorTempAsShot                      int16s
7737      8    WB_RGGBLevelsAuto                    int16s[4]
7738     15    ColorTempAuto                        int16s
7739     16    WB_RGGBLevelsMeasured                int16s[4]
7740     23    ColorTempMeasured                    int16s
7741     24    WB_RGGBLevelsUnknown?                int16s[4]
7742     31    ColorTempUnknown?                    int16s
7743     32    WB_RGGBLevelsDaylight                int16s[4]
7744     39    ColorTempDaylight                    int16s
7745     40    WB_RGGBLevelsShade                   int16s[4]
7746     47    ColorTempShade                       int16s
7747     48    WB_RGGBLevelsCloudy                  int16s[4]
7748     55    ColorTempCloudy                      int16s
7749     56    WB_RGGBLevelsTungsten                int16s[4]
7750     63    ColorTempTungsten                    int16s
7751     64    WB_RGGBLevelsFluorescent             int16s[4]
7752     71    ColorTempFluorescent                 int16s
7753     72    WB_RGGBLevelsKelvin                  int16s[4]
7754     79    ColorTempKelvin                      int16s
7755     80    WB_RGGBLevelsFlash                   int16s[4]
7756     87    ColorTempFlash                       int16s
7757     88    WB_RGGBLevelsUnknown2?               int16s[4]
7758     95    ColorTempUnknown2?                   int16s
7759     96    WB_RGGBLevelsUnknown3?               int16s[4]
7760    103    ColorTempUnknown3?                   int16s
7761    104    WB_RGGBLevelsUnknown4?               int16s[4]
7762    111    ColorTempUnknown4?                   int16s
7763    112    WB_RGGBLevelsUnknown5?               int16s[4]
7764    119    ColorTempUnknown5?                   int16s
7765    120    WB_RGGBLevelsUnknown6?               int16s[4]
7766    127    ColorTempUnknown6?                   int16s
7767    128    WB_RGGBLevelsUnknown7?               int16s[4]
7768    135    ColorTempUnknown7?                   int16s
7769    136    WB_RGGBLevelsUnknown8?               int16s[4]
7770    143    ColorTempUnknown8?                   int16s
7771    144    WB_RGGBLevelsUnknown9?               int16s[4]
7772    151    ColorTempUnknown9?                   int16s
7773    152    WB_RGGBLevelsUnknown10?              int16s[4]
7774    159    ColorTempUnknown10?                  int16s
7775    160    WB_RGGBLevelsUnknown11?              int16s[4]
7776    167    ColorTempUnknown11?                  int16s
7777    168    WB_RGGBLevelsUnknown12?              int16s[4]
7778    175    ColorTempUnknown12?                  int16s
7779    176    WB_RGGBLevelsUnknown13?              int16s[4]
7780    183    ColorTempUnknown13?                  int16s
7781
7782=head3 Canon ColorCalib2 Tags
7783
7784B, C, A, D, Temperature.
7785
7786  Index2   Tag Name                             Writable
7787  ------   --------                             --------
7788      0    CameraColorCalibration01?            int16s[5]
7789      5    CameraColorCalibration02?            int16s[5]
7790     10    CameraColorCalibration03?            int16s[5]
7791     15    CameraColorCalibration04?            int16s[5]
7792     20    CameraColorCalibration05?            int16s[5]
7793     25    CameraColorCalibration06?            int16s[5]
7794     30    CameraColorCalibration07?            int16s[5]
7795     35    CameraColorCalibration08?            int16s[5]
7796     40    CameraColorCalibration09?            int16s[5]
7797     45    CameraColorCalibration10?            int16s[5]
7798     50    CameraColorCalibration11?            int16s[5]
7799     55    CameraColorCalibration12?            int16s[5]
7800     60    CameraColorCalibration13?            int16s[5]
7801     65    CameraColorCalibration14?            int16s[5]
7802     70    CameraColorCalibration15?            int16s[5]
7803
7804=head3 Canon ColorData6 Tags
7805
7806These tags are used by the EOS 600D and 1200D.
7807
7808  Index2   Tag Name                             Writable
7809  ------   --------                             --------
7810      0    ColorDataVersion                     int16s
7811     63    WB_RGGBLevelsAsShot                  int16s[4]
7812     67    ColorTempAsShot                      int16s
7813     68    WB_RGGBLevelsAuto                    int16s[4]
7814     72    ColorTempAuto                        int16s
7815     73    WB_RGGBLevelsMeasured                int16s[4]
7816     77    ColorTempMeasured                    int16s
7817     78    WB_RGGBLevelsUnknown?                int16s[4]
7818     82    ColorTempUnknown?                    int16s
7819     83    WB_RGGBLevelsUnknown2?               int16s[4]
7820     87    ColorTempUnknown2?                   int16s
7821     88    WB_RGGBLevelsUnknown3?               int16s[4]
7822     92    ColorTempUnknown3?                   int16s
7823     93    WB_RGGBLevelsUnknown4?               int16s[4]
7824     97    ColorTempUnknown4?                   int16s
7825     98    WB_RGGBLevelsUnknown5?               int16s[4]
7826    102    ColorTempUnknown5?                   int16s
7827    103    WB_RGGBLevelsDaylight                int16s[4]
7828    107    ColorTempDaylight                    int16s
7829    108    WB_RGGBLevelsShade                   int16s[4]
7830    112    ColorTempShade                       int16s
7831    113    WB_RGGBLevelsCloudy                  int16s[4]
7832    117    ColorTempCloudy                      int16s
7833    118    WB_RGGBLevelsTungsten                int16s[4]
7834    122    ColorTempTungsten                    int16s
7835    123    WB_RGGBLevelsFluorescent             int16s[4]
7836    127    ColorTempFluorescent                 int16s
7837    128    WB_RGGBLevelsKelvin                  int16s[4]
7838    132    ColorTempKelvin                      int16s
7839    133    WB_RGGBLevelsFlash                   int16s[4]
7840    137    ColorTempFlash                       int16s
7841    138    WB_RGGBLevelsUnknown6?               int16s[4]
7842    142    ColorTempUnknown6?                   int16s
7843    143    WB_RGGBLevelsUnknown7?               int16s[4]
7844    147    ColorTempUnknown7?                   int16s
7845    148    WB_RGGBLevelsUnknown8?               int16s[4]
7846    152    ColorTempUnknown8?                   int16s
7847    153    WB_RGGBLevelsUnknown9?               int16s[4]
7848    157    ColorTempUnknown9?                   int16s
7849    158    WB_RGGBLevelsUnknown10?              int16s[4]
7850    162    ColorTempUnknown10?                  int16s
7851    163    WB_RGGBLevelsUnknown11?              int16s[4]
7852    167    ColorTempUnknown11?                  int16s
7853    168    WB_RGGBLevelsUnknown12?              int16s[4]
7854    172    ColorTempUnknown12?                  int16s
7855    173    WB_RGGBLevelsUnknown13?              int16s[4]
7856    177    ColorTempUnknown13?                  int16s
7857    178    WB_RGGBLevelsUnknown14?              int16s[4]
7858    182    ColorTempUnknown14?                  int16s
7859    183    WB_RGGBLevelsUnknown15?              int16s[4]
7860    187    ColorTempUnknown15?                  int16s
7861    188    ColorCalib?                          Canon ColorCalib
7862    251    AverageBlackLevel                    int16u[4]
7863    404    RawMeasuredRGGB                      int32u[4]
7864    479    PerChannelBlackLevel                 int16u[4]
7865    483    NormalWhiteLevel                     int16u
7866    484    SpecularWhiteLevel                   int16u
7867    485    LinearityUpperMargin                 int16u
7868
7869=head3 Canon ColorData7 Tags
7870
7871These tags are used by the EOS 1DX, 5DmkIII, 6D, 100D, 650D, 700D, M and 7DmkII.
7872
7873  Index2   Tag Name                             Writable
7874  ------   --------                             --------
7875      0    ColorDataVersion                     int16s
7876     63    WB_RGGBLevelsAsShot                  int16s[4]
7877     67    ColorTempAsShot                      int16s
7878     68    WB_RGGBLevelsAuto                    int16s[4]
7879     72    ColorTempAuto                        int16s
7880     73    WB_RGGBLevelsMeasured                int16s[4]
7881     77    ColorTempMeasured                    int16s
7882     78    WB_RGGBLevelsUnknown?                int16s[4]
7883     82    ColorTempUnknown?                    int16s
7884     83    WB_RGGBLevelsUnknown2?               int16s[4]
7885     87    ColorTempUnknown2?                   int16s
7886     88    WB_RGGBLevelsUnknown3?               int16s[4]
7887     92    ColorTempUnknown3?                   int16s
7888     93    WB_RGGBLevelsUnknown4?               int16s[4]
7889     97    ColorTempUnknown4?                   int16s
7890     98    WB_RGGBLevelsUnknown5?               int16s[4]
7891    102    ColorTempUnknown5?                   int16s
7892    103    WB_RGGBLevelsUnknown6?               int16s[4]
7893    107    ColorTempUnknown6?                   int16s
7894    108    WB_RGGBLevelsUnknown7?               int16s[4]
7895    112    ColorTempUnknown7?                   int16s
7896    113    WB_RGGBLevelsUnknown8?               int16s[4]
7897    117    ColorTempUnknown8?                   int16s
7898    118    WB_RGGBLevelsUnknown9?               int16s[4]
7899    122    ColorTempUnknown9?                   int16s
7900    123    WB_RGGBLevelsUnknown10?              int16s[4]
7901    127    ColorTempUnknown10?                  int16s
7902    128    WB_RGGBLevelsDaylight                int16s[4]
7903    132    ColorTempDaylight                    int16s
7904    133    WB_RGGBLevelsShade                   int16s[4]
7905    137    ColorTempShade                       int16s
7906    138    WB_RGGBLevelsCloudy                  int16s[4]
7907    142    ColorTempCloudy                      int16s
7908    143    WB_RGGBLevelsTungsten                int16s[4]
7909    147    ColorTempTungsten                    int16s
7910    148    WB_RGGBLevelsFluorescent             int16s[4]
7911    152    ColorTempFluorescent                 int16s
7912    153    WB_RGGBLevelsKelvin                  int16s[4]
7913    157    ColorTempKelvin                      int16s
7914    158    WB_RGGBLevelsFlash                   int16s[4]
7915    162    ColorTempFlash                       int16s
7916    163    WB_RGGBLevelsUnknown11?              int16s[4]
7917    167    ColorTempUnknown11?                  int16s
7918    168    WB_RGGBLevelsUnknown12?              int16s[4]
7919    172    ColorTempUnknown12?                  int16s
7920    173    WB_RGGBLevelsUnknown13?              int16s[4]
7921    177    ColorTempUnknown13?                  int16s
7922    178    WB_RGGBLevelsUnknown14?              int16s[4]
7923    182    ColorTempUnknown14?                  int16s
7924    183    WB_RGGBLevelsUnknown15?              int16s[4]
7925    187    ColorTempUnknown15?                  int16s
7926    188    WB_RGGBLevelsUnknown16?              int16s[4]
7927    192    ColorTempUnknown16?                  int16s
7928    193    WB_RGGBLevelsUnknown17?              int16s[4]
7929    197    ColorTempUnknown17?                  int16s
7930    198    WB_RGGBLevelsUnknown18?              int16s[4]
7931    202    ColorTempUnknown18?                  int16s
7932    203    WB_RGGBLevelsUnknown19?              int16s[4]
7933    207    ColorTempUnknown19?                  int16s
7934    208    WB_RGGBLevelsUnknown20?              int16s[4]
7935    212    ColorTempUnknown20?                  int16s
7936    213    ColorCalib?                          Canon ColorCalib
7937    276    AverageBlackLevel                    int16u[4]
7938    429    RawMeasuredRGGB                      int32u[4]
7939    504    PerChannelBlackLevel                 int16u[4]
7940    508    NormalWhiteLevel                     int16u
7941    509    SpecularWhiteLevel                   int16u
7942    510    LinearityUpperMargin                 int16u
7943    619    RawMeasuredRGGB                      int32u[4]
7944    728    PerChannelBlackLevel                 int16u[4]
7945    732    NormalWhiteLevel                     int16u
7946    733    SpecularWhiteLevel                   int16u
7947    734    LinearityUpperMargin                 int16u
7948
7949=head3 Canon ColorData8 Tags
7950
7951  Index2   Tag Name                             Writable
7952  ------   --------                             --------
7953      0    ColorDataVersion                     int16s
7954     63    WB_RGGBLevelsAsShot                  int16s[4]
7955     67    ColorTempAsShot                      int16s
7956     68    WB_RGGBLevelsAuto                    int16s[4]
7957     72    ColorTempAuto                        int16s
7958     73    WB_RGGBLevelsMeasured                int16s[4]
7959     77    ColorTempMeasured                    int16s
7960     78    WB_RGGBLevelsUnknown?                int16s[4]
7961     82    ColorTempUnknown?                    int16s
7962     83    WB_RGGBLevelsUnknown2?               int16s[4]
7963     87    ColorTempUnknown2?                   int16s
7964     88    WB_RGGBLevelsUnknown3?               int16s[4]
7965     92    ColorTempUnknown3?                   int16s
7966     93    WB_RGGBLevelsUnknown4?               int16s[4]
7967     97    ColorTempUnknown4?                   int16s
7968     98    WB_RGGBLevelsUnknown5?               int16s[4]
7969    102    ColorTempUnknown5?                   int16s
7970    103    WB_RGGBLevelsUnknown6?               int16s[4]
7971    107    ColorTempUnknown6?                   int16s
7972    108    WB_RGGBLevelsUnknown7?               int16s[4]
7973    112    ColorTempUnknown7?                   int16s
7974    113    WB_RGGBLevelsUnknown8?               int16s[4]
7975    117    ColorTempUnknown8?                   int16s
7976    118    WB_RGGBLevelsUnknown9?               int16s[4]
7977    122    ColorTempUnknown9?                   int16s
7978    123    WB_RGGBLevelsUnknown10?              int16s[4]
7979    127    ColorTempUnknown10?                  int16s
7980    128    WB_RGGBLevelsUnknown11?              int16s[4]
7981    132    ColorTempUnknown11?                  int16s
7982    133    WB_RGGBLevelsDaylight                int16s[4]
7983    137    ColorTempDaylight                    int16s
7984    138    WB_RGGBLevelsShade                   int16s[4]
7985    142    ColorTempShade                       int16s
7986    143    WB_RGGBLevelsCloudy                  int16s[4]
7987    147    ColorTempCloudy                      int16s
7988    148    WB_RGGBLevelsTungsten                int16s[4]
7989    152    ColorTempTungsten                    int16s
7990    153    WB_RGGBLevelsFluorescent             int16s[4]
7991    157    ColorTempFluorescent                 int16s
7992    158    WB_RGGBLevelsKelvin                  int16s[4]
7993    162    ColorTempKelvin                      int16s
7994    163    WB_RGGBLevelsFlash                   int16s[4]
7995    167    ColorTempFlash                       int16s
7996    168    WB_RGGBLevelsUnknown12?              int16s[4]
7997    172    ColorTempUnknown12?                  int16s
7998    173    WB_RGGBLevelsUnknown13?              int16s[4]
7999    177    ColorTempUnknown13?                  int16s
8000    178    WB_RGGBLevelsUnknown14?              int16s[4]
8001    182    ColorTempUnknown14?                  int16s
8002    183    WB_RGGBLevelsUnknown15?              int16s[4]
8003    187    ColorTempUnknown15?                  int16s
8004    188    WB_RGGBLevelsUnknown16?              int16s[4]
8005    192    ColorTempUnknown16?                  int16s
8006    193    WB_RGGBLevelsUnknown17?              int16s[4]
8007    197    ColorTempUnknown17?                  int16s
8008    198    WB_RGGBLevelsUnknown18?              int16s[4]
8009    202    ColorTempUnknown18?                  int16s
8010    203    WB_RGGBLevelsUnknown19?              int16s[4]
8011    207    ColorTempUnknown19?                  int16s
8012    208    WB_RGGBLevelsUnknown20?              int16s[4]
8013    212    ColorTempUnknown20?                  int16s
8014    213    WB_RGGBLevelsUnknown21?              int16s[4]
8015    217    ColorTempUnknown21?                  int16s
8016    218    WB_RGGBLevelsUnknown22?              int16s[4]
8017    222    ColorTempUnknown22?                  int16s
8018    223    WB_RGGBLevelsUnknown23?              int16s[4]
8019    227    ColorTempUnknown23?                  int16s
8020    228    WB_RGGBLevelsUnknown24?              int16s[4]
8021    232    ColorTempUnknown24?                  int16s
8022    233    WB_RGGBLevelsUnknown25?              int16s[4]
8023    237    ColorTempUnknown25?                  int16s
8024    238    WB_RGGBLevelsUnknown26?              int16s[4]
8025    242    ColorTempUnknown26?                  int16s
8026    243    WB_RGGBLevelsUnknown27?              int16s[4]
8027    247    ColorTempUnknown27?                  int16s
8028    248    WB_RGGBLevelsUnknown28?              int16s[4]
8029    252    ColorTempUnknown28?                  int16s
8030    253    WB_RGGBLevelsUnknown29?              int16s[4]
8031    257    ColorTempUnknown29?                  int16s
8032    258    WB_RGGBLevelsUnknown30?              int16s[4]
8033    262    ColorTempUnknown30?                  int16s
8034    263    ColorCalib?                          Canon ColorCalib
8035    326    AverageBlackLevel                    int16u[4]
8036    556    PerChannelBlackLevel                 int16u[4]
8037    560    NormalWhiteLevel                     int16u
8038    561    SpecularWhiteLevel                   int16u
8039    562    LinearityUpperMargin                 int16u
8040    778    PerChannelBlackLevel                 int16u[4]
8041    782    NormalWhiteLevel                     int16u
8042    783    SpecularWhiteLevel                   int16u
8043    784    LinearityUpperMargin                 int16u
8044
8045=head3 Canon ColorData9 Tags
8046
8047  Index2   Tag Name                             Writable
8048  ------   --------                             --------
8049      0    ColorDataVersion                     int16s
8050     71    WB_RGGBLevelsAsShot                  int16s[4]
8051     75    ColorTempAsShot                      int16s
8052     76    WB_RGGBLevelsAuto                    int16s[4]
8053     80    ColorTempAuto                        int16s
8054     81    WB_RGGBLevelsMeasured                int16s[4]
8055     85    ColorTempMeasured                    int16s
8056     86    WB_RGGBLevelsUnknown?                int16s[4]
8057     90    ColorTempUnknown?                    int16s
8058     91    WB_RGGBLevelsUnknown2?               int16s[4]
8059     95    ColorTempUnknown2?                   int16s
8060     96    WB_RGGBLevelsUnknown3?               int16s[4]
8061    100    ColorTempUnknown3?                   int16s
8062    101    WB_RGGBLevelsUnknown4?               int16s[4]
8063    105    ColorTempUnknown4?                   int16s
8064    106    WB_RGGBLevelsUnknown5?               int16s[4]
8065    110    ColorTempUnknown5?                   int16s
8066    111    WB_RGGBLevelsUnknown6?               int16s[4]
8067    115    ColorTempUnknown6?                   int16s
8068    116    WB_RGGBLevelsUnknown7?               int16s[4]
8069    120    ColorTempUnknown7?                   int16s
8070    121    WB_RGGBLevelsUnknown8?               int16s[4]
8071    125    ColorTempUnknown8?                   int16s
8072    126    WB_RGGBLevelsUnknown9?               int16s[4]
8073    130    ColorTempUnknown9?                   int16s
8074    131    WB_RGGBLevelsUnknown10?              int16s[4]
8075    135    ColorTempUnknown10?                  int16s
8076    136    WB_RGGBLevelsDaylight                int16s[4]
8077    140    ColorTempDaylight                    int16s
8078    141    WB_RGGBLevelsShade                   int16s[4]
8079    145    ColorTempShade                       int16s
8080    146    WB_RGGBLevelsCloudy                  int16s[4]
8081    150    ColorTempCloudy                      int16s
8082    151    WB_RGGBLevelsTungsten                int16s[4]
8083    155    ColorTempTungsten                    int16s
8084    156    WB_RGGBLevelsFluorescent             int16s[4]
8085    160    ColorTempFluorescent                 int16s
8086    161    WB_RGGBLevelsKelvin                  int16s[4]
8087    165    ColorTempKelvin                      int16s
8088    166    WB_RGGBLevelsFlash                   int16s[4]
8089    170    ColorTempFlash                       int16s
8090    171    WB_RGGBLevelsUnknown11?              int16s[4]
8091    175    ColorTempUnknown11?                  int16s
8092    176    WB_RGGBLevelsUnknown12?              int16s[4]
8093    180    ColorTempUnknown12?                  int16s
8094    181    WB_RGGBLevelsUnknown13?              int16s[4]
8095    185    ColorTempUnknown13?                  int16s
8096    186    WB_RGGBLevelsUnknown14?              int16s[4]
8097    190    ColorTempUnknown14?                  int16s
8098    191    WB_RGGBLevelsUnknown15?              int16s[4]
8099    195    ColorTempUnknown15?                  int16s
8100    196    WB_RGGBLevelsUnknown16?              int16s[4]
8101    200    ColorTempUnknown16?                  int16s
8102    201    WB_RGGBLevelsUnknown17?              int16s[4]
8103    205    ColorTempUnknown17?                  int16s
8104    206    WB_RGGBLevelsUnknown18?              int16s[4]
8105    210    ColorTempUnknown18?                  int16s
8106    211    WB_RGGBLevelsUnknown19?              int16s[4]
8107    215    ColorTempUnknown19?                  int16s
8108    216    WB_RGGBLevelsUnknown20?              int16s[4]
8109    220    ColorTempUnknown20?                  int16s
8110    221    WB_RGGBLevelsUnknown21?              int16s[4]
8111    225    ColorTempUnknown21?                  int16s
8112    226    WB_RGGBLevelsUnknown22?              int16s[4]
8113    230    ColorTempUnknown22?                  int16s
8114    231    WB_RGGBLevelsUnknown23?              int16s[4]
8115    235    ColorTempUnknown23?                  int16s
8116    236    WB_RGGBLevelsUnknown24?              int16s[4]
8117    240    ColorTempUnknown24?                  int16s
8118    241    WB_RGGBLevelsUnknown25?              int16s[4]
8119    245    ColorTempUnknown25?                  int16s
8120    246    WB_RGGBLevelsUnknown26?              int16s[4]
8121    250    ColorTempUnknown26?                  int16s
8122    251    WB_RGGBLevelsUnknown27?              int16s[4]
8123    255    ColorTempUnknown27?                  int16s
8124    256    WB_RGGBLevelsUnknown28?              int16s[4]
8125    260    ColorTempUnknown28?                  int16s
8126    261    WB_RGGBLevelsUnknown29?              int16s[4]
8127    265    ColorTempUnknown29?                  int16s
8128    266    ColorCalib?                          Canon ColorCalib
8129    329    PerChannelBlackLevel                 int16u[4]
8130    796    NormalWhiteLevel                     int16u
8131    797    SpecularWhiteLevel                   int16u
8132    798    LinearityUpperMargin                 int16u
8133
8134=head3 Canon ColorData10 Tags
8135
8136  Index2   Tag Name                             Writable
8137  ------   --------                             --------
8138      0    ColorDataVersion                     int16s
8139     85    WB_RGGBLevelsAsShot                  int16s[4]
8140     89    ColorTempAsShot                      int16s
8141     90    WB_RGGBLevelsAuto                    int16s[4]
8142     94    ColorTempAuto                        int16s
8143     95    WB_RGGBLevelsMeasured                int16s[4]
8144     99    ColorTempMeasured                    int16s
8145    100    WB_RGGBLevelsUnknown?                int16s[4]
8146    104    ColorTempUnknown?                    int16s
8147    105    WB_RGGBLevelsUnknown2?               int16s[4]
8148    109    ColorTempUnknown2?                   int16s
8149    110    WB_RGGBLevelsUnknown3?               int16s[4]
8150    114    ColorTempUnknown3?                   int16s
8151    115    WB_RGGBLevelsUnknown4?               int16s[4]
8152    119    ColorTempUnknown4?                   int16s
8153    120    WB_RGGBLevelsUnknown5?               int16s[4]
8154    124    ColorTempUnknown5?                   int16s
8155    125    WB_RGGBLevelsUnknown6?               int16s[4]
8156    129    ColorTempUnknown6?                   int16s
8157    130    WB_RGGBLevelsUnknown7?               int16s[4]
8158    134    ColorTempUnknown7?                   int16s
8159    135    WB_RGGBLevelsUnknown8?               int16s[4]
8160    139    ColorTempUnknown8?                   int16s
8161    140    WB_RGGBLevelsUnknown9?               int16s[4]
8162    144    ColorTempUnknown9?                   int16s
8163    145    WB_RGGBLevelsUnknown10?              int16s[4]
8164    149    ColorTempUnknown10?                  int16s
8165    150    WB_RGGBLevelsDaylight                int16s[4]
8166    154    ColorTempDaylight                    int16s
8167    155    WB_RGGBLevelsShade                   int16s[4]
8168    159    ColorTempShade                       int16s
8169    160    WB_RGGBLevelsCloudy                  int16s[4]
8170    164    ColorTempCloudy                      int16s
8171    165    WB_RGGBLevelsTungsten                int16s[4]
8172    169    ColorTempTungsten                    int16s
8173    170    WB_RGGBLevelsFluorescent             int16s[4]
8174    174    ColorTempFluorescent                 int16s
8175    175    WB_RGGBLevelsKelvin                  int16s[4]
8176    179    ColorTempKelvin                      int16s
8177    180    WB_RGGBLevelsFlash                   int16s[4]
8178    184    ColorTempFlash                       int16s
8179    185    WB_RGGBLevelsUnknown11?              int16s[4]
8180    189    ColorTempUnknown11?                  int16s
8181    190    WB_RGGBLevelsUnknown12?              int16s[4]
8182    194    ColorTempUnknown12?                  int16s
8183    195    WB_RGGBLevelsUnknown13?              int16s[4]
8184    199    ColorTempUnknown13?                  int16s
8185    200    WB_RGGBLevelsUnknown14?              int16s[4]
8186    204    ColorTempUnknown14?                  int16s
8187    205    WB_RGGBLevelsUnknown15?              int16s[4]
8188    209    ColorTempUnknown15?                  int16s
8189    210    WB_RGGBLevelsUnknown16?              int16s[4]
8190    214    ColorTempUnknown16?                  int16s
8191    215    WB_RGGBLevelsUnknown17?              int16s[4]
8192    219    ColorTempUnknown17?                  int16s
8193    220    WB_RGGBLevelsUnknown18?              int16s[4]
8194    224    ColorTempUnknown18?                  int16s
8195    225    WB_RGGBLevelsUnknown19?              int16s[4]
8196    229    ColorTempUnknown19?                  int16s
8197    230    WB_RGGBLevelsUnknown20?              int16s[4]
8198    234    ColorTempUnknown20?                  int16s
8199    235    WB_RGGBLevelsUnknown21?              int16s[4]
8200    239    ColorTempUnknown21?                  int16s
8201    240    WB_RGGBLevelsUnknown22?              int16s[4]
8202    244    ColorTempUnknown22?                  int16s
8203    245    WB_RGGBLevelsUnknown23?              int16s[4]
8204    249    ColorTempUnknown23?                  int16s
8205    250    WB_RGGBLevelsUnknown24?              int16s[4]
8206    254    ColorTempUnknown24?                  int16s
8207    255    WB_RGGBLevelsUnknown25?              int16s[4]
8208    259    ColorTempUnknown25?                  int16s
8209    260    WB_RGGBLevelsUnknown26?              int16s[4]
8210    264    ColorTempUnknown26?                  int16s
8211    265    WB_RGGBLevelsUnknown27?              int16s[4]
8212    269    ColorTempUnknown27?                  int16s
8213    270    WB_RGGBLevelsUnknown28?              int16s[4]
8214    274    ColorTempUnknown28?                  int16s
8215    275    WB_RGGBLevelsUnknown29?              int16s[4]
8216    279    ColorTempUnknown29?                  int16s
8217    280    ColorCalib?                          Canon ColorCalib
8218    343    PerChannelBlackLevel                 int16u[4]
8219    810    NormalWhiteLevel                     int16u
8220    811    SpecularWhiteLevel                   int16u
8221    812    LinearityUpperMargin                 int16u
8222
8223=head3 Canon ColorDataUnknown Tags
8224
8225  Index2   Tag Name                             Writable
8226  ------   --------                             --------
8227      0    ColorDataVersion                     no
8228
8229=head3 Canon ColorInfo Tags
8230
8231  Index2   Tag Name                             Writable
8232  ------   --------                             --------
8233      1    Saturation                           int16s
8234      2    ColorTone                            int16s
8235      3    ColorSpace                           int16s
8236
8237=head3 Canon AFMicroAdj Tags
8238
8239  Index4   Tag Name                             Writable
8240  ------   --------                             --------
8241      1    AFMicroAdjMode                       int32s
8242      2    AFMicroAdjValue                      rational64s
8243
8244=head3 Canon VignettingCorr Tags
8245
8246This information is found in images from newer EOS models.
8247
8248  Index2   Tag Name                             Writable
8249  ------   --------                             --------
8250      0    VignettingCorrVersion                no
8251      2    PeripheralLighting                   int16s
8252      3    DistortionCorrection                 int16s
8253      4    ChromaticAberrationCorr              int16s
8254      5    ChromaticAberrationCorr              int16s
8255      6    PeripheralLightingValue              int16s
8256      9    DistortionCorrectionValue            int16s
8257     11    OriginalImageWidth                   int16s
8258     12    OriginalImageHeight                  int16s
8259
8260=head3 Canon VignettingCorrUnknown Tags
8261
8262Vignetting correction from PowerShot models.
8263
8264  Index2   Tag Name                             Writable
8265  ------   --------                             --------
8266      0    VignettingCorrVersion                no
8267
8268=head3 Canon VignettingCorr2 Tags
8269
8270  Index4   Tag Name                             Writable
8271  ------   --------                             --------
8272      5    PeripheralLightingSetting            int32s
8273      6    ChromaticAberrationSetting           int32s
8274      7    DistortionCorrectionSetting          int32s
8275
8276=head3 Canon LightingOpt Tags
8277
8278This information is new in images from the EOS 7D.
8279
8280  Index4   Tag Name                             Writable
8281  ------   --------                             --------
8282      1    PeripheralIlluminationCorr           int32s
8283      2    AutoLightingOptimizer                int32s
8284      3    HighlightTonePriority                int32s
8285      4    LongExposureNoiseReduction           int32s
8286      5    HighISONoiseReduction                int32s
8287
8288=head3 Canon LensInfo Tags
8289
8290  Index1   Tag Name                             Writable
8291  ------   --------                             --------
8292      0    LensSerialNumber                     undef[5]
8293
8294=head3 Canon Ambience Tags
8295
8296  Index4   Tag Name                             Writable
8297  ------   --------                             --------
8298      1    AmbienceSelection                    int32s
8299
8300=head3 Canon MultiExp Tags
8301
8302  Index4   Tag Name                             Writable
8303  ------   --------                             --------
8304      1    MultiExposure                        int32s
8305      2    MultiExposureControl                 int32s
8306      3    MultiExposureShots                   int32s
8307
8308=head3 Canon FilterInfo Tags
8309
8310Information about creative filter settings.
8311
8312  Tag ID   Tag Name                             Writable
8313  ------   --------                             --------
8314  0x0101   GrainyBWFilter                       no
8315  0x0201   SoftFocusFilter                      no
8316  0x0301   ToyCameraFilter                      no
8317  0x0401   MiniatureFilter                      no
8318  0x0402   MiniatureFilterOrientation           no
8319  0x0403   MiniatureFilterPosition              no
8320  0x0404   MiniatureFilterParameter             no
8321  0x0501   FisheyeFilter                        no
8322  0x0601   PaintingFilter                       no
8323  0x0701   WatercolorFilter                     no
8324
8325=head3 Canon HDRInfo Tags
8326
8327  Index4   Tag Name                             Writable
8328  ------   --------                             --------
8329      1    HDR                                  int32s
8330      2    HDREffect                            int32s
8331
8332=head3 Canon AFConfig Tags
8333
8334  Index4   Tag Name                             Writable
8335  ------   --------                             --------
8336      1    AFConfigTool                         int32s
8337      2    AFTrackingSensitivity                int32s
8338      3    AFAccelDecelTracking                 int32s
8339      4    AFPointSwitching                     int32s
8340      5    AIServoFirstImage                    int32s
8341      6    AIServoSecondImage                   int32s
8342      7    USMLensElectronicMF                  int32s
8343      8    AFAssistBeam                         int32s
8344      9    OneShotAFRelease                     int32s
8345     10    AutoAFPointSelEOSiTRAF               int32s
8346     11    LensDriveWhenAFImpossible            int32s
8347     12    SelectAFAreaSelectionMode            int32s
8348     13    AFAreaSelectionMethod                int32s
8349     14    OrientationLinkedAF                  int32s
8350     15    ManualAFPointSelPattern              int32s
8351     16    AFPointDisplayDuringFocus            int32s
8352     17    VFDisplayIllumination                int32s
8353     18    AFStatusViewfinder                   int32s
8354     19    InitialAFPointInServo                int32s
8355
8356=head3 Canon RawBurstInfo Tags
8357
8358  Index4   Tag Name                             Writable
8359  ------   --------                             --------
8360      1    RawBurstImageNum                     int32u
8361      2    RawBurstImageCount                   int32u
8362
8363=head3 Canon CTMD Tags
8364
8365Canon Timed MetaData tags found in CR3 images.  The ExtractEmbedded option
8366is automatically applied when reading CR3 files to be able to extract this
8367information.
8368
8369  Tag ID   Tag Name                             Writable
8370  ------   --------                             --------
8371  0x0001   TimeStamp                            no
8372  0x0004   FocalInfo                            Canon FocalInfo
8373  0x0005   ExposureInfo                         Canon ExposureInfo
8374  0x0007   ExifInfo7                            Canon ExifInfo
8375  0x0008   ExifInfo8                            Canon ExifInfo
8376  0x0009   ExifInfo9                            Canon ExifInfo
8377
8378=head3 Canon FocalInfo Tags
8379
8380  Index4   Tag Name                             Writable
8381  ------   --------                             --------
8382      0    FocalLength                          no
8383
8384=head3 Canon ExposureInfo Tags
8385
8386  Index4   Tag Name                             Writable
8387  ------   --------                             --------
8388      0    FNumber                              no
8389      1    ExposureTime                         no
8390      2    ISO                                  no
8391
8392=head3 Canon ExifInfo Tags
8393
8394  Tag ID   Tag Name                             Writable
8395  ------   --------                             --------
8396  0x8769   ExifIFD                              EXIF
8397  0x927c   MakerNoteCanon                       Canon
8398
8399=head3 Canon CDI1 Tags
8400
8401  Tag ID   Tag Name                             Writable
8402  ------   --------                             --------
8403  'IAD1'   IAD1                                 Canon IAD1
8404
8405=head3 Canon IAD1 Tags
8406
8407  Index2   Tag Name                             Writable
8408  ------   --------                             --------
8409  [no tags known]
8410
8411=head3 Canon CMP1 Tags
8412
8413  Index2   Tag Name                             Writable
8414  ------   --------                             --------
8415      8    ImageWidth                           no
8416     10    ImageHeight                          no
8417
8418=head3 Canon CNOP Tags
8419
8420  Tag ID   Tag Name                             Writable
8421  ------   --------                             --------
8422  [no tags known]
8423
8424=head3 Canon CNTH Tags
8425
8426Canon-specific QuickTime tags found in the CNTH atom of MOV/MP4 videos from
8427some cameras.
8428
8429  Tag ID   Tag Name                             Writable
8430  ------   --------                             --------
8431  'CNDA'   ThumbnailImage                       undef
8432
8433=head3 Canon uuid Tags
8434
8435Tags extracted from the uuid atom of MP4 videos from cameras such as the
8436SX280, and CR3 images from cameras such as the EOS M50.
8437
8438  Tag ID   Tag Name                             Writable
8439  ------   --------                             --------
8440  'CCTP'   CanonCCTP                            Canon CCTP
8441  'CMT1'   IFD0                                 EXIF
8442  'CMT2'   ExifIFD                              EXIF
8443  'CMT3'   MakerNoteCanon                       Canon
8444  'CMT4'   GPSInfo                              GPS
8445  'CNCV'   CompressorVersion                    no
8446  'CNOP'   CanonCNOP                            Canon CNOP
8447  'CNTH'   CanonCNTH                            Canon CNTH
8448  'THMB'   ThumbnailImage                       no
8449
8450=head3 Canon CCTP Tags
8451
8452  Tag ID   Tag Name                             Writable
8453  ------   --------                             --------
8454  [no tags known]
8455
8456=head3 Canon Skip Tags
8457
8458Information found in the "skip" atom of Canon MOV videos.
8459
8460  Tag ID   Tag Name                             Writable
8461  ------   --------                             --------
8462  'CNDB'   Unknown_CNDB?                        no
8463
8464=head3 Canon uuid2 Tags
8465
8466  Tag ID   Tag Name                             Writable
8467  ------   --------                             --------
8468  'CNOP'   CanonVRD                             CanonVRD
8469
8470=head2 CanonCustom Tags
8471
8472=head3 CanonCustom Functions1D Tags
8473
8474These custom functions are used by all 1D models up to but not including the
8475Mark III.
8476
8477  Tag ID   Tag Name                             Writable
8478  ------   --------                             --------
8479      0    FocusingScreen                       int8u
8480      1    FinderDisplayDuringExposure          int8u
8481      2    ShutterReleaseNoCFCard               int8u
8482      3    ISOSpeedExpansion                    int8u
8483      4    ShutterAELButton                     int8u
8484      5    ManualTv                             int8u
8485      6    ExposureLevelIncrements              int8u
8486      7    USMLensElectronicMF                  int8u
8487      8    LCDPanels                            int8u
8488      9    AEBSequenceAutoCancel                int8u
8489     10    AFPointIllumination                  int8u
8490     11    AFPointSelection                     int8u
8491     12    MirrorLockup                         int8u
8492     13    AFPointSpotMetering                  int8u
8493     14    FillFlashAutoReduction               int8u
8494     15    ShutterCurtainSync                   int8u
8495     16    SafetyShiftInAvOrTv                  int8u
8496     17    AFPointActivationArea                int8u
8497     18    SwitchToRegisteredAFPoint            int8u
8498     19    LensAFStopButton                     int8u
8499     20    AIServoTrackingSensitivity           int8u
8500     21    AIServoContinuousShooting            int8u
8501
8502=head3 CanonCustom Functions5D Tags
8503
8504  Tag ID   Tag Name                             Writable
8505  ------   --------                             --------
8506      0    FocusingScreen                       int8u
8507      1    SetFunctionWhenShooting              int8u
8508      2    LongExposureNoiseReduction           int8u
8509      3    FlashSyncSpeedAv                     int8u
8510      4    Shutter-AELock                       int8u
8511      5    AFAssistBeam                         int8u
8512      6    ExposureLevelIncrements              int8u
8513      7    FlashFiring                          int8u
8514      8    ISOExpansion                         int8u
8515      9    AEBSequenceAutoCancel                int8u
8516     10    SuperimposedDisplay                  int8u
8517     11    MenuButtonDisplayPosition            int8u
8518     12    MirrorLockup                         int8u
8519     13    AFPointSelectionMethod               int8u
8520     14    ETTLII                               int8u
8521     15    ShutterCurtainSync                   int8u
8522     16    SafetyShiftInAvOrTv                  int8u
8523     17    AFPointActivationArea                int8u
8524     18    LCDDisplayReturnToShoot              int8u
8525     19    LensAFStopButton                     int8u
8526     20    AddOriginalDecisionData              int8u
8527
8528=head3 CanonCustom Functions10D Tags
8529
8530  Tag ID   Tag Name                             Writable
8531  ------   --------                             --------
8532      1    SetButtonWhenShooting                int8u
8533      2    ShutterReleaseNoCFCard               int8u
8534      3    FlashSyncSpeedAv                     int8u
8535      4    Shutter-AELock                       int8u
8536      5    AFAssist                             int8u
8537      6    ExposureLevelIncrements              int8u
8538      7    AFPointRegistration                  int8u
8539      8    RawAndJpgRecording                   int8u
8540      9    AEBSequenceAutoCancel                int8u
8541     10    SuperimposedDisplay                  int8u
8542     11    MenuButtonDisplayPosition            int8u
8543     12    MirrorLockup                         int8u
8544     13    AssistButtonFunction                 int8u
8545     14    FillFlashAutoReduction               int8u
8546     15    ShutterCurtainSync                   int8u
8547     16    SafetyShiftInAvOrTv                  int8u
8548     17    LensAFStopButton                     int8u
8549
8550=head3 CanonCustom Functions20D Tags
8551
8552  Tag ID   Tag Name                             Writable
8553  ------   --------                             --------
8554      0    SetFunctionWhenShooting              int8u
8555      1    LongExposureNoiseReduction           int8u
8556      2    FlashSyncSpeedAv                     int8u
8557      3    Shutter-AELock                       int8u
8558      4    AFAssistBeam                         int8u
8559      5    ExposureLevelIncrements              int8u
8560      6    FlashFiring                          int8u
8561      7    ISOExpansion                         int8u
8562      8    AEBSequenceAutoCancel                int8u
8563      9    SuperimposedDisplay                  int8u
8564     10    MenuButtonDisplayPosition            int8u
8565     11    MirrorLockup                         int8u
8566     12    AFPointSelectionMethod               int8u
8567     13    ETTLII                               int8u
8568     14    ShutterCurtainSync                   int8u
8569     15    SafetyShiftInAvOrTv                  int8u
8570     16    LensAFStopButton                     int8u
8571     17    AddOriginalDecisionData              int8u
8572
8573=head3 CanonCustom Functions30D Tags
8574
8575  Tag ID   Tag Name                             Writable
8576  ------   --------                             --------
8577      1    SetFunctionWhenShooting              int8u
8578      2    LongExposureNoiseReduction           int8u
8579      3    FlashSyncSpeedAv                     int8u
8580      4    Shutter-AELock                       int8u
8581      5    AFAssistBeam                         int8u
8582      6    ExposureLevelIncrements              int8u
8583      7    FlashFiring                          int8u
8584      8    ISOExpansion                         int8u
8585      9    AEBSequenceAutoCancel                int8u
8586     10    SuperimposedDisplay                  int8u
8587     11    MenuButtonDisplayPosition            int8u
8588     12    MirrorLockup                         int8u
8589     13    AFPointSelectionMethod               int8u
8590     14    ETTLII                               int8u
8591     15    ShutterCurtainSync                   int8u
8592     16    SafetyShiftInAvOrTv                  int8u
8593     17    MagnifiedView                        int8u
8594     18    LensAFStopButton                     int8u
8595     19    AddOriginalDecisionData              int8u
8596
8597=head3 CanonCustom Functions350D Tags
8598
8599  Tag ID   Tag Name                             Writable
8600  ------   --------                             --------
8601      0    SetButtonCrossKeysFunc               int8u
8602      1    LongExposureNoiseReduction           int8u
8603      2    FlashSyncSpeedAv                     int8u
8604      3    Shutter-AELock                       int8u
8605      4    AFAssistBeam                         int8u
8606      5    ExposureLevelIncrements              int8u
8607      6    MirrorLockup                         int8u
8608      7    ETTLII                               int8u
8609      8    ShutterCurtainSync                   int8u
8610
8611=head3 CanonCustom Functions400D Tags
8612
8613  Tag ID   Tag Name                             Writable
8614  ------   --------                             --------
8615      0    SetButtonCrossKeysFunc               int8u
8616      1    LongExposureNoiseReduction           int8u
8617      2    FlashSyncSpeedAv                     int8u
8618      3    Shutter-AELock                       int8u
8619      4    AFAssistBeam                         int8u
8620      5    ExposureLevelIncrements              int8u
8621      6    MirrorLockup                         int8u
8622      7    ETTLII                               int8u
8623      8    ShutterCurtainSync                   int8u
8624      9    MagnifiedView                        int8u
8625     10    LCDDisplayAtPowerOn                  int8u
8626
8627=head3 CanonCustom FunctionsD30 Tags
8628
8629Custom functions for the EOS D30 and D60.
8630
8631  Tag ID   Tag Name                             Writable
8632  ------   --------                             --------
8633      1    LongExposureNoiseReduction           int8u
8634      2    Shutter-AELock                       int8u
8635      3    MirrorLockup                         int8u
8636      4    ExposureLevelIncrements              int8u
8637      5    AFAssist                             int8u
8638      6    FlashSyncSpeedAv                     int8u
8639      7    AEBSequenceAutoCancel                int8u
8640      8    ShutterCurtainSync                   int8u
8641      9    LensAFStopButton                     int8u
8642     10    FillFlashAutoReduction               int8u
8643     11    MenuButtonReturn                     int8u
8644     12    SetButtonWhenShooting                int8u
8645     13    SensorCleaning                       int8u
8646     14    SuperimposedDisplay                  int8u
8647     15    ShutterReleaseNoCFCard               int8u
8648
8649=head3 CanonCustom FuncsUnknown Tags
8650
8651  Tag ID   Tag Name                             Writable
8652  ------   --------                             --------
8653  [no tags known]
8654
8655=head3 CanonCustom PersonalFuncs Tags
8656
8657Personal function settings for the EOS-1D.
8658
8659  Index2   Tag Name                             Writable
8660  ------   --------                             --------
8661      1    PF0CustomFuncRegistration            int16u
8662      2    PF1DisableShootingModes              int16u
8663      3    PF2DisableMeteringModes              int16u
8664      4    PF3ManualExposureMetering            int16u
8665      5    PF4ExposureTimeLimits                int16u
8666      6    PF5ApertureLimits                    int16u
8667      7    PF6PresetShootingModes               int16u
8668      8    PF7BracketContinuousShoot            int16u
8669      9    PF8SetBracketShots                   int16u
8670     10    PF9ChangeBracketSequence             int16u
8671     11    PF10RetainProgramShift               int16u
8672     14    PF13DrivePriority                    int16u
8673     15    PF14DisableFocusSearch               int16u
8674     16    PF15DisableAFAssistBeam              int16u
8675     17    PF16AutoFocusPointShoot              int16u
8676     18    PF17DisableAFPointSel                int16u
8677     19    PF18EnableAutoAFPointSel             int16u
8678     20    PF19ContinuousShootSpeed             int16u
8679     21    PF20LimitContinousShots              int16u
8680     22    PF21EnableQuietOperation             int16u
8681     24    PF23SetTimerLengths                  int16u
8682     25    PF24LightLCDDuringBulb               int16u
8683     26    PF25DefaultClearSettings             int16u
8684     27    PF26ShortenReleaseLag                int16u
8685     28    PF27ReverseDialRotation              int16u
8686     29    PF28NoQuickDialExpComp               int16u
8687     30    PF29QuickDialSwitchOff               int16u
8688     31    PF30EnlargementMode                  int16u
8689     32    PF31OriginalDecisionData             int16u
8690
8691=head3 CanonCustom PersonalFuncValues Tags
8692
8693  Index2   Tag Name                             Writable
8694  ------   --------                             --------
8695      1    PF1Value                             int16u
8696      2    PF2Value                             int16u
8697      3    PF3Value                             int16u
8698      4    PF4ExposureTimeMin                   int16u
8699      5    PF4ExposureTimeMax                   int16u
8700      6    PF5ApertureMin                       int16u
8701      7    PF5ApertureMax                       int16u
8702      8    PF8BracketShots                      int16u
8703      9    PF19ShootingSpeedLow                 int16u
8704     10    PF19ShootingSpeedHigh                int16u
8705     11    PF20MaxContinousShots                int16u
8706     12    PF23ShutterButtonTime                int16u
8707     13    PF23FELockTime                       int16u
8708     14    PF23PostReleaseTime                  int16u
8709     15    PF25AEMode                           int16u
8710     16    PF25MeteringMode                     int16u
8711     17    PF25DriveMode                        int16u
8712     18    PF25AFMode                           int16u
8713     19    PF25AFPointSel                       int16u
8714     20    PF25ImageSize                        int16u
8715     21    PF25WBMode                           int16u
8716     22    PF25Parameters                       int16u
8717     23    PF25ColorMatrix                      int16u
8718     24    PF27Value                            int16u
8719
8720=head3 CanonCustom Functions2 Tags
8721
8722Beginning with the EOS 1D Mark III, Canon finally created a set of custom
8723function tags which are (reasonably) consistent across models.  The EOS 1D
8724Mark III has 57 custom function tags divided into four main groups: 1.
8725Exposure (0x0101-0x010f), 2. Image (0x0201-0x0203), Flash Exposure
8726(0x0304-0x0306) and Display (0x0407-0x0409), 3. Auto Focus (0x0501-0x050e)
8727and Drive (0x060f-0x0611), and 4. Operation (0x0701-0x070a) and Others
8728(0x080b-0x0810).  The table below lists tags used by the EOS 1D Mark III, as
8729well as newer tags and values added by later models.
8730
8731  Tag ID   Tag Name                             Writable
8732  ------   --------                             --------
8733  0x0101   ExposureLevelIncrements              int32s
8734  0x0102   ISOSpeedIncrements                   int32s
8735  0x0103   ISOSpeedRange                        int32s[3]
8736           ISOExpansion                         int32s
8737  0x0104   AEBAutoCancel                        int32s
8738  0x0105   AEBSequence                          int32s
8739  0x0106   AEBShotCount                         int32s
8740           AEBShotCount                         int32s[2]
8741  0x0107   SpotMeterLinkToAFPoint               int32s
8742  0x0108   SafetyShift                          int32s
8743  0x0109   UsableShootingModes                  int32s
8744           UsableShootingModes                  int32s[2]
8745  0x010a   UsableMeteringModes                  int32s
8746           UsableMeteringModes                  int32s[2]
8747  0x010b   ExposureModeInManual                 int32s
8748  0x010c   ShutterSpeedRange                    int32s[3]
8749           ShutterSpeedRange                    int32s[4]
8750  0x010d   ApertureRange                        int32s[3]
8751           ApertureRange                        int32s[4]
8752  0x010e   ApplyShootingMeteringMode            int32s[8]
8753  0x010f   FlashSyncSpeedAv                     int32s
8754  0x0110   AEMicroadjustment                    int32s[3]
8755  0x0111   FEMicroadjustment                    int32s[3]
8756  0x0112   SameExposureForNewAperture           int32s
8757  0x0113   ExposureCompAutoCancel               int32s
8758  0x0114   AELockMeterModeAfterFocus            int32s
8759  0x0201   LongExposureNoiseReduction           int32s
8760  0x0202   HighISONoiseReduction                int32s
8761  0x0203   HighlightTonePriority                int32s
8762  0x0204   AutoLightingOptimizer                int32s
8763  0x0304   ETTLII                               int32s
8764  0x0305   ShutterCurtainSync                   int32s
8765  0x0306   FlashFiring                          int32s
8766  0x0407   ViewInfoDuringExposure               int32s
8767  0x0408   LCDIlluminationDuringBulb            int32s
8768  0x0409   InfoButtonWhenShooting               int32s
8769  0x040a   ViewfinderWarnings                   int32s
8770  0x040b   LVShootingAreaDisplay                int32s
8771  0x040c   LVShootingAreaDisplay                int32s
8772  0x0501   USMLensElectronicMF                  int32s
8773  0x0502   AIServoTrackingSensitivity           int32s
8774  0x0503   AIServoImagePriority                 int32s
8775  0x0504   AIServoTrackingMethod                int32s
8776  0x0505   LensDriveNoAF                        int32s
8777  0x0506   LensAFStopButton                     int32s
8778  0x0507   AFMicroadjustment                    int32s[5]
8779  0x0508   AFPointAreaExpansion                 int32s
8780  0x0509   SelectableAFPoint                    int32s
8781  0x050a   SwitchToRegisteredAFPoint            int32s
8782  0x050b   AFPointAutoSelection                 int32s
8783  0x050c   AFPointDisplayDuringFocus            int32s
8784  0x050d   AFPointBrightness                    int32s
8785  0x050e   AFAssistBeam                         int32s
8786  0x050f   AFPointSelectionMethod               int32s
8787  0x0510   VFDisplayIllumination                int32s
8788           SuperimposedDisplay                  int32s
8789  0x0511   AFDuringLiveView                     int32s
8790  0x0512   SelectAFAreaSelectMode               int32s
8791  0x0513   ManualAFPointSelectPattern           int32s
8792  0x0514   DisplayAllAFPoints                   int32s
8793  0x0515   FocusDisplayAIServoAndMF             int32s
8794  0x0516   OrientationLinkedAFPoint             int32s
8795  0x0517   MultiControllerWhileMetering         int32s
8796  0x0518   AccelerationTracking                 int32s
8797  0x0519   AIServoFirstImagePriority            int32s
8798  0x051a   AIServoSecondImagePriority           int32s
8799  0x051b   AFAreaSelectMethod                   int32s
8800  0x051c   AutoAFPointColorTracking             int32s
8801  0x051d   VFDisplayIllumination                int32s
8802  0x051e   InitialAFPointAIServoAF              int32s
8803  0x060f   MirrorLockup                         int32s
8804  0x0610   ContinuousShootingSpeed              int32s[6]
8805           ContinuousShootingSpeed              int32s[5]
8806           ContinuousShootingSpeed              int32s[3]
8807  0x0611   ContinuousShotLimit                  int32s[2]
8808  0x0612   RestrictDriveModes                   int32s
8809           RestrictDriveModes                   int32s[2]
8810  0x0701   Shutter-AELock                       int32s
8811           AFAndMeteringButtons                 int32s
8812           ShutterButtonAFOnButton              int32s
8813  0x0702   AFOnAELockButtonSwitch               int32s
8814  0x0703   QuickControlDialInMeter              int32s
8815  0x0704   SetButtonWhenShooting                int32s
8816  0x0705   ManualTv                             int32s
8817  0x0706   DialDirectionTvAv                    int32s
8818  0x0707   AvSettingWithoutLens                 int32s
8819  0x0708   WBMediaImageSizeSetting              int32s
8820  0x0709   LockMicrophoneButton                 int32s
8821  0x070a   ButtonFunctionControlOff             int32s
8822  0x070b   AssignFuncButton                     int32s
8823  0x070c   CustomControls                       int32s
8824  0x070d   StartMovieShooting                   int32s
8825  0x070e   FlashButtonFunction                  int32s
8826  0x070f   MultiFunctionLock                    int32s
8827  0x0710   TrashButtonFunction                  int32s
8828  0x0711   ShutterReleaseWithoutLens            int32s
8829  0x0712   ControlRingRotation                  int32s
8830  0x0713   FocusRingRotation                    int32s
8831  0x0714   RFLensMFFocusRingSensitivity         int32s
8832  0x0715   CustomizeDials                       int32s
8833  0x080b   FocusingScreen                       int32s
8834  0x080c   TimerLength                          int32s[3]
8835           TimerLength                          int32s[4]
8836  0x080d   ShortReleaseTimeLag                  int32s
8837  0x080e   AddAspectRatioInfo                   int32s
8838  0x080f   AddOriginalDecisionData              int32s
8839  0x0810   LiveViewExposureSimulation           int32s
8840  0x0811   LCDDisplayAtPowerOn                  int32s
8841  0x0812   MemoAudioQuality                     int32s
8842  0x0813   DefaultEraseOption                   int32s
8843  0x0814   RetractLensOnPowerOff                int32s
8844  0x0815   AddIPTCInformation                   int32s
8845  0x0816   AudioCompression                     int32s
8846
8847=head2 CanonVRD Tags
8848
8849Canon Digital Photo Professional writes VRD (Recipe Data) information as a
8850trailer record to JPEG, TIFF, CRW and CR2 images, or as stand-alone VRD or
8851DR4 files.  The tags listed below represent information found in these
8852records.  The complete VRD/DR4 data record may be accessed as a block using
8853the Extra 'CanonVRD' or 'CanonDR4' tag, but this tag is not extracted or
8854copied unless specified explicitly.
8855
8856  Tag ID       Tag Name                         Writable
8857  ------       --------                         --------
8858  0xffff00f4   EditData                         CanonVRD Edit
8859  0xffff00f5   IHLData                          CanonVRD IHL
8860  0xffff00f6   XMP                              XMP
8861  0xffff00f7   Edit4Data                        CanonVRD Edit4
8862
8863=head3 CanonVRD Edit Tags
8864
8865Canon VRD edit information.
8866
8867   Index   Tag Name                             Writable
8868   -----   --------                             --------
8869      0    VRD1                                 CanonVRD Ver1
8870      1    VRDStampTool                         CanonVRD StampTool
8871      2    VRD2                                 CanonVRD Ver2
8872
8873=head3 CanonVRD Ver1 Tags
8874
8875  Index1   Tag Name                             Writable
8876  ------   --------                             --------
8877      2    VRDVersion                           no
8878      6    WBAdjRGGBLevels                      int16u[4]
8879     24    WhiteBalanceAdj                      int16u
8880     26    WBAdjColorTemp                       int16u
8881     36    WBFineTuneActive                     int16u
8882     40    WBFineTuneSaturation                 int16u
8883     44    WBFineTuneTone                       int16u
8884     46    RawColorAdj                          int16u
8885     48    RawCustomSaturation                  int32s
8886     52    RawCustomTone                        int32s
8887     56    RawBrightnessAdj                     int32s
8888     60    ToneCurveProperty                    int16u
8889    122    DynamicRangeMin                      int16u
8890    124    DynamicRangeMax                      int16u
8891    272    ToneCurveActive                      int16u
8892    275    ToneCurveMode                        int8u
8893    276    BrightnessAdj                        int8s
8894    277    ContrastAdj                          int8s
8895    278    SaturationAdj                        int16s
8896    286    ColorToneAdj                         int32s
8897    294    LuminanceCurvePoints                 int16u[21]
8898    336    LuminanceCurveLimits                 int16u[4]
8899    345    ToneCurveInterpolation               int8u
8900    352    RedCurvePoints                       int16u[21]
8901    394    RedCurveLimits                       int16u[4]
8902    410    GreenCurvePoints                     int16u[21]
8903    452    GreenCurveLimits                     int16u[4]
8904    468    BlueCurvePoints                      int16u[21]
8905    510    BlueCurveLimits                      int16u[4]
8906    526    RGBCurvePoints                       int16u[21]
8907    568    RGBCurveLimits                       int16u[4]
8908    580    CropActive                           int16u
8909    582    CropLeft                             int16u
8910    584    CropTop                              int16u
8911    586    CropWidth                            int16u
8912    588    CropHeight                           int16u
8913    602    SharpnessAdj                         int16u
8914    608    CropAspectRatio                      int16u
8915    610    ConstrainedCropWidth                 float
8916    614    ConstrainedCropHeight                float
8917    618    CheckMark                            int16u
8918    622    Rotation                             int16u
8919    624    WorkColorSpace                       int16u
8920
8921=head3 CanonVRD StampTool Tags
8922
8923  Index1   Tag Name                             Writable
8924  ------   --------                             --------
8925      0    StampToolCount                       no
8926
8927=head3 CanonVRD Ver2 Tags
8928
8929Tags added in DPP version 2.0 and later.
8930
8931  Index2   Tag Name                             Writable
8932  ------   --------                             --------
8933      2    PictureStyle                         int16s
8934      3    IsCustomPictureStyle                 int16s
8935     13    StandardRawColorTone                 int16s
8936     14    StandardRawSaturation                int16s
8937     15    StandardRawContrast                  int16s
8938     16    StandardRawLinear                    int16s
8939     17    StandardRawSharpness                 int16s
8940     18    StandardRawHighlightPoint            int16s
8941     19    StandardRawShadowPoint               int16s
8942     20    StandardOutputHighlightPoint         int16s
8943     21    StandardOutputShadowPoint            int16s
8944     22    PortraitRawColorTone                 int16s
8945     23    PortraitRawSaturation                int16s
8946     24    PortraitRawContrast                  int16s
8947     25    PortraitRawLinear                    int16s
8948     26    PortraitRawSharpness                 int16s
8949     27    PortraitRawHighlightPoint            int16s
8950     28    PortraitRawShadowPoint               int16s
8951     29    PortraitOutputHighlightPoint         int16s
8952     30    PortraitOutputShadowPoint            int16s
8953     31    LandscapeRawColorTone                int16s
8954     32    LandscapeRawSaturation               int16s
8955     33    LandscapeRawContrast                 int16s
8956     34    LandscapeRawLinear                   int16s
8957     35    LandscapeRawSharpness                int16s
8958     36    LandscapeRawHighlightPoint           int16s
8959     37    LandscapeRawShadowPoint              int16s
8960     38    LandscapeOutputHighlightPoint        int16s
8961     39    LandscapeOutputShadowPoint           int16s
8962     40    NeutralRawColorTone                  int16s
8963     41    NeutralRawSaturation                 int16s
8964     42    NeutralRawContrast                   int16s
8965     43    NeutralRawLinear                     int16s
8966     44    NeutralRawSharpness                  int16s
8967     45    NeutralRawHighlightPoint             int16s
8968     46    NeutralRawShadowPoint                int16s
8969     47    NeutralOutputHighlightPoint          int16s
8970     48    NeutralOutputShadowPoint             int16s
8971     49    FaithfulRawColorTone                 int16s
8972     50    FaithfulRawSaturation                int16s
8973     51    FaithfulRawContrast                  int16s
8974     52    FaithfulRawLinear                    int16s
8975     53    FaithfulRawSharpness                 int16s
8976     54    FaithfulRawHighlightPoint            int16s
8977     55    FaithfulRawShadowPoint               int16s
8978     56    FaithfulOutputHighlightPoint         int16s
8979     57    FaithfulOutputShadowPoint            int16s
8980     58    MonochromeFilterEffect               int16s
8981     59    MonochromeToningEffect               int16s
8982     60    MonochromeContrast                   int16s
8983     61    MonochromeLinear                     int16s
8984     62    MonochromeSharpness                  int16s
8985     63    MonochromeRawHighlightPoint          int16s
8986     64    MonochromeRawShadowPoint             int16s
8987     65    MonochromeOutputHighlightPoint       int16s
8988     66    MonochromeOutputShadowPoint          int16s
8989     69    UnknownContrast?                     int16s
8990     70    UnknownLinear?                       int16s
8991     71    UnknownSharpness?                    int16s
8992     72    UnknownRawHighlightPoint?            int16s
8993     73    UnknownRawShadowPoint?               int16s
8994     74    UnknownOutputHighlightPoint?         int16s
8995     75    UnknownOutputShadowPoint?            int16s
8996     76    CustomColorTone                      int16s
8997     77    CustomSaturation                     int16s
8998     78    CustomContrast                       int16s
8999     79    CustomLinear                         int16s
9000     80    CustomSharpness                      int16s
9001     81    CustomRawHighlightPoint              int16s
9002     82    CustomRawShadowPoint                 int16s
9003     83    CustomOutputHighlightPoint           int16s
9004     84    CustomOutputShadowPoint              int16s
9005     88    CustomPictureStyleData               no
9006     94    ChrominanceNoiseReduction            int16s
9007     95    LuminanceNoiseReduction              int16s
9008     96    ChrominanceNR_TIFF_JPEG              int16s
9009     98    ChromaticAberrationOn                int16s
9010     99    DistortionCorrectionOn               int16s
9011    100    PeripheralIlluminationOn             int16s
9012    101    ColorBlur                            int16s
9013    102    ChromaticAberration                  int16s
9014    103    DistortionCorrection                 int16s
9015    104    PeripheralIllumination               int16s
9016    105    AberrationCorrectionDistance         int16s
9017    106    ChromaticAberrationRed               int16s
9018    107    ChromaticAberrationBlue              int16s
9019    109    LuminanceNR_TIFF_JPEG                int16s
9020    110    AutoLightingOptimizerOn              int16s
9021    111    AutoLightingOptimizer                int16s
9022    117    StandardRawHighlight                 int16s
9023    118    PortraitRawHighlight                 int16s
9024    119    LandscapeRawHighlight                int16s
9025    120    NeutralRawHighlight                  int16s
9026    121    FaithfulRawHighlight                 int16s
9027    122    MonochromeRawHighlight               int16s
9028    123    UnknownRawHighlight?                 int16s
9029    124    CustomRawHighlight                   int16s
9030    126    StandardRawShadow                    int16s
9031    127    PortraitRawShadow                    int16s
9032    128    LandscapeRawShadow                   int16s
9033    129    NeutralRawShadow                     int16s
9034    130    FaithfulRawShadow                    int16s
9035    131    MonochromeRawShadow                  int16s
9036    132    UnknownRawShadow?                    int16s
9037    133    CustomRawShadow                      int16s
9038    139    AngleAdj                             int32s
9039    142    CheckMark2                           int16u
9040    144    UnsharpMask                          int16s
9041    146    StandardUnsharpMaskStrength          int16s
9042    148    StandardUnsharpMaskFineness          int16s
9043    150    StandardUnsharpMaskThreshold         int16s
9044    152    PortraitUnsharpMaskStrength          int16s
9045    154    PortraitUnsharpMaskFineness          int16s
9046    156    PortraitUnsharpMaskThreshold         int16s
9047    158    LandscapeUnsharpMaskStrength         int16s
9048    160    LandscapeUnsharpMaskFineness         int16s
9049    162    LandscapeUnsharpMaskThreshold        int16s
9050    164    NeutraUnsharpMaskStrength            int16s
9051    166    NeutralUnsharpMaskFineness           int16s
9052    168    NeutralUnsharpMaskThreshold          int16s
9053    170    FaithfulUnsharpMaskStrength          int16s
9054    172    FaithfulUnsharpMaskFineness          int16s
9055    174    FaithfulUnsharpMaskThreshold         int16s
9056    176    MonochromeUnsharpMaskStrength        int16s
9057    178    MonochromeUnsharpMaskFineness        int16s
9058    180    MonochromeUnsharpMaskThreshold       int16s
9059    182    CustomUnsharpMaskStrength            int16s
9060    184    CustomUnsharpMaskFineness            int16s
9061    186    CustomUnsharpMaskThreshold           int16s
9062    188    CustomDefaultUnsharpStrength         int16s
9063    190    CustomDefaultUnsharpFineness         int16s
9064    192    CustomDefaultUnsharpThreshold        int16s
9065    214    CropCircleActive                     int16s
9066    215    CropCircleX                          int16s
9067    216    CropCircleY                          int16s
9068    217    CropCircleRadius                     int16s
9069    220    DLOOn                                int16s
9070    221    DLOSetting                           int16s
9071    222    DLOShootingDistance                  int16s
9072    223    DLODataLength                        no
9073    224    DLOInfo                              CanonVRD DLOInfo
9074    225    CameraRawColorTone                   int16s
9075    226    CameraRawSaturation                  int16s
9076    227    CameraRawContrast                    int16s
9077    228    CameraRawLinear                      int16s
9078    229    CameraRawSharpness                   int16s
9079    230    CameraRawHighlightPoint              int16s
9080    231    CameraRawShadowPoint                 int16s
9081    232    CameraRawOutputHighlightPoint        int16s
9082    233    CameraRawOutputShadowPoint           int16s
9083
9084=head3 CanonVRD DLOInfo Tags
9085
9086Tags added when DLO (Digital Lens Optimizer) is on.
9087
9088  Index2   Tag Name                             Writable
9089  ------   --------                             --------
9090      4    DLOSettingApplied                    int16s
9091      5    DLOVersion                           string[10]
9092     10    DLOData                              no
9093
9094=head3 CanonVRD IHL Tags
9095
9096  Tag ID   Tag Name                             Writable
9097  ------   --------                             --------
9098  0x0001   IHL_EXIF                             EXIF
9099           IHL_EXIF?                            no
9100  0x0003   ThumbnailImage                       no
9101  0x0004   PreviewImage                         no
9102  0x0005   RawCodecVersion                      no
9103  0x0006   CRCDevelParams?                      no
9104
9105=head3 CanonVRD Edit4 Tags
9106
9107Canon DPP version 4 edit information.
9108
9109   Index   Tag Name                             Writable
9110   -----   --------                             --------
9111      0    DR4                                  CanonVRD DR4
9112
9113=head3 CanonVRD DR4 Tags
9114
9115Tags written by Canon DPP version 4 in CanonVRD trailers and DR4 files. Each
9116tag has three associated flag words which are stored with the directory
9117entry, some of which are extracted as a separate tag, indicated in the table
9118below by a decimal appended to the tag ID (.0, .1 or .2).
9119
9120  Tag ID       Tag Name                         Writable
9121  ------       --------                         --------
9122  'header'     DR4Header                        CanonVRD DR4Header
9123  0x10002      Rotation                         yes
9124  0x10003      AngleAdj                         yes
9125  0x10021      CustomPictureStyle               yes
9126  0x10101      CheckMark                        yes
9127  0x10200      WorkColorSpace                   yes
9128  0x20001      RawBrightnessAdj                 yes
9129  0x20101      WhiteBalanceAdj                  yes
9130  0x20102      WBAdjColorTemp                   yes
9131  0x20105      WBAdjMagentaGreen                yes
9132  0x20106      WBAdjBlueAmber                   yes
9133  0x20125      WBAdjRGGBLevels                  yes
9134  0x20200      GammaLinear                      yes
9135  0x20301      PictureStyle                     yes
9136  0x20303      ContrastAdj                      yes
9137  0x20304      ColorToneAdj                     yes
9138  0x20305      ColorSaturationAdj               yes
9139  0x20306      MonochromeToningEffect           yes
9140  0x20307      MonochromeFilterEffect           yes
9141  0x20308      UnsharpMaskStrength              yes
9142  0x20309      UnsharpMaskFineness              yes
9143  0x2030a      UnsharpMaskThreshold             yes
9144  0x2030b      ShadowAdj                        yes
9145  0x2030c      HighlightAdj                     yes
9146  0x20310      SharpnessAdj                     yes
9147  0x20310.0    SharpnessAdjOn                   yes
9148  0x20311      SharpnessStrength                yes
9149  0x20400      ToneCurve                        CanonVRD ToneCurve
9150  0x20400.1    ToneCurveOriginal                yes
9151  0x20410      ToneCurveBrightness              yes
9152  0x20411      ToneCurveContrast                yes
9153  0x20500      AutoLightingOptimizer            yes
9154  0x20500.0    AutoLightingOptimizerOn          yes
9155  0x20600      LuminanceNoiseReduction          yes
9156  0x20601      ChrominanceNoiseReduction        yes
9157  0x20670      ColorMoireReduction              yes
9158  0x20670.0    ColorMoireReductionOn            yes
9159  0x20701      ShootingDistance                 yes
9160  0x20702      PeripheralIllumination           yes
9161  0x20702.0    PeripheralIlluminationOn         yes
9162  0x20703      ChromaticAberration              yes
9163  0x20703.0    ChromaticAberrationOn            yes
9164  0x20704      ColorBlurOn                      yes
9165  0x20705      DistortionCorrection             yes
9166  0x20705.0    DistortionCorrectionOn           yes
9167  0x20706      DLOSetting                       yes
9168  0x20706.0    DLOOn                            yes
9169  0x20707      ChromaticAberrationRed           yes
9170  0x20708      ChromaticAberrationBlue          yes
9171  0x20709      DistortionEffect                 yes
9172  0x2070b      DiffractionCorrectionOn          yes
9173  0x20900      ColorHue                         yes
9174  0x20901      SaturationAdj                    yes
9175  0x20910      RedHSL                           yes
9176  0x20911      OrangeHSL                        yes
9177  0x20912      YellowHSL                        yes
9178  0x20913      GreenHSL                         yes
9179  0x20914      AquaHSL                          yes
9180  0x20915      BlueHSL                          yes
9181  0x20916      PurpleHSL                        yes
9182  0x20917      MagentaHSL                       yes
9183  0x20a00      GammaInfo                        CanonVRD GammaInfo
9184  0x30101      CropAspectRatio                  yes
9185  0x30102      CropAspectRatioCustom            yes
9186  0xf0100      CropInfo                         CanonVRD CropInfo
9187  0xf0500      CustomPictureStyleData           yes
9188  0xf0510      StampInfo                        CanonVRD StampInfo
9189  0xf0511      DustInfo                         CanonVRD DustInfo
9190  0xf0512      LensFocalLength                  yes
9191
9192=head3 CanonVRD DR4Header Tags
9193
9194  Index4   Tag Name                             Writable
9195  ------   --------                             --------
9196      3    DR4CameraModel                       int32u
9197
9198=head3 CanonVRD ToneCurve Tags
9199
9200  Index4   Tag Name                             Writable
9201  ------   --------                             --------
9202      0    ToneCurveColorSpace                  int32u
9203      1    ToneCurveShape                       int32u
9204      3    ToneCurveInputRange                  int32u[2]
9205      5    ToneCurveOutputRange                 int32u[2]
9206      7    RGBCurvePoints                       int32u[21]
9207     10    ToneCurveX                           int32u
9208     11    ToneCurveY                           int32u
9209     45    RedCurvePoints                       int32u[21]
9210     83    GreenCurvePoints                     int32u[21]
9211    121    BlueCurvePoints                      int32u[21]
9212
9213=head3 CanonVRD GammaInfo Tags
9214
9215  Index8   Tag Name                             Writable
9216  ------   --------                             --------
9217      2    GammaContrast                        double
9218      3    GammaColorTone                       double
9219      4    GammaSaturation                      double
9220      5    GammaUnsharpMaskStrength             double
9221      6    GammaUnsharpMaskFineness             double
9222      7    GammaUnsharpMaskThreshold            double
9223      8    GammaSharpnessStrength               double
9224      9    GammaShadow                          double
9225     10    GammaHighlight                       double
9226     12    GammaBlackPoint                      double
9227     13    GammaWhitePoint                      double
9228     14    GammaMidPoint                        double
9229     15    GammaCurveOutputRange                double[2]
9230
9231=head3 CanonVRD CropInfo Tags
9232
9233  Index4   Tag Name                             Writable
9234  ------   --------                             --------
9235      0    CropActive                           int32s
9236      1    CropRotatedOriginalWidth             int32s
9237      2    CropRotatedOriginalHeight            int32s
9238      3    CropX                                int32s
9239      4    CropY                                int32s
9240      5    CropWidth                            int32s
9241      6    CropHeight                           int32s
9242      8    CropRotation                         double
9243     10    CropOriginalWidth                    int32s
9244     11    CropOriginalHeight                   int32s
9245
9246=head3 CanonVRD StampInfo Tags
9247
9248  Index4   Tag Name                             Writable
9249  ------   --------                             --------
9250      2    StampToolCount                       no
9251
9252=head3 CanonVRD DustInfo Tags
9253
9254  Index4   Tag Name                             Writable
9255  ------   --------                             --------
9256      2    DustDeleteApplied                    no
9257
9258=head2 Casio Tags
9259
9260  Tag ID   Tag Name                             Writable
9261  ------   --------                             --------
9262  0x0001   RecordingMode                        int16u
9263  0x0002   Quality                              int16u
9264  0x0003   FocusMode                            int16u
9265  0x0004   FlashMode                            int16u
9266  0x0005   FlashIntensity                       int16u
9267  0x0006   ObjectDistance                       int32u
9268  0x0007   WhiteBalance                         int16u
9269  0x000a   DigitalZoom                          int32u
9270  0x000b   Sharpness                            int16u
9271  0x000c   Contrast                             int16u
9272  0x000d   Saturation                           int16u
9273  0x0014   ISO                                  int16u
9274  0x0015   FirmwareDate                         string[18]
9275  0x0016   Enhancement                          int16u
9276  0x0017   ColorFilter                          int16u
9277  0x0018   AFPoint                              int16u
9278  0x0019   FlashIntensity                       int16u
9279  0x0e00   PrintIM                              PrintIM
9280
9281=head3 Casio Type2 Tags
9282
9283  Tag ID   Tag Name                             Writable
9284  ------   --------                             --------
9285  0x0002   PreviewImageSize                     int16u[2]
9286  0x0003   PreviewImageLength                   int32u*
9287  0x0004   PreviewImageStart                    int32u*
9288  0x0008   QualityMode                          int16u
9289  0x0009   CasioImageSize                       int16u
9290  0x000d   FocusMode                            int16u
9291  0x0014   ISO                                  int16u
9292  0x0019   WhiteBalance                         int16u
9293  0x001d   FocalLength                          rational64u
9294  0x001f   Saturation                           int16u
9295  0x0020   Contrast                             int16u
9296  0x0021   Sharpness                            int16u
9297  0x0e00   PrintIM                              PrintIM
9298  0x2000   PreviewImage                         undef
9299  0x2001   FirmwareDate                         string[18]
9300  0x2011   WhiteBalanceBias                     int16u[2]
9301  0x2012   WhiteBalance                         int16u
9302  0x2021   AFPointPosition                      int16u[4]~
9303  0x2022   ObjectDistance                       int32u
9304  0x2034   FlashDistance                        int16u
9305  0x2076   SpecialEffectMode                    int8u[3]
9306  0x2089   FaceInfo1                            Casio FaceInfo1
9307           FaceInfo2                            Casio FaceInfo2
9308           FaceInfoUnknown?                     yes
9309  0x211c   FacesDetected                        int8u
9310  0x3000   RecordMode                           int16u
9311  0x3001   ReleaseMode                          int16u
9312  0x3002   Quality                              int16u
9313  0x3003   FocusMode                            int16u
9314  0x3006   HometownCity                         string
9315  0x3007   BestShotMode                         int16u
9316  0x3008   AutoISO                              int16u
9317  0x3009   AFMode                               int16u
9318  0x3011   Sharpness                            undef[2]
9319  0x3012   Contrast                             undef[2]
9320  0x3013   Saturation                           undef[2]
9321  0x3014   ISO                                  int16u
9322  0x3015   ColorMode                            int16u
9323  0x3016   Enhancement                          int16u
9324  0x3017   ColorFilter                          int16u
9325  0x301b   ArtMode                              int16u
9326  0x301c   SequenceNumber                       int16u
9327  0x301d   BracketSequence                      int16u[2]
9328  0x3020   ImageStabilization                   int16u
9329  0x302a   LightingMode                         int16u
9330  0x302b   PortraitRefiner                      int16u
9331  0x3030   SpecialEffectLevel                   int16u
9332  0x3031   SpecialEffectSetting                 int16u
9333  0x3103   DriveMode                            int16u
9334  0x310b   ArtModeParameters                    int8u[3]
9335  0x4001   CaptureFrameRate                     int16u[n]
9336  0x4003   VideoQuality                         int16u
9337
9338=head3 Casio FaceInfo1 Tags
9339
9340Face-detect tags extracted from models such as the EX-H5.
9341
9342  Index1   Tag Name                             Writable
9343  ------   --------                             --------
9344      0    FacesDetected                        int8u
9345      1    FaceDetectFrameSize                  int16u[2]
9346     13    Face1Position                        int16u[4]
9347    124    Face2Position                        int16u[4]
9348    235    Face3Position                        int16u[4]
9349    346    Face4Position                        int16u[4]
9350    457    Face5Position                        int16u[4]
9351    568    Face6Position                        int16u[4]
9352    679    Face7Position                        int16u[4]
9353    790    Face8Position                        int16u[4]
9354    901    Face9Position                        int16u[4]
9355   1012    Face10Position                       int16u[4]
9356
9357=head3 Casio FaceInfo2 Tags
9358
9359Face-detect tags extracted from models such as the EX-H20G and EX-ZR100.
9360
9361  Index1   Tag Name                             Writable
9362  ------   --------                             --------
9363      2    FacesDetected                        int8u
9364      4    FaceDetectFrameSize                  int16u[2]
9365      8    FaceOrientation                      int8u
9366     24    Face1Position                        int16u[4]
9367     76    Face2Position                        int16u[4]
9368    128    Face3Position                        int16u[4]
9369    180    Face4Position                        int16u[4]
9370    232    Face5Position                        int16u[4]
9371    284    Face6Position                        int16u[4]
9372    336    Face7Position                        int16u[4]
9373    388    Face8Position                        int16u[4]
9374    440    Face9Position                        int16u[4]
9375    492    Face10Position                       int16u[4]
9376
9377=head3 Casio QVCI Tags
9378
9379This information is found in the APP1 QVCI segment of JPEG images from the
9380Casio QV-7000SX.
9381
9382  Index1   Tag Name                             Writable
9383  ------   --------                             --------
9384     44    CasioQuality                         no
9385     55    FocalRange?                          no
9386     77    DateTimeOriginal                     no
9387     98    ModelType                            no
9388    114    ManufactureIndex                     no
9389    124    ManufactureCode                      no
9390
9391=head3 Casio AVI Tags
9392
9393This information is found in Casio GV-10 AVI videos.
9394
9395  Index1   Tag Name                             Writable
9396  ------   --------                             --------
9397      0    Software                             no
9398
9399=head2 DJI Tags
9400
9401This table lists tags found in the maker notes of images from some DJI
9402Phantom drones.
9403
9404  Tag ID   Tag Name                             Writable
9405  ------   --------                             --------
9406  0x0001   Make                                 string
9407  0x0003   SpeedX                               float
9408  0x0004   SpeedY                               float
9409  0x0005   SpeedZ                               float
9410  0x0006   Pitch                                float
9411  0x0007   Yaw                                  float
9412  0x0008   Roll                                 float
9413  0x0009   CameraPitch                          float
9414  0x000a   CameraYaw                            float
9415  0x000b   CameraRoll                           float
9416
9417=head3 DJI XMP Tags
9418
9419XMP tags used by DJI for images from drones.
9420
9421These tags belong to the ExifTool XMP-drone-dji family 1 group.
9422
9423  Tag Name                                      Writable
9424  --------                                      --------
9425  AbsoluteAltitude                              real
9426  CalibratedFocalLength                         real
9427  CalibratedOpticalCenterX                      real
9428  CalibratedOpticalCenterY                      real
9429  CamReverse                                    string
9430  DewarpData                                    string
9431  DewarpFlag                                    string
9432  FlightPitchDegree                             real
9433  FlightRollDegree                              real
9434  FlightXSpeed                                  real
9435  FlightYSpeed                                  real
9436  FlightYawDegree                               real
9437  FlightZSpeed                                  real
9438  GPSLatitude                                   real/
9439  GPSLongitude                                  real/
9440  GPSLongtitude                                 real
9441  GimbalPitchDegree                             real
9442  GimbalReverse                                 string
9443  GimbalRollDegree                              real
9444  GimbalYawDegree                               real
9445  Latitude                                      real
9446  Longitude                                     real
9447  RelativeAltitude                              real
9448  RtkFlag                                       string
9449  RtkStdHgt                                     real
9450  RtkStdLat                                     real
9451  RtkStdLon                                     real
9452  SelfData                                      string
9453
9454=head3 DJI ThermalParams Tags
9455
9456Thermal parameters extracted from APP4 of DJI RJPEG files from the ZH20T.
9457
9458  Index1   Tag Name                             Writable
9459  ------   --------                             --------
9460     36    K1                                   no
9461     40    K2                                   no
9462     44    K3                                   no
9463     48    K4                                   no
9464     52    KF                                   no
9465     56    B1                                   no
9466     60    B2                                   no
9467     68    ObjectDistance                       no
9468     70    RelativeHumidity                     no
9469     72    Emissivity                           no
9470     74    Reflection                           no
9471     76    AmbientTemperature                   no
9472     80    D2                                   no
9473     84    KJ                                   no
9474     86    DB                                   no
9475     88    KK                                   no
9476
9477=head2 FLIR Tags
9478
9479Information extracted from the maker notes of JPEG images from thermal
9480imaging cameras by FLIR Systems Inc.
9481
9482  Tag ID   Tag Name                             Writable
9483  ------   --------                             --------
9484  0x0001   ImageTemperatureMax                  rational64u
9485  0x0002   ImageTemperatureMin                  rational64u
9486  0x0003   Emissivity                           rational64u
9487  0x0004   UnknownTemperature?                  rational64u
9488  0x0005   CameraTemperatureRangeMax?           rational64u
9489  0x0006   CameraTemperatureRangeMin?           rational64u
9490
9491=head3 FLIR FFF Tags
9492
9493Information extracted from FLIR FFF images and the APP1 FLIR segment of JPEG
9494images.  These tags may also be extracted from the first frame of an FLIR
9495SEQ file.
9496
9497  Tag ID       Tag Name                         Writable
9498  ------       --------                         --------
9499  '_header'    FFFHeader                        FLIR Header
9500  0x0001       RawData                          FLIR RawData
9501  0x0005       GainDeadData                     FLIR GainDeadData
9502  0x0006       CoarseData                       FLIR CoarseData
9503  0x000e       EmbeddedImage                    FLIR EmbeddedImage
9504  0x0020       CameraInfo                       FLIR CameraInfo
9505  0x0021       MeasurementInfo                  FLIR MeasInfo
9506  0x0022       PaletteInfo                      FLIR PaletteInfo
9507  0x0023       TextInfo                         FLIR TextInfo
9508  0x0024       EmbeddedAudioFile                no
9509  0x0028       PaintData                        FLIR PaintData
9510  0x002a       PiP                              FLIR PiP
9511  0x002b       GPSInfo                          FLIR GPSInfo
9512  0x002c       MeterLink                        FLIR MeterLink
9513  0x002e       ParameterInfo                    FLIR ParamInfo
9514
9515=head3 FLIR Header Tags
9516
9517Tags extracted from the FLIR FFF/AFF header.
9518
9519  Index1   Tag Name                             Writable
9520  ------   --------                             --------
9521      4    CreatorSoftware                      no
9522
9523=head3 FLIR RawData Tags
9524
9525The thermal image data may be stored either as raw data, or in PNG format.
9526If stored as raw data, ExifTool adds a TIFF header to allow the data to be
9527viewed as a TIFF image.  If stored in PNG format, the PNG image is extracted
9528as-is.  Note that most FLIR cameras using the PNG format seem to write the
952916-bit raw image data in the wrong byte order.
9530
9531  Index2   Tag Name                             Writable
9532  ------   --------                             --------
9533      1    RawThermalImageWidth                 no
9534      2    RawThermalImageHeight                no
9535     16    RawThermalImageType                  no
9536   16.1    RawThermalImage                      no
9537
9538=head3 FLIR GainDeadData Tags
9539
9540Information found in FFF-format .GAN calibration image files.
9541
9542  Index2   Tag Name                             Writable
9543  ------   --------                             --------
9544      1    GainDeadMapImageWidth                no
9545      2    GainDeadMapImageHeight               no
9546     16    GainDeadMapImageType                 no
9547   16.1    GainDeadMapImage                     no
9548
9549=head3 FLIR CoarseData Tags
9550
9551Information found in FFF-format .CRS correction image files.
9552
9553  Index2   Tag Name                             Writable
9554  ------   --------                             --------
9555      1    CoarseMapImageWidth                  no
9556      2    CoarseMapImageHeight                 no
9557     16    CoarseMapImageType                   no
9558   16.1    CoarseMapImage                       no
9559
9560=head3 FLIR EmbeddedImage Tags
9561
9562  Index2   Tag Name                             Writable
9563  ------   --------                             --------
9564      1    EmbeddedImageWidth                   no
9565      2    EmbeddedImageHeight                  no
9566     16    EmbeddedImageType                    no
9567   16.1    EmbeddedImage                        no
9568
9569=head3 FLIR CameraInfo Tags
9570
9571FLIR camera information.  The Planck tags are variables used in the
9572temperature calculation.  See
9573L<https://exiftool.org/forum/index.php?topic=4898.msg23972#msg23972>
9574for details.
9575
9576  Index1   Tag Name                             Writable
9577  ------   --------                             --------
9578     32    Emissivity                           no
9579     36    ObjectDistance                       no
9580     40    ReflectedApparentTemperature         no
9581     44    AtmosphericTemperature               no
9582     48    IRWindowTemperature                  no
9583     52    IRWindowTransmission                 no
9584     60    RelativeHumidity                     no
9585     88    PlanckR1                             no
9586     92    PlanckB                              no
9587     96    PlanckF                              no
9588    112    AtmosphericTransAlpha1               no
9589    116    AtmosphericTransAlpha2               no
9590    120    AtmosphericTransBeta1                no
9591    124    AtmosphericTransBeta2                no
9592    128    AtmosphericTransX                    no
9593    144    CameraTemperatureRangeMax            no
9594    148    CameraTemperatureRangeMin            no
9595    152    CameraTemperatureMaxClip             no
9596    156    CameraTemperatureMinClip             no
9597    160    CameraTemperatureMaxWarn             no
9598    164    CameraTemperatureMinWarn             no
9599    168    CameraTemperatureMaxSaturated        no
9600    172    CameraTemperatureMinSaturated        no
9601    212    CameraModel                          no
9602    244    CameraPartNumber                     no
9603    260    CameraSerialNumber                   no
9604    276    CameraSoftware                       no
9605    368    LensModel                            no
9606    400    LensPartNumber                       no
9607    416    LensSerialNumber                     no
9608    436    FieldOfView                          no
9609    492    FilterModel                          no
9610    508    FilterPartNumber                     no
9611    540    FilterSerialNumber                   no
9612    776    PlanckO                              no
9613    780    PlanckR2                             no
9614    784    RawValueRangeMin                     no
9615    786    RawValueRangeMax                     no
9616    824    RawValueMedian                       no
9617    828    RawValueRange                        no
9618    900    DateTimeOriginal                     no
9619    912    FocusStepCount                       no
9620   1116    FocusDistance                        no
9621   1124    FrameRate                            no
9622
9623=head3 FLIR MeasInfo Tags
9624
9625Tags listed below are only for the first measurement tool, however multiple
9626measurements may be added, and information is extracted for all of them.
9627Tags for subsequent measurements are generated as required with the prefixes
9628"Meas2", "Meas3", etc.
9629
9630  Tag Name                                      Writable
9631  --------                                      --------
9632  Meas1Label                                    no
9633  Meas1Params                                   no
9634  Meas1Type                                     no
9635
9636=head3 FLIR PaletteInfo Tags
9637
9638  Index1   Tag Name                             Writable
9639  ------   --------                             --------
9640      0    PaletteColors                        no
9641      6    AboveColor                           no
9642      9    BelowColor                           no
9643     12    OverflowColor                        no
9644     15    UnderflowColor                       no
9645     18    Isotherm1Color                       no
9646     21    Isotherm2Color                       no
9647     26    PaletteMethod                        no
9648     27    PaletteStretch                       no
9649     48    PaletteFileName                      no
9650     80    PaletteName                          no
9651    112    Palette                              no
9652
9653=head3 FLIR TextInfo Tags
9654
9655  Tag Name                                      Writable
9656  --------                                      --------
9657  Label0                                        no
9658  Label1                                        no
9659  Label2                                        no
9660  Label3                                        no
9661  Value0                                        no
9662  Value1                                        no
9663  Value2                                        no
9664  Value3                                        no
9665
9666=head3 FLIR PaintData Tags
9667
9668Information generated by FLIR Tools "Paint colors" tool.
9669
9670  Index2   Tag Name                             Writable
9671  ------   --------                             --------
9672      5    PaintImageWidth                      no
9673      6    PaintImageHeight                     no
9674     20    PaintImageType                       no
9675   20.1    PaintImage                           no
9676
9677=head3 FLIR PiP Tags
9678
9679FLIR Picture in Picture tags.
9680
9681  Index2   Tag Name                             Writable
9682  ------   --------                             --------
9683      0    Real2IR                              no
9684      2    OffsetX                              no
9685      3    OffsetY                              no
9686      4    PiPX1                                no
9687      5    PiPX2                                no
9688      6    PiPY1                                no
9689      7    PiPY2                                no
9690
9691=head3 FLIR GPSInfo Tags
9692
9693  Index1   Tag Name                             Writable
9694  ------   --------                             --------
9695      0    GPSValid                             no
9696      4    GPSVersionID                         no
9697      8    GPSLatitudeRef                       no
9698     10    GPSLongitudeRef                      no
9699     16    GPSLatitude                          no
9700     24    GPSLongitude                         no
9701     32    GPSAltitude                          no
9702     64    GPSDOP                               no
9703     68    GPSSpeedRef                          no
9704     70    GPSTrackRef                          no
9705     76    GPSSpeed                             no
9706     80    GPSTrack                             no
9707     88    GPSMapDatum                          no
9708
9709=head3 FLIR MeterLink Tags
9710
9711Tags containing Meterlink humidity meter information.
9712
9713  Index1   Tag Name                             Writable
9714  ------   --------                             --------
9715     26    Reading1Units                        no
9716     28    Reading1Description                  no
9717     32    Reading1Device                       no
9718     96    Reading1Value                        no
9719    126    Reading2Units                        no
9720    128    Reading2Description                  no
9721    132    Reading2Device                       no
9722    196    Reading2Value                        no
9723    226    Reading3Units                        no
9724    228    Reading3Description                  no
9725    232    Reading3Device                       no
9726    296    Reading3Value                        no
9727    326    Reading4Units                        no
9728    328    Reading4Description                  no
9729    332    Reading4Device                       no
9730    396    Reading4Value                        no
9731
9732=head3 FLIR ParamInfo Tags
9733
9734  Tag Name                                      Writable
9735  --------                                      --------
9736  DateTimeGenerated                             no
9737  Param0                                        no
9738  Param1                                        no
9739  Param2                                        no
9740  Param3                                        no
9741
9742=head3 FLIR UserData Tags
9743
9744Tags written by some FLIR cameras in a top-level (!) "udta" atom of MP4
9745videos.
9746
9747  Tag ID   Tag Name                             Writable
9748  ------   --------                             --------
9749  'uuid'   FLIR_Parts                           FLIR Parts
9750           FLIR_Serial                          FLIR SerialNums
9751           FLIR_Params                          FLIR Params
9752           FLIR_UnknownUUID                     FLIR UnknownUUID
9753           FLIR_GPS                             FLIR GPS_UUID
9754           FLIR_MoreInfo                        FLIR MoreInfo
9755           SoftwareComponents?                  no
9756           FLIR_Unknown?                        no
9757           Units                                no+
9758           ThumbnailImage                       no
9759
9760=head3 FLIR Parts Tags
9761
9762Tags extracted from the "uuid" box with ID 43c3993b0f94424b82056b66513f485d
9763in FLIR MP4 videos.
9764
9765  Index1   Tag Name                             Writable
9766  ------   --------                             --------
9767      4    BAHPVer                              no
9768           BALPVer                              no
9769           Battery                              no
9770           BAVPVer                              no
9771           CamCore                              no
9772           DetectorBoard                        no
9773           Detector                             no
9774           GIDCVer                              no
9775           GIDPVer                              no
9776           GIPC_CPLD                            no
9777           GIPCVer                              no
9778           GIXIVer                              no
9779           MainBoard                            no
9780           Optics                               no
9781           PartNumber                           no
9782
9783=head3 FLIR SerialNums Tags
9784
9785Tags extracted from the "uuid" box with ID 57f5b93e51e448afa0d9c3ef1b37f712
9786in FLIR MP4 videos.
9787
9788  Index1   Tag Name                             Writable
9789  ------   --------                             --------
9790     12    UnknownSerial1?                      no
9791     45    UnknownSerial2?                      no
9792     78    UnknownSerial3?                      no
9793    111    UnknownSerial4?                      no
9794    123    UnknownNumber?                       no
9795    126    CameraSerialNumber                   no
9796
9797=head3 FLIR Params Tags
9798
9799Tags extracted from the "uuid" box with ID 41e5dcf9e80a41ceadfe7f0c58082c19
9800in FLIR MP4 videos.
9801
9802  Index4   Tag Name                             Writable
9803  ------   --------                             --------
9804      1    ReflectedApparentTemperature         no
9805      2    AtmosphericTemperature               no
9806      3    Emissivity                           no
9807      4    ObjectDistance                       no
9808      5    RelativeHumidity                     no
9809      6    EstimatedAtmosphericTrans            no
9810      7    IRWindowTemperature                  no
9811      8    IRWindowTransmission                 no
9812
9813=head3 FLIR UnknownUUID Tags
9814
9815Tags extracted from the "uuid" box with ID 574520502cbb44adae5415e9b839d903
9816in FLIR MP4 videos.
9817
9818  Index4   Tag Name                             Writable
9819  ------   --------                             --------
9820  [no tags known]
9821
9822=head3 FLIR GPS_UUID Tags
9823
9824Tags extracted from the "uuid" box with ID 7f2e21008b464918afb1de709a74f6f5
9825in FLIR MP4 videos.
9826
9827  Index4   Tag Name                             Writable
9828  ------   --------                             --------
9829      1    GPSLatitude                          no
9830      2    GPSLongitude                         no
9831      3    GPSAltitude                          no
9832
9833=head3 FLIR MoreInfo Tags
9834
9835Tags extracted from the "uuid" box with ID 2b452fdc74354094baee22a6b23a7cf8
9836in FLIR MP4 videos.
9837
9838  Index1   Tag Name                             Writable
9839  ------   --------                             --------
9840      5    LensModel                            no
9841     11    UnknownTemperature1?                 no
9842     15    UnknownTemperature2?                 no
9843
9844=head3 FLIR AFF Tags
9845
9846Tags extracted from FLIR "AFF" SEQ images.
9847
9848  Tag ID       Tag Name                         Writable
9849  ------       --------                         --------
9850  '_header'    AFFHeader                        FLIR Header
9851  0x0001       AFF1                             FLIR AFF1
9852  0x0005       AFF5                             FLIR AFF5
9853
9854=head3 FLIR AFF1 Tags
9855
9856  Index2   Tag Name                             Writable
9857  ------   --------                             --------
9858      1    SensorWidth                          no
9859      2    SensorHeight                         no
9860
9861=head3 FLIR AFF5 Tags
9862
9863  Index2   Tag Name                             Writable
9864  ------   --------                             --------
9865     19    SensorWidth                          no
9866     20    SensorHeight                         no
9867
9868=head3 FLIR FPF Tags
9869
9870Tags extracted from FLIR Public image Format (FPF) files.
9871
9872  Index1   Tag Name                             Writable
9873  ------   --------                             --------
9874     32    FPFVersion                           no
9875     36    ImageDataOffset                      no
9876     40    ImageType                            no
9877     42    ImagePixelFormat                     no
9878     44    ImageWidth                           no
9879     46    ImageHeight                          no
9880     48    ExternalTriggerCount                 no
9881     52    SequenceFrameNumber                  no
9882    120    CameraModel                          no
9883    152    CameraPartNumber                     no
9884    184    CameraSerialNumber                   no
9885    216    CameraTemperatureRangeMin            no
9886    220    CameraTemperatureRangeMax            no
9887    224    LensModel                            no
9888    256    LensPartNumber                       no
9889    288    LensSerialNumber                     no
9890    320    FilterModel                          no
9891    336    FilterPartNumber                     no
9892    384    FilterSerialNumber                   no
9893    480    Emissivity                           no
9894    484    ObjectDistance                       no
9895    488    ReflectedApparentTemperature         no
9896    492    AtmosphericTemperature               no
9897    496    RelativeHumidity                     no
9898    500    ComputedAtmosphericTrans             no
9899    504    EstimatedAtmosphericTrans            no
9900    508    ReferenceTemperature                 no
9901    512    IRWindowTemperature                  no
9902    516    IRWindowTransmission                 no
9903    584    DateTimeOriginal                     no
9904    676    CameraScaleMin                       no
9905    680    CameraScaleMax                       no
9906    684    CalculatedScaleMin                   no
9907    688    CalculatedScaleMax                   no
9908    692    ActualScaleMin                       no
9909    696    ActualScaleMax                       no
9910
9911=head2 FujiFilm Tags
9912
9913  Tag ID   Tag Name                             Writable
9914  ------   --------                             --------
9915  0x0000   Version                              undef
9916  0x0010   InternalSerialNumber                 string
9917  0x1000   Quality                              string
9918  0x1001   Sharpness                            int16u
9919  0x1002   WhiteBalance                         int16u
9920  0x1003   Saturation                           int16u
9921  0x1004   Contrast                             int16u
9922  0x1005   ColorTemperature                     int16u
9923  0x1006   Contrast                             int16u
9924  0x100a   WhiteBalanceFineTune                 int32s[2]
9925  0x100b   NoiseReduction                       int16u
9926  0x100e   NoiseReduction                       int16u
9927  0x1010   FujiFlashMode                        int16u
9928  0x1011   FlashExposureComp                    rational64s
9929  0x1020   Macro                                int16u
9930  0x1021   FocusMode                            int16u
9931  0x1022   AFMode                               int16u
9932  0x1023   FocusPixel                           int16u[2]
9933  0x102b   PrioritySettings                     FujiFilm PrioritySettings
9934  0x102d   FocusSettings                        FujiFilm FocusSettings
9935  0x102e   AFCSettings                          FujiFilm AFCSettings
9936  0x1030   SlowSync                             int16u
9937  0x1031   PictureMode                          int16u
9938  0x1032   ExposureCount                        int16u
9939  0x1033   EXRAuto                              int16u
9940  0x1034   EXRMode                              int16u
9941  0x1040   ShadowTone                           int32s
9942  0x1041   HighlightTone                        int32s
9943  0x1044   DigitalZoom                          int32u
9944  0x1045   LensModulationOptimizer              int32u
9945  0x1047   GrainEffect                          int32s
9946  0x1048   ColorChromeEffect                    int32s
9947  0x1049   BWAdjustment                         int8s
9948  0x104d   CropMode                             int16u
9949  0x104e   ColorChromeFXBlue                    int32s
9950  0x1050   ShutterType                          int16u
9951  0x1100   AutoBracketing                       int16u
9952  0x1101   SequenceNumber                       int16u
9953  0x1103   DriveSettings                        FujiFilm DriveSettings
9954  0x1105   PixelShiftShots                      int16u
9955  0x1106   PixelShiftOffset                     rational64s[2]
9956  0x1153   PanoramaAngle                        int16u
9957  0x1154   PanoramaDirection                    int16u
9958  0x1201   AdvancedFilter                       int32u
9959  0x1210   ColorMode                            int16u
9960  0x1300   BlurWarning                          int16u
9961  0x1301   FocusWarning                         int16u
9962  0x1302   ExposureWarning                      int16u
9963  0x1304   GEImageSize                          string
9964  0x1400   DynamicRange                         int16u
9965  0x1401   FilmMode                             int16u
9966  0x1402   DynamicRangeSetting                  int16u
9967  0x1403   DevelopmentDynamicRange              int16u
9968  0x1404   MinFocalLength                       rational64s
9969  0x1405   MaxFocalLength                       rational64s
9970  0x1406   MaxApertureAtMinFocal                rational64s
9971  0x1407   MaxApertureAtMaxFocal                rational64s
9972  0x140b   AutoDynamicRange                     int16u
9973  0x1422   ImageStabilization                   int16u[3]
9974  0x1425   SceneRecognition                     int16u
9975  0x1431   Rating                               int32u
9976  0x1436   ImageGeneration                      int16u
9977  0x1438   ImageCount                           int16u
9978  0x1443   DRangePriority                       int16u
9979  0x1444   DRangePriorityAuto                   int16u
9980  0x1445   DRangePriorityFixed                  int16u
9981  0x1446   FlickerReduction                     int32u
9982  0x3803   VideoRecordingMode                   int32u
9983  0x3804   PeripheralLighting                   int16u
9984  0x3806   VideoCompression                     int16u
9985  0x3820   FrameRate                            int16u
9986  0x3821   FrameWidth                           int16u
9987  0x3822   FrameHeight                          int16u
9988  0x3824   FullHDHighSpeedRec                   int32u
9989  0x4005   FaceElementSelected                  int16u[4]
9990  0x4100   FacesDetected                        int16u
9991  0x4103   FacePositions                        int16u[n]
9992  0x4200   NumFaceElements                      int16u
9993  0x4201   FaceElementTypes                     int8u[n]
9994  0x4203   FaceElementPositions                 int16u[n]
9995  0x4282   FaceRecInfo                          FujiFilm FaceRecInfo
9996  0x8000   FileSource                           string
9997  0x8002   OrderNumber                          int32u
9998  0x8003   FrameNumber                          int16u
9999  0xb211   Parallax                             rational64s
10000
10001=head3 FujiFilm PrioritySettings Tags
10002
10003  Index2   Tag Name                             Writable
10004  ------   --------                             --------
10005    0.1    AF-SPriority                         int16u & 0x0f
10006    0.2    AF-CPriority                         int16u & 0xf0
10007
10008=head3 FujiFilm FocusSettings Tags
10009
10010  Index4   Tag Name                             Writable
10011  ------   --------                             --------
10012    0.1    FocusMode2                           int32u & 0x0f
10013    0.2    PreAF                                int32u & 0xf0
10014    0.3    AFAreaMode                           int32u & 0xf00
10015    0.4    AFAreaPointSize                      int32u & 0xf000
10016    0.5    AFAreaZoneSize                       int32u & 0xf0000
10017
10018=head3 FujiFilm AFCSettings Tags
10019
10020  Index4   Tag Name                             Writable
10021  ------   --------                             --------
10022      0    AF-CSetting                          int32u
10023    0.1    AF-CTrackingSensitivity              int32u & 0x0f
10024    0.2    AF-CSpeedTrackingSensitivity         int32u & 0xf0
10025    0.3    AF-CZoneAreaSwitching                int32u & 0xf00
10026
10027=head3 FujiFilm DriveSettings Tags
10028
10029  Index4   Tag Name                             Writable
10030  ------   --------                             --------
10031    0.1    DriveMode                            int32u & 0xff
10032    0.2    DriveSpeed                           int32u & 0xff000000
10033
10034=head3 FujiFilm FaceRecInfo Tags
10035
10036Face recognition information.
10037
10038  Tag Name                                      Writable
10039  --------                                      --------
10040  Face1Birthday                                 no
10041  Face1Category                                 no
10042  Face1Name                                     no
10043  Face2Birthday                                 no
10044  Face2Category                                 no
10045  Face2Name                                     no
10046  Face3Birthday                                 no
10047  Face3Category                                 no
10048  Face3Name                                     no
10049  Face4Birthday                                 no
10050  Face4Category                                 no
10051  Face4Name                                     no
10052  Face5Birthday                                 no
10053  Face5Category                                 no
10054  Face5Name                                     no
10055  Face6Birthday                                 no
10056  Face6Category                                 no
10057  Face6Name                                     no
10058  Face7Birthday                                 no
10059  Face7Category                                 no
10060  Face7Name                                     no
10061  Face8Birthday                                 no
10062  Face8Category                                 no
10063  Face8Name                                     no
10064
10065=head3 FujiFilm RAF Tags
10066
10067FujiFilm RAF images contain meta information stored in a proprietary
10068FujiFilm RAF format, as well as EXIF information stored inside an embedded
10069JPEG preview image.  The table below lists tags currently decoded from the
10070RAF-format information.
10071
10072  Tag ID  Tag Name                              Writable
10073  ------  --------                              --------
10074  0x0100  RawImageFullSize                      no
10075  0x0110  RawImageCropTopLeft                   no
10076  0x0111  RawImageCroppedSize                   no
10077  0x0115  RawImageAspectRatio                   no
10078  0x0121  RawImageSize                          no
10079  0x0130  FujiLayout                            no
10080  0x0131  XTransLayout                          no
10081  0x2000  WB_GRGBLevelsAuto                     no
10082  0x2100  WB_GRGBLevelsDaylight                 no
10083  0x2200  WB_GRGBLevelsCloudy                   no
10084  0x2300  WB_GRGBLevelsDaylightFluor            no
10085  0x2301  WB_GRGBLevelsDayWhiteFluor            no
10086  0x2302  WB_GRGBLevelsWhiteFluorescent         no
10087  0x2310  WB_GRGBLevelsWarmWhiteFluor           no
10088  0x2311  WB_GRGBLevelsLivingRoomWarmWhiteFluor no
10089  0x2400  WB_GRGBLevelsTungsten                 no
10090  0x2ff0  WB_GRGBLevels                         no
10091  0x9200  RelativeExposure                      no
10092  0x9650  RawExposureBias                       no
10093  0xc000  RAFData                               FujiFilm RAFData
10094
10095=head3 FujiFilm RAFData Tags
10096
10097  Index1   Tag Name                             Writable
10098  ------   --------                             --------
10099      0    RawImageWidth                        no
10100      4    RawImageWidth                        no
10101           RawImageHeight                       no
10102      8    RawImageWidth                        no
10103           RawImageHeight                       no
10104     12    RawImageHeight                       no
10105
10106=head3 FujiFilm IFD Tags
10107
10108Tags found in the FujiIFD information of RAF images from some models.
10109
10110  Tag ID   Tag Name                             Writable
10111  ------   --------                             --------
10112  0xf000   FujiIFD                              FujiFilm IFD
10113  0xf001   RawImageFullWidth                    no
10114  0xf002   RawImageFullHeight                   no
10115  0xf003   BitsPerSample                        no
10116  0xf007   StripOffsets                         no
10117  0xf008   StripByteCounts                      no
10118  0xf00a   BlackLevel                           no
10119  0xf00b   GeometricDistortionParams            no
10120  0xf00c   WB_GRBLevelsStandard                 no
10121  0xf00d   WB_GRBLevelsAuto                     no
10122  0xf00e   WB_GRBLevels                         no
10123  0xf00f   ChromaticAberrationParams            no
10124  0xf010   VignettingParams                     no
10125
10126=head3 FujiFilm FFMV Tags
10127
10128Information found in the FFMV atom of MOV videos.
10129
10130  Index1   Tag Name                             Writable
10131  ------   --------                             --------
10132      0    MovieStreamName                      no
10133
10134=head3 FujiFilm MOV Tags
10135
10136This information is found in MOV videos from some FujiFilm cameras.
10137
10138  Index1   Tag Name                             Writable
10139  ------   --------                             --------
10140      0    Make                                 no
10141     24    Model                                no
10142     46    ExposureTime                         no
10143     50    FNumber                              no
10144     58    ExposureCompensation                 no
10145
10146=head2 GE Tags
10147
10148This table lists tags found in the maker notes of some General Imaging
10149camera models.
10150
10151  Tag ID   Tag Name                             Writable
10152  ------   --------                             --------
10153  0x0202   Macro                                int16u
10154  0x0207   GEModel                              string
10155  0x0300   GEMake                               string
10156
10157=head2 HP Tags
10158
10159These tables list tags found in the maker notes of some Hewlett-Packard
10160camera models.
10161
10162The first table lists tags found in the EXIF-format maker notes of the
10163PhotoSmart 720 (also used by the Vivitar ViviCam 3705, 3705B and 3715).
10164
10165  Tag ID   Tag Name                             Writable
10166  ------   --------                             --------
10167  0x0e00   PrintIM                              PrintIM
10168
10169=head3 HP Type2 Tags
10170
10171These tags are used by the PhotoSmart E427.
10172
10173  Tag ID               Tag Name                 Writable
10174  ------               --------                 --------
10175  'Lens Shading'       LensShading              no
10176  'PreviewImage'       PreviewImage             no
10177  'Serial Number'      SerialNumber             no
10178
10179=head3 HP Type4 Tags
10180
10181These tags are used by the PhotoSmart M627.
10182
10183  Index1   Tag Name                             Writable
10184  ------   --------                             --------
10185     12    MaxAperture                          no
10186     16    ExposureTime                         no
10187     20    CameraDateTime                       no
10188     52    ISO                                  no
10189     92    SerialNumber                         no
10190
10191=head3 HP Type6 Tags
10192
10193These tags are used by the PhotoSmart M425, M525 and M527.
10194
10195  Index1   Tag Name                             Writable
10196  ------   --------                             --------
10197     12    FNumber                              no
10198     16    ExposureTime                         no
10199     20    CameraDateTime                       no
10200     52    ISO                                  no
10201     88    SerialNumber                         no
10202
10203=head3 HP TDHD Tags
10204
10205These tags are extracted from the APP6 "TDHD" segment of Photosmart R837
10206JPEG images.  Many other unknown tags exist in is data, and can be seen with
10207the Unknown (-u) option.
10208
10209  Tag ID   Tag Name                             Writable
10210  ------   --------                             --------
10211  'CMSN'   SerialNumber                         no
10212  'FWRV'   FirmwareVersion                      no
10213  'LSLV'   LSLV                                 HP TDHD
10214  'TDHD'   TDHD                                 HP TDHD
10215
10216=head2 JVC Tags
10217
10218JVC EXIF maker note tags.
10219
10220  Tag ID   Tag Name                             Writable
10221  ------   --------                             --------
10222  0x0002   CPUVersions                          no
10223  0x0003   Quality                              no
10224
10225=head3 JVC Text Tags
10226
10227JVC/Victor text-based maker note tags.
10228
10229  Tag ID   Tag Name                             Writable
10230  ------   --------                             --------
10231  'QTY'    Quality                              no
10232  'VER'    MakerNoteVersion                     no
10233
10234=head2 Kodak Tags
10235
10236Many Kodak models don't store the maker notes in standard IFD format, and
10237these formats vary with different models.  Some information has been
10238decoded, but much of the Kodak information remains unknown.
10239
10240The table below contains the most common set of Kodak tags.  The following
10241Kodak camera models have been tested and found to use these tags: C360,
10242C663, C875, CX6330, CX6445, CX7330, CX7430, CX7525, CX7530, DC4800, DC4900,
10243DX3500, DX3600, DX3900, DX4330, DX4530, DX4900, DX6340, DX6440, DX6490,
10244DX7440, DX7590, DX7630, EasyShare-One, LS420, LS443, LS633, LS743, LS753,
10245V530, V550, V570, V603, V610, V705, Z650, Z700, Z710, Z730, Z740, Z760 and
10246Z7590.
10247
10248  Index1   Tag Name                             Writable
10249  ------   --------                             --------
10250      0    KodakModel                           string[8]
10251      9    Quality                              int8u
10252     10    BurstMode                            int8u
10253     12    KodakImageWidth                      int16u
10254     14    KodakImageHeight                     int16u
10255     16    YearCreated                          int16u
10256     18    MonthDayCreated                      int8u[2]
10257     20    TimeCreated                          int8u[4]
10258     24    BurstMode2?                          int16u
10259     27    ShutterMode                          int8u
10260     28    MeteringMode                         int8u
10261     29    SequenceNumber                       int8u
10262     30    FNumber                              int16u
10263     32    ExposureTime                         int32u
10264     36    ExposureCompensation                 int16s
10265     38    VariousModes?                        int16u
10266     40    Distance1?                           int32u
10267     44    Distance2?                           int32u
10268     48    Distance3?                           int32u
10269     52    Distance4?                           int32u
10270     56    FocusMode                            int8u
10271     58    VariousModes2?                       int16u
10272     60    PanoramaMode?                        int16u
10273     62    SubjectDistance?                     int16u
10274     64    WhiteBalance                         int8u
10275     92    FlashMode                            int8u
10276     93    FlashFired                           int8u
10277     94    ISOSetting                           int16u
10278     96    ISO                                  int16u
10279     98    TotalZoom                            int16u
10280    100    DateTimeStamp                        int16u
10281    102    ColorMode                            int16u
10282    104    DigitalZoom                          int16u
10283    107    Sharpness                            int8s
10284
10285=head3 Kodak IFD Tags
10286
10287These tags are found in a separate IFD of JPEG, TIFF, DCR and KDC images
10288from some older Kodak models such as the DC50, DC120, DCS760C, DCS Pro 14N,
1028914nx, SLR/n, Pro Back and Canon EOS D2000.
10290
10291  Tag ID   Tag Name                             Writable
10292  ------   --------                             --------
10293  0x0000   KodakVersion                         int8u[4]
10294  0x0001   UnknownEV?                           rational64u
10295  0x0003   ExposureValue                        rational64u
10296  0x03e9   OriginalFileName                     string
10297  0x03ea   KodakTag                             int32u
10298  0x03eb   SensorLeftBorder                     int16u
10299  0x03ec   SensorTopBorder                      int16u
10300  0x03ed   SensorImageWidth                     int16u
10301  0x03ee   SensorImageHeight                    int16u
10302  0x03ef   BlackLevelTop                        int16u
10303  0x03f0   BlackLevelBottom                     int16u
10304  0x03f1   TextualInfo                          Kodak TextualInfo
10305  0x03f2   FlashMode?                           int16u
10306  0x03f3   FlashCompensation                    rational64s
10307  0x03f4   WindMode?                            int16u
10308  0x03f5   FocusMode?                           int16u
10309  0x03f8   MinAperture                          rational64u
10310  0x03f9   MaxAperture                          rational64u
10311  0x03fa   WhiteBalanceMode?                    int16u
10312  0x03fb   WhiteBalanceDetected?                int16u
10313  0x03fc   WhiteBalance                         int16u
10314  0x03fd   Processing                           Kodak Processing
10315           ProcessingParameters                 no
10316  0x03fe   ImageAbsoluteX                       int16s
10317  0x03ff   ImageAbsoluteY                       int16s
10318  0x0400   ApplicationKeyString                 string
10319  0x0401   Time                                 string
10320  0x0402   GPSString                            string
10321  0x0403   EventLogCapture?                     no
10322  0x0404   ComponentTable?                      no
10323  0x0405   CustomIlluminant?                    int16u
10324  0x0406   CameraTemperature                    rational64s
10325           CameraTemperature                    no
10326  0x0407   AdapterVoltage                       rational64u
10327  0x0408   BatteryVoltage                       rational64u
10328  0x0409   DacVoltages                          no
10329  0x040a   IlluminantDetectorData?              no
10330  0x040b   PixelClockFrequency                  int32u
10331  0x040c   CenterPixel                          int16u[3]
10332  0x040d   BurstCount                           int16u
10333  0x040e   BlackLevelRough                      int16u
10334  0x040f   OffsetMapHorizontal?                 no
10335  0x0410   OffsetMapVertical?                   no
10336  0x0411   Histogram?                           no
10337  0x0412   VerticalClockOverlaps                int16u[2]
10338  0x0413   SensorTemperature                    no
10339  0x0414   XilinxVersion                        string
10340  0x0415   FirmwareVersion                      int32u
10341  0x0416   BlackLevelRoughAfter                 int16u
10342  0x0417   BrightRowsTop                        no
10343  0x0418   EventLogProcess                      no
10344  0x0419   DacVoltagesFlush                     no
10345  0x041a   FlashUsed                            no
10346  0x041b   FlashType                            no
10347  0x041c   SelfTimer                            no
10348  0x041d   AFMode                               no
10349  0x041e   LensType                             no
10350  0x041f   ImageCropX                           int16s
10351  0x0420   ImageCropY                           int16s
10352  0x0421   AdjustedTbnImageWidth                no
10353  0x0422   AdjustedTbnImageHeight               no
10354  0x0423   IntegrationTime                      int32u
10355  0x0424   BracketingMode                       no
10356  0x0425   BracketingStep                       no
10357  0x0426   BracketingCounter                    no
10358  0x042e   HuffmanTableLength                   no
10359  0x042f   HuffmanTableValue                    no
10360  0x0438   MainBoardVersion                     int32u
10361  0x0439   ImagerBoardVersion                   int32u
10362  0x044c   FocusEdgeMap                         no
10363  0x05e6   IdleTiming                           no
10364  0x05e7   FlushTiming                          no
10365  0x05e8   IntegrateTiming                      no
10366  0x05e9   RegisterReadTiming                   no
10367  0x05ea   FirstLineTransferTiming              no
10368  0x05eb   ShiftTiming                          no
10369  0x05ec   NormalLineTransferTiming             no
10370  0x05ed   TestTransferTiming                   no
10371  0x05fa   MinimumFlushRows                     no
10372  0x05fd   ImagerPowerOnDelayMsec               int32u
10373  0x05fe   ImagerInitialTimingCode              no
10374  0x05ff   ImagerLogicProgram                   no
10375  0x0600   ImagerBiasSettlingDelayMsec          int32u
10376  0x0604   IdleSequence                         no
10377  0x0605   FirstFlushSequence                   no
10378  0x0606   FinalFlushSequence                   no
10379  0x0607   SampleBlackSequence                  no
10380  0x0608   TransferSequence                     no
10381  0x060e   DacCountsPerVolt                     no
10382  0x060f   BlackDacChannel                      no
10383  0x0610   BlackAdCountsPerDacVolt              no
10384  0x0611   BlackTarget                          no
10385  0x0612   BlackDacSettlingMsec                 no
10386  0x07d0   StandardMatrixDaylight               rational64s[9]
10387  0x07d1   StandardMatrixTungsten               rational64s[9]
10388  0x07d2   StandardMatrixFluorescent            rational64s[9]
10389  0x07d3   StandardMatrixFlash                  rational64s[9]
10390  0x07d4   StandardMatrixCustom                 rational64s[9]
10391  0x07da   DeviantMatrixDaylight                rational64s[9]
10392  0x07db   DeviantMatrixTungsten                rational64s[9]
10393  0x07dc   DeviantMatrixFluorescent             rational64s[9]
10394  0x07dd   DeviantMatrixFlash                   rational64s[9]
10395  0x07de   DeviantMatrixCustom                  rational64s[9]
10396  0x07e4   UniqueMatrixDaylight                 rational64s[9]
10397  0x07e5   UniqueMatrixTungsten                 rational64s[9]
10398  0x07e6   UniqueMatrixFluorescent              rational64s[9]
10399  0x07e7   UniqueMatrixFlash                    rational64s[9]
10400  0x07e8   UniqueMatrixCustom                   rational64s[9]
10401  0x07e9   UniqueMatrixAuto                     rational64s[9]
10402  0x0834   StandardWhiteDaylight                rational64s[3]
10403  0x0835   StandardWhiteTungsten                rational64s[3]
10404  0x0836   StandardWhiteFluorescent             rational64s[3]
10405  0x0837   StandardWhiteFlash                   rational64s[3]
10406  0x0838   StandardWhiteCustom                  rational64s[3]
10407  0x083e   DeviantWhiteDaylight                 rational64s[3]
10408  0x083f   DeviantWhiteTungsten                 rational64s[3]
10409  0x0840   DeviantWhiteFluorescent              rational64s[3]
10410  0x0841   DeviantWhiteFlash                    rational64s[3]
10411  0x0842   DeviantWhiteCustom                   rational64s[3]
10412  0x0846   ColorTemperature                     int16u
10413  0x0847   WB_RGBLevelsAsShot                   no
10414  0x0848   WB_RGBLevelsDaylight                 no
10415  0x0849   WB_RGBLevelsTungsten                 no
10416  0x084a   WB_RGBLevelsFluorescent              no
10417  0x084b   WB_RGBLevelsFlash                    no
10418  0x084c   WB_RGBLevelsCustom                   no
10419  0x084d   WB_RGBLevelsAuto                     no
10420  0x0852   WB_RGBMulDaylight                    rational64u[3]
10421  0x0853   WB_RGBMulTungsten                    rational64u[3]
10422  0x0854   WB_RGBMulFluorescent                 rational64u[3]
10423  0x0855   WB_RGBMulFlash                       rational64u[3]
10424  0x085c   WB_RGBCoeffsDaylight                 no
10425  0x085d   WB_RGBCoeffsTungsten                 no
10426  0x085e   WB_RGBCoeffsFluorescent              no
10427  0x085f   WB_RGBCoeffsFlash                    no
10428  0x0898   ExposureGainDaylight                 rational64s
10429  0x0899   ExposureGainTungsten                 rational64s
10430  0x089a   ExposureGainFluorescent              rational64s
10431  0x089b   ExposureGainFlash                    rational64s
10432  0x089c   ExposureGainCustom                   rational64s
10433  0x089d   AnalogISOTable                       rational64u[3]
10434  0x089e   AnalogCaptureISO                     int32u
10435  0x089f   ISOCalibrationGain                   rational64u
10436  0x08a0   ISOCalibrationGainTable              no
10437  0x08a1   ExposureHeadroomFactor               no
10438  0x08ab   LinearitySplineTags                  no
10439  0x08fc   MonitorMatrix                        rational64s[9]
10440  0x08fd   TonScaleTable                        no
10441  0x08fe   Gamma                                rational64u
10442  0x08ff   LogLinTable                          no
10443  0x0900   LinLogTable                          no
10444  0x0901   GammaTable                           no
10445  0x0902   LogScale                             rational64u
10446  0x0903   BaseISO                              rational64u
10447  0x0904   LinLogCoring                         int16u
10448  0x0905   PatternGainConversionTable           no
10449  0x0906   DefectCount                          no
10450  0x0907   DefectList                           no
10451  0x0908   DefectListPacked                     no
10452  0x0909   ImageSpace                           int16u
10453  0x090a   ThumbnailCompressionTable            no
10454  0x090b   ThumbnailExpansionTable              no
10455  0x090c   ImageCompressionTable                no
10456  0x090d   ImageExpansionTable                  no
10457  0x090e   EighteenPercentPoint                 no
10458  0x090f   DefectIsoCode                        int16u
10459  0x0910   BaseISODaylight                      rational64u
10460  0x0911   BaseISOTungsten                      rational64u
10461  0x0912   BaseISOFluorescent                   rational64u
10462  0x0913   BaseISOFlash                         rational64u
10463  0x091a   MatrixSelectThreshold                int16s
10464  0x091b   MatrixSelectK                        rational64u
10465  0x091c   IlluminantDetectTable                no
10466  0x091d   RGTable                              no
10467  0x091e   MatrixSelectThreshold1               int16s
10468  0x091f   MatrixSelectThreshold2               int16s
10469  0x0924   PortraitMatrix                       no
10470  0x0925   PortraitToneScaleTable               no
10471  0x092e   EnableSharpening                     int16u
10472  0x092f   SharpeningKernel                     int16s[25]
10473  0x0930   EdgeMapSlope                         int16u
10474  0x0931   EdgeMapX1                            int16u
10475  0x0932   EdgeMapX2                            int16u
10476  0x0933   KernelDenominators                   int16u[3]
10477  0x0934   EdgeMapX3                            int16u
10478  0x0935   EdgeMapX4                            int16u
10479  0x0936   SharpenForThumbnail                  no
10480  0x0937   EdgeSpline                           no
10481  0x0938   DownSampleBy2Hor                     no
10482  0x0939   DownSampleBy2Ver                     no
10483  0x093a   DownSampleBy4Hor                     no
10484  0x093b   DownSampleBy4Ver                     no
10485  0x093c   DownSampleBy3Hor                     no
10486  0x093d   DownSampleBy3Ver                     no
10487  0x093e   DownSampleBy6Hor                     no
10488  0x093f   DownSampleBy6Ver                     no
10489  0x0940   DownSampleBy2Hor3MPdcr               no
10490  0x0941   DownSampleBy2Ver3MPdcr               no
10491  0x0942   ThumbnailResizeRatio                 no
10492  0x0943   AtCaptureUserCrop                    int32u[4]
10493  0x0944   ImageResolution                      int32u
10494  0x0945   ImageResolutionJpg                   int32u
10495  0x094c   USMParametersLow                     no
10496  0x094d   USMParametersMed                     no
10497  0x094e   USMParametersHigh                    no
10498  0x094f   USMParametersHost                    no
10499  0x0950   EdgeSplineLow                        no
10500  0x0951   EdgeSplineMed                        no
10501  0x0952   EdgeSplineHigh                       no
10502  0x0953   USMParametersHost6MP                 no
10503  0x0954   USMParametersHost3MP                 no
10504  0x0960   PatternImagerWidth                   int16u
10505  0x0961   PatternImagerHeight                  int16u
10506  0x0962   PatternAreaWidth                     int16u
10507  0x0963   PatternAreaHeight                    int16u
10508  0x0964   PatternCorrectionGains               no
10509  0x0965   PatternCorrectionOffsets             no
10510  0x0966   PatternX                             int16u
10511  0x0967   PatternY                             int16u
10512  0x0968   PatternCorrectionFactors             no
10513  0x0969   PatternCorrectionFactorScale         int16u
10514  0x096a   PatternCropRows1                     int16u
10515  0x096b   PatternCropRows2                     int16u
10516  0x096c   PatternCropCols1                     int16u
10517  0x096d   PatternCropCols2                     int16u
10518  0x096e   PixelCorrectionGains                 no
10519  0x096f   StitchRows                           no
10520  0x0970   StitchColumns                        no
10521  0x0971   PixelCorrectionScale                 int16u
10522  0x0972   PixelCorrectionOffset                int16u
10523  0x0988   LensTableIndex                       no
10524  0x0992   DiffTileGains602832                  no
10525  0x0993   DiffTileGains24t852822               no
10526  0x099c   TileGainDeterminationTable           no
10527  0x099d   NemoBlurKernel                       no
10528  0x099e   NemoTileSize                         no
10529  0x099f   NemoGainFactors                      no
10530  0x09a0   NemoDarkLimit                        no
10531  0x09a1   NemoHighlight12Limit                 no
10532  0x09c4   ImagerFileProductionLevel            int16u
10533  0x09c5   ImagerFileDateCreated                int32u
10534  0x09c6   CalibrationVersion                   string
10535  0x09c7   ImagerFileTagsVersionStandard        int16u
10536  0x09c8   IFCameraModel                        string
10537  0x09c9   CalibrationHistory                   string
10538  0x09ca   CalibrationLog                       no
10539  0x09ce   SensorSerialNumber                   string
10540  0x09f6   DefectConcealArtCorrectThres         no
10541  0x09f7   SglColDCACThres1                     no
10542  0x09f8   SglColDCACThres2                     no
10543  0x09f9   SglColDCACTHres3                     no
10544  0x0a01   DblColDCACThres1                     no
10545  0x0a02   DblColDCACThres2                     no
10546  0x0a0a   DefectConcealThresTable              no
10547  0x0a28   MonoUniqueMatrix                     no
10548  0x0a29   MonoMonitorMatrix                    no
10549  0x0a2a   MonoToneScaleTable                   no
10550  0x0a5a   OmenInitialScaling                   no
10551  0x0a5b   OmenInitialRows                      no
10552  0x0a5c   OmenInitialColumns                   no
10553  0x0a5d   OmenInitialIPFStrength               int32s[4]
10554  0x0a5e   OmenEarlyStrength                    int32s[4]
10555  0x0a5f   OmenAutoStrength                     int32s[4]
10556  0x0a60   OmenAtCaptureStrength                int32s[4]
10557  0x0a61   OmenAtCaptureMode                    no
10558  0x0a62   OmenFocalLengthLimit                 int16s
10559  0x0a64   OmenSurfaceIndex                     int16s
10560  0x0a65   OmenPercentToRationalLimitsRed       no
10561  0x0a66   OmenPercentToRationalLimitsGoR       no
10562  0x0a67   OmenPercentToRationalLimitsBlue      no
10563  0x0a68   OmenPercentToRationalLimitsGoB       no
10564  0x0a6e   OmenEarlyGoBSurface                  no
10565  0x0a6f   OmenEarlyGoBRows                     no
10566  0x0a70   OmenEarlyGoBColumns                  no
10567  0x0a73   OmenSmoothingKernel                  no
10568  0x0a74   OmenGradientOffset                   no
10569  0x0a75   OmenGradientKernel                   no
10570  0x0a76   OmenGradientKernelTaps               no
10571  0x0a77   OmenRatioClipFactors                 no
10572  0x0a78   OmenRatioExclusionFactors            no
10573  0x0a79   OmenGradientExclusionLimits          no
10574  0x0a7a   OmenROICoordinates                   no
10575  0x0a7b   OmenROICoefficients                  no
10576  0x0a7c   OmenRangeWeighting                   no
10577  0x0a7d   OmenMeanToStrength                   no
10578  0x0bb8   FactoryWhiteGainsDaylight            no
10579  0x0bb9   FactoryWhiteOffsetsDaylight          no
10580  0x0bba   DacGainsCoarse                       no
10581  0x0bbb   DacGainsFine                         no
10582  0x0bbc   DigitalExposureGains                 no
10583  0x0bbd   DigitalExposureBiases                no
10584  0x0bbe   BlackClamp                           no
10585  0x0bbf   ChannelCoarseGainAdjust              no
10586  0x0bc0   BlackClampOffset                     no
10587  0x0bf4   DMPixelThresholdFactor               no
10588  0x0bf5   DMWindowThresholdFactor              no
10589  0x0bf6   DMTrimFraction                       no
10590  0x0bf7   DMSmoothRejThresh                    no
10591  0x0bf8   DMFillRejThresh                      no
10592  0x0bf9   VMWsize                              no
10593  0x0bfa   DMErodeRadius                        no
10594  0x0bfb   DMNumPatches                         no
10595  0x0bfc   DMNoiseScale                         no
10596  0x0bfe   BrightDefectThreshold                no
10597  0x0bff   BrightDefectIntegrationMS            no
10598  0x0c00   BrightDefectIsoCode                  no
10599  0x0c03   TopDarkRow1                          no
10600  0x0c04   TopDarkRow2                          no
10601  0x0c05   BottomDarkRow1                       no
10602  0x0c06   BottomDarkRow2                       no
10603  0x0c07   LeftDarkCol1                         no
10604  0x0c08   LeftDarkCol2                         no
10605  0x0c09   RightDarkCol1                        no
10606  0x0c0a   RightDarkCol2                        no
10607  0x0c0b   HMPixThresh                          no
10608  0x0c0c   HMColThresh                          no
10609  0x0c0d   HMWsize                              no
10610  0x0c0e   HMColRejThresh                       no
10611  0x0c0f   VMPixThresh                          no
10612  0x0c10   VMColThresh                          no
10613  0x0c11   VMNbands                             no
10614  0x0c12   VMColDropThresh                      no
10615  0x0c13   VMPatchResLimit                      no
10616  0x0c14   MapScale                             no
10617  0x0c1c   Klut                                 no
10618  0x0c1d   RimNonlinearity                      no
10619  0x0c1e   InverseRimNonlinearity               no
10620  0x0c1f   RembrandtToneScale                   no
10621  0x0c20   RimToNifColorTransform               no
10622  0x0c21   RimToNifScaleFactor                  no
10623  0x0c22   NifNonlinearity                      no
10624  0x0c23   SBALogTransform                      no
10625  0x0c24   InverseSBALogTransform               no
10626  0x0c25   SBABlack                             int16u
10627  0x0c26   SBAGray                              int16u
10628  0x0c27   SBAWhite                             int16u
10629  0x0c28   GaussianWeights                      no
10630  0x0c29   SfsBoundary                          no
10631  0x0c2a   CoringTableBest                      no
10632  0x0c2b   CoringTableBetter                    no
10633  0x0c2c   CoringTableGood                      no
10634  0x0c2d   ExposureReferenceGain                no
10635  0x0c2e   ExposureReferenceOffset              no
10636  0x0c2f   SBARedBalanceLut                     no
10637  0x0c30   SBAGreenBalanceLut                   no
10638  0x0c31   SBABlueBalanceLut                    no
10639  0x0c32   SBANeutralBAL                        int32s
10640  0x0c33   SBAGreenMagentaBAL                   int32s
10641  0x0c34   SBAIlluminantBAL                     int32s
10642  0x0c35   SBAAnalysisComplete                  int8u
10643  0x0c36   JPEGQTableBest                       no
10644  0x0c37   JPEGQTableBetter                     no
10645  0x0c38   JPEGQTableGood                       no
10646  0x0c39   RembrandtPortraitToneScale           no
10647  0x0c3a   RembrandtConsumerToneScale           no
10648  0x0c3b   CFAGreenThreshold1                   no
10649  0x0c3c   CFAGreenThreshold2                   no
10650  0x0c3d   QTableLarge50Pct                     no
10651  0x0c3e   QTableLarge67Pct                     no
10652  0x0c3f   QTableLarge100Pct                    no
10653  0x0c40   QTableMedium50Pct                    no
10654  0x0c41   QTableMedium67Pct                    no
10655  0x0c42   QTableMedium100Pct                   no
10656  0x0c43   QTableSmall50Pct                     no
10657  0x0c44   QTableSmall67Pct                     no
10658  0x0c45   QTableSmall100Pct                    no
10659  0x0c46   SBAHighGray                          int16u
10660  0x0c47   SBALowGray                           int16u
10661  0x0c48   CaptureLook                          int16u
10662  0x0c49   SBAIllOffset                         int16s
10663  0x0c4a   SBAGmOffset                          int16s
10664  0x0c4b   NifNonlinearity12Bit                 no
10665  0x0c4c   SharpeningOn                         no
10666  0x0c4d   NifNonlinearity16Bit                 no
10667  0x0c4e   RawHistogram                         no
10668  0x0c4f   RawCFAComponentAverages              no
10669  0x0c50   DisableFlagsPresent                  no
10670  0x0c51   DelayCols                            no
10671  0x0c52   DummyColsLeft                        no
10672  0x0c53   TrashColsRight                       no
10673  0x0c54   BlackColsRight                       no
10674  0x0c55   DummyColsRight                       no
10675  0x0c56   OverClockColsRight                   no
10676  0x0c57   UnusedBlackRowsTopOut                no
10677  0x0c58   TrashRowsBottom                      no
10678  0x0c59   BlackRowsBottom                      no
10679  0x0c5a   OverClockRowsBottom                  no
10680  0x0c5b   BlackColsLeft                        no
10681  0x0c5c   BlackRowsTop                         no
10682  0x0c5d   PartialActiveColsLeft                no
10683  0x0c5e   PartialActiveColsRight               no
10684  0x0c5f   PartialActiveRowsTop                 no
10685  0x0c60   PartialActiveRowsBottom              no
10686  0x0c61   ProcessBorderColsLeft                int16u
10687  0x0c62   ProcessBorderColsRight               int16u
10688  0x0c63   ProcessBorderRowsTop                 int16u
10689  0x0c64   ProcessBorderRowsBottom              int16u
10690  0x0c65   ActiveCols                           no
10691  0x0c66   ActiveRows                           no
10692  0x0c67   FirstLines                           no
10693  0x0c68   UnusedBlackRowsTopIn                 no
10694  0x0c69   UnusedBlackRowsBottomIn              no
10695  0x0c6a   UnusedBlackRowsBottomOut             no
10696  0x0c6b   UnusedBlackColsLeftOut               no
10697  0x0c6c   UnusedBlackColsLeftIn                no
10698  0x0c6d   UnusedBlackColsRightIn               no
10699  0x0c6e   UnusedBlackColsRightOut              no
10700  0x0c6f   CFAOffsetRows                        int32u
10701  0x0c70   ShiftCols                            int16s
10702  0x0c71   CFAOffsetCols                        int32u
10703  0x0c76   DarkMapScale                         no
10704  0x0c77   HMapHandling                         no
10705  0x0c78   VMapHandling                         no
10706  0x0c79   DarkThreshold                        no
10707  0x0c7a   DMDitherMatrix                       int16u
10708  0x0c7b   DMDitherMatrixWidth                  int16u
10709  0x0c7c   DMDitherMatrixHeight                 int16u
10710  0x0c7d   MaxPixelValueThreshold               int16u
10711  0x0c7e   HoleFillDeltaThreshold               int16u
10712  0x0c7f   DarkPedestal                         int16u
10713  0x0c80   ImageProcessingFileTagsVersionNumber int16u
10714  0x0c81   ImageProcessingFileDateCreated       string
10715  0x0c82   DoublingMicrovolts                   int32s
10716  0x0c83   DarkFrameShortExposure               int32u
10717  0x0c84   DarkFrameLongExposure                int32u
10718  0x0c85   DarkFrameCountFactor                 rational64u
10719  0x0c88   HoleFillDarkDeltaThreshold           int16u
10720  0x0c89   FarkleWhiteThreshold                 no
10721  0x0c8a   ColumnResetOffsets                   no
10722  0x0c8b   ColumnGainFactors                    no
10723  0x0c8c   Channel0LagKernel                    no
10724  0x0c8d   Channel1LagKernel                    no
10725  0x0c8e   Channel2LagKernel                    no
10726  0x0c8f   Channel3LagKernel                    no
10727  0x0c90   BluegrassTable                       no
10728  0x0c91   BluegrassScale1                      no
10729  0x0c92   BluegrassScale2                      no
10730  0x0ce4   FinishedFileProcessingRequest        no
10731  0x0ce5   FirmwareVersion                      string
10732  0x0ce6   HostSoftwareExportVersion            no
10733  0x0ce7   HostSoftwareRendering                int32u
10734  0x0dac   DCS3XXProcessingInfoIFD              no
10735  0x0dad   DCS3XXProcessingInfo                 no
10736  0x0dae   IPAVersion                           int32u
10737  0x0db6   FinishIPAVersion                     no
10738  0x0db7   FinishIPFVersion                     no
10739  0x0db8   FinishFileType                       int32u
10740  0x0db9   FinishResolution                     int32u
10741  0x0dba   FinishNoise                          int32u
10742  0x0dbb   FinishSharpening                     int32u
10743  0x0dbc   FinishLook                           int32u
10744  0x0dbd   FinishExposure                       int32u
10745  0x0e0b   SigmaScalingFactorLowRes             rational64u
10746  0x0e0c   SigmaScalingFactorCamera             rational64u
10747  0x0e0d   SigmaImpulseParameters               int16u[n]
10748  0x0e0e   SigmaNoiseThreshTableV2              no
10749  0x0e0f   SigmaSizeTable                       int16u[n]
10750  0x0e10   DacGainsCoarseAdjPreIF41             no
10751  0x0e11   SigmaNoiseFilterCalTableV1           no
10752  0x0e12   SigmaNoiseFilterTableV1              no
10753  0x0e13   Lin12ToKlut8                         no
10754  0x0e14   SigmaNoiseFilterTableV1Version       no
10755  0x0e15   Lin12ToKlut12                        no
10756  0x0e16   Klut12ToLin12                        no
10757  0x0e17   NifNonlinearity12To16                no
10758  0x0e18   SBALog12Transform                    no
10759  0x0e19   InverseSBALog12Transform             no
10760  0x0e1a   ToneScale0                           no
10761  0x0e1b   ToneScale1                           no
10762  0x0e1c   ToneScale2                           no
10763  0x0e1d   ToneScale3                           no
10764  0x0e1e   ToneScale4                           no
10765  0x0e1f   ToneScale5                           no
10766  0x0e20   ToneScale6                           no
10767  0x0e21   ToneScale7                           no
10768  0x0e22   ToneScale8                           no
10769  0x0e23   ToneScale9                           no
10770  0x0e24   DayMat0                              no
10771  0x0e25   DayMat1                              no
10772  0x0e26   DayMat2                              no
10773  0x0e27   DayMat3                              no
10774  0x0e28   DayMat4                              no
10775  0x0e29   DayMat5                              no
10776  0x0e2a   DayMat6                              no
10777  0x0e2b   DayMat7                              no
10778  0x0e2c   DayMat8                              no
10779  0x0e2d   DayMat9                              no
10780  0x0e2e   TungMat0                             no
10781  0x0e2f   TungMat1                             no
10782  0x0e30   TungMat2                             no
10783  0x0e31   TungMat3                             no
10784  0x0e32   TungMat4                             no
10785  0x0e33   TungMat5                             no
10786  0x0e34   TungMat6                             no
10787  0x0e35   TungMat7                             no
10788  0x0e36   TungMat8                             no
10789  0x0e37   TungMat9                             no
10790  0x0e38   FluorMat0                            no
10791  0x0e39   FluorMat1                            no
10792  0x0e3a   FluorMat2                            no
10793  0x0e3b   FluorMat3                            no
10794  0x0e3c   FluorMat4                            no
10795  0x0e3d   FluorMat5                            no
10796  0x0e3e   FluorMat6                            no
10797  0x0e3f   FluorMat7                            no
10798  0x0e40   FluorMat8                            no
10799  0x0e41   FluorMat9                            no
10800  0x0e42   FlashMat0                            no
10801  0x0e43   FlashMat1                            no
10802  0x0e44   FlashMat2                            no
10803  0x0e45   FlashMat3                            no
10804  0x0e46   FlashMat4                            no
10805  0x0e47   FlashMat5                            no
10806  0x0e48   FlashMat6                            no
10807  0x0e49   FlashMat7                            no
10808  0x0e4a   FlashMat8                            no
10809  0x0e4b   FlashMat9                            no
10810  0x0e4c   KodakLook                            string
10811  0x0e4d   IPFCameraModel                       string
10812  0x0e4e   AH2GreenInterpolationThreshold       int16u
10813  0x0e4f   ResamplingKernelDenominators067      int16u[3]
10814  0x0e50   ResamplingKernelDenominators050      int16u[3]
10815  0x0e51   ResamplingKernelDenominators100      int16u[3]
10816  0x0e56   LookMat0                             no
10817  0x0e57   LookMat1                             no
10818  0x0e58   LookMat2                             no
10819  0x0e59   LookMat3                             no
10820  0x0e5a   LookMat4                             no
10821  0x0e5b   LookMat5                             no
10822  0x0e5c   LookMat6                             no
10823  0x0e5d   LookMat7                             no
10824  0x0e5e   LookMat8                             no
10825  0x0e5f   LookMat9                             no
10826  0x0e60   CFAInterpolationAlgorithm            int16u
10827  0x0e61   CFAInterpolationMetric               int16u
10828  0x0e62   CFAZipperFixThreshold                int16u
10829  0x0e63   NoiseReductionParametersKhufuRGB     int16u[9]
10830  0x0e64   NoiseReductionParametersKhufu6MP     int16u[9]
10831  0x0e65   NoiseReductionParametersKhufu3MP     int16u[9]
10832  0x0e6a   ChromaNoiseHighFThresh               int32u[2]
10833  0x0e6b   ChromaNoiseLowFThresh                int32u[2]
10834  0x0e6c   ChromaNoiseEdgeMapThresh             int32u
10835  0x0e6d   ChromaNoiseColorSpace                int32u
10836  0x0e6e   EnableChromaNoiseReduction           int16u
10837  0x0e6f   NoiseReductionParametersHostRGB      int16u[9]
10838  0x0e70   NoiseReductionParametersHost6MP      int16u[9]
10839  0x0e71   NoiseReductionParametersHost3MP      int16u[9]
10840  0x0e72   NoiseReductionParametersCamera       int16u[6]
10841  0x0e73   NoiseReductionParametersAtCapture    int16u[6]
10842  0x0e74   LCDMatrix                            rational64s[9]
10843  0x0e75   LCDMatrixChickFix                    rational64s[9]
10844  0x0e76   LCDMatrixMarvin                      rational64s[9]
10845  0x0e7c   LCDGammaTableChickFix                no
10846  0x0e7d   LCDGammaTableMarvin                  no
10847  0x0e7e   LCDGammaTable                        no
10848  0x0e7f   LCDSharpeningF1                      no
10849  0x0e80   LCDSharpeningF2                      no
10850  0x0e81   LCDSharpeningF3                      no
10851  0x0e82   LCDSharpeningF4                      no
10852  0x0e83   LCDEdgeMapX1                         no
10853  0x0e84   LCDEdgeMapX2                         no
10854  0x0e85   LCDEdgeMapX3                         no
10855  0x0e86   LCDEdgeMapX4                         no
10856  0x0e87   LCDEdgeMapSlope                      no
10857  0x0e88   YCrCbMatrix                          no
10858  0x0e89   LCDEdgeSpline                        no
10859  0x0e92   Fac18Per                             int16u
10860  0x0e93   Fac170Per                            int16u
10861  0x0e94   Fac100Per                            int16u
10862  0x0e9b   ExtraTickLocations                   no
10863  0x0e9c   RGBtoeV0                             no
10864  0x0e9d   RGBtoeV1                             no
10865  0x0e9e   RGBtoeV2                             no
10866  0x0e9f   RGBtoeV3                             no
10867  0x0ea0   RGBtoeV4                             no
10868  0x0ea1   RGBtoeV5                             no
10869  0x0ea2   RGBtoeV6                             no
10870  0x0ea3   RGBtoeV7                             no
10871  0x0ea4   RGBtoeV8                             no
10872  0x0ea5   RGBtoeV9                             no
10873  0x0ea6   LCDHistLUT0                          no
10874  0x0ea7   LCDHistLUT1                          no
10875  0x0ea8   LCDHistLUT2                          no
10876  0x0ea9   LCDHistLUT3                          no
10877  0x0eaa   LCDHistLUT4                          no
10878  0x0eab   LCDHistLUT5                          no
10879  0x0eac   LCDHistLUT6                          no
10880  0x0ead   LCDHistLUT7                          no
10881  0x0eae   LCDHistLUT8                          no
10882  0x0eaf   LCDHistLUT9                          no
10883  0x0eb0   LCDLinearClipValue                   no
10884  0x0ece   LCDStepYvalues                       no
10885  0x0ecf   LCDStepYvaluesChickFix               no
10886  0x0ed0   LCDStepYvaluesMarvin                 no
10887  0x0ed8   InterpolationCoefficients            no
10888  0x0ed9   InterpolationCoefficients6MP         no
10889  0x0eda   InterpolationCoefficients3MP         no
10890  0x0f00   NoiseReductionParametersHostNormal   no
10891  0x0f01   NoiseReductionParametersHostStrong   no
10892  0x0f02   NoiseReductionParametersHostLow      no
10893  0x0f0a   MariahTextureThreshold               int16u
10894  0x0f0b   MariahMapLoThreshold                 int16u
10895  0x0f0c   MariahMapHiThreshold                 int16u
10896  0x0f0d   MariahChromaBlurSize                 int16u
10897  0x0f0e   MariahSigmaThreshold                 int16u
10898  0x0f0f   MariahThresholds                     no
10899  0x0f10   MariahThresholdsNormal               no
10900  0x0f11   MariahThresholdsStrong               no
10901  0x0f12   MariahThresholdsLow                  no
10902  0x0f14   KhufuLinearRedMixingCoefficient      no
10903  0x0f15   KhufuLinearGreenMixingCoefficient    no
10904  0x0f16   KhufuLinearBlueMixingCoefficient     no
10905  0x0f17   KhufuUSpaceC2MixingCoefficient       no
10906  0x0f18   KhufuSigmaGaussianWeights            no
10907  0x0f19   KhufuSigmaScalingFactors6MP          no
10908  0x0f1a   KhufuSigmaScalingFactors3MP          no
10909  0x0f1b   KhufuSigmaScalingFactors14MP         no
10910  0x0f32   KhufuI0Thresholds                    no
10911  0x0f33   KhufuI1Thresholds                    no
10912  0x0f34   KhufuI2Thresholds                    no
10913  0x0f35   KhufuI3Thresholds                    no
10914  0x0f36   KhufuI4Thresholds                    no
10915  0x0f37   KhufuI5Thresholds                    no
10916  0x0f3c   CondadoDayBVThresh                   int16u
10917  0x0f3d   CondadoNeuRange                      int16u
10918  0x0f3e   CondadoBVFactor                      int16s
10919  0x0f3f   CondadoIllFactor                     int16s
10920  0x0f40   CondadoTunThresh                     int16s
10921  0x0f41   CondadoFluThresh                     int16s
10922  0x0f42   CondadoDayOffsets                    int16s[2]
10923  0x0f43   CondadoTunOffsets                    int16s[2]
10924  0x0f44   CondadoFluOffsets                    int16s[2]
10925  0x0f5a   ERIMMToCRGB0Spline                   no
10926  0x0f5b   ERIMMToCRGB1Spline                   no
10927  0x0f5c   ERIMMToCRGB2Spline                   no
10928  0x0f5d   ERIMMToCRGB3Spline                   no
10929  0x0f5e   ERIMMToCRGB4Spline                   no
10930  0x0f5f   ERIMMToCRGB5Spline                   no
10931  0x0f60   ERIMMToCRGB6Spline                   no
10932  0x0f61   ERIMMToCRGB7Spline                   no
10933  0x0f62   ERIMMToCRGB8Spline                   no
10934  0x0f63   ERIMMToCRGB9Spline                   no
10935  0x0f64   CRGBToERIMM0Spline                   no
10936  0x0f65   CRGBToERIMM1Spline                   no
10937  0x0f66   CRGBToERIMM2Spline                   no
10938  0x0f67   CRGBToERIMM3Spline                   no
10939  0x0f68   CRGBToERIMM4Spline                   no
10940  0x0f69   CRGBToERIMM5Spline                   no
10941  0x0f6a   CRGBToERIMM6Spline                   no
10942  0x0f6b   CRGBToERIMM7Spline                   no
10943  0x0f6c   CRGBToERIMM8Spline                   no
10944  0x0f6d   CRGBToERIMM9Spline                   no
10945  0x0f6e   ERIMMNonLinearitySpline              no
10946  0x0f6f   Delta12To8Spline                     no
10947  0x0f70   Delta8To12Spline                     no
10948  0x0f71   InverseMonitorMatrix                 no
10949  0x0f72   NifNonlinearityExt                   no
10950  0x0f73   InvNifNonLinearity                   no
10951  0x0f74   RIMM13ToERIMM12Spline                no
10952  0x0f78   ToneScale0Spline                     no
10953  0x0f79   ToneScale1Spline                     no
10954  0x0f7a   ToneScale2Spline                     no
10955  0x0f7b   ToneScale3Spline                     no
10956  0x0f7c   ToneScale4Spline                     no
10957  0x0f7d   ToneScale5Spline                     no
10958  0x0f7e   ToneScale6Spline                     no
10959  0x0f7f   ToneScale7Spline                     no
10960  0x0f80   ToneScale8Spline                     no
10961  0x0f81   ToneScale9Spline                     no
10962  0x0f82   ERIMMToneScale0Spline                no
10963  0x0f83   ERIMMToneScale1Spline                no
10964  0x0f84   ERIMMToneScale2Spline                no
10965  0x0f85   ERIMMToneScale3Spline                no
10966  0x0f86   ERIMMToneScale4Spline                no
10967  0x0f87   ERIMMToneScale5Spline                no
10968  0x0f88   ERIMMToneScale6Spline                no
10969  0x0f89   ERIMMToneScale7Spline                no
10970  0x0f8a   ERIMMToneScale8Spline                no
10971  0x0f8b   ERIMMToneScale9Spline                no
10972  0x0f8c   RIMMToCRGB0Spline                    no
10973  0x0f8d   RIMMToCRGB1Spline                    no
10974  0x0f8e   RIMMToCRGB2Spline                    no
10975  0x0f8f   RIMMToCRGB3Spline                    no
10976  0x0f90   RIMMToCRGB4Spline                    no
10977  0x0f91   RIMMToCRGB5Spline                    no
10978  0x0f92   RIMMToCRGB6Spline                    no
10979  0x0f93   RIMMToCRGB7Spline                    no
10980  0x0f94   RIMMToCRGB8Spline                    no
10981  0x0f95   RIMMToCRGB9Spline                    no
10982  0x0fa0   QTableLarge25Pct                     no
10983  0x0fa1   QTableMedium25Pct                    no
10984  0x0fa2   QTableSmall25Pct                     no
10985  0x1130   NoiseReductionKernel                 no
10986  0x1388   UserMetaData                         no
10987  0x1389   InputProfile                         undef
10988  0x138a   KodakLookProfile                     undef
10989  0x138b   OutputProfile                        undef
10990  0x1390   SourceProfilePrefix                  string
10991  0x1391   ToneCurveProfileName                 string
10992  0x1392   InputProfile                         ICC_Profile
10993  0x1393   ProcessParametersV2                  no
10994  0x1394   ReservedBlob2                        no
10995  0x1395   ReservedBlob3                        no
10996  0x1396   ReservedBlob4                        no
10997  0x1397   ReservedBlob5                        no
10998  0x1398   ReservedBlob6                        no
10999  0x1399   ReservedBlob7                        no
11000  0x139a   ReservedBlob8                        no
11001  0x139b   ReservedBlob9                        no
11002  0x1770   ScriptVersion                        int32u
11003  0x177a   ImagerTimingData                     no
11004  0x1784   ISO                                  int32u
11005  0x17a2   Scav11Cols                           no
11006  0x17a3   Scav12Cols                           no
11007  0x17a4   Scav21Cols                           no
11008  0x17a5   Scav22Cols                           no
11009  0x17a6   ActiveCTEMonitor1Cols                no
11010  0x17a7   ActiveCTEMonitor2Cols                no
11011  0x17a8   ActiveCTEMonitorRows                 no
11012  0x17a9   ActiveBuf1Cols                       no
11013  0x17aa   ActiveBuf2Cols                       no
11014  0x17ab   ActiveBuf1Rows                       no
11015  0x17ac   ActiveBuf2Rows                       no
11016  0x17c0   HRNoiseLines                         no
11017  0x17c1   RNoiseLines                          no
11018  0x17c2   ANoiseLines                          no
11019  0x17d4   ImagerCols                           int16u
11020  0x17de   ImagerRows                           int16u
11021  0x17e8   PartialActiveCols1                   int32u
11022  0x17f2   PartialActiveCols2                   int32u
11023  0x17fc   PartialActiveRows1                   int32u
11024  0x1806   PartialActiveRows2                   int32u
11025  0x1810   ElectricalBlackColumns               int32u
11026  0x181a   ResetBlackSegRows                    int32u
11027  0x1838   CaptureWidthNormal                   int32u
11028  0x1839   CaptureHeightNormal                  int32u
11029  0x183a   CaptureWidthResetBlackSegNormal      no
11030  0x183b   CaptureHeightResetBlackSegNormal     no
11031  0x183c   DarkRefOffsetNormal                  no
11032  0x1842   CaptureWidthTest                     int32u
11033  0x1843   CaptureHeightTest                    no
11034  0x1844   CaptureWidthResetBlackSegTest        no
11035  0x1845   CaptureHeightResetBlackSegTest       no
11036  0x1846   DarkRefOffsetTest                    no
11037  0x184c   ImageSegmentStartLine                int32u
11038  0x184d   ImageSegmentLines                    int32u
11039  0x184e   SkipLineTime                         int32u
11040  0x1860   FastResetLineTime                    int32u
11041  0x186a   NormalLineTime                       int32u
11042  0x1874   MinIntegrationRows                   int32u
11043  0x187e   PreReadFastResetCount                int32u
11044  0x1888   TransferTimeNormal                   int32u
11045  0x1889   TransferTimeTest                     int32u
11046  0x188a   QuietTime                            int32u
11047  0x189c   OverClockCols                        int16u
11048  0x18a6   H2ResetBlackPixels                   int32u
11049  0x18b0   H3ResetBlackPixels                   int32u
11050  0x18ba   BlackAcquireRows                     int32u
11051  0x18c4   OverClockRows                        int16u
11052  0x18ce   H3ResetBlackColumns                  int32u
11053  0x18d8   DarkBlackSegRows                     int32u
11054  0x1900   CrossbarEnable                       no
11055  0x1901   FifoenOnePixelDelay                  int32u
11056  0x1902   ReadoutTypeRequested                 int32u
11057  0x1903   ReadoutTypeActual                    int32u
11058  0x190a   OffsetDacValue                       int32u
11059  0x1914   TempAmpGainX100                      int32u
11060  0x191e   VarrayDacNominalValues               int32u[3]
11061  0x1928   VddimDacNominalValues                no
11062  0x1964   C14Configuration                     int32u
11063  0x196e   TDA1Offset                           int32u[3]
11064  0x196f   TDA1Bandwidth                        int32u
11065  0x1970   TDA1Gain                             int32u[3]
11066  0x1971   TDA1EdgePolarity                     int32u
11067  0x1978   TDA2Offset                           int32u[3]
11068  0x1979   TDA2Bandwidth                        int32u
11069  0x197a   TDA2Gain                             int32u[3]
11070  0x197b   TDA2EdgePolarity                     int32u
11071  0x1982   TDA3Offset                           int32u[3]
11072  0x1983   TDA3Bandwidth                        int32u
11073  0x1984   TDA3Gain                             int32u[3]
11074  0x1985   TDA3EdgePolarity                     int32u
11075  0x198c   TDA4Offset                           int32u[3]
11076  0x198d   TDA4Bandwidth                        int32u
11077  0x198e   TDA4Gain                             int32u[3]
11078  0x198f   TDA4EdgePolarity                     int32u
11079  0xfde8   ComLenBlkSize                        int16u
11080
11081=head3 Kodak TextualInfo Tags
11082
11083Below is a list of tags which have been observed in the Kodak TextualInfo
11084data, however ExifTool will extract information from any tags found here.
11085
11086  Tag ID                Tag Name                Writable
11087  ------                --------                --------
11088  'AF Function'         AFMode                  no
11089  'Actual Compensation' ActualCompensation      no
11090  'Aperture'            Aperture                no
11091  'Auto Bracket'        AutoBracket             no
11092  'Brightness Value'    BrightnessValue         no
11093  'Camera'              CameraModel             no
11094  'Camera body'         CameraBody              no
11095  'Compensation'        ExposureCompensation    no
11096  'Date'                Date                    no
11097  'Exposure Bias'       ExposureBias            no
11098  'Exposure Mode'       ExposureMode            no
11099  'Firmware Version'    FirmwareVersion         no
11100  'Flash Compensation'  FlashExposureComp       no
11101  'Flash Fired'         FlashFired              no
11102  'Flash Sync Mode'     FlashSyncMode           no
11103  'Focal Length'        FocalLength             no
11104  'Height'              KodakImageHeight        no
11105  'ISO'                 ISO                     no
11106  'ISO Speed'           ISO                     no
11107  'Image Number'        ImageNumber             no
11108  'Lens'                Lens                    no
11109  'Max Aperture'        MaxAperture             no
11110  'Meter Mode'          MeterMode               no
11111  'Min Aperture'        MinAperture             no
11112  'Popup Flash'         PopupFlash              no
11113  'Serial Number'       SerialNumber            no
11114  'Shooting Mode'       ShootingMode            no
11115  'Shutter'             ShutterSpeed            no
11116  'Temperature'         Temperature             no
11117  'Time'                Time                    no
11118  'White balance'       WhiteBalance            no
11119  'Width'               KodakImageWidth         no
11120  '_other_info'         OtherInfo               no
11121
11122=head3 Kodak Processing Tags
11123
11124  Index2   Tag Name                             Writable
11125  ------   --------                             --------
11126     20    WB_RGBLevels                         no
11127
11128=head3 Kodak Type2 Tags
11129
11130These tags are used by the Kodak DC220, DC260, DC265 and DC290,
11131Hewlett-Packard PhotoSmart 618, C500 and C912, Pentax EI-200 and EI-2000,
11132and Minolta EX1500Z.
11133
11134  Index1   Tag Name                             Writable
11135  ------   --------                             --------
11136      8    KodakMaker                           string[32]
11137     40    KodakModel                           string[32]
11138    108    KodakImageWidth                      int32u
11139    112    KodakImageHeight                     int32u
11140
11141=head3 Kodak Type3 Tags
11142
11143These tags are used by the DC240, DC280, DC3400 and DC5000.
11144
11145  Index1   Tag Name                             Writable
11146  ------   --------                             --------
11147     12    YearCreated                          int16u
11148     14    MonthDayCreated                      int8u[2]
11149     16    TimeCreated                          int8u[4]
11150     30    OpticalZoom                          int16u
11151     55    Sharpness                            int8s
11152     56    ExposureTime                         int32u
11153     60    FNumber                              int16u
11154     78    ISO                                  int16u
11155
11156=head3 Kodak Type4 Tags
11157
11158These tags are used by the DC200 and DC215.
11159
11160  Index1   Tag Name                             Writable
11161  ------   --------                             --------
11162     32    OriginalFileName                     string[12]
11163
11164=head3 Kodak Type5 Tags
11165
11166These tags are used by the CX4200, CX4210, CX4230, CX4300, CX4310, CX6200
11167and CX6230.
11168
11169  Index1   Tag Name                             Writable
11170  ------   --------                             --------
11171     20    ExposureTime                         int32u
11172     26    WhiteBalance                         int8u
11173     28    FNumber                              int16u
11174     30    ISO                                  int16u
11175     32    OpticalZoom                          int16u
11176     34    DigitalZoom                          int16u
11177     39    FlashMode                            int8u
11178     42    ImageRotated                         int8u
11179     43    Macro                                int8u
11180
11181=head3 Kodak Type6 Tags
11182
11183These tags are used by the DX3215 and DX3700.
11184
11185  Index1   Tag Name                             Writable
11186  ------   --------                             --------
11187     16    ExposureTime                         int32u
11188     20    ISOSetting?                          int32u
11189     24    FNumber                              int16u
11190     26    ISO                                  int16u
11191     28    OpticalZoom                          int16u
11192     30    DigitalZoom                          int16u
11193     34    Flash                                int16u
11194
11195=head3 Kodak Type7 Tags
11196
11197The maker notes of models such as the C340, C433, CC533, LS755, V803 and
11198V1003 seem to start with the camera serial number.  The C310, C315, C330,
11199C643, C743, CD33, CD43, CX7220 and CX7300 maker notes are also decoded using
11200this table, although the strings for these cameras don't conform to the
11201usual Kodak serial number format, and instead have the model name followed
11202by 8 digits.
11203
11204  Index1   Tag Name                             Writable
11205  ------   --------                             --------
11206      0    SerialNumber                         string[16]
11207
11208=head3 Kodak Type8 Tags
11209
11210Kodak models such as the ZD710, P712, P850, P880, V1233, V1253, V1275,
11211V1285, Z612, Z712, Z812, Z885 use standard TIFF IFD format for the maker
11212notes.  In keeping with Kodak's strategy of inconsistent makernotes, models
11213such as the M380, M1033, M1093, V1073, V1273, Z1012, Z1085 and Z8612
11214also use these tags, but these makernotes begin with a TIFF header instead
11215of an IFD entry count and use relative instead of absolute offsets.  There
11216is a large amount of information stored in these maker notes (apparently
11217with much duplication), but relatively few tags have so far been decoded.
11218
11219  Tag ID   Tag Name                             Writable
11220  ------   --------                             --------
11221  0xfc00   SubIFD0                              Kodak SubIFD0
11222                                                Kodak SubIFD0
11223  0xfc01   SubIFD1                              Kodak SubIFD1
11224                                                Kodak SubIFD1
11225  0xfc02   SubIFD2                              Kodak SubIFD2
11226                                                Kodak SubIFD2
11227  0xfc03   SubIFD3                              Kodak SubIFD3
11228                                                Kodak SubIFD3
11229  0xfc04   SubIFD4                              Kodak SubIFD4
11230                                                Kodak SubIFD4
11231  0xfc05   SubIFD5                              Kodak SubIFD5
11232                                                Kodak SubIFD5
11233  0xfc06   SubIFD6                              Kodak SubIFD6
11234                                                Kodak SubIFD6
11235  0xfcff   SubIFD255                            Kodak SubIFD0
11236  0xff00   CameraInfo                           Kodak CameraInfo
11237
11238=head3 Kodak SubIFD0 Tags
11239
11240SubIFD0 through SubIFD5 tags are written a number of newer Kodak models.
11241
11242  Tag ID   Tag Name                             Writable
11243  ------   --------                             --------
11244  0xfa02   SceneMode                            int16u
11245  0xfa19   SerialNumber                         string
11246  0xfa1d   KodakImageWidth                      int16u
11247  0xfa1e   KodakImageHeight                     int16u
11248  0xfa20   SensorWidth                          int16u
11249  0xfa21   SensorHeight                         int16u
11250  0xfa23   FNumber                              int16u
11251  0xfa24   ExposureTime                         int32u
11252  0xfa2e   ISO                                  int16u
11253  0xfa3d   OpticalZoom                          int16u
11254  0xfa46   ISO                                  int16u
11255  0xfa51   KodakImageWidth                      int16u
11256  0xfa52   KodakImageHeight                     int16u
11257  0xfa54   ThumbnailWidth                       int16u
11258  0xfa55   ThumbnailHeight                      int16u
11259  0xfa57   PreviewImageWidth                    int16u
11260  0xfa58   PreviewImageHeight                   int16u
11261
11262=head3 Kodak SubIFD1 Tags
11263
11264  Tag ID   Tag Name                             Writable
11265  ------   --------                             --------
11266  0x0027   ISO                                  int16u
11267  0x0028   ISO                                  int16u
11268
11269=head3 Kodak SubIFD2 Tags
11270
11271  Tag ID   Tag Name                             Writable
11272  ------   --------                             --------
11273  0x6002   SceneModeUsed                        int32u
11274  0x6006   OpticalZoom                          int32u
11275  0x6103   MaxAperture                          int32u
11276  0xf002   SceneModeUsed                        int32u
11277  0xf006   OpticalZoom                          int32u
11278  0xf103   FNumber                              int32u
11279  0xf104   ExposureTime                         int32u
11280  0xf105   ISO                                  int32u
11281
11282=head3 Kodak SubIFD3 Tags
11283
11284  Tag ID   Tag Name                             Writable
11285  ------   --------                             --------
11286  0x1000   OpticalZoom                          int16u
11287
11288=head3 Kodak SubIFD4 Tags
11289
11290  Tag ID   Tag Name                             Writable
11291  ------   --------                             --------
11292  [no tags known]
11293
11294=head3 Kodak SubIFD5 Tags
11295
11296  Tag ID   Tag Name                             Writable
11297  ------   --------                             --------
11298  0x000f   OpticalZoom                          int16u
11299
11300=head3 Kodak SubIFD6 Tags
11301
11302SubIFD6 is written by the M580.
11303
11304  Tag ID   Tag Name                             Writable
11305  ------   --------                             --------
11306  [no tags known]
11307
11308=head3 Kodak CameraInfo Tags
11309
11310These tags are used by the  P712, P850 and P880.
11311
11312  Tag ID   Tag Name                             Writable
11313  ------   --------                             --------
11314  0xf900   SensorWidth                          int16u
11315  0xf901   SensorHeight                         int16u
11316  0xf902   BayerPattern                         string
11317  0xf903   SensorFullWidth                      int16u
11318  0xf904   SensorFullHeight                     int16u
11319  0xf907   KodakImageWidth                      int16u
11320  0xf908   KodakImageHeight                     int16u
11321  0xfa00   KodakInfoType                        string
11322  0xfa04   SerialNumber                         string
11323  0xfd04   FNumber                              int16u
11324  0xfd05   ExposureTime                         int32u
11325  0xfd06   ISO                                  int16u
11326
11327=head3 Kodak Type9 Tags
11328
11329These tags are used by the Kodak C140, C180, C913, C1013, M320, M340 and
11330M550, as well as various cameras marketed by other manufacturers.
11331
11332  Index1   Tag Name                             Writable
11333  ------   --------                             --------
11334     12    FNumber                              int16u
11335     16    ExposureTime                         int32u
11336     20    DateTimeOriginal                     string[20]
11337     52    ISO                                  int16u
11338     87    FirmwareVersion                      string[16]
11339    168    UnknownNumber                        no
11340    196    UnknownNumber                        no
11341
11342=head3 Kodak Type10 Tags
11343
11344Another variation of the IFD-format type, this time with just a byte order
11345indicator instead of a full TIFF header.  These tags are used by the Z980.
11346
11347  Tag ID   Tag Name                             Writable
11348  ------   --------                             --------
11349  0x0002   PreviewImageSize                     int16u[2]
11350  0x0012   ExposureTime                         int32u
11351  0x0013   FNumber                              int16u
11352  0x0014   ISO                                  int16u
11353  0x001d   FocalLength                          int32u
11354
11355=head3 Kodak Type11 Tags
11356
11357These tags are found in models such as the PixPro S-1.  They are not
11358writable because the inconsistency of Kodak maker notes is beginning to get
11359on my nerves.
11360
11361  Tag ID   Tag Name                             Writable
11362  ------   --------                             --------
11363  0x0104   FirmwareVersion                      no
11364  0x0203   PictureEffect                        no
11365  0x0207   KodakModel                           no
11366  0x0300   KodakMake                            no
11367  0x0308   LensSerialNumber                     no
11368  0x0309   LensModel                            no
11369  0x030d   LevelMeter?                          no
11370  0x0311   Pitch                                no
11371  0x0312   Yaw                                  no
11372  0x0313   Roll                                 no
11373  0x0314   CX?                                  no
11374  0x0315   CY?                                  no
11375  0x0316   Rads?                                no
11376
11377=head3 Kodak Unknown Tags
11378
11379  Index1   Tag Name                             Writable
11380  ------   --------                             --------
11381  [no tags known]
11382
11383=head3 Kodak Meta Tags
11384
11385These tags are found in the APP3 "Meta" segment of JPEG images from Kodak
11386cameras such as the DC280, DC3400, DC5000, MC3, M580, Z950 and Z981.  The
11387structure of this segment is similar to the APP1 "Exif" segment, but a
11388different set of tags is used.
11389
11390  Tag ID   Tag Name                             Writable
11391  ------   --------                             --------
11392  0xc350   FilmProductCode                      no
11393  0xc351   ImageSourceEK                        no
11394  0xc352   CaptureConditionsPAR                 no
11395  0xc353   CameraOwner                          undef
11396  0xc354   SerialNumber                         undef
11397  0xc355   UserSelectGroupTitle                 no
11398  0xc356   DealerIDNumber                       no
11399  0xc357   CaptureDeviceFID                     no
11400  0xc358   EnvelopeNumber                       no
11401  0xc359   FrameNumber                          no
11402  0xc35a   FilmCategory                         no
11403  0xc35b   FilmGencode                          no
11404  0xc35c   ModelAndVersion                      no
11405  0xc35d   FilmSize                             no
11406  0xc35e   SBA_RGBShifts                        no
11407  0xc35f   SBAInputImageColorspace              no
11408  0xc360   SBAInputImageBitDepth                no
11409  0xc361   SBAExposureRecord                    no
11410  0xc362   UserAdjSBA_RGBShifts                 no
11411  0xc363   ImageRotationStatus                  no
11412  0xc364   RollGuidElements                     no
11413  0xc365   MetadataNumber                       no
11414  0xc366   EditTagArray                         no
11415  0xc367   Magnification                        no
11416  0xc36c   NativeXResolution                    no
11417  0xc36d   NativeYResolution                    no
11418  0xc36e   KodakEffectsIFD                      Kodak SpecialEffects
11419  0xc36f   KodakBordersIFD                      Kodak Borders
11420  0xc37a   NativeResolutionUnit                 no
11421  0xc418   SourceImageDirectory                 no
11422  0xc419   SourceImageFileName                  no
11423  0xc41a   SourceImageVolumeName                no
11424  0xc46c   PrintQuality                         no
11425  0xc46e   ImagePrintStatus                     no
11426
11427=head3 Kodak SpecialEffects Tags
11428
11429The Kodak SpecialEffects and Borders tags are found in sub-IFD's within the
11430Kodak JPEG APP3 "Meta" segment.
11431
11432  Tag ID   Tag Name                             Writable
11433  ------   --------                             --------
11434  0x0000   DigitalEffectsVersion                no
11435  0x0001   DigitalEffectsName                   no
11436  0x0002   DigitalEffectsType                   no
11437
11438=head3 Kodak Borders Tags
11439
11440  Tag ID   Tag Name                             Writable
11441  ------   --------                             --------
11442  0x0000   BordersVersion                       no
11443  0x0001   BorderName                           no
11444  0x0002   BorderID                             no
11445  0x0003   BorderLocation                       no
11446  0x0004   BorderType                           no
11447  0x0008   WatermarkType                        no
11448
11449=head3 Kodak KDC_IFD Tags
11450
11451These tags are found in a separate IFD of KDC images from some newer Kodak
11452models such as the P880 and Z1015IS.
11453
11454  Tag ID   Tag Name                             Writable
11455  ------   --------                             --------
11456  0xfa00   SerialNumber                         string
11457  0xfa0d   WhiteBalance                         int8u
11458  0xfa25   WB_RGBLevelsAuto                     no
11459  0xfa27   WB_RGBLevelsTungsten                 no
11460  0xfa28   WB_RGBLevelsFluorescent              no
11461  0xfa29   WB_RGBLevelsDaylight                 no
11462  0xfa2a   WB_RGBLevelsShade                    no
11463
11464=head3 Kodak frea Tags
11465
11466Information stored in the "frea" atom of Kodak PixPro SP360 MP4 videos.
11467
11468  Tag ID   Tag Name                             Writable
11469  ------   --------                             --------
11470  'scra'   PreviewImage                         no
11471  'thma'   ThumbnailImage                       no
11472  'tima'   Duration                             no
11473  'ver '   KodakVersion                         no
11474
11475=head3 Kodak Free Tags
11476
11477Information stored in the "free" atom of Kodak MP4 videos. (VERY bad form
11478for Kodak to store useful information in an atom intended for unused space!)
11479
11480  Tag ID   Tag Name                             Writable
11481  ------   --------                             --------
11482  'AprV'   ApertureValue                        no
11483  'BrtV'   BrightnessValue                      no
11484  'Expc'   ExposureCompensation                 no
11485  'Expo'   ExposureTime                         no
11486  'FL35'   FocalLengthIn35mmFormat              no
11487  'FNum'   FNumber                              no
11488  'FoLn'   FocalLength                          no
11489  'ISOS'   ISO                                  no
11490  'SVer'   FirmwareVersion                      no
11491  'Scrn'   PreviewInfo                          Kodak Scrn
11492  'Seri'   SerialNumber                         no
11493  'StSV'   ShutterSpeedValue                    no
11494
11495=head3 Kodak Scrn Tags
11496
11497  Index2   Tag Name                             Writable
11498  ------   --------                             --------
11499      0    PreviewImageWidth                    no
11500      1    PreviewImageHeight                   no
11501      2    PreviewImageLength                   no
11502      4    PreviewImage                         no
11503
11504=head3 Kodak DcMD Tags
11505
11506Metadata directory found in MOV and MP4 videos from some Kodak cameras.
11507
11508  Tag ID   Tag Name                             Writable
11509  ------   --------                             --------
11510  'CMbo'   CameraByteOrder                      no
11511  'Cmbo'   CameraByteOrder                      no
11512  'DcEM'   DcEM                                 Kodak DcEM
11513  'DcME'   DcME                                 Kodak DcME
11514
11515=head3 Kodak DcEM Tags
11516
11517  Tag ID   Tag Name                             Writable
11518  ------   --------                             --------
11519  [no tags known]
11520
11521=head3 Kodak DcME Tags
11522
11523  Tag ID   Tag Name                             Writable
11524  ------   --------                             --------
11525  [no tags known]
11526
11527=head3 Kodak MOV Tags
11528
11529This information is found in the TAGS atom of MOV videos from Kodak models
11530such as the P880.
11531
11532  Index1   Tag Name                             Writable
11533  ------   --------                             --------
11534      0    Make                                 no
11535     22    Model                                no
11536     64    ModelType                            no
11537     78    ExposureTime                         no
11538     82    FNumber                              no
11539     90    ExposureCompensation                 no
11540    112    FocalLength                          no
11541
11542=head3 Kodak pose Tags
11543
11544Streamed orientation information from the PixPro 4KVR360, extracted as
11545sub-documents when the Duplicates option is used.
11546
11547  Tag ID               Tag Name                 Writable
11548  ------               --------                 --------
11549  'Accelerometer'      Accelerometer            no
11550  'AngularVelocity'    AngularVelocity          no
11551
11552=head2 Leaf Tags
11553
11554These tags are found in .MOS images from Leaf digital camera backs as
11555written by Creo Leaf Capture.  They exist within the Leaf-specific directory
11556structure of EXIF tag 0x8606.  The tables below list observed Leaf tags,
11557however ExifTool will extract any tags found in the Leaf directories even if
11558they don't appear in these tables.
11559
11560  Tag ID                          Tag Name      Writable
11561  ------                          --------      --------
11562  'JPEG_preview_data'             PreviewImage  no
11563  'JPEG_preview_info'             PreviewInfo   no
11564  'PDA_histogram_data'            PDAHistogram  no
11565  'back_serial_number'            BackSerial    no
11566  'camera_profile'                CameraProfile Leaf CameraProfile
11567  'icc_camera_profile'            ICC_Profile   ICC_Profile
11568  'icc_camera_to_tone_matrix'     ToneMatrix    no
11569  'icc_camera_to_tone_space_flow' ToneSpaceFlow no
11570  'icc_rgb_ws_profile'            RGB_Profile   ICC_Profile
11571  'image_offset'                  ImageOffset   no
11572  'pattern_ratation_angle'        PatternAngle  no
11573
11574=head3 Leaf CameraProfile Tags
11575
11576All B<Tag ID>'s in the following table have a leading 'CamProf_' which
11577has been removed.
11578
11579  Tag ID               Tag Name                 Writable
11580  ------               --------                 --------
11581  'back_type'          CameraBackType           no
11582  'capture_profile'    CaptureProfile           Leaf CaptureProfile
11583  'image_profile'      ImageProfile             Leaf ImageProfile
11584  'name'               CameraName               no
11585  'type'               CameraType               no
11586  'version'            CameraProfileVersion     no
11587
11588=head3 Leaf CaptureProfile Tags
11589
11590All B<Tag ID>'s in the following table have a leading 'CaptProf_' which
11591has been removed.
11592
11593  Tag ID                 Tag Name               Writable
11594  ------                 --------               --------
11595  'CCD_rect'             CCDRect                no
11596  'CCD_valid_rect'       CCDValidRect           no
11597  'CCD_video_rect'       CCDVideoRect           no
11598  'back_type'            CaptProfBackType       no
11599  'center_dark_rect'     CenterDarkRect         no
11600  'color_averages'       ColorAverages          no
11601  'color_matrix'         ColorMatrix            no
11602  'dark_correction_type' DarkCorrectionType     no
11603  'image_bounds'         ImageBounds            no
11604  'image_fields'         ImageFields            no
11605  'image_offset'         ImageOffset            no
11606  'left_dark_rect'       LeftDarkRect           no
11607  'luminance_consts'     LuminanceConsts        no
11608  'mosaic_pattern'       MosaicPattern          no
11609  'name'                 CaptProfName           no
11610  'number_of_planes'     NumberOfPlanes         no
11611  'raw_data_rotation'    RawDataRotation        no
11612  'reconstruction_type'  ReconstructionType     no
11613  'right_dark_rect'      RightDarkRect          no
11614  'serial_number'        CaptureSerial          no
11615  'type'                 CaptProfType           no
11616  'version'              CaptProfVersion        no
11617  'xy_offset_info'       XYOffsetInfo           no
11618
11619=head3 Leaf ImageProfile Tags
11620
11621All B<Tag ID>'s in the following table have a leading 'ImgProf_' which
11622has been removed.
11623
11624  Tag ID               Tag Name                 Writable
11625  ------               --------                 --------
11626  'back_type'          ImgProfBackType          no
11627  'image_status'       ImageStatus              no
11628  'name'               ImgProfName              no
11629  'rotation_angle'     RotationAngle            no
11630  'shoot_setup'        ShootSetup               Leaf ShootSetup
11631  'type'               ImgProfType              no
11632  'version'            ImgProfVersion           no
11633
11634=head3 Leaf ShootSetup Tags
11635
11636All B<Tag ID>'s in the following table have a leading 'ShootObj_' which
11637has been removed.
11638
11639  Tag ID               Tag Name                 Writable
11640  ------               --------                 --------
11641  'back_type'          ShootObjBackType         no
11642  'camera_setup'       CameraSetup              Leaf CameraSetup
11643  'capture_setup'      CaptureSetup             Leaf CaptureSetup
11644  'color_setup'        ColorSetup               Leaf ColorSetup
11645  'look_header'        LookHeader               Leaf LookHeader
11646  'name'               ShootObjName             no
11647  'save_setup'         SaveSetup                Leaf SaveSetup
11648  'type'               ShootObjType             no
11649  'version'            ShootObjVersion          no
11650
11651=head3 Leaf CameraSetup Tags
11652
11653All B<Tag ID>'s in the following table have a leading 'CameraObj_' which
11654has been removed.
11655
11656  Tag ID               Tag Name                 Writable
11657  ------               --------                 --------
11658  'ISO_speed'          ISOSpeed                 no
11659  'back_type'          CameraObjBackType        no
11660  'camera_type'        CameraType               no
11661  'lens_ID'            LensID                   no
11662  'lens_type'          LensType                 no
11663  'name'               CameraObjName            no
11664  'strobe'             Strobe                   no
11665  'type'               CameraObjType            no
11666  'version'            CameraObjVersion         no
11667
11668=head3 Leaf CaptureSetup Tags
11669
11670All B<Tag ID>'s in the following table have a leading 'CaptureObj_' which
11671has been removed.
11672
11673  Tag ID               Tag Name                 Writable
11674  ------               --------                 --------
11675  'Multi_quality'      MultiQuality             no
11676  'back_type'          CaptureObjBackType       no
11677  'name'               CaptureObjName           no
11678  'neutals'            Neutals                  Leaf Neutrals
11679  'selection'          Selection                Leaf Selection
11680  'sharpness'          Sharpness                Leaf Sharpness
11681  'single_quality'     SingleQuality            no
11682  'tone_curve'         ToneCurve                Leaf ToneCurve
11683  'type'               CaptureObjType           no
11684  'version'            CaptureObjVersion        no
11685
11686=head3 Leaf Neutrals Tags
11687
11688All B<Tag ID>'s in the following table have a leading 'NeutObj_' which
11689has been removed.
11690
11691  Tag ID                 Tag Name               Writable
11692  ------                 --------               --------
11693  'back_type'            NeutObjBackType        no
11694  'color_casts'          ColorCasts             no
11695  'highlight_end_points' HighlightEndPoints     no
11696  'name'                 NeutObjName            no
11697  'neutrals'             Neutrals               no
11698  'shadow_end_points'    ShadowEndPoints        no
11699  'type'                 NeutObjType            no
11700  'version'              NeutObjVersion         no
11701
11702=head3 Leaf Selection Tags
11703
11704All B<Tag ID>'s in the following table have a leading 'SelObj_' which
11705has been removed.
11706
11707  Tag ID               Tag Name                 Writable
11708  ------               --------                 --------
11709  'back_type'          SelObjBackType           no
11710  'locks'              Locks                    no
11711  'name'               SelObjName               no
11712  'orientation'        Orientation              no
11713  'rect'               Rect                     no
11714  'resolution'         Resolution               no
11715  'scale'              Scale                    no
11716  'type'               SelObjType               no
11717  'version'            SelObjVersion            no
11718
11719=head3 Leaf Sharpness Tags
11720
11721All B<Tag ID>'s in the following table have a leading 'SharpObj_' which
11722has been removed.
11723
11724  Tag ID               Tag Name                 Writable
11725  ------               --------                 --------
11726  'back_type'          SharpObjBackType         no
11727  'data_len'           DataLen                  no
11728  'name'               SharpObjName             no
11729  'sharp_info'         SharpInfo                no
11730  'sharp_method'       SharpMethod              no
11731  'type'               SharpObjType             no
11732  'version'            SharpObjVersion          no
11733
11734=head3 Leaf ToneCurve Tags
11735
11736All B<Tag ID>'s in the following table have a leading 'ToneObj_' which
11737has been removed.
11738
11739  Tag ID               Tag Name                 Writable
11740  ------               --------                 --------
11741  'back_type'          ToneObjBackType          no
11742  'gamma'              Gamma                    no
11743  'name'               ToneObjName              no
11744  'npts'               Npts                     no
11745  'tones'              Tones                    no
11746  'type'               ToneObjType              no
11747  'version'            ToneObjVersion           no
11748
11749=head3 Leaf ColorSetup Tags
11750
11751All B<Tag ID>'s in the following table have a leading 'ColorObj_' which
11752has been removed.
11753
11754  Tag ID               Tag Name                 Writable
11755  ------               --------                 --------
11756  'back_type'          ColorObjBackType         no
11757  'color_mode'         ColorMode                no
11758  'color_type'         ColorType                no
11759  'has_ICC'            HasICC                   no
11760  'input_profile'      InputProfile             no
11761  'name'               ColorObjName             no
11762  'output_profile'     OutputProfile            no
11763  'type'               ColorObjType             no
11764  'version'            ColorObjVersion          no
11765
11766=head3 Leaf LookHeader Tags
11767
11768All B<Tag ID>'s in the following table have a leading 'LookHead_' which
11769has been removed.
11770
11771  Tag ID               Tag Name                 Writable
11772  ------               --------                 --------
11773  'back_type'          LookHeadBackType         no
11774  'name'               LookHeadName             no
11775  'type'               LookHeadType             no
11776  'version'            LookHeadVersion          no
11777
11778=head3 Leaf SaveSetup Tags
11779
11780All B<Tag ID>'s in the following table have a leading 'SaveObj_' which
11781has been removed.
11782
11783  Tag ID                  Tag Name              Writable
11784  ------                  --------              --------
11785  'back_type'             SaveObjBackType       no
11786  'leaf_auto_active'      LeafAutoActive        no
11787  'leaf_auto_base_name'   LeafAutoBaseName      no
11788  'leaf_hot_folder'       LeafHotFolder         no
11789  'leaf_open_proc_HDR'    LeafOpenProcHDR       no
11790  'leaf_output_file_type' LeafOutputFileType    no
11791  'leaf_save_selection'   LeafSaveSelection     no
11792  'name'                  SaveObjName           no
11793  'std_auto_active'       StdAutoActive         no
11794  'std_base_name'         StdBaseName           no
11795  'std_hot_folder'        StdHotFolder          no
11796  'std_open_in_photoshop' StdOpenInPhotoshop    no
11797  'std_output_bit_depth'  StdOutputBitDepth     no
11798  'std_output_color_mode' StdOutputColorMode    no
11799  'std_output_file_type'  StdOutputFileType     no
11800  'std_oxygen'            StdOxygen             no
11801  'std_save_selection'    StdSaveSelection      no
11802  'std_scaled_output'     StdScaledOutput       no
11803  'std_sharpen_output'    StdSharpenOutput      no
11804  'type'                  SaveObjType           no
11805  'version'               SaveObjVersion        no
11806
11807=head3 Leaf SubIFD Tags
11808
11809Leaf writes a TIFF-format sub-IFD inside IFD0 of a MOS image.  No tags in
11810this sub-IFD are currently known, except for tags 0x8602 and 0x8606 which
11811really shouldn't be here anyway (so they don't appear in the table below)
11812because they duplicate references to the same data from tags with the same
11813ID in IFD0.
11814
11815  Tag ID   Tag Name                             Writable
11816  ------   --------                             --------
11817  [no tags known]
11818
11819=head2 Minolta Tags
11820
11821These tags are used by Minolta, Konica/Minolta as well as some Sony cameras.
11822Minolta doesn't make things easy for decoders because the meaning of some
11823tags and the location where some information is stored is different for
11824different camera models.  (Take MinoltaQuality for example, which may be
11825located in 5 different places.)
11826
11827  Tag ID   Tag Name                             Writable
11828  ------   --------                             --------
11829  0x0000   MakerNoteVersion                     undef[4]
11830  0x0001   MinoltaCameraSettingsOld             Minolta CameraSettings
11831  0x0003   MinoltaCameraSettings                Minolta CameraSettings
11832  0x0004   MinoltaCameraSettings7D              Minolta CameraSettings7D
11833  0x0010   CameraInfoA100                       Minolta CameraInfoA100
11834  0x0018   ISInfoA100                           Minolta ISInfoA100
11835           ImageStabilization                   no
11836  0x0020   WBInfoA100                           Minolta WBInfoA100
11837  0x0040   CompressedImageSize                  int32u
11838  0x0081   PreviewImage                         undef
11839  0x0088   PreviewImageStart                    int32u*
11840  0x0089   PreviewImageLength                   int32u*
11841  0x0100   SceneMode                            int32u
11842  0x0101   ColorMode                            int32u
11843  0x0102   MinoltaQuality                       int32u
11844  0x0103   MinoltaQuality                       int32u
11845           MinoltaImageSize                     int32u
11846  0x0104   FlashExposureComp                    rational64s
11847  0x0105   Teleconverter                        int32u
11848  0x0107   ImageStabilization                   int32u
11849  0x0109   RawAndJpgRecording                   int32u
11850  0x010a   ZoneMatching                         int32u
11851  0x010b   ColorTemperature                     int32u
11852  0x010c   LensType                             int32u
11853  0x0111   ColorCompensationFilter              int32s
11854  0x0112   WhiteBalanceFineTune                 int32u
11855  0x0113   ImageStabilization                   int32u
11856  0x0114   MinoltaCameraSettings5D              Minolta CameraSettings5D
11857           CameraSettingsA100                   Minolta CameraSettingsA100
11858  0x0115   WhiteBalance                         int32u
11859  0x0e00   PrintIM                              PrintIM
11860  0x0f00   MinoltaCameraSettings2               no
11861
11862=head3 Minolta CameraSettings Tags
11863
11864There is some variability in CameraSettings information between different
11865models (and sometimes even between different firmware versions), so this
11866information may not be as reliable as it should be.  Because of this, tags
11867in the following tables are set to lower priority to prevent them from
11868superseding the values of same-named tags in other locations when duplicate
11869tags are disabled.
11870
11871  Index4   Tag Name                             Writable
11872  ------   --------                             --------
11873      1    ExposureMode                         int32u
11874      2    FlashMode                            int32u
11875      3    WhiteBalance                         int32u~
11876      4    MinoltaImageSize                     int32u
11877      5    MinoltaQuality                       int32u
11878      6    DriveMode                            int32u
11879      7    MeteringMode                         int32u
11880      8    ISO                                  int32u
11881      9    ExposureTime                         int32u
11882     10    FNumber                              int32u
11883     11    MacroMode                            int32u
11884     12    DigitalZoom                          int32u
11885     13    ExposureCompensation                 int32u
11886     14    BracketStep                          int32u
11887     16    IntervalLength                       int32u
11888     17    IntervalNumber                       int32u
11889     18    FocalLength                          int32u
11890     19    FocusDistance                        int32u
11891     20    FlashFired                           int32u
11892     21    MinoltaDate                          int32u
11893     22    MinoltaTime                          int32u
11894     23    MaxAperture                          int32u
11895     26    FileNumberMemory                     int32u
11896     27    LastFileNumber                       int32u
11897     28    ColorBalanceRed                      int32u
11898     29    ColorBalanceGreen                    int32u
11899     30    ColorBalanceBlue                     int32u
11900     31    Saturation                           int32u
11901     32    Contrast                             int32u
11902     33    Sharpness                            int32u
11903     34    SubjectProgram                       int32u
11904     35    FlashExposureComp                    int32u
11905     36    ISOSetting                           int32u
11906     37    MinoltaModelID                       int32u
11907     38    IntervalMode                         int32u
11908     39    FolderName                           int32u
11909     40    ColorMode                            int32u
11910     41    ColorFilter                          int32u
11911     42    BWFilter                             int32u
11912     43    InternalFlash                        int32u
11913     44    Brightness                           int32u
11914     45    SpotFocusPointX                      int32u
11915     46    SpotFocusPointY                      int32u
11916     47    WideFocusZone                        int32u
11917     48    FocusMode                            int32u
11918     49    FocusArea                            int32u
11919     50    DECPosition                          int32u
11920     51    ColorProfile                         int32u
11921     52    DataImprint                          int32u
11922     63    FlashMetering                        int32u
11923
11924=head3 Minolta CameraSettings7D Tags
11925
11926  Index2   Tag Name                             Writable
11927  ------   --------                             --------
11928      0    ExposureMode                         int16u
11929      2    MinoltaImageSize                     int16u
11930      3    MinoltaQuality                       int16u
11931      4    WhiteBalance                         int16u
11932     14    FocusMode                            int16u
11933     16    AFPoints                             int16u
11934     21    Flash                                int16u
11935     22    FlashMode                            int16u
11936     28    ISOSetting                           int16u
11937     30    ExposureCompensation                 int16s
11938     37    ColorSpace                           int16u
11939     38    Sharpness                            int16u
11940     39    Contrast                             int16u
11941     40    Saturation                           int16u
11942     45    FreeMemoryCardImages                 int16u
11943     63    ColorTemperature                     int16s
11944     64    HueAdjustment                        int16u
11945     70    Rotation                             int16u
11946     71    FNumber                              int16u
11947     72    ExposureTime                         int16u
11948     74    FreeMemoryCardImages                 int16u
11949     94    ImageNumber                          int16u
11950     96    NoiseReduction                       int16u
11951     98    ImageNumber2                         int16u
11952    113    ImageStabilization                   int16u
11953    117    ZoneMatchingOn                       int16u
11954
11955=head3 Minolta CameraInfoA100 Tags
11956
11957Camera information for the Sony DSLR-A100.
11958
11959  Index1   Tag Name                             Writable
11960  ------   --------                             --------
11961      1    AFSensorActive                       int8u
11962      2    AFStatusActiveSensor                 int16s
11963      4    AFStatusTop-right                    int16s
11964      6    AFStatusBottom-right                 int16s
11965      8    AFStatusBottom                       int16s
11966     10    AFStatusMiddleHorizontal             int16s
11967     12    AFStatusCenterVertical               int16s
11968     14    AFStatusTop                          int16s
11969     16    AFStatusTop-left                     int16s
11970     18    AFStatusBottom-left                  int16s
11971     20    FocusLocked                          int8u
11972     21    AFPoint                              int8u
11973     22    AFMode                               int8u
11974     45    AFStatusLeft                         int16s
11975     47    AFStatusCenterHorizontal             int16s
11976     49    AFStatusRight                        int16s
11977     51    AFAreaMode                           int8u
11978
11979=head3 Minolta ISInfoA100 Tags
11980
11981Image stabilization information for the Sony DSLR-A100.
11982
11983  Index1   Tag Name                             Writable
11984  ------   --------                             --------
11985      0    ImageStabilization                   int16u
11986
11987=head3 Minolta WBInfoA100 Tags
11988
11989White balance information for the Sony DSLR-A100.
11990
11991  Index1   Tag Name                             Writable
11992  ------   --------                             --------
11993     14    DriveMode                            int8u
11994     16    Rotation                             int8u
11995     20    ImageStabilizationSetting            int8u
11996     21    DynamicRangeOptimizerMode            int8u
11997     42    ExposureCompensationMode             int8u
11998     43    WBBracketShotNumber                  int8u
11999     44    WhiteBalanceBracketing               int8u
12000     45    ExposureBracketShotNumber            int8u
12001     49    FlashFunction                        int16u
12002     52    ExposureMode                         int16u
12003     54    ColorMode                            int16u
12004     56    AverageLV                            int16u
12005     60    FrameNumber                          int8u
12006    150    WB_RGBLevels                         int16u[3]
12007    174    WB_GBRGLevels                        int16u[4]
12008    192    WB_RedLevelsTungsten                 int16u[7]
12009    206    WB_BlueLevelsTungsten                int16u[7]
12010    220    WB_RedLevelsDaylight                 int16u[7]
12011    234    WB_BlueLevelsDaylight                int16u[7]
12012    248    WB_RedLevelsCloudy                   int16u[7]
12013    262    WB_BlueLevelsCloudy                  int16u[7]
12014    276    WB_RedLevelsFlash                    int16u[7]
12015    290    WB_BlueLevelsFlash                   int16u[7]
12016    332    WB_RedLevelsFluorescent              int16u[7]
12017    346    WB_BlueLevelsFluorescent             int16u[7]
12018    360    WB_RedLevelsShade                    int16u[7]
12019    374    WB_BlueLevelsShade                   int16u[7]
12020    392    WB_RedLevel6500K                     int16u
12021    394    WB_BlueLevel6500K                    int16u
12022    396    WB_RedLevelCustom                    int16u
12023    398    WB_BlueLevelCustom                   int16u
12024    408    WB_RedLevel3500K                     int16u
12025    410    WB_BlueLevel3500K                    int16u
12026    446    WB_RedLevelsKelvin                   int16u[75]
12027    596    WB_BlueLevelsKelvin                  int16u[75]
12028    772    WB_RBLevelsFlash                     int16u[2]
12029    776    WB_RBLevelsCoolWhiteF                int16u[2]
12030   1000    WB_RBLevelsTungsten                  int16u[2]
12031   1004    WB_RBLevelsDaylight                  int16u[2]
12032   1008    WB_RBLevelsCloudy                    int16u[2]
12033   1012    WB_RBLevelsFlash                     int16u[2]
12034   1020    WB_RedLevelsFluorescent              int16u[7]
12035   1034    WB_BlueLevelsFluorescent             int16u[7]
12036   1048    WB_RBLevelsShade                     int16u[2]
12037   1056    WB_RBLevels6500K                     int16u[2]
12038   1060    WB_RBLevelsCustom                    int16u[2]
12039   1072    WB_RBLevels3500K                     int16u[2]
12040   1320    WB_RBLevelsDaylight                  int16u[2]
12041   1350    WB_RGBLevels                         int16u[3]
12042   1576    AEMeteringSegments                   int8u[40]
12043   1680    MeasuredLV                           int8u
12044   1681    BrightnessValue                      int8u
12045   4172    TiffMeteringImage                    no
12046  18872    ExposureTime                         int8u
12047  18874    ISO                                  int8u
12048  18875    FocusDistance                        int8u
12049  18877    LensType                             int16uRev
12050  18880    ExposureCompensation                 int8s
12051  18881    FlashExposureComp                    int8s
12052  18882    ImageStabilization                   int8u
12053  18883    BrightnessValue                      int8u
12054  18885    MaxAperture                          int8u
12055  18887    FNumber                              int8u
12056  18908    InternalSerialNumber                 string[12]
12057
12058=head3 Minolta CameraSettings5D Tags
12059
12060  Index2   Tag Name                             Writable
12061  ------   --------                             --------
12062     10    ExposureMode                         int16u
12063     12    MinoltaImageSize                     int16u
12064     13    MinoltaQuality                       int16u
12065     14    WhiteBalance                         int16u
12066     31    Flash                                int16u
12067     32    FlashMode                            int16u
12068     37    MeteringMode                         int16u
12069     38    ISOSetting                           int16u
12070     47    ColorSpace                           int16u
12071     48    Sharpness                            int16u
12072     49    Contrast                             int16u
12073     50    Saturation                           int16u
12074     53    ExposureTime                         int16u
12075     54    FNumber                              int16u
12076     55    FreeMemoryCardImages                 int16u
12077     73    ColorTemperature                     int16s
12078     74    HueAdjustment                        int16u
12079     80    Rotation                             int16u
12080     83    ExposureCompensation                 int16u
12081     84    FreeMemoryCardImages                 int16u
12082    101    Rotation                             int16u
12083    110    ColorTemperature                     int16s
12084    113    PictureFinish                        int16u
12085    174    ImageNumber                          int16u
12086    176    NoiseReduction                       int16u
12087    189    ImageStabilization                   int16u
12088
12089=head3 Minolta CameraSettingsA100 Tags
12090
12091Camera settings information for the Sony DSLR-A100.
12092
12093  Index2   Tag Name                             Writable
12094  ------   --------                             --------
12095      0    ExposureMode                         int16u
12096      1    ExposureCompensationSetting          int16u
12097      5    HighSpeedSync                        int16u
12098      6    ShutterSpeedSetting                  int16u
12099      7    ApertureSetting                      int16u
12100      8    ExposureTime                         int16u
12101      9    FNumber                              int16u
12102     10    DriveMode2                           int16u
12103     11    WhiteBalance                         int16u
12104     12    FocusMode                            int16u
12105     13    AFPointSelected                      int16u
12106     14    AFAreaMode                           int16u
12107     15    FlashMode                            int16u
12108     16    FlashExposureCompSet                 int16u
12109     18    MeteringMode                         int16u
12110     19    ISOSetting                           int16u
12111     20    ZoneMatchingMode                     int16u
12112     21    DynamicRangeOptimizer                int16u
12113     22    ColorMode                            int16u
12114     23    ColorSpace                           int16u
12115     24    Sharpness                            int16u
12116     25    Contrast                             int16u
12117     26    Saturation                           int16u
12118     28    FlashMetering                        int16u
12119     29    PrioritySetupShutterRelease          int16u
12120     30    DriveMode                            int16u
12121     31    SelfTimerTime                        int16u
12122     32    ContinuousBracketing                 int16u
12123     33    SingleFrameBracketing                int16u
12124     34    WhiteBalanceBracketing               int16u
12125     35    WhiteBalanceSetting                  int16u
12126     36    PresetWhiteBalance                   int16u
12127     37    ColorTemperatureSetting              int16u
12128     38    CustomWBSetting                      int16u
12129     39    DynamicRangeOptimizerSetting         int16u
12130     50    FreeMemoryCardImages                 int16u
12131     52    CustomWBRedLevel                     int16u
12132     53    CustomWBGreenLevel                   int16u
12133     54    CustomWBBlueLevel                    int16u
12134     55    CustomWBError                        int16u
12135     56    WhiteBalanceFineTune                 int16s
12136     57    ColorTemperature                     int16u
12137     58    ColorCompensationFilter              int16s
12138     59    SonyImageSize                        int16u
12139     60    SonyQuality                          int16u
12140     61    InstantPlaybackTime                  int16u
12141     62    InstantPlaybackSetup                 int16u
12142     63    NoiseReduction                       int16u
12143     64    EyeStartAF                           int16u
12144     65    RedEyeReduction                      int16u
12145     66    FlashDefault                         int16u
12146     67    AutoBracketOrder                     int16u
12147     68    FocusHoldButton                      int16u
12148     69    AELButton                            int16u
12149     70    ControlDialSet                       int16u
12150     71    ExposureCompensationMode             int16u
12151     72    AFAssist                             int16u
12152     73    CardShutterLock                      int16u
12153     74    LensShutterLock                      int16u
12154     75    AFAreaIllumination                   int16u
12155     76    MonitorDisplayOff                    int16u
12156     77    RecordDisplay                        int16u
12157     78    PlayDisplay                          int16u
12158     80    ExposureIndicator                    int16u
12159     81    AELExposureIndicator                 int16u
12160     82    ExposureBracketingIndicatorLast      int16u
12161     83    MeteringOffScaleIndicator            int16u
12162     84    FlashExposureIndicator               int16u
12163     85    FlashExposureIndicatorNext           int16u
12164     86    FlashExposureIndicatorLast           int16u
12165     87    ImageStabilization                   int16u
12166     88    FocusModeSwitch                      int16u
12167     89    FlashType                            int16u
12168     90    Rotation                             int16u
12169     91    AELock                               int16u
12170     94    ColorTemperature                     int16u
12171     95    ColorCompensationFilter              int16s
12172     96    BatteryState                         int16u
12173
12174=head3 Minolta MMA Tags
12175
12176This information is found in MOV videos from Minolta models such as the
12177DiMAGE A2, S414 and 7Hi.
12178
12179  Index1   Tag Name                             Writable
12180  ------   --------                             --------
12181      0    Make                                 no
12182     20    SoftwareVersion                      no
12183
12184=head3 Minolta MOV1 Tags
12185
12186This information is found in MOV videos from some Konica Minolta models such
12187as the DiMage Z10 and X50.
12188
12189  Index1   Tag Name                             Writable
12190  ------   --------                             --------
12191      0    Make                                 no
12192     32    ModelType                            no
12193     46    ExposureTime                         no
12194     50    FNumber                              no
12195     58    ExposureCompensation                 no
12196     80    FocalLength                          no
12197
12198=head3 Minolta MOV2 Tags
12199
12200This information is found in MOV videos from some Minolta models such as the
12201DiMAGE X and Xt.
12202
12203  Index1   Tag Name                             Writable
12204  ------   --------                             --------
12205      0    Make                                 no
12206     24    ModelType                            no
12207     38    ExposureTime                         no
12208     42    FNumber                              no
12209     50    ExposureCompensation                 no
12210     72    FocalLength                          no
12211
12212=head2 Motorola Tags
12213
12214  Tag ID   Tag Name                             Writable
12215  ------   --------                             --------
12216  0x5500   BuildNumber                          string
12217  0x5501   SerialNumber                         string
12218  0x665e   Sensor                               string
12219  0x6705   ManufactureDate                      string
12220
12221=head2 Nikon Tags
12222
12223  Tag ID   Tag Name                             Writable
12224  ------   --------                             --------
12225  0x0001   MakerNoteVersion                     undef[4]
12226  0x0002   ISO                                  int16u[2]
12227  0x0003   ColorMode                            string
12228  0x0004   Quality                              string
12229  0x0005   WhiteBalance                         string
12230  0x0006   Sharpness                            string
12231  0x0007   FocusMode                            string
12232  0x0008   FlashSetting                         string
12233  0x0009   FlashType                            string
12234  0x000b   WhiteBalanceFineTune                 int16s[n]
12235  0x000c   WB_RBLevels                          rational64u[4]
12236  0x000d   ProgramShift                         undef[4]
12237  0x000e   ExposureDifference                   undef[4]
12238  0x000f   ISOSelection                         string
12239  0x0010   DataDump                             no
12240  0x0011   PreviewIFD                           Nikon PreviewIFD
12241  0x0012   FlashExposureComp                    undef[4]
12242  0x0013   ISOSetting                           int16u[2]
12243  0x0014   ColorBalanceA                        Nikon ColorBalanceA
12244           NRWData                              Nikon ColorBalanceB
12245                                                Nikon ColorBalanceC
12246  0x0016   ImageBoundary                        int16u[4]
12247  0x0017   ExternalFlashExposureComp            undef[4]
12248  0x0018   FlashExposureBracketValue            undef[4]
12249  0x0019   ExposureBracketValue                 rational64s
12250  0x001a   ImageProcessing                      string
12251  0x001b   CropHiSpeed                          int16u[7]
12252  0x001c   ExposureTuning                       undef[3]
12253  0x001d   SerialNumber                         string!
12254  0x001e   ColorSpace                           int16u
12255  0x001f   VRInfo                               Nikon VRInfo
12256  0x0020   ImageAuthentication                  int8u
12257  0x0021   FaceDetect                           Nikon FaceDetect
12258  0x0022   ActiveD-Lighting                     int16u
12259  0x0023   PictureControlData                   Nikon PictureControl
12260                                                Nikon PictureControl2
12261                                                Nikon PictureControl3
12262                                                Nikon PictureControlUnknown
12263  0x0024   WorldTime                            Nikon WorldTime
12264  0x0025   ISOInfo                              Nikon ISOInfo
12265  0x002a   VignetteControl                      int16u
12266  0x002b   DistortInfo                          Nikon DistortInfo
12267  0x002c   UnknownInfo                          Nikon UnknownInfo
12268  0x0032   UnknownInfo2                         Nikon UnknownInfo2
12269  0x0034   ShutterMode                          int16u
12270  0x0035   HDRInfo                              Nikon HDRInfo
12271  0x0037   MechanicalShutterCount               int32u
12272  0x0039   LocationInfo                         Nikon LocationInfo
12273  0x003d   BlackLevel                           int16u[4]
12274  0x003e   ImageSizeRAW                         yes
12275  0x0045   CropArea                             int16u[4]
12276  0x004e   NikonSettings                        NikonSettings
12277  0x004f   ColorTemperatureAuto                 int16u
12278  0x0080   ImageAdjustment                      string
12279  0x0081   ToneComp                             string
12280  0x0082   AuxiliaryLens                        string
12281  0x0083   LensType                             int8u
12282  0x0084   Lens                                 rational64u[4]
12283  0x0085   ManualFocusDistance                  rational64u
12284  0x0086   DigitalZoom                          rational64u
12285  0x0087   FlashMode                            int8u
12286  0x0088   AFInfo                               Nikon AFInfo
12287                                                Nikon AFInfo
12288  0x0089   ShootingMode                         int16u~
12289  0x008b   LensFStops                           undef[4]
12290  0x008c   ContrastCurve                        undef!
12291  0x008d   ColorHue                             string
12292  0x008f   SceneMode                            string
12293  0x0090   LightSource                          string
12294  0x0091   ShotInfoD40                          Nikon ShotInfoD40
12295           ShotInfoD80                          Nikon ShotInfoD80
12296           ShotInfoD90                          Nikon ShotInfoD90
12297           ShotInfoD3a                          Nikon ShotInfoD3a
12298           ShotInfoD3b                          Nikon ShotInfoD3b
12299           ShotInfoD3X                          Nikon ShotInfoD3X
12300           ShotInfoD3S                          Nikon ShotInfoD3S
12301           ShotInfoD300a                        Nikon ShotInfoD300a
12302           ShotInfoD300b                        Nikon ShotInfoD300b
12303           ShotInfoD300S                        Nikon ShotInfoD300S
12304           ShotInfoD700                         Nikon ShotInfoD700
12305           ShotInfoD800                         Nikon ShotInfoD800
12306           ShotInfoD810                         Nikon ShotInfoD810
12307           ShotInfoD850                         Nikon ShotInfoD850
12308           ShotInfoD5000                        Nikon ShotInfoD5000
12309           ShotInfoD5100                        Nikon ShotInfoD5100
12310           ShotInfoD5200                        Nikon ShotInfoD5200
12311           ShotInfoD7000                        Nikon ShotInfoD7000
12312           ShotInfoD4                           Nikon ShotInfoD4
12313           ShotInfoD4S                          Nikon ShotInfoD4S
12314           ShotInfoD5                           Nikon ShotInfoD500
12315           ShotInfoD500                         Nikon ShotInfoD500
12316           ShotInfoD6                           Nikon ShotInfoD6
12317           ShotInfoD610                         Nikon ShotInfoD610
12318           ShotInfoZ7_2                         Nikon ShotInfoZ7_2
12319           ShotInfo02xx                         Nikon ShotInfo
12320           ShotInfoUnknown                      Nikon ShotInfo
12321  0x0092   HueAdjustment                        int16s
12322  0x0093   NEFCompression                       int16u
12323  0x0094   SaturationAdj                        int16s
12324  0x0095   NoiseReduction                       string
12325  0x0096   NEFLinearizationTable                undef!
12326  0x0097   ColorBalance0100                     Nikon ColorBalance1
12327           ColorBalance0102                     Nikon ColorBalance2
12328           ColorBalance0103                     Nikon ColorBalance3
12329           ColorBalance0205                     Nikon ColorBalance2
12330           ColorBalance0209                     Nikon ColorBalance4
12331           ColorBalance02                       Nikon ColorBalance2
12332           ColorBalance0211                     Nikon ColorBalance4
12333           ColorBalance0213                     Nikon ColorBalance2
12334           ColorBalance0215                     Nikon ColorBalance4
12335           ColorBalanceUnknown02                Nikon ColorBalanceUnknown
12336           ColorBalanceUnknown04                Nikon ColorBalanceUnknown
12337           ColorBalanceUnknown                  Nikon ColorBalanceUnknown
12338  0x0098   LensData0100                         Nikon LensData00
12339           LensData0101                         Nikon LensData01
12340           LensData0201                         Nikon LensData01
12341           LensData0204                         Nikon LensData0204
12342           LensData0400                         Nikon LensData0400
12343           LensData0402                         Nikon LensData0402
12344           LensData0403                         Nikon LensData0403
12345           LensData0800                         Nikon LensData0800
12346           LensDataUnknown                      Nikon LensDataUnknown
12347  0x0099   RawImageCenter                       int16u[2]
12348  0x009a   SensorPixelSize                      rational64u[2]
12349  0x009c   SceneAssist                          string
12350  0x009d   DateStampMode                        int16u
12351  0x009e   RetouchHistory                       int16u[10]
12352  0x00a0   SerialNumber                         string
12353  0x00a2   ImageDataSize                        int32u
12354  0x00a5   ImageCount                           int32u
12355  0x00a6   DeletedImageCount                    int32u
12356  0x00a7   ShutterCount                         int32u!
12357  0x00a8   FlashInfo0100                        Nikon FlashInfo0100
12358           FlashInfo0102                        Nikon FlashInfo0102
12359           FlashInfo0103                        Nikon FlashInfo0103
12360           FlashInfo0106                        Nikon FlashInfo0106
12361           FlashInfo0107                        Nikon FlashInfo0107
12362           FlashInfo0300                        Nikon FlashInfo0300
12363           FlashInfoUnknown                     Nikon FlashInfoUnknown
12364  0x00a9   ImageOptimization                    string
12365  0x00aa   Saturation                           string
12366  0x00ab   VariProgram                          string
12367  0x00ac   ImageStabilization                   string
12368  0x00ad   AFResponse                           string
12369  0x00b0   MultiExposure                        Nikon MultiExposure
12370                                                Nikon MultiExposure
12371  0x00b1   HighISONoiseReduction                int16u
12372  0x00b3   ToningEffect                         string
12373  0x00b6   PowerUpTime                          undef
12374  0x00b7   AFInfo2                              Nikon AFInfo2
12375  0x00b8   FileInfo                             Nikon FileInfo
12376                                                Nikon FileInfo
12377  0x00b9   AFTune                               Nikon AFTune
12378  0x00bb   RetouchInfo                          Nikon RetouchInfo
12379  0x00bd   PictureControlData                   Nikon PictureControl
12380  0x00c3   BarometerInfo                        Nikon BarometerInfo
12381  0x0e00   PrintIM                              PrintIM
12382  0x0e01   NikonCaptureData                     NikonCapture
12383  0x0e09   NikonCaptureVersion                  string^
12384  0x0e0e   NikonCaptureOffsets                  Nikon CaptureOffsets
12385  0x0e10   NikonScanIFD                         Nikon Scan
12386  0x0e13   NikonCaptureEditVersions             NikonCapture
12387           NikonCaptureEditVersions             undef!^
12388  0x0e1d   NikonICCProfile                      ICC_Profile
12389  0x0e1e   NikonCaptureOutput                   Nikon CaptureOutput
12390  0x0e22   NEFBitDepth                          int16u[4]!
12391
12392=head3 Nikon PreviewIFD Tags
12393
12394  Tag ID   Tag Name                             Writable
12395  ------   --------                             --------
12396  0x00fe   SubfileType                          no
12397  0x0103   Compression                          no
12398  0x011a   XResolution                          no
12399  0x011b   YResolution                          no
12400  0x0128   ResolutionUnit                       no
12401  0x0201   PreviewImageStart                    int32u*
12402  0x0202   PreviewImageLength                   int32u*
12403  0x0213   YCbCrPositioning                     no
12404
12405=head3 Nikon ColorBalanceA Tags
12406
12407  Index2   Tag Name                             Writable
12408  ------   --------                             --------
12409    624    WB_RBLevels                          int16u[2]!
12410    626    WB_RBLevelsAuto                      int16u[2]!
12411    628    WB_RBLevelsDaylight                  int16u[14]!
12412    642    WB_RBLevelsIncandescent              int16u[14]!
12413    656    WB_RBLevelsFluorescent               int16u[6]!
12414    662    WB_RBLevelsCloudy                    int16u[14]!
12415    676    WB_RBLevelsFlash                     int16u[14]!
12416    690    WB_RBLevelsShade                     int16u[14]!
12417
12418=head3 Nikon ColorBalanceB Tags
12419
12420Color balance tags used by the P6000.
12421
12422  Index1   Tag Name                             Writable
12423  ------   --------                             --------
12424      4    ColorBalanceVersion                  undef[4]
12425   5096    WB_RGGBLevels                        int32u[4]!
12426   5112    WB_RGGBLevelsDaylight                int32u[4]!
12427   5128    WB_RGGBLevelsCloudy                  int32u[4]!
12428   5160    WB_RGGBLevelsTungsten                int32u[4]!
12429   5176    WB_RGGBLevelsFluorescentW            int32u[4]!
12430   5192    WB_RGGBLevelsFlash                   int32u[4]!
12431   5224    WB_RGGBLevelsCustom                  int32u[4]!
12432   5240    WB_RGGBLevelsAuto                    int32u[4]!
12433
12434=head3 Nikon ColorBalanceC Tags
12435
12436Color balance tags used by the P1000, P7000, P7100 and B700.
12437
12438  Index1   Tag Name                             Writable
12439  ------   --------                             --------
12440      4    ColorBalanceVersion                  undef[4]
12441     32    BlackLevel                           int16u
12442     56    WB_RGGBLevels                        int32u[4]!
12443     76    WB_RGGBLevelsDaylight                int32u[4]!
12444     96    WB_RGGBLevelsCloudy                  int32u[4]!
12445    116    WB_RGGBLevelsShade                   int32u[4]!
12446    136    WB_RGGBLevelsTungsten                int32u[4]!
12447    156    WB_RGGBLevelsFluorescentW            int32u[4]!
12448    176    WB_RGGBLevelsFluorescentN            int32u[4]!
12449    196    WB_RGGBLevelsFluorescentD            int32u[4]!
12450    216    WB_RGGBLevelsHTMercury               int32u[4]!
12451    256    WB_RGGBLevelsCustom                  int32u[4]!
12452    276    WB_RGGBLevelsAuto                    int32u[4]!
12453
12454=head3 Nikon VRInfo Tags
12455
12456  Index1   Tag Name                             Writable
12457  ------   --------                             --------
12458      0    VRInfoVersion                        no
12459      4    VibrationReduction                   int8u
12460      6    VRMode                               int8u
12461
12462=head3 Nikon FaceDetect Tags
12463
12464  Index2   Tag Name                             Writable
12465  ------   --------                             --------
12466      1    FaceDetectFrameSize                  int16u[2]
12467      3    FacesDetected                        int16u
12468      4    Face1Position                        int16u[4]
12469      8    Face2Position                        int16u[4]
12470     12    Face3Position                        int16u[4]
12471     16    Face4Position                        int16u[4]
12472     20    Face5Position                        int16u[4]
12473     24    Face6Position                        int16u[4]
12474     28    Face7Position                        int16u[4]
12475     32    Face8Position                        int16u[4]
12476     36    Face9Position                        int16u[4]
12477     40    Face10Position                       int16u[4]
12478     44    Face11Position                       int16u[4]
12479     48    Face12Position                       int16u[4]
12480
12481=head3 Nikon PictureControl Tags
12482
12483  Index1   Tag Name                             Writable
12484  ------   --------                             --------
12485      0    PictureControlVersion                no
12486      4    PictureControlName                   string[20]
12487     24    PictureControlBase                   string[20]
12488     48    PictureControlAdjust                 int8u
12489     49    PictureControlQuickAdjust            int8u
12490     50    Sharpness                            int8u
12491     51    Contrast                             int8u
12492     52    Brightness                           int8u
12493     53    Saturation                           int8u
12494     54    HueAdjustment                        int8u
12495     55    FilterEffect                         int8u
12496     56    ToningEffect                         int8u
12497     57    ToningSaturation                     int8u
12498
12499=head3 Nikon PictureControl2 Tags
12500
12501  Index1   Tag Name                             Writable
12502  ------   --------                             --------
12503      0    PictureControlVersion                no
12504      4    PictureControlName                   string[20]
12505     24    PictureControlBase                   string[20]
12506     48    PictureControlAdjust                 int8u
12507     49    PictureControlQuickAdjust            int8u
12508     51    Sharpness                            int8u
12509     53    Clarity                              int8u
12510     55    Contrast                             int8u
12511     57    Brightness                           int8u
12512     59    Saturation                           int8u
12513     61    Hue                                  int8u
12514     63    FilterEffect                         int8u
12515     64    ToningEffect                         int8u
12516     65    ToningSaturation                     int8u
12517
12518=head3 Nikon PictureControl3 Tags
12519
12520  Index1   Tag Name                             Writable
12521  ------   --------                             --------
12522      0    PictureControlVersion                no
12523      8    PictureControlName                   string[20]
12524     28    PictureControlBase                   string[20]
12525     54    PictureControlAdjust                 int8u
12526     55    PictureControlQuickAdjust            int8u
12527     57    Sharpness                            int8u
12528     59    MidRangeSharpness                    int8u
12529     61    Clarity                              int8u
12530     63    Contrast                             int8u
12531     65    Brightness                           int8u
12532     67    Saturation                           int8u
12533     69    Hue                                  int8u
12534     71    FilterEffect                         int8u
12535     72    ToningEffect                         int8u
12536     73    ToningSaturation                     int8u
12537
12538=head3 Nikon PictureControlUnknown Tags
12539
12540  Index1   Tag Name                             Writable
12541  ------   --------                             --------
12542      0    PictureControlVersion                no
12543
12544=head3 Nikon WorldTime Tags
12545
12546  Index1   Tag Name                             Writable
12547  ------   --------                             --------
12548      0    TimeZone                             int16s
12549      2    DaylightSavings                      int8u
12550      3    DateDisplayFormat                    int8u
12551
12552=head3 Nikon ISOInfo Tags
12553
12554  Index1   Tag Name                             Writable
12555  ------   --------                             --------
12556      0    ISO                                  int8u
12557      4    ISOExpansion                         int16u
12558      6    ISO2                                 int8u
12559     10    ISOExpansion2                        int16u
12560
12561=head3 Nikon DistortInfo Tags
12562
12563  Index1   Tag Name                             Writable
12564  ------   --------                             --------
12565      0    DistortionVersion?                   no
12566      4    AutoDistortionControl                int8u
12567
12568=head3 Nikon UnknownInfo Tags
12569
12570  Index4   Tag Name                             Writable
12571  ------   --------                             --------
12572      0    UnknownInfoVersion?                  no
12573
12574=head3 Nikon UnknownInfo2 Tags
12575
12576  Index4   Tag Name                             Writable
12577  ------   --------                             --------
12578      0    UnknownInfo2Version?                 no
12579
12580=head3 Nikon HDRInfo Tags
12581
12582  Index1   Tag Name                             Writable
12583  ------   --------                             --------
12584      0    HDRInfoVersion                       string[4]
12585      4    HDR                                  int8u
12586      5    HDRLevel                             int8u
12587      6    HDRSmoothing                         int8u
12588      7    HDRLevel2                            int8u
12589
12590=head3 Nikon LocationInfo Tags
12591
12592Tags written by some Nikon GPS-equipped cameras like the AW100.
12593
12594  Index1   Tag Name                             Writable
12595  ------   --------                             --------
12596      0    LocationInfoVersion                  undef[4]
12597      4    TextEncoding                         int8u
12598      5    CountryCode                          undef[3]
12599      8    POILevel                             int8u
12600      9    Location                             undef[70]
12601
12602=head3 Nikon AFInfo Tags
12603
12604  Index1   Tag Name                             Writable
12605  ------   --------                             --------
12606      0    AFAreaMode                           int8u
12607      1    AFPoint                              int8u
12608      2    AFPointsInFocus                      int16u
12609
12610=head3 Nikon ShotInfoD40 Tags
12611
12612These tags are extracted from encrypted data in D40 and D40X images.
12613
12614   Index   Tag Name                             Writable
12615   -----   --------                             --------
12616      0    ShotInfoVersion                      no
12617    582    ShutterCount                         int32u
12618  586.1    VibrationReduction                   int8u & 0x08
12619    729    CustomSettingsD40                    NikonCustom SettingsD40
12620
12621=head3 Nikon ShotInfoD80 Tags
12622
12623These tags are extracted from encrypted data in D80 images.
12624
12625   Index   Tag Name                             Writable
12626   -----   --------                             --------
12627      0    ShotInfoVersion                      no
12628    586    ShutterCount                         int32u
12629  590.1    Rotation                             int8u & 0x07
12630  590.2    VibrationReduction                   int8u & 0x18
12631  590.3    FlashFired                           int8u & 0xe0
12632    708    NikonImageSize                       int8u & 0xf0
12633  708.1    ImageQuality                         int8u & 0x0f
12634    748    CustomSettingsD80                    NikonCustom SettingsD80
12635
12636=head3 Nikon ShotInfoD90 Tags
12637
12638These tags are extracted from encrypted data in images from the D90 with
12639firmware 1.00.
12640
12641   Index   Tag Name                             Writable
12642   -----   --------                             --------
12643      0    ShotInfoVersion                      no
12644      4    FirmwareVersion                      no
12645    693    ISO2                                 int8u
12646    725    ShutterCount                         int32u
12647    884    CustomSettingsD90                    NikonCustom SettingsD90
12648
12649=head3 Nikon ShotInfoD3a Tags
12650
12651These tags are extracted from encrypted data in images from the D3 with
12652firmware 1.00 and earlier.
12653
12654   Index   Tag Name                             Writable
12655   -----   --------                             --------
12656      0    ShotInfoVersion                      no
12657    598    ISO2                                 int8u
12658    630    ShutterCount                         int32u
12659  723.1    NikonImageSize                       int8u & 0x18
12660  723.2    ImageQuality                         int8u & 0x07
12661    769    CustomSettingsD3                     NikonCustom SettingsD3
12662
12663=head3 Nikon ShotInfoD3b Tags
12664
12665These tags are extracted from encrypted data in images from the D3 with
12666firmware 1.10, 2.00, 2.01 and 2.02.
12667
12668   Index   Tag Name                             Writable
12669   -----   --------                             --------
12670      0    ShotInfoVersion                      no
12671      4    FirmwareVersion                      no
12672     16    ImageArea                            int8u
12673    605    ISO2                                 int8u
12674    637    ShutterCount                         int32u
12675    639    ShutterCount                         int32u
12676    650    PreFlashReturnStrength               int8u
12677  732.1    NikonImageSize                       int8u & 0x18
12678  732.2    ImageQuality                         int8u & 0x07
12679    778    CustomSettingsD3                     NikonCustom SettingsD3
12680
12681=head3 Nikon ShotInfoD3X Tags
12682
12683These tags are extracted from encrypted data in images from the D3X with
12684firmware 1.00.
12685
12686   Index   Tag Name                             Writable
12687   -----   --------                             --------
12688      0    ShotInfoVersion                      no
12689      4    FirmwareVersion                      no
12690    605    ISO2                                 int8u
12691    640    ShutterCount                         int32u
12692    779    CustomSettingsD3X                    NikonCustom SettingsD3
12693
12694=head3 Nikon ShotInfoD3S Tags
12695
12696These tags are extracted from encrypted data in images from the D3S with
12697firmware 1.00 and earlier.
12698
12699   Index   Tag Name                             Writable
12700   -----   --------                             --------
12701      0    ShotInfoVersion                      no
12702      4    FirmwareVersion                      no
12703     16    ImageArea                            int8u
12704    545    ISO2                                 int8u
12705    578    ShutterCount                         int32u
12706    718    CustomSettingsD3S                    NikonCustom SettingsD3
12707
12708=head3 Nikon ShotInfoD300a Tags
12709
12710These tags are extracted from encrypted data in images from the D300 with
12711firmware 1.00 and earlier.
12712
12713   Index   Tag Name                             Writable
12714   -----   --------                             --------
12715      0    ShotInfoVersion                      no
12716    604    ISO2                                 int8u
12717    633    ShutterCount                         int32u
12718    721    AFFineTuneAdj                        int16u
12719    790    CustomSettingsD300                   NikonCustom SettingsD3
12720
12721=head3 Nikon ShotInfoD300b Tags
12722
12723These tags are extracted from encrypted data in images from the D300 with
12724firmware 1.10.
12725
12726   Index   Tag Name                             Writable
12727   -----   --------                             --------
12728      0    ShotInfoVersion                      no
12729      4    FirmwareVersion                      no
12730    613    ISO2                                 int8u
12731    644    ShutterCount                         int32u
12732    732    AFFineTuneAdj                        int16u
12733    802    CustomSettingsD300                   NikonCustom SettingsD3
12734
12735=head3 Nikon ShotInfoD300S Tags
12736
12737These tags are extracted from encrypted data in images from the D300S with
12738firmware 1.00.
12739
12740   Index   Tag Name                             Writable
12741   -----   --------                             --------
12742      0    ShotInfoVersion                      no
12743      4    FirmwareVersion                      no
12744    613    ISO2                                 int8u
12745    646    ShutterCount                         int32u
12746    804    CustomSettingsD300S                  NikonCustom SettingsD3
12747
12748=head3 Nikon ShotInfoD700 Tags
12749
12750These tags are extracted from encrypted data in images from the D700 with
12751firmware 1.02f.
12752
12753   Index   Tag Name                             Writable
12754   -----   --------                             --------
12755      0    ShotInfoVersion                      no
12756      4    FirmwareVersion                      no
12757    613    ISO2                                 int8u
12758    647    ShutterCount                         int32u
12759    804    CustomSettingsD700                   NikonCustom SettingsD700
12760
12761=head3 Nikon ShotInfoD800 Tags
12762
12763These tags are extracted from encrypted data in images from the D800.
12764
12765   Index   Tag Name                             Writable
12766   -----   --------                             --------
12767      0    ShotInfoVersion                      no
12768      4    FirmwareVersion                      no
12769   1216    RepeatingFlashOutputExternal         int8u
12770   1218    RepeatingFlashRateExternal           int8u
12771   1219    RepeatingFlashCountExternal          int8u
12772   1234    FlashExposureComp2                   int8s
12773   1242    RepeatingFlashRateBuilt-in           int8u
12774   1243    RepeatingFlashCountBuilt-in          int8u
12775   1308    SequenceNumber                       int8u
12776   1531    ShutterCount                         int32u
12777   1772    CustomSettingsD800                   NikonCustom SettingsD800
12778
12779=head3 Nikon ShotInfoD810 Tags
12780
12781These tags are extracted from encrypted data in images from the D810.  Note
12782that the indices listed below are for firmware version 1.0, but they may be
12783different for other firmware versions.
12784
12785   Index   Tag Name                             Writable
12786   -----   --------                             --------
12787      0    ShotInfoVersion                      no
12788      4    FirmwareVersion                      no
12789    464    SecondarySlotFunction                int8u & 0x03
12790   5974    AEBracketingSteps                    int8u & 0xff
12791   5975    WBBracketingSteps                    int8u & 0xff
12792   5982    NikonMeteringMode                    int8u & 0x03
12793   6236    ISOAutoShutterTime                   int8u & 0x3f
12794   6237    ISOAutoHiLimit                       int8u & 0xff
12795   6315    CustomSettingsD810                   NikonCustom SettingsD810
12796  14068    RollAngle                            fixed32u
12797  14072    PitchAngle                           fixed32u
12798  14076    YawAngle                             fixed32u
12799
12800=head3 Nikon ShotInfoD850 Tags
12801
12802These tags are extracted from encrypted data in images from the D850.
12803
12804   Index   Tag Name                             Writable
12805   -----   --------                             --------
12806      0    ShotInfoVersion                      no
12807      4    FirmwareVersion                      no
12808   1937    PhotoShootingMenuBankImageArea       int8u & 0x07
12809   4029    PhotoShootingMenuBank                int8u & 0x03
12810   4031    PrimarySlot                          int8u & 0x80
12811   4152    CustomSettingsD850                   NikonCustom SettingsD850
12812  12027    RollAngle                            fixed32u
12813  12031    PitchAngle                           fixed32u
12814  12035    YawAngle                             fixed32u
12815
12816=head3 Nikon ShotInfoD5000 Tags
12817
12818These tags are extracted from encrypted data in images from the D5000 with
12819firmware 1.00.
12820
12821   Index   Tag Name                             Writable
12822   -----   --------                             --------
12823      0    ShotInfoVersion                      no
12824      4    FirmwareVersion                      no
12825    693    ISO2                                 int8u
12826    726    ShutterCount                         int32u
12827    888    CustomSettingsD5000                  NikonCustom SettingsD5000
12828
12829=head3 Nikon ShotInfoD5100 Tags
12830
12831   Index   Tag Name                             Writable
12832   -----   --------                             --------
12833      0    ShotInfoVersion                      no
12834      4    FirmwareVersion                      no
12835    801    ShutterCount                         int32u
12836   1031    CustomSettingsD5100                  NikonCustom SettingsD5100
12837
12838=head3 Nikon ShotInfoD5200 Tags
12839
12840   Index   Tag Name                             Writable
12841   -----   --------                             --------
12842      0    ShotInfoVersion                      no
12843      4    FirmwareVersion                      no
12844   3032    ShutterCount                         int32u
12845   3285    CustomSettingsD5200                  NikonCustom SettingsD5200
12846
12847=head3 Nikon ShotInfoD7000 Tags
12848
12849These tags are extracted from encrypted data in images from the D7000 with
12850firmware 1.01b.
12851
12852   Index   Tag Name                             Writable
12853   -----   --------                             --------
12854      0    ShotInfoVersion                      no
12855      4    FirmwareVersion                      no
12856    800    ShutterCount                         int32u
12857   1028    CustomSettingsD7000                  NikonCustom SettingsD7000
12858
12859=head3 Nikon ShotInfoD4 Tags
12860
12861These tags are extracted from encrypted data in images from the D4.
12862
12863   Index   Tag Name                             Writable
12864   -----   --------                             --------
12865      0    ShotInfoVersion                      no
12866      4    FirmwareVersion                      no
12867   1873    CustomSettingsD4                     NikonCustom SettingsD4
12868
12869=head3 Nikon ShotInfoD4S Tags
12870
12871These tags are extracted from encrypted data in images from the D4S.
12872
12873   Index   Tag Name                             Writable
12874   -----   --------                             --------
12875      0    ShotInfoVersion                      no
12876      4    FirmwareVersion                      no
12877    464    SecondarySlotFunction                int8u & 0x03
12878   5964    AEBracketingSteps                    int8u & 0xff
12879   5965    WBBracketingSteps                    int8u & 0xff
12880   6221    ReleaseMode                          int8u & 0xff
12881   6301    CustomSettingsD4S                    NikonCustom SettingsD4
12882   6338    MultiSelectorLiveViewMode            int8u & 0xc0
12883   6378    ISOAutoShutterTime                   int8u & 0x3f
12884   6379    ISOAutoHiLimit                       int8u & 0xff
12885   6461    CustomSettingsD4S                    NikonCustom SettingsD4
12886  13579    RollAngle                            fixed32u
12887  13583    PitchAngle                           fixed32u
12888  13587    YawAngle                             fixed32u
12889  13971    Rotation                             int8u & 0x30
12890
12891=head3 Nikon ShotInfoD500 Tags
12892
12893These tags are extracted from encrypted data in images from the D5 and D500.
12894
12895   Index   Tag Name                             Writable
12896   -----   --------                             --------
12897      0    ShotInfoVersion                      no
12898      4    FirmwareVersion                      no
12899    202    Rotation                             int8u & 0x03
12900   1506    FlickerReductionIndicator            int8u & 0x01
12901   2004    JPGCompression                       int8u & 0x01
12902   2171    AEBracketingSteps                    int8u & 0xff
12903   2172    WBBracketingSteps                    int8u & 0xff
12904   2179    ADLBracketingStep                    int8u & 0xf0
12905   2180    ADLBracketingType                    int8u & 0x0f
12906   3709    PhotoShootingMenuBank                int8u & 0x03
12907   3711    PrimarySlot                          int8u & 0x80
12908   3713    ISOAutoShutterTime                   int8u & 0x3f
12909   3714    ISOAutoHiLimit                       int8u & 0xff
12910   3716    FlickerReduction                     int8u & 0x20
12911  3716.1   PhotoShootingMenuBankImageArea       int8u & 0x07
12912   3819    CustomSettingsD5                     NikonCustom SettingsD5
12913           CustomSettingsD500                   NikonCustom SettingsD500
12914  11300    RollAngle                            fixed32u
12915  11304    PitchAngle                           fixed32u
12916  11308    YawAngle                             fixed32u
12917  11940    NikonMeteringMode                    int8u & 0x03
12918
12919=head3 Nikon ShotInfoD6 Tags
12920
12921These tags are extracted from encrypted data in images from the D6.
12922
12923   Index   Tag Name                             Writable
12924   -----   --------                             --------
12925      0    ShotInfoVersion                      no
12926  49690    RollAngle                            fixed32u
12927  49694    PitchAngle                           fixed32u
12928  49698    YawAngle                             fixed32u
12929
12930=head3 Nikon ShotInfoD610 Tags
12931
12932These tags are extracted from encrypted data in images from the D610.
12933
12934   Index   Tag Name                             Writable
12935   -----   --------                             --------
12936      0    ShotInfoVersion                      no
12937      4    FirmwareVersion                      no
12938   1999    CustomSettingsD610                   NikonCustom SettingsD610
12939
12940=head3 Nikon ShotInfoZ7_2 Tags
12941
12942These tags are extracted from encrypted data in images from the Z7_2.
12943
12944   Index   Tag Name                             Writable
12945   -----   --------                             --------
12946      0    ShotInfoVersion                      no
12947      4    FirmwareVersion                      no
12948  52786    RollAngle                            fixed32u
12949  52790    PitchAngle                           fixed32u
12950  52794    YawAngle                             fixed32u
12951
12952=head3 Nikon ShotInfo Tags
12953
12954This information is encrypted for ShotInfoVersion 02xx, and some tags are
12955only valid for specific models.
12956
12957  Index1   Tag Name                             Writable
12958  ------   --------                             --------
12959      0    ShotInfoVersion                      no
12960      4    FirmwareVersion                      no
12961     16    DistortionControl                    int8u
12962    102    VR_0x66?                             int8u
12963    106    ShutterCount                         int32u
12964    110    DeletedImageCount                    int32u
12965    117    VibrationReduction                   int8u
12966    130    VibrationReduction                   int8u
12967    343    ShutterCount                         undef[2]
12968    430    VibrationReduction                   int8u
12969    589    ShutterCount                         int32u
12970
12971=head3 Nikon ColorBalance1 Tags
12972
12973  Index2   Tag Name                             Writable
12974  ------   --------                             --------
12975      0    WB_RBGGLevels                        int16u[4]!
12976
12977=head3 Nikon ColorBalance2 Tags
12978
12979This information is encrypted for most camera models.
12980
12981  Index2   Tag Name                             Writable
12982  ------   --------                             --------
12983      0    WB_RGGBLevels                        int16u[4]!
12984
12985=head3 Nikon ColorBalance3 Tags
12986
12987  Index2   Tag Name                             Writable
12988  ------   --------                             --------
12989      0    WB_RGBGLevels                        int16u[4]!
12990
12991=head3 Nikon ColorBalance4 Tags
12992
12993  Index2   Tag Name                             Writable
12994  ------   --------                             --------
12995      0    WB_GRBGLevels                        int16u[4]!
12996
12997=head3 Nikon ColorBalanceUnknown Tags
12998
12999  Index1   Tag Name                             Writable
13000  ------   --------                             --------
13001      0    ColorBalanceVersion                  undef[4]
13002
13003=head3 Nikon LensData00 Tags
13004
13005This structure is used by the D100, and D1X with firmware version 1.1.
13006
13007  Index1   Tag Name                             Writable
13008  ------   --------                             --------
13009      0    LensDataVersion                      no
13010      6    LensIDNumber                         int8u
13011      7    LensFStops                           int8u
13012      8    MinFocalLength                       int8u
13013      9    MaxFocalLength                       int8u
13014     10    MaxApertureAtMinFocal                int8u
13015     11    MaxApertureAtMaxFocal                int8u
13016     12    MCUVersion                           int8u
13017
13018=head3 Nikon LensData01 Tags
13019
13020Nikon encrypts the LensData information below if LensDataVersion is 0201 or
13021higher, but  the decryption algorithm is known so the information can be
13022extracted.
13023
13024  Index1   Tag Name                             Writable
13025  ------   --------                             --------
13026      0    LensDataVersion                      no
13027      4    ExitPupilPosition                    int8u
13028      5    AFAperture                           int8u
13029      8    FocusPosition                        int8u
13030      9    FocusDistance                        int8u
13031     10    FocalLength                          int8u
13032     11    LensIDNumber                         int8u
13033     12    LensFStops                           int8u
13034     13    MinFocalLength                       int8u
13035     14    MaxFocalLength                       int8u
13036     15    MaxApertureAtMinFocal                int8u
13037     16    MaxApertureAtMaxFocal                int8u
13038     17    MCUVersion                           int8u
13039     18    EffectiveMaxAperture                 int8u
13040
13041=head3 Nikon LensData0204 Tags
13042
13043Nikon encrypts the LensData information below if LensDataVersion is 0201 or
13044higher, but  the decryption algorithm is known so the information can be
13045extracted.
13046
13047  Index1   Tag Name                             Writable
13048  ------   --------                             --------
13049      0    LensDataVersion                      no
13050      4    ExitPupilPosition                    int8u
13051      5    AFAperture                           int8u
13052      8    FocusPosition                        int8u
13053     10    FocusDistance                        int8u
13054     11    FocalLength                          int8u
13055     12    LensIDNumber                         int8u
13056     13    LensFStops                           int8u
13057     14    MinFocalLength                       int8u
13058     15    MaxFocalLength                       int8u
13059     16    MaxApertureAtMinFocal                int8u
13060     17    MaxApertureAtMaxFocal                int8u
13061     18    MCUVersion                           int8u
13062     19    EffectiveMaxAperture                 int8u
13063
13064=head3 Nikon LensData0400 Tags
13065
13066Tags extracted from the encrypted lens data of the Nikon 1J1/1V1/1J2.
13067
13068  Index1   Tag Name                             Writable
13069  ------   --------                             --------
13070      0    LensDataVersion                      no
13071    394    LensModel                            string[64]
13072
13073=head3 Nikon LensData0402 Tags
13074
13075Tags extracted from the encrypted lens data of the Nikon 1J3/1S1/1V2.
13076
13077  Index1   Tag Name                             Writable
13078  ------   --------                             --------
13079      0    LensDataVersion                      no
13080    395    LensModel                            string[64]
13081
13082=head3 Nikon LensData0403 Tags
13083
13084Tags extracted from the encrypted lens data of the Nikon 1J4/1J5.
13085
13086  Index1   Tag Name                             Writable
13087  ------   --------                             --------
13088      0    LensDataVersion                      no
13089    684    LensModel                            string[64]
13090
13091=head3 Nikon LensData0800 Tags
13092
13093Tags found in the encrypted LensData from cameras such as the Z6 and Z7.
13094
13095  Index1   Tag Name                             Writable
13096  ------   --------                             --------
13097      0    LensDataVersion                      no
13098      4    ExitPupilPosition                    int8u
13099      5    AFAperture                           int8u
13100      9    FocusPosition                        int8u
13101     11    FocusDistance                        int8u
13102     12    FocalLength                          int8u
13103     13    LensIDNumber                         int8u
13104     14    LensFStops                           int8u
13105     15    MinFocalLength                       int8u
13106     16    MaxFocalLength                       int8u
13107     17    MaxApertureAtMinFocal                int8u
13108     18    MaxApertureAtMaxFocal                int8u
13109     19    MCUVersion                           int8u
13110     20    EffectiveMaxAperture                 int8u
13111     48    LensID                               int16u
13112     54    MaxAperture                          int16u
13113     56    FNumber                              int16u
13114     60    FocalLength                          int16u
13115     79    FocusDistance                        int8u
13116
13117=head3 Nikon LensDataUnknown Tags
13118
13119  Index1   Tag Name                             Writable
13120  ------   --------                             --------
13121      0    LensDataVersion                      no
13122
13123=head3 Nikon FlashInfo0100 Tags
13124
13125These tags are used by the D2H, D2Hs, D2X, D2Xs, D50, D70, D70s, D80 and
13126D200.
13127
13128  Index1   Tag Name                             Writable
13129  ------   --------                             --------
13130      0    FlashInfoVersion                     no
13131      4    FlashSource                          int8u
13132      6    ExternalFlashFirmware                int8u[2]
13133      8    ExternalFlashFlags                   int8u
13134    9.1    FlashCommanderMode                   int8u & 0x80
13135    9.2    FlashControlMode                     int8u & 0x7f
13136     10    FlashOutput                          int8u
13137           FlashCompensation                    int8s
13138     11    FlashFocalLength                     int8u
13139     12    RepeatingFlashRate                   int8u
13140     13    RepeatingFlashCount                  int8u
13141     14    FlashGNDistance                      int8u
13142     15    FlashGroupAControlMode               int8u & 0x0f
13143     16    FlashGroupBControlMode               int8u & 0x0f
13144     17    FlashGroupAOutput                    int8u
13145           FlashGroupACompensation              int8s
13146     18    FlashGroupBOutput                    int8u
13147           FlashGroupBCompensation              int8s
13148
13149=head3 Nikon FlashInfo0102 Tags
13150
13151These tags are used by the D3 (firmware 1.x), D40, D40X, D60 and D300
13152(firmware 1.00).
13153
13154  Index1   Tag Name                             Writable
13155  ------   --------                             --------
13156      0    FlashInfoVersion                     no
13157      4    FlashSource                          int8u
13158      6    ExternalFlashFirmware                int8u[2]
13159      8    ExternalFlashFlags                   int8u
13160    9.1    FlashCommanderMode                   int8u & 0x80
13161    9.2    FlashControlMode                     int8u & 0x7f
13162     10    FlashOutput                          int8u
13163           FlashCompensation                    int8s
13164     12    FlashFocalLength                     int8u
13165     13    RepeatingFlashRate                   int8u
13166     14    RepeatingFlashCount                  int8u
13167     15    FlashGNDistance                      int8u
13168   16.1    FlashGroupAControlMode               int8u & 0x0f
13169   17.1    FlashGroupBControlMode               int8u & 0xf0
13170   17.2    FlashGroupCControlMode               int8u & 0x0f
13171     18    FlashGroupAOutput                    int8u
13172           FlashGroupACompensation              int8s
13173     19    FlashGroupBOutput                    int8u
13174           FlashGroupBCompensation              int8s
13175     20    FlashGroupCOutput                    int8u
13176           FlashGroupCCompensation              int8s
13177
13178=head3 Nikon FlashInfo0103 Tags
13179
13180These tags are used by the D3 (firmware 2.x), D3X, D3S, D4, D90, D300
13181(firmware 1.10), D300S, D600, D700, D800, D3000, D3100, D3200, D5000, D5100,
13182D5200, D7000.
13183
13184  Index1   Tag Name                             Writable
13185  ------   --------                             --------
13186      0    FlashInfoVersion                     no
13187      4    FlashSource                          int8u
13188      6    ExternalFlashFirmware                int8u[2]
13189      8    ExternalFlashFlags                   int8u
13190    9.1    FlashCommanderMode                   int8u & 0x80
13191    9.2    FlashControlMode                     int8u & 0x7f
13192     10    FlashOutput                          int8u
13193           FlashCompensation                    int8s
13194     12    FlashFocalLength                     int8u
13195     13    RepeatingFlashRate                   int8u
13196     14    RepeatingFlashCount                  int8u
13197     15    FlashGNDistance                      int8u
13198     16    FlashColorFilter                     int8u
13199   17.1    FlashGroupAControlMode               int8u & 0x0f
13200   18.1    FlashGroupBControlMode               int8u & 0xf0
13201   18.2    FlashGroupCControlMode               int8u & 0x0f
13202     19    FlashGroupAOutput                    int8u
13203           FlashGroupACompensation              int8s
13204     20    FlashGroupBOutput                    int8u
13205           FlashGroupBCompensation              int8s
13206     21    FlashGroupCOutput                    int8u
13207           FlashGroupCCompensation              int8s
13208     27    ExternalFlashCompensation            int8s
13209     29    FlashExposureComp3                   int8s
13210     39    FlashExposureComp4                   int8s
13211
13212=head3 Nikon FlashInfo0106 Tags
13213
13214These tags are used by the Df, D610, D3300, D5300, D7100 and Coolpix A.
13215
13216  Index1   Tag Name                             Writable
13217  ------   --------                             --------
13218      0    FlashInfoVersion                     no
13219      4    FlashSource                          int8u
13220      6    ExternalFlashFirmware                int8u[2]
13221      8    ExternalFlashFlags                   int8u
13222    9.1    FlashCommanderMode                   int8u & 0x80
13223    9.2    FlashControlMode                     int8u & 0x7f
13224     12    FlashFocalLength                     int8u
13225     13    RepeatingFlashRate                   int8u
13226     14    RepeatingFlashCount                  int8u
13227     15    FlashGNDistance                      int8u
13228     16    FlashColorFilter                     int8u
13229   17.1    FlashGroupAControlMode               int8u & 0x0f
13230   18.1    FlashGroupBControlMode               int8u & 0xf0
13231   18.2    FlashGroupCControlMode               int8u & 0x0f
13232     39    FlashOutput                          int8u
13233           FlashCompensation                    int8s
13234     40    FlashGroupAOutput                    int8u
13235           FlashGroupACompensation              int8s
13236     41    FlashGroupBOutput                    int8u
13237           FlashGroupBCompensation              int8s
13238     42    FlashGroupCOutput                    int8u
13239           FlashGroupCCompensation              int8s
13240
13241=head3 Nikon FlashInfo0107 Tags
13242
13243These tags are used by the D4S, D750, D810, D5500, D7200 (FlashInfoVersion
132440107) and the D5, D500, D850 and D3400 (FlashInfoVersion 0108).
13245
13246  Index1   Tag Name                             Writable
13247  ------   --------                             --------
13248      0    FlashInfoVersion                     no
13249      4    FlashSource                          int8u
13250      6    ExternalFlashFirmware                int8u[2]
13251    8.1    ExternalFlashZoomOverride            int8u & 0x80
13252    8.2    ExternalFlashStatus                  int8u & 0x01
13253    9.1    ExternalFlashReadyState              int8u & 0x07
13254     10    FlashCompensation                    int8s
13255     12    FlashFocalLength                     int8u
13256     13    RepeatingFlashRate                   int8u
13257     14    RepeatingFlashCount                  int8u
13258     15    FlashGNDistance                      int8u
13259   17.1    FlashGroupAControlMode               int8u & 0x0f
13260   18.1    FlashGroupBControlMode               int8u & 0xf0
13261   18.2    FlashGroupCControlMode               int8u & 0x0f
13262     40    FlashGroupAOutput                    int8u
13263           FlashGroupACompensation              int8s
13264     41    FlashGroupBOutput                    int8u
13265           FlashGroupBCompensation              int8s
13266     42    FlashGroupCOutput                    int8u
13267           FlashGroupCCompensation              int8s
13268
13269=head3 Nikon FlashInfo0300 Tags
13270
13271  Index1   Tag Name                             Writable
13272  ------   --------                             --------
13273      0    FlashInfoVersion                     no
13274      4    FlashSource                          int8u
13275      6    ExternalFlashFirmware                int8u[2]
13276     27    FlashCompensation                    int8s
13277
13278=head3 Nikon FlashInfoUnknown Tags
13279
13280  Index1   Tag Name                             Writable
13281  ------   --------                             --------
13282      0    FlashInfoVersion                     no
13283
13284=head3 Nikon MultiExposure Tags
13285
13286  Index4   Tag Name                             Writable
13287  ------   --------                             --------
13288      0    MultiExposureVersion                 no
13289      1    MultiExposureMode                    int32u
13290      2    MultiExposureShots                   int32u
13291      3    MultiExposureAutoGain                int32u
13292
13293=head3 Nikon AFInfo2 Tags
13294
13295These tags are written by Nikon DSLR's which have the live view feature.
13296
13297  Index1   Tag Name                             Writable
13298  ------   --------                             --------
13299      0    AFInfo2Version                       no
13300      4    ContrastDetectAF                     int8u
13301      5    AFAreaMode                           int8u
13302      6    PhaseDetectAF                        int8u
13303      7    PrimaryAFPoint                       int8u
13304      8    AFPointsUsed                         undef[7]
13305           AFPointsUsed                         undef[2]
13306           AFPointsUsed                         undef[5]
13307           AFPointsUsed                         undef[17]
13308           AFPointsUsed                         undef[21]
13309           AFPointsUsed                         undef[29]
13310           AFPointsUsed                         undef[20]
13311           AFPointsUsed                         undef[13]
13312           AFPointsUsed                         undef[7]
13313     10    AFPointsUsed                         undef[14]
13314     16    AFImageWidth                         int16u
13315     18    AFImageHeight                        int16u
13316     20    AFAreaXPosition                      int16u
13317     22    AFAreaYPosition                      int16u
13318     24    AFAreaWidth                          int16u
13319     26    AFAreaHeight                         int16u
13320     28    ContrastDetectAFInFocus              int8u
13321           AFPointsSelected                     undef[20]
13322     42    AFImageWidth                         int16u
13323     44    AFImageHeight                        int16u
13324     46    AFAreaXPosition                      int16u
13325     47    AFFocusPointXPosition                int8u~
13326     48    AFAreaYPosition                      int16u
13327           AFPointsInFocus                      undef[20]
13328     49    AFFocusPointYPosition                int8u~
13329     50    AFAreaWidth                          int16u
13330     52    AFAreaHeight                         int16u
13331     56    PrimaryAFPoint                       int8u
13332     68    PrimaryAFPoint                       int8u
13333     70    AFImageWidth                         int16u
13334     72    AFImageHeight                        int16u
13335     74    AFAreaXPosition                      int16u
13336     76    AFAreaYPosition                      int16u
13337     78    AFAreaWidth                          int16u
13338     80    AFAreaHeight                         int16u
13339     82    ContrastDetectAFInFocus              int8u
13340
13341=head3 Nikon FileInfo Tags
13342
13343  Index2   Tag Name                             Writable
13344  ------   --------                             --------
13345      0    FileInfoVersion                      no
13346      2    MemoryCardNumber                     int16u
13347      3    DirectoryNumber                      int16u
13348      4    FileNumber                           int16u
13349
13350=head3 Nikon AFTune Tags
13351
13352  Index1   Tag Name                             Writable
13353  ------   --------                             --------
13354      0    AFFineTune                           int8u
13355      1    AFFineTuneIndex                      int8u
13356      2    AFFineTuneAdj                        int8s
13357      3    AFFineTuneAdjTele                    int8s
13358
13359=head3 Nikon RetouchInfo Tags
13360
13361  Index1   Tag Name                             Writable
13362  ------   --------                             --------
13363      0    RetouchInfoVersion                   no
13364      5    RetouchNEFProcessing                 int8s
13365
13366=head3 Nikon BarometerInfo Tags
13367
13368  Index1   Tag Name                             Writable
13369  ------   --------                             --------
13370      0    BarometerInfoVersion                 no
13371      6    Altitude                             int32s
13372
13373=head3 Nikon CaptureOffsets Tags
13374
13375  Tag ID   Tag Name                             Writable
13376  ------   --------                             --------
13377  0x0001   IFD0_Offset                          no
13378  0x0002   PreviewIFD_Offset                    no
13379  0x0003   SubIFD_Offset                        no
13380
13381=head3 Nikon Scan Tags
13382
13383This information is written by the Nikon Scan software.
13384
13385  Tag ID   Tag Name                             Writable
13386  ------   --------                             --------
13387  0x0002   FilmType                             string
13388  0x0040   MultiSample                          string
13389  0x0041   BitDepth                             int16u
13390  0x0050   MasterGain                           rational64s
13391  0x0051   ColorGain                            rational64s[3]
13392  0x0060   ScanImageEnhancer                    int32u
13393  0x0100   DigitalICE                           string
13394  0x0110   ROCInfo                              Nikon ROC
13395  0x0120   GEMInfo                              Nikon GEM
13396  0x0200   DigitalDEEShadowAdj                  int32u
13397  0x0201   DigitalDEEThreshold                  int32u
13398  0x0202   DigitalDEEHighlightAdj               int32u
13399
13400=head3 Nikon ROC Tags
13401
13402  Index4   Tag Name                             Writable
13403  ------   --------                             --------
13404      0    DigitalROC                           int32u
13405
13406=head3 Nikon GEM Tags
13407
13408  Index4   Tag Name                             Writable
13409  ------   --------                             --------
13410      0    DigitalGEM                           int32u
13411
13412=head3 Nikon CaptureOutput Tags
13413
13414  Index4   Tag Name                             Writable
13415  ------   --------                             --------
13416      2    OutputImageWidth                     int32u
13417      3    OutputImageHeight                    int32u
13418      4    OutputResolution                     int32u
13419
13420=head3 Nikon Type2 Tags
13421
13422  Tag ID   Tag Name                             Writable
13423  ------   --------                             --------
13424  0x0003   Quality                              yes
13425  0x0004   ColorMode                            yes
13426  0x0005   ImageAdjustment                      yes
13427  0x0006   CCDSensitivity                       yes
13428  0x0007   WhiteBalance                         yes
13429  0x0008   Focus                                yes
13430  0x000a   DigitalZoom                          yes
13431  0x000b   Converter                            yes
13432
13433=head3 Nikon NEFInfo Tags
13434
13435As-yet unknown information found in SubIFD1 tag 0xc7d5 of NEF images from
13436cameras such as the Z6 and Z7, and NRW images from some Coolpix cameras.
13437
13438  Tag ID   Tag Name                             Writable
13439  ------   --------                             --------
13440  [no tags known]
13441
13442=head3 Nikon NCDT Tags
13443
13444Nikon-specific QuickTime tags found in the NCDT atom of MOV videos from
13445various Nikon models.
13446
13447  Tag ID   Tag Name                             Writable
13448  ------   --------                             --------
13449  'NCDB'   NikonNCDB                            Nikon NCDB
13450  'NCHD'   MakerNoteVersion                     no
13451  'NCM1'   PreviewImage1                        no
13452  'NCM2'   PreviewImage2                        no
13453  'NCTG'   NikonTags                            Nikon NCTG
13454  'NCTH'   ThumbnailImage                       no
13455  'NCVW'   PreviewImage                         no
13456
13457=head3 Nikon NCDB Tags
13458
13459  Tag ID   Tag Name                             Writable
13460  ------   --------                             --------
13461  [no tags known]
13462
13463=head3 Nikon NCTG Tags
13464
13465These tags are found in proprietary-format records of the NCTG atom in MOV
13466videos from some Nikon cameras.
13467
13468  Tag ID       Tag Name                         Writable
13469  ------       --------                         --------
13470  0x0001       Make                             no
13471  0x0002       Model                            no
13472  0x0003       Software                         no
13473  0x0011       CreateDate                       no
13474  0x0012       DateTimeOriginal                 no
13475  0x0013       FrameCount                       no
13476  0x0016       FrameRate                        no
13477  0x0019       TimeZone                         no
13478  0x0022       FrameWidth                       no
13479  0x0023       FrameHeight                      no
13480  0x0032       AudioChannels                    no
13481  0x0033       AudioBitsPerSample               no
13482  0x0034       AudioSampleRate                  no
13483  0x1002       NikonDateTime                    no
13484  0x1013       ElectronicVR                     no
13485  0x110829a    ExposureTime                     no
13486  0x110829d    FNumber                          no
13487  0x1108822    ExposureProgram                  no
13488  0x1109204    ExposureCompensation             no
13489  0x1109207    MeteringMode                     no
13490  0x110920a    FocalLength                      no
13491  0x110a431    SerialNumber                     no
13492  0x110a432    LensInfo                         no
13493  0x110a433    LensMake                         no
13494  0x110a434    LensModel                        no
13495  0x110a435    LensSerialNumber                 no
13496  0x1200000    GPSVersionID                     no
13497  0x1200001    GPSLatitudeRef                   no
13498  0x1200002    GPSLatitude                      no
13499  0x1200003    GPSLongitudeRef                  no
13500  0x1200004    GPSLongitude                     no
13501  0x1200005    GPSAltitudeRef                   no
13502  0x1200006    GPSAltitude                      no
13503  0x1200007    GPSTimeStamp                     no
13504  0x1200008    GPSSatellites                    no
13505  0x1200010    GPSImgDirectionRef               no
13506  0x1200011    GPSImgDirection                  no
13507  0x1200012    GPSMapDatum                      no
13508  0x120001d    GPSDateStamp                     no
13509  0x2000001    MakerNoteVersion                 no
13510  0x2000005    WhiteBalance                     no
13511  0x2000007    FocusMode                        no
13512  0x200000b    WhiteBalanceFineTune             no
13513  0x200001b    CropHiSpeed                      no
13514  0x200001e    ColorSpace                       no
13515  0x200001f    VRInfo                           Nikon VRInfo
13516  0x2000022    ActiveD-Lighting                 no
13517  0x2000023    PictureControlData               Nikon PictureControl
13518                                                Nikon PictureControl2
13519                                                Nikon PictureControl3
13520                                                Nikon PictureControlUnknown
13521  0x2000024    WorldTime                        Nikon WorldTime
13522  0x2000025    ISOInfo                          Nikon ISOInfo
13523  0x200002a    VignetteControl                  no
13524  0x200002c    UnknownInfo                      Nikon UnknownInfo
13525  0x2000032    UnknownInfo2                     Nikon UnknownInfo2
13526  0x2000039    LocationInfo                     Nikon LocationInfo
13527  0x2000083    LensType                         no
13528  0x2000084    Lens                             no
13529  0x2000087    FlashMode                        no
13530  0x2000098    LensData0100                     Nikon LensData00
13531               LensData0101                     Nikon LensData01
13532               LensData0201                     Nikon LensData01
13533               LensData0204                     Nikon LensData0204
13534               LensData0400                     Nikon LensData0400
13535               LensData0402                     Nikon LensData0402
13536               LensData0403                     Nikon LensData0403
13537               LensData0800                     Nikon LensData0800
13538               LensDataUnknown                  Nikon LensDataUnknown
13539  0x20000a7    ShutterCount                     no
13540  0x20000a8    FlashInfo0100                    Nikon FlashInfo0100
13541               FlashInfo0102                    Nikon FlashInfo0102
13542               FlashInfo0103                    Nikon FlashInfo0103
13543               FlashInfo0106                    Nikon FlashInfo0106
13544               FlashInfo0107                    Nikon FlashInfo0107
13545               FlashInfoUnknown                 Nikon FlashInfoUnknown
13546  0x20000ab    VariProgram                      no
13547  0x20000b1    HighISONoiseReduction            no
13548  0x20000b7    AFInfo2                          Nikon AFInfo2
13549  0x20000c3    BarometerInfo                    Nikon BarometerInfo
13550
13551=head3 Nikon MOV Tags
13552
13553This information is found in MOV and QT videos from some Nikon cameras.
13554
13555  Index1   Tag Name                             Writable
13556  ------   --------                             --------
13557      0    Make                                 no
13558     24    Model                                no
13559     38    ExposureTime                         no
13560     42    FNumber                              no
13561     50    ExposureCompensation                 no
13562     68    WhiteBalance                         no
13563     72    FocalLength                          no
13564    175    Software                             no
13565    223    ISO                                  no
13566
13567=head3 Nikon AVI Tags
13568
13569Nikon-specific RIFF tags found in AVI videos.
13570
13571  Tag ID   Tag Name                             Writable
13572  ------   --------                             --------
13573  'nctg'   NikonTags                            Nikon AVITags
13574  'ncth'   ThumbnailImage                       no
13575  'ncvr'   NikonVers                            Nikon AVIVers
13576  'ncvw'   PreviewImage                         no
13577
13578=head3 Nikon AVITags Tags
13579
13580These tags and the AVIVer tags below are found in proprietary-format records
13581of Nikon AVI videos.
13582
13583  Tag ID   Tag Name                             Writable
13584  ------   --------                             --------
13585  0x0003   Make                                 no
13586  0x0004   Model                                no
13587  0x0005   Software                             no
13588  0x0006   Equipment                            no
13589  0x0007   Orientation                          no
13590  0x0008   ExposureTime                         no
13591  0x0009   FNumber                              no
13592  0x000a   ExposureCompensation                 no
13593  0x000b   MaxApertureValue                     no
13594  0x000c   MeteringMode                         no
13595  0x000f   FocalLength                          no
13596  0x0010   XResolution                          no
13597  0x0011   YResolution                          no
13598  0x0012   ResolutionUnit                       no
13599  0x0013   DateTimeOriginal                     no
13600  0x0014   CreateDate                           no
13601  0x0016   Duration                             no
13602  0x0018   FocusMode                            no
13603  0x001b   DigitalZoom                          no
13604  0x001d   ColorMode                            no
13605  0x001e   Sharpness                            no
13606  0x001f   WhiteBalance                         no
13607  0x0020   NoiseReduction                       no
13608
13609=head3 Nikon AVIVers Tags
13610
13611  Tag ID   Tag Name                             Writable
13612  ------   --------                             --------
13613  0x0001   MakerNoteType                        no
13614  0x0002   MakerNoteVersion                     no
13615
13616=head2 NikonCustom Tags
13617
13618Unfortunately, the NikonCustom settings are stored in a binary data block
13619which changes from model to model.  This means that significant effort must
13620be spent in decoding these for each model, usually requiring hundreds of
13621test images from a dedicated Nikon owner.  For this reason, the NikonCustom
13622settings have not been decoded for all models.  The tables below list the
13623custom settings for the currently supported models.
13624
13625=head3 NikonCustom SettingsD40 Tags
13626
13627Custom settings for the Nikon D40.
13628
13629  Index1   Tag Name                             Writable
13630  ------   --------                             --------
13631    0.1    Beep                                 int8u & 0x80
13632    0.2    AFAssist                             int8u & 0x40
13633    0.3    NoMemoryCard                         int8u & 0x20
13634    0.4    ImageReview                          int8u & 0x10
13635    1.1    AutoISO                              int8u & 0x80
13636    1.2    AutoISOMax                           int8u & 0x30
13637    1.3    AutoISOMinShutterSpeed               int8u & 0x07
13638    2.1    ImageReviewTime                      int8u & 0x07
13639    3.1    MonitorOffTime                       int8u & 0xe0
13640    3.2    MeteringTime                         int8u & 0x1c
13641    3.3    SelfTimerTime                        int8u & 0x03
13642    3.4    RemoteOnDuration                     int8u & 0xc0
13643    4.1    AELockButton                         int8u & 0x0e
13644    4.2    AELock                               int8u & 0x01
13645    5.1    ShootingModeSetting                  int8u & 0x70
13646    5.2    TimerFunctionButton                  int8u & 0x07
13647    6.1    Metering                             int8u & 0x03
13648    8.1    InternalFlash                        int8u & 0x10
13649    8.2    ManualFlashOutput                    int8u & 0x07
13650      9    FlashLevel                           int8s
13651   10.1    FocusModeSetting                     int8u & 0xc0
13652   11.1    AFAreaModeSetting                    int8u & 0x30
13653
13654=head3 NikonCustom SettingsD80 Tags
13655
13656Custom settings for the Nikon D80.
13657
13658  Index1   Tag Name                             Writable
13659  ------   --------                             --------
13660    0.1    Beep                                 int8u & 0x80
13661    0.2    AFAssist                             int8u & 0x40
13662    0.3    NoMemoryCard                         int8u & 0x20
13663    0.4    ImageReview                          int8u & 0x10
13664    0.5    Illumination                         int8u & 0x08
13665    0.6    MainDialExposureComp                 int8u & 0x04
13666    0.7    EVStepSize                           int8u & 0x01
13667    1.1    AutoISO                              int8u & 0x40
13668    1.2    AutoISOMax                           int8u & 0x30
13669    1.3    AutoISOMinShutterSpeed               int8u & 0x0f
13670    2.1    AutoBracketSet                       int8u & 0xc0
13671    2.2    AutoBracketOrder                     int8u & 0x20
13672    3.1    MonitorOffTime                       int8u & 0xe0
13673    3.2    MeteringTime                         int8u & 0x1c
13674    3.3    SelfTimerTime                        int8u & 0x03
13675    4.1    AELockButton                         int8u & 0x1e
13676    4.2    AELock                               int8u & 0x01
13677    4.3    RemoteOnDuration                     int8u & 0xc0
13678    5.1    CommandDials                         int8u & 0x80
13679    5.2    FunctionButton                       int8u & 0x78
13680    6.1    GridDisplay                          int8u & 0x80
13681    6.2    ViewfinderWarning                    int8u & 0x40
13682    6.3    CenterWeightedAreaSize               int8u & 0x0c
13683    6.4    ExposureDelayMode                    int8u & 0x20
13684    6.5    MB-D80Batteries                      int8u & 0x03
13685    7.1    FlashWarning                         int8u & 0x80
13686    7.2    FlashShutterSpeed                    int8u & 0x78
13687    7.3    AutoFP                               int8u & 0x04
13688    7.4    ModelingFlash                        int8u & 0x02
13689    8.1    InternalFlash                        int8u & 0xc0
13690    8.2    ManualFlashOutput                    int8u & 0x07
13691    9.1    RepeatingFlashOutput                 int8u & 0x70
13692    9.2    RepeatingFlashCount                  int8u & 0x0f
13693   10.1    RepeatingFlashRate                   int8u & 0xf0
13694   10.2    CommanderChannel                     int8u & 0x03
13695   11.1    CommanderInternalFlash               int8u & 0xc0
13696   11.2    CommanderGroupAMode                  int8u & 0x30
13697   11.3    CommanderGroupBMode                  int8u & 0x0c
13698   12.1    CommanderInternalTTLComp             int8u & 0x1f
13699   12.2    CommanderInternalManualOutput        int8u & 0xe0
13700   13.1    CommanderGroupA_TTL-AAComp           int8u & 0x1f
13701   13.2    CommanderGroupAManualOutput          int8u & 0xe0
13702   14.1    CommanderGroupB_TTL-AAComp           int8u & 0x1f
13703   14.2    CommanderGroupBManualOutput          int8u & 0xe0
13704   15.1    CenterAFArea                         int8u & 0x80
13705   15.2    FocusAreaSelection                   int8u & 0x04
13706   15.3    AFAreaIllumination                   int8u & 0x03
13707   16.1    AFAreaModeSetting                    int8u & 0xc0
13708
13709=head3 NikonCustom SettingsD90 Tags
13710
13711Custom settings for the D90.
13712
13713  Index1   Tag Name                             Writable
13714  ------   --------                             --------
13715    0.1    LightSwitch                          int8u & 0x08
13716    2.1    AFAreaModeSetting                    int8u & 0x60
13717    2.2    CenterFocusPoint                     int8u & 0x10
13718    2.3    AFAssist                             int8u & 0x01
13719    2.4    AFPointIllumination                  int8u & 0x06
13720    2.5    FocusPointWrap                       int8u & 0x08
13721    3.1    AELockForMB-D80                      int8u & 0x1c
13722    3.2    MB-D80BatteryType                    int8u & 0x03
13723    4.1    Beep                                 int8u & 0x40
13724    4.2    GridDisplay                          int8u & 0x02
13725    4.3    ISODisplay                           int8u & 0x0c
13726    4.4    ViewfinderWarning                    int8u & 0x01
13727    4.5    NoMemoryCard                         int8u & 0x20
13728    5.1    ScreenTips                           int8u & 0x04
13729    5.2    FileNumberSequence                   int8u & 0x08
13730    5.3    ShootingInfoDisplay                  int8u & 0xc0
13731    5.4    LCDIllumination                      int8u & 0x20
13732    6.1    EasyExposureComp                     int8u & 0x01
13733    6.2    ReverseIndicators                    int8u & 0x80
13734    7.1    ExposureControlStepSize              int8u & 0x40
13735    8.1    CenterWeightedAreaSize               int8u & 0x60
13736    8.2    FineTuneOptMatrixMetering            int8u & 0x0f
13737    9.1    FineTuneOptCenterWeighted            int8u & 0xf0
13738    9.2    FineTuneOptSpotMetering              int8u & 0x0f
13739   11.1    CLModeShootingSpeed                  int8u & 0x07
13740   11.2    ExposureDelayMode                    int8u & 0x40
13741   13.1    AutoBracketSet                       int8u & 0xe0
13742   13.2    AutoBracketOrder                     int8u & 0x10
13743   14.1    FuncButton                           int8u & 0x78
13744   16.1    OKButton                             int8u & 0x18
13745   17.1    AELockButton                         int8u & 0x38
13746   18.1    CommandDialsReverseRotation          int8u & 0x80
13747   18.2    ShutterReleaseButtonAE-L             int8u & 0x02
13748   19.1    MeteringTime                         int8u & 0xf0
13749   19.2    RemoteOnDuration                     int8u & 0x03
13750   20.1    SelfTimerTime                        int8u & 0xc0
13751   20.2    SelfTimerShotCount                   int8u & 0x1e
13752   21.1    PlaybackMonitorOffTime               int8u & 0x1c
13753   21.2    ImageReviewTime                      int8u & 0xe0
13754   22.1    MenuMonitorOffTime                   int8u & 0xe0
13755   22.2    ShootingInfoMonitorOffTime           int8u & 0x1c
13756   23.1    FlashShutterSpeed                    int8u & 0x0f
13757   24.1    InternalFlash                        int8u & 0xc0
13758   24.2    ManualFlashOutput                    int8u & 0x1f
13759   25.1    RepeatingFlashOutput                 int8u & 0x70
13760   25.2    RepeatingFlashCount                  int8u & 0x0f
13761   26.1    RepeatingFlashRate                   int8u & 0xf0
13762   31.1    FlashWarning                         int8u & 0x80
13763   31.2    CommanderInternalTTLComp             int8u & 0x1f
13764   31.3    ModelingFlash                        int8u & 0x20
13765   31.4    AutoFP                               int8u & 0x40
13766   32.1    CommanderGroupA_TTLComp              int8u & 0x1f
13767   33.1    CommanderGroupB_TTLComp              int8u & 0x1f
13768   34.1    LiveViewAF                           int8u & 0xc0
13769
13770=head3 NikonCustom SettingsD3 Tags
13771
13772Custom settings for the D3, D3S, D3X, D300 and D300S.
13773
13774  Index1   Tag Name                             Writable
13775  ------   --------                             --------
13776    0.1    CustomSettingsBank                   int8u & 0x03
13777    0.2    CustomSettingsAllDefault             int8u & 0x80
13778    1.1    AF-CPrioritySelection                int8u & 0xc0
13779    1.2    AF-SPrioritySelection                int8u & 0x20
13780    1.3    AFPointSelection                     int8u & 0x10
13781    1.4    DynamicAFArea                        int8u & 0x0c
13782    1.5    FocusTrackingLockOn                  int8u & 0x03
13783    2.1    AFActivation                         int8u & 0x80
13784    2.2    FocusPointWrap                       int8u & 0x08
13785    2.3    AFPointIllumination                  int8u & 0x60
13786           AFPointIllumination                  int8u & 0x06
13787    2.4    AFPointBrightness                    int8u & 0x06
13788    2.5    AFAssist                             int8u & 0x01
13789    3.1    AFOnButton                           int8u & 0x07
13790    3.2    VerticalAFOnButton                   int8u & 0x70
13791    3.3    AF-OnForMB-D10                       int8u & 0x70
13792    4.1    FocusTrackingLockOn                  int8u & 0x07
13793    4.2    AssignBktButton                      int8u & 0x08
13794    4.3    MultiSelectorLiveView                int8u & 0xc0
13795    4.4    InitialZoomLiveView                  int8u & 0x30
13796    6.1    ISOStepSize                          int8u & 0xc0
13797    6.2    ExposureControlStepSize              int8u & 0x30
13798    6.3    ExposureCompStepSize                 int8u & 0x0c
13799    6.4    EasyExposureCompensation             int8u & 0x03
13800    7.1    CenterWeightedAreaSize               int8u & 0xe0
13801    7.2    FineTuneOptCenterWeighted            int8u & 0x0f
13802    8.1    FineTuneOptMatrixMetering            int8u & 0xf0
13803    8.2    FineTuneOptSpotMetering              int8u & 0x0f
13804    9.1    MultiSelectorShootMode               int8u & 0xc0
13805    9.2    MultiSelectorPlaybackMode            int8u & 0x30
13806    9.3    InitialZoomSetting                   int8u & 0x0c
13807    9.4    MultiSelector                        int8u & 0x01
13808   10.1    ExposureDelayMode                    int8u & 0x40
13809   10.2    CLModeShootingSpeed                  int8u & 0x07
13810   10.3    CHModeShootingSpeed                  int8u & 0x30
13811     11    MaxContinuousRelease                 int8u
13812   12.1    ReverseIndicators                    int8u & 0x20
13813   12.2    FileNumberSequence                   int8u & 0x02
13814           FileNumberSequence                   int8u & 0x08
13815   12.3    RearDisplay                          int8u & 0x80
13816   12.4    ViewfinderDisplay                    int8u & 0x40
13817   12.5    BatteryOrder                         int8u & 0x04
13818   12.6    MB-D10Batteries                      int8u & 0x03
13819   12.7    ScreenTips                           int8u & 0x10
13820   13.1    Beep                                 int8u & 0xc0
13821   13.2    ShootingInfoDisplay                  int8u & 0x30
13822   13.3    GridDisplay                          int8u & 0x02
13823   13.4    ViewfinderWarning                    int8u & 0x01
13824   13.5    MultiSelectorPlaybackMode            int8u & 0x03
13825   14.1    PreviewButton                        int8u & 0xf8
13826           FuncButton                           int8u & 0xf8
13827   14.2    PreviewButtonPlusDials               int8u & 0x07
13828           FuncButtonPlusDials                  int8u & 0x07
13829   15.1    FuncButton                           int8u & 0xf8
13830           PreviewButton                        int8u & 0xf8
13831   15.2    FuncButtonPlusDials                  int8u & 0x07
13832           PreviewButtonPlusDials               int8u & 0x07
13833   16.1    AELockButton                         int8u & 0xf8
13834   16.2    AELockButtonPlusDials                int8u & 0x07
13835   17.1    CommandDialsReverseRotation          int8u & 0x80
13836   17.2    CommandDialsChangeMainSub            int8u & 0x40
13837   17.3    CommandDialsApertureSetting          int8u & 0x20
13838   17.4    CommandDialsMenuAndPlayback          int8u & 0x10
13839   17.5    LCDIllumination                      int8u & 0x08
13840   17.6    PhotoInfoPlayback                    int8u & 0x04
13841   17.7    ShutterReleaseButtonAE-L             int8u & 0x02
13842   17.8    ReleaseButtonToUseDial               int8u & 0x01
13843   18.1    SelfTimerTime                        int8u & 0x18
13844   18.2    MonitorOffTime                       int8u & 0x07
13845   20.1    FlashSyncSpeed                       int8u & 0xe0
13846           FlashSyncSpeed                       int8u & 0xf0
13847   20.2    FlashShutterSpeed                    int8u & 0x0f
13848   21.1    AutoBracketSet                       int8u & 0xc0
13849           AutoBracketSet                       int8u & 0xe0
13850   21.2    AutoBracketModeM                     int8u & 0x30
13851           AutoBracketModeM                     int8u & 0x18
13852   21.3    AutoBracketOrder                     int8u & 0x08
13853           AutoBracketOrder                     int8u & 0x04
13854   21.4    ModelingFlash                        int8u & 0x01
13855   22.1    NoMemoryCard                         int8u & 0x80
13856   22.2    MeteringTime                         int8u & 0x0f
13857   23.1    InternalFlash                        int8u & 0xc0
13858   25.1    ImageReviewTime                      int8u & 0xe0
13859   25.2    PlaybackMonitorOffTime               int8u & 0x1c
13860   26.1    MenuMonitorOffTime                   int8u & 0xe0
13861   26.2    ShootingInfoMonitorOffTime           int8u & 0x1c
13862
13863=head3 NikonCustom SettingsD700 Tags
13864
13865Custom settings for the D700.
13866
13867  Index1   Tag Name                             Writable
13868  ------   --------                             --------
13869    0.1    CustomSettingsBank                   int8u & 0x03
13870    0.2    CustomSettingsAllDefault             int8u & 0x80
13871    1.1    AF-CPrioritySelection                int8u & 0xc0
13872    1.2    AF-SPrioritySelection                int8u & 0x20
13873    1.3    AFPointSelection                     int8u & 0x10
13874    1.4    DynamicAFArea                        int8u & 0x0c
13875    2.1    AFActivation                         int8u & 0x80
13876    2.2    FocusPointWrap                       int8u & 0x08
13877    2.3    AFPointIllumination                  int8u & 0x06
13878    2.4    AFAssist                             int8u & 0x01
13879    3.1    FocusTrackingLockOn                  int8u & 0x07
13880    3.2    AF-OnForMB-D10                       int8u & 0x70
13881    4.1    ISOStepSize                          int8u & 0xc0
13882    4.2    ExposureControlStepSize              int8u & 0x30
13883    4.3    ExposureCompStepSize                 int8u & 0x0c
13884    4.4    EasyExposureCompensation             int8u & 0x03
13885    5.1    CenterWeightedAreaSize               int8u & 0x70
13886    6.1    FineTuneOptMatrixMetering            int8u & 0xf0
13887    6.2    FineTuneOptSpotMetering              int8u & 0x0f
13888    7.1    ShutterReleaseButtonAE-L             int8u & 0x80
13889    7.2    SelfTimerTime                        int8u & 0x30
13890    7.3    MeteringTime                         int8u & 0x0f
13891    8.1    PlaybackMonitorOffTime               int8u & 0x38
13892    8.2    MenuMonitorOffTime                   int8u & 0x07
13893    9.1    ShootingInfoMonitorOffTime           int8u & 0x38
13894    9.2    ImageReviewTime                      int8u & 0x07
13895   10.1    Beep                                 int8u & 0xc0
13896   10.2    ShootingInfoDisplay                  int8u & 0x30
13897   10.3    LCDIllumination                      int8u & 0x08
13898   10.4    ExposureDelayMode                    int8u & 0x04
13899   10.5    GridDisplay                          int8u & 0x02
13900   11.1    FileNumberSequence                   int8u & 0x40
13901   11.2    CLModeShootingSpeed                  int8u & 0x07
13902     12    MaxContinuousRelease                 int8u
13903   13.1    ScreenTips                           int8u & 0x08
13904   13.2    BatteryOrder                         int8u & 0x04
13905   13.3    MB-D10BatteryType                    int8u & 0x03
13906   15.1    FlashSyncSpeed                       int8u & 0xf0
13907   15.2    FlashShutterSpeed                    int8u & 0x0f
13908   16.1    FlashControlBuilt-in                 int8u & 0xc0
13909   16.2    ManualFlashOutput                    int8u & 0x1f
13910   17.1    RepeatingFlashOutput                 int8u & 0x70
13911   17.2    RepeatingFlashCount                  int8u & 0x0f
13912   18.1    RepeatingFlashRate                   int8u & 0xf0
13913   18.2    CommanderInternalTTLChannel          int8u & 0x03
13914   20.1    CommanderInternalTTLCompBuiltin      int8u & 0x1f
13915   21.1    CommanderInternalTTLCompGroupA       int8u & 0x1f
13916   22.1    CommanderInternalTTLCompGroupB       int8u & 0x1f
13917   26.1    AutoBracketSet                       int8u & 0xc0
13918   26.2    AutoBracketModeM                     int8u & 0x30
13919   26.3    AutoBracketOrder                     int8u & 0x08
13920   26.4    ModelingFlash                        int8u & 0x01
13921   27.1    MultiSelectorShootMode               int8u & 0xc0
13922   27.2    MultiSelectorPlaybackMode            int8u & 0x30
13923   27.3    InitialZoomSetting                   int8u & 0x0c
13924   27.4    MultiSelector                        int8u & 0x01
13925   28.1    FuncButton                           int8u & 0xf8
13926   29.1    PreviewButton                        int8u & 0xf8
13927   30.1    AELockButton                         int8u & 0xf8
13928   31.1    FuncButtonPlusDials                  int8u & 0x70
13929   31.2    PreviewButtonPlusDials               int8u & 0x07
13930   32.1    AELockButtonPlusDials                int8u & 0x70
13931   33.1    CommandDialsReverseRotation          int8u & 0x80
13932   33.2    CommandDialsChangeMainSub            int8u & 0x40
13933   33.3    CommandDialsApertureSetting          int8u & 0x20
13934   33.4    CommandDialsMenuAndPlayback          int8u & 0x10
13935   33.5    ReverseIndicators                    int8u & 0x08
13936   33.6    PhotoInfoPlayback                    int8u & 0x04
13937   33.7    NoMemoryCard                         int8u & 0x02
13938   33.8    ReleaseButtonToUseDial               int8u & 0x01
13939
13940=head3 NikonCustom SettingsD800 Tags
13941
13942Custom settings for the D800 and D800E.
13943
13944  Index1   Tag Name                             Writable
13945  ------   --------                             --------
13946   12.1    AutoBracketingSet                    int8u & 0xe0
13947   12.2    AutoBracketOrder                     int8u & 0x10
13948   12.3    AutoBracketingMode                   int8u & 0x0c
13949   22.1    FlashSyncSpeed                       int8u & 0xf0
13950   22.2    FlashShutterSpeed                    int8u & 0x0f
13951   23.1    FlashControlBuilt-in                 int8u & 0xc0
13952   23.2    ManualFlashOutput                    int8u & 0x1f
13953   24.1    RepeatingFlashOutput                 int8u & 0x70
13954   24.2    RepeatingFlashCount                  int8u & 0x0f
13955   25.1    RepeatingFlashRate                   int8u & 0xf0
13956   25.2    CommanderChannel                     int8u & 0x03
13957   27.1    CommanderInternalFlash               int8u & 0xc0
13958   27.2    CommanderInternalManualOutput        int8u & 0x1f
13959   28.1    CommanderGroupAMode                  int8u & 0xc0
13960   28.2    CommanderGroupAManualOutput          int8u & 0x1f
13961   29.1    CommanderGroupBMode                  int8u & 0xc0
13962   29.2    CommanderGroupBManualOutput          int8u & 0x1f
13963   30.1    ModelingFlash                        int8u & 0x20
13964   30.2    CommanderInternalTTLComp             int8u & 0x1f
13965   31.1    CommanderGroupA_TTL-AAComp           int8u & 0x1f
13966   32.1    CommanderGroupB_TTL-AAComp           int8u & 0x1f
13967
13968=head3 NikonCustom SettingsD810 Tags
13969
13970Custom settings for the D810.
13971
13972  Index1   Tag Name                             Writable
13973  ------   --------                             --------
13974    0.1    LightSwitch                          int8u & 0x08
13975    0.2    CustomSettingsBank                   int8u & 0x03
13976    1.1    AF-CPrioritySelection                int8u & 0xc0
13977    1.2    AF-SPrioritySelection                int8u & 0x20
13978    1.3    AFPointSelection                     int8u & 0x10
13979    1.4    FocusTrackingLockOn                  int8u & 0x07
13980    2.1    AFActivation                         int8u & 0x80
13981    2.2    FocusPointWrap                       int8u & 0x08
13982    2.3    AFPointBrightness                    int8u & 0x06
13983    2.4    AFAssist                             int8u & 0x01
13984    3.1    BatteryOrder                         int8u & 0x40
13985    3.2    MB-D12BatteryType                    int8u & 0x03
13986    4.1    Pitch                                int8u & 0x40
13987    4.2    NoMemoryCard                         int8u & 0x20
13988    4.3    ISODisplay                           int8u & 0x0c
13989    4.4    GridDisplay                          int8u & 0x02
13990    5.1    ShootingInfoDisplay                  int8u & 0xc0
13991    5.2    LCDIllumination                      int8u & 0x20
13992    5.3    ElectronicFront-CurtainShutter       int8u & 0x08
13993    5.4    ScreenTips                           int8u & 0x04
13994    5.5    Beep                                 int8u & 0x03
13995    6.1    ReverseIndicators                    int8u & 0x80
13996    6.2    CommandDialsReverseRotation          int8u & 0x18
13997    6.3    EasyExposureCompensation             int8u & 0x03
13998    7.1    ExposureControlStepSize              int8u & 0xc0
13999    7.2    ISOStepSize                          int8u & 0x30
14000    7.3    ExposureCompStepSize                 int8u & 0x0c
14001    8.1    CenterWeightedAreaSize               int8u & 0xe0
14002    8.2    FineTuneOptMatrixMetering            int8u & 0x0f
14003    9.1    FineTuneOptCenterWeighted            int8u & 0xf0
14004    9.2    FineTuneOptSpotMetering              int8u & 0x0f
14005   10.1    MultiSelectorShootMode               int8u & 0xc0
14006   10.2    MultiSelectorPlaybackMode            int8u & 0x30
14007   10.3    MultiSelector                        int8u & 0x01
14008   11.1    ExposureDelayMode                    int8u & 0xc0
14009   11.2    CLModeShootingSpeed                  int8u & 0x0f
14010   12.1    MaxContinuousRelease                 int8u
14011   13.1    AutoBracketSet                       int8u & 0xe0
14012   13.2    AutoBracketOrder                     int8u & 0x10
14013   13.3    AutoBracketModeM                     int8u & 0x0c
14014   14.1    FuncButton                           int8u & 0x1f
14015   15.1    PreviewButton                        int8u & 0x1f
14016   16.1    AssignBktButton                      int8u & 0x07
14017   17.1    AELockButton                         int8u & 0x1f
14018   18.1    CommandDialsChangeMainSub            int8u & 0xe0
14019   18.2    CommandDialsMenuAndPlayback          int8u & 0x18
14020   18.3    CommandDialsApertureSetting          int8u & 0x04
14021   18.4    ShutterReleaseButtonAE-L             int8u & 0x02
14022   18.5    ReleaseButtonToUseDial               int8u & 0x01
14023   19.1    StandbyTimer                         int8u & 0xf0
14024   20.1    SelfTimerTime                        int8u & 0xc0
14025   20.2    SelfTimerShotInterval                int8u & 0x30
14026   20.3    SelfTimerShotCount                   int8u & 0x0f
14027   21.1    ImageReviewMonitorOffTime            int8u & 0xe0
14028   21.2    LiveViewMonitorOffTime               int8u & 0x1c
14029   22.1    MenuMonitorOffTime                   int8u & 0xe0
14030   22.2    ShootingInfoMonitorOffTime           int8u & 0x1c
14031   23.1    FlashSyncSpeed                       int8u & 0xf0
14032   23.2    FlashShutterSpeed                    int8u & 0x0f
14033   24.1    FlashControlBuilt-in                 int8u & 0xc0
14034   31.1    ModelingFlash                        int8u & 0x20
14035   36.1    PlaybackMonitorOffTime               int8u & 0xe0
14036   37.1    MultiSelectorLiveView                int8u & 0xc0
14037   38.1    ShutterSpeedLock                     int8u & 0x80
14038   38.2    ApertureLock                         int8u & 0x40
14039   38.3    MovieShutterButton                   int8u & 0x20
14040   38.4    FlashExposureCompArea                int8u & 0x04
14041   40.1    MovieAELockButtonAssignment          int8u & 0x0f
14042   41.1    MovieFunctionButton                  int8u & 0x70
14043   41.2    MoviePreviewButton                   int8u & 0x07
14044   42.1    FuncButtonPlusDials                  int8u & 0x0f
14045   43.1    PreviewButtonPlusDials               int8u & 0x0f
14046   44.1    AELockButtonPlusDials                int8u & 0x0f
14047   45.1    AssignMovieRecordButton              int8u & 0x0f
14048   46.1    FineTuneOptHighlightWeighted         int8u & 0x0f
14049   47.1    DynamicAreaAFDisplay                 int8u & 0x80
14050   47.2    AFPointIllumination                  int8u & 0x40
14051   47.3    StoreByOrientation                   int8u & 0x18
14052   47.4    GroupAreaAFIllumination              int8u & 0x04
14053   48.1    MatrixMetering                       int8u & 0x80
14054   48.2    LiveViewButtonOptions                int8u & 0x30
14055   48.3    AFModeRestrictions                   int8u & 0x03
14056   49.1    LimitAFAreaModeSelection             int8u & 0x7e
14057   50.1    AF-OnForMB-D12                       int8u & 0x07
14058   51.1    AssignRemoteFnButton                 int8u & 0x1f
14059   52.1    LensFocusFunctionButtons             int8u & 0x3f
14060
14061=head3 NikonCustom SettingsD850 Tags
14062
14063Custom settings for the D850.
14064
14065  Index1   Tag Name                             Writable
14066  ------   --------                             --------
14067    0.2    CustomSettingsBank                   int8u & 0x03
14068    1.1    AF-CPrioritySelection                int8u & 0xc0
14069    1.2    AF-SPrioritySelection                int8u & 0x20
14070    1.3    AFPointSelection                     int8u & 0x10
14071    1.4    Three-DTrackingFaceDetection         int8u & 0x08
14072    1.5    BlockShotAFResponse                  int8u & 0x07
14073    2.1    FocusPointWrap                       int8u & 0x08
14074    2.2    AFPointBrightness                    int8u & 0x06
14075    4.1    ISODisplay                           int8u & 0x08
14076    4.2    GridDisplay                          int8u & 0x02
14077    5.1    LCDIllumination                      int8u & 0x20
14078    5.2    ElectronicFront-CurtainShutter       int8u & 0x08
14079    6.1    ReverseIndicators                    int8u & 0x80
14080    6.2    CommandDialsReverseRotation          int8u & 0x18
14081    6.3    EasyExposureCompensation             int8u & 0x03
14082    7.1    ExposureControlStepSize              int8u & 0xc0
14083    7.2    ISOStepSize                          int8u & 0x30
14084    7.3    ExposureCompStepSize                 int8u & 0x0c
14085    8.1    CenterWeightedAreaSize               int8u & 0xe0
14086    8.2    FineTuneOptMatrixMetering            int8u & 0x0f
14087    9.1    FineTuneOptCenterWeighted            int8u & 0xf0
14088    9.2    FineTuneOptSpotMetering              int8u & 0x0f
14089   10.1    MultiSelectorShootMode               int8u & 0xe0
14090   10.2    MultiSelectorPlaybackMode            int8u & 0x0c
14091   10.3    MultiSelector                        int8u & 0x01
14092   11.1    ExposureDelayMode                    int8u & 0xe0
14093   11.2    CLModeShootingSpeed                  int8u & 0x0f
14094   12.1    MaxContinuousRelease                 int8u
14095   13.1    AutoBracketOrder                     int8u & 0x10
14096   13.2    AutoBracketModeM                     int8u & 0x0c
14097   14.1    Func1Button                          int8u & 0x3f
14098   15.1    PreviewButton                        int8u & 0x3f
14099   16.1    AssignBktButton                      int8u & 0x07
14100   18.1    CommandDialsChangeMainSub            int8u & 0xe0
14101   18.2    CommandDialsMenuAndPlayback          int8u & 0x18
14102   18.3    CommandDialsApertureSetting          int8u & 0x04
14103   18.4    ReleaseButtonToUseDial               int8u & 0x01
14104   19.1    StandbyTimer                         int8u & 0xf0
14105   20.1    SelfTimerTime                        int8u & 0xc0
14106   20.2    SelfTimerShotInterval                int8u & 0x30
14107   20.3    SelfTimerShotCount                   int8u & 0x0f
14108   21.1    ImageReviewMonitorOffTime            int8u & 0xe0
14109   21.2    LiveViewMonitorOffTime               int8u & 0x1c
14110   22.1    MenuMonitorOffTime                   int8u & 0xe0
14111   22.2    ShootingInfoMonitorOffTime           int8u & 0x1c
14112   23.1    FlashSyncSpeed                       int8u & 0xf0
14113   23.2    FlashShutterSpeed                    int8u & 0x0f
14114   31.1    ModelingFlash                        int8u & 0x20
14115   36.1    PlaybackMonitorOffTime               int8u & 0xe0
14116   37.1    MultiSelectorLiveView                int8u & 0xc0
14117   38.1    ShutterSpeedLock                     int8u & 0x80
14118   38.2    ApertureLock                         int8u & 0x40
14119   38.3    MovieShutterButton                   int8u & 0x10
14120   38.4    FlashExposureCompArea                int8u & 0x04
14121   38.5    AutoFlashISOSensitivity              int8u & 0x02
14122   41.1    MovieFunc1Button                     int8u & 0xf0
14123   41.2    MoviePreviewButton                   int8u & 0x0f
14124   42.1    Func1ButtonPlusDials                 int8u & 0x0f
14125   43.1    PreviewButtonPlusDials               int8u & 0x0f
14126   45.1    AssignMovieRecordButtonPlusDials     int8u & 0x0f
14127   46.1    FineTuneOptHighlightWeighted         int8u & 0x0f
14128   47.1    DynamicAreaAFDisplay                 int8u & 0x80
14129   47.2    AFPointIllumination                  int8u & 0x40
14130   47.3    StoreByOrientation                   int8u & 0x18
14131   48.1    MatrixMetering                       int8u & 0x80
14132   48.2    LiveViewButtonOptions                int8u & 0x30
14133   48.3    AFModeRestrictions                   int8u & 0x03
14134   49.1    LimitAFAreaModeSelection             int8u & 0x7e
14135   52.1    LensFocusFunctionButtons             int8u & 0x3f
14136   66.1    VerticalMultiSelector                int8u & 0xff
14137   67.1    AssignMB-D18FuncButton               int8u & 0x3f
14138   68.1    AssignMB-D18FuncButtonPlusDials      int8u & 0x0f
14139   70.1    AF-OnButton                          int8u & 0x3f
14140   71.1    SubSelector                          int8u & 0x80
14141   72.1    SubSelectorCenter                    int8u & 0x3f
14142   73.1    SubSelectorPlusDials                 int8u & 0x0f
14143   74.1    AssignMovieSubselector               int8u & 0xf0
14144   75.1    AssignMovieFunc1ButtonPlusDials      int8u & 0x10
14145   75.2    AssignMoviePreviewButtonPlusDials    int8u & 0x01
14146   76.1    AssignMovieSubselectorPlusDials      int8u & 0x10
14147   77.1    SyncReleaseMode                      int8u & 0x80
14148   77.2    ContinuousModeLiveView               int8u & 0x40
14149   78.1    Three-DTrackingWatchArea             int8u & 0x80
14150   78.2    SubjectMotion                        int8u & 0x60
14151   78.3    AFActivation                         int8u & 0x08
14152   78.4    ShutterReleaseButtonAE-L             int8u & 0x03
14153   79.1    AssignMB-D18AF-OnButton              int8u & 0x7f
14154   80.1    Func2Button                          int8u & 0x3f
14155   82.1    AssignMovieFunc2Button               int8u & 0x70
14156
14157=head3 NikonCustom SettingsD5000 Tags
14158
14159Custom settings for the D5000.
14160
14161  Index1   Tag Name                             Writable
14162  ------   --------                             --------
14163    0.1    AFAreaModeSetting                    int8u & 0x60
14164    0.2    AFAssist                             int8u & 0x01
14165    2.1    Beep                                 int8u & 0xc0
14166    2.2    GridDisplay                          int8u & 0x02
14167    2.3    ISODisplay                           int8u & 0x08
14168    2.4    NoMemoryCard                         int8u & 0x20
14169    3.1    FileNumberSequence                   int8u & 0x08
14170    4.1    RangeFinder                          int8u & 0x10
14171    4.2    DateImprint                          int8u & 0x08
14172    4.3    ReverseIndicators                    int8u & 0x80
14173    5.1    EVStepSize                           int8u & 0x40
14174    9.1    ExposureDelayMode                    int8u & 0x40
14175   11.1    AutoBracketSet                       int8u & 0xc0
14176   12.1    TimerFunctionButton                  int8u & 0x38
14177   15.1    AELockButton                         int8u & 0x38
14178   16.1    ShutterReleaseButtonAE-L             int8u & 0x02
14179   16.2    CommandDialsReverseRotation          int8u & 0x80
14180   17.1    MeteringTime                         int8u & 0x70
14181   17.2    RemoteOnDuration                     int8u & 0x03
14182   18.1    SelfTimerTime                        int8u & 0xc0
14183   18.2    SelfTimerShotCount                   int8u & 0x1e
14184   19.1    ImageReviewTime                      int8u & 0xe0
14185   20.1    PlaybackMenusTime                    int8u & 0xe0
14186   22.1    InternalFlash                        int8u & 0xc0
14187   22.2    ManualFlashOutput                    int8u & 0x1f
14188   32.1    LiveViewAF                           int8u & 0x60
14189
14190=head3 NikonCustom SettingsD5100 Tags
14191
14192Custom settings for the D5100.
14193
14194  Index1   Tag Name                             Writable
14195  ------   --------                             --------
14196    0.1    AF-CPrioritySelection                int8u & 0x80
14197    1.1    AFAssist                             int8u & 0x01
14198    3.1    Beep                                 int8u & 0xc0
14199    3.2    NoMemoryCard                         int8u & 0x20
14200    3.3    ISODisplay                           int8u & 0x08
14201    4.1    FileNumberSequence                   int8u & 0x08
14202    5.1    RangeFinder                          int8u & 0x10
14203    5.2    ReverseIndicators                    int8u & 0x80
14204    6.1    EVStepSize                           int8u & 0x40
14205   10.1    ExposureDelayMode                    int8u & 0x40
14206   12.1    AutoBracketSet                       int8u & 0xc0
14207   13.1    TimerFunctionButton                  int8u & 0x38
14208   16.1    AELockButton                         int8u & 0x38
14209   17.1    ShutterReleaseButtonAE-L             int8u & 0x02
14210   17.2    CommandDialsReverseRotation          int8u & 0x80
14211   18.1    MeteringTime                         int8u & 0x70
14212   18.2    RemoteOnDuration                     int8u & 0x03
14213   19.1    SelfTimerTime                        int8u & 0xc0
14214   19.2    SelfTimerShotCount                   int8u & 0x0f
14215   20.1    ImageReviewTime                      int8u & 0xe0
14216   20.2    LiveViewMonitorOffTime               int8u & 0x1c
14217   21.1    PlaybackMenusTime                    int8u & 0xe0
14218   23.1    ManualFlashOutput                    int8u & 0x1f
14219
14220=head3 NikonCustom SettingsD5200 Tags
14221
14222Custom settings for the D5200.
14223
14224  Index1   Tag Name                             Writable
14225  ------   --------                             --------
14226    0.1    AF-CPrioritySelection                int8u & 0x80
14227    0.2    NumberOfFocusPoints                  int8u & 0x10
14228    1.1    AFAssist                             int8u & 0x01
14229    3.1    Beep                                 int8u & 0xc0
14230    3.2    NoMemoryCard                         int8u & 0x20
14231    3.3    ISODisplay                           int8u & 0x08
14232    4.1    FileNumberSequence                   int8u & 0x08
14233    5.1    RangeFinder                          int8u & 0x04
14234    5.2    ReverseExposureCompDial              int8u & 0x10
14235    5.3    ReverseShutterSpeedAperture          int8u & 0x08
14236    5.4    ReverseIndicators                    int8u & 0x80
14237    6.1    EVStepSize                           int8u & 0x40
14238   10.1    ExposureDelayMode                    int8u & 0x40
14239   12.1    AutoBracketSet                       int8u & 0xc0
14240   13.1    FunctionButton                       int8u & 0x1f
14241   16.1    AELockButton                         int8u & 0x0f
14242   17.1    ShutterReleaseButtonAE-L             int8u & 0x02
14243   18.1    StandbyTimer                         int8u & 0xe0
14244   18.2    RemoteOnDuration                     int8u & 0x03
14245   19.1    SelfTimerTime                        int8u & 0xc0
14246   19.2    SelfTimerShotCount                   int8u & 0x0f
14247   20.1    ImageReviewTime                      int8u & 0xe0
14248   20.2    LiveViewMonitorOffTime               int8u & 0x1c
14249   21.1    PlaybackMenusTime                    int8u & 0xe0
14250   23.1    InternalFlash                        int8u & 0xc0
14251   23.2    ManualFlashOutput                    int8u & 0x1f
14252
14253=head3 NikonCustom SettingsD7000 Tags
14254
14255Custom settings for the D7000.
14256
14257  Index1   Tag Name                             Writable
14258  ------   --------                             --------
14259    0.1    AF-CPrioritySelection                int8u & 0x80
14260    0.2    AF-SPrioritySelection                int8u & 0x20
14261    0.3    NumberOfFocusPoints                  int8u & 0x10
14262    0.4    FocusTrackingLockOn                  int8u & 0x07
14263    1.1    FocusPointWrap                       int8u & 0x08
14264    1.2    AFPointIllumination                  int8u & 0x06
14265    1.3    AFAssist                             int8u & 0x01
14266    2.1    BatteryOrder                         int8u & 0x40
14267    2.2    AF-OnForMB-D11                       int8u & 0x1c
14268    2.3    MB-D11BatteryType                    int8u & 0x03
14269    3.1    BeepPitch                            int8u & 0xc0
14270    3.2    NoMemoryCard                         int8u & 0x20
14271    3.3    ISODisplay                           int8u & 0x0c
14272    3.4    GridDisplay                          int8u & 0x02
14273    3.5    ViewfinderWarning                    int8u & 0x01
14274    4.1    ShootingInfoDisplay                  int8u & 0xc0
14275    4.2    LCDIllumination                      int8u & 0x20
14276    4.3    FileNumberSequence                   int8u & 0x08
14277    4.4    ScreenTips                           int8u & 0x04
14278    4.5    BeepVolume                           int8u & 0x03
14279    5.1    ReverseIndicators                    int8u & 0x80
14280    5.2    EasyExposureCompensation             int8u & 0x03
14281    6.1    ExposureControlStep                  int8u & 0x40
14282    6.2    ISOSensitivityStep                   int8u & 0x10
14283    7.1    CenterWeightedAreaSize               int8u & 0xe0
14284   10.1    ExposureDelayMode                    int8u & 0x40
14285   10.2    CLModeShootingSpeed                  int8u & 0x07
14286     11    MaxContinuousRelease                 int8u
14287   12.1    AutoBracketSet                       int8u & 0xe0
14288   12.2    AutoBracketOrder                     int8u & 0x10
14289   13.1    FuncButton                           int8u & 0xf8
14290   14.1    PreviewButton                        int8u & 0xf8
14291   15.1    OKButton                             int8u & 0x18
14292   16.1    AELockButton                         int8u & 0x38
14293   17.1    CommandDialsReverseRotation          int8u & 0x80
14294   17.2    CommandDialsChangeMainSub            int8u & 0x60
14295   17.3    CommandDialsApertureSetting          int8u & 0x04
14296   17.4    CommandDialsMenuAndPlayback          int8u & 0x18
14297   17.5    ShutterReleaseButtonAE-L             int8u & 0x02
14298   17.6    ReleaseButtonToUseDial               int8u & 0x01
14299   18.1    MeteringTime                         int8u & 0xf0
14300   18.2    RemoteOnDuration                     int8u & 0x03
14301   19.1    SelfTimerTime                        int8u & 0xc0
14302   19.2    SelfTimerInterval                    int8u & 0x30
14303   19.3    SelfTimerShotCount                   int8u & 0x0f
14304   20.1    ImageReviewTime                      int8u & 0xe0
14305   20.2    LiveViewMonitorOffTime               int8u & 0x1c
14306   21.1    MenuMonitorOffTime                   int8u & 0xe0
14307   21.2    ShootingInfoMonitorOffTime           int8u & 0x1c
14308   22.1    FlashSyncSpeed                       int8u & 0xf0
14309   22.2    FlashShutterSpeed                    int8u & 0x0f
14310   23.1    FlashControlBuilt-in                 int8u & 0xc0
14311   23.2    ManualFlashOutput                    int8u & 0x1f
14312   24.1    RepeatingFlashOutput                 int8u & 0x70
14313   24.2    RepeatingFlashCount                  int8u & 0x0f
14314   25.1    RepeatingFlashRate                   int8u & 0xf0
14315   26.1    CommanderInternalTTLCompBuiltin      int8u & 0x1f
14316   27.1    CommanderInternalTTLCompGroupA       int8u & 0x1f
14317   28.1    CommanderInternalTTLCompGroupB       int8u & 0x1f
14318   30.1    FlashWarning                         int8u & 0x80
14319   30.2    ModelingFlash                        int8u & 0x20
14320   34.1    LiveViewAFAreaMode                   int8u & 0x60
14321   34.2    LiveViewAFMode                       int8u & 0x02
14322   35.1    PlaybackMonitorOffTime               int8u & 0xe0
14323
14324=head3 NikonCustom SettingsD4 Tags
14325
14326Custom settings for the D4 and D4S.
14327
14328  Index1   Tag Name                             Writable
14329  ------   --------                             --------
14330    0.1    CustomSettingsBank                   int8u & 0x03
14331    1.1    AF-CPrioritySelection                int8u & 0xc0
14332    1.2    AF-SPrioritySelection                int8u & 0x20
14333    1.3    AFPointSelection                     int8u & 0x10
14334    1.4    FocusTrackingLockOn                  int8u & 0x07
14335    2.1    AFActivation                         int8u & 0x80
14336    2.2    FocusPointWrap                       int8u & 0x08
14337    4.1    Pitch                                int8u & 0x40
14338    4.2    NoMemoryCard                         int8u & 0x20
14339    4.3    GridDisplay                          int8u & 0x02
14340    5.1    ShootingInfoDisplay                  int8u & 0xc0
14341    5.2    LCDIllumination                      int8u & 0x20
14342    5.3    ScreenTips                           int8u & 0x04
14343    5.4    Beep                                 int8u & 0x03
14344    6.1    ReverseIndicators                    int8u & 0x80
14345    6.2    RearDisplay                          int8u & 0x40
14346    6.3    ViewfinderDisplay                    int8u & 0x20
14347    6.4    CommandDialsReverseRotation          int8u & 0x18
14348    6.5    EasyExposureCompensation             int8u & 0x03
14349    7.1    ExposureControlStepSize              int8u & 0xc0
14350    7.2    ISOStepSize                          int8u & 0x30
14351    7.3    ExposureCompStepSize                 int8u & 0x0c
14352    8.1    CenterWeightedAreaSize               int8u & 0xe0
14353    8.2    FineTuneOptMatrixMetering            int8u & 0x0f
14354    9.1    FineTuneOptCenterWeighted            int8u & 0xf0
14355    9.2    FineTuneOptSpotMetering              int8u & 0x0f
14356   10.1    MultiSelectorShootMode               int8u & 0xc0
14357   10.2    MultiSelectorPlaybackMode            int8u & 0x30
14358   10.3    MultiSelector                        int8u & 0x01
14359   11.1    ExposureDelayMode                    int8u & 0xc0
14360   11.2    CHModeShootingSpeed                  int8u & 0x10
14361   11.3    CLModeShootingSpeed                  int8u & 0x0f
14362     12    MaxContinuousRelease                 int8u
14363   13.1    AutoBracketSet                       int8u & 0xe0
14364   13.2    AutoBracketOrder                     int8u & 0x10
14365   13.3    AutoBracketModeM                     int8u & 0x0c
14366   14.1    FuncButton                           int8u & 0xf8
14367   14.2    FuncButtonPlusDials                  int8u & 0x07
14368   15.1    PreviewButton                        int8u & 0xf8
14369   15.2    PreviewButtonPlusDials               int8u & 0x07
14370   16.1    AssignBktButton                      int8u & 0x07
14371   18.1    CommandDialsChangeMainSub            int8u & 0xe0
14372   18.2    CommandDialsMenuAndPlayback          int8u & 0x18
14373   18.3    CommandDialsApertureSetting          int8u & 0x04
14374   18.4    ShutterReleaseButtonAE-L             int8u & 0x02
14375   18.5    ReleaseButtonToUseDial               int8u & 0x01
14376   19.1    StandbyTimer                         int8u & 0xf0
14377   20.1    SelfTimerTime                        int8u & 0xc0
14378   20.2    SelfTimerShotCount                   int8u & 0x0f
14379   20.3    SelfTimerShotInterval                int8u & 0x30
14380   21.1    ImageReviewMonitorOffTime            int8u & 0xe0
14381   21.2    LiveViewMonitorOffTime               int8u & 0x1c
14382   22.1    MenuMonitorOffTime                   int8u & 0xe0
14383   22.2    ShootingInfoMonitorOffTime           int8u & 0x1c
14384   23.1    FlashSyncSpeed                       int8u & 0xf0
14385   23.2    FlashShutterSpeed                    int8u & 0x0f
14386   31.1    ModelingFlash                        int8u & 0x20
14387   36.1    PlaybackMonitorOffTime               int8u & 0xe0
14388   37.1    PlaybackZoom                         int8u & 0x01
14389   38.1    ShutterSpeedLock                     int8u & 0x80
14390   38.2    ApertureLock                         int8u & 0x40
14391   38.3    MovieShutterButton                   int8u & 0x30
14392   38.4    FlashExposureCompArea                int8u & 0x04
14393   41.1    MovieFunctionButton                  int8u & 0x70
14394   41.2    MoviePreviewButton                   int8u & 0x07
14395   42.1    VerticalMultiSelector                int8u & 0x60
14396   42.2    VerticalFuncButton                   int8u & 0x1f
14397   43.1    VerticalFuncButtonPlusDials          int8u & 0xf0
14398   43.2    AssignMovieRecordButton              int8u & 0x07
14399   46.1    DynamicAreaAFDisplay                 int8u & 0x80
14400   46.2    AFPointIllumination                  int8u & 0x60
14401   46.3    StoreByOrientation                   int8u & 0x18
14402   46.4    GroupAreaAFIllumination              int8u & 0x04
14403   46.5    AFPointBrightness                    int8u & 0x03
14404   47.1    AFOnButton                           int8u & 0x70
14405   47.2    VerticalAFOnButton                   int8u & 0x07
14406   48.1    SubSelectorAssignment                int8u & 0x80
14407   48.2    MovieSubSelectorAssignment           int8u & 0x07
14408   49.1    SubSelector                          int8u & 0xf8
14409   49.2    SubSelectorPlusDials                 int8u & 0x07
14410   50.1    MatrixMetering                       int8u & 0x80
14411   50.2    LiveViewButtonOptions                int8u & 0x30
14412   50.3    AFModeRestrictions                   int8u & 0x03
14413   51.1    LimitAFAreaModeSelection             int8u & 0x7e
14414   52.1    MovieFunctionButtonPlusDials         int8u & 0x10
14415   52.2    MoviePreviewButtonPlusDials          int8u & 0x01
14416   53.1    MovieSubSelectorAssignmentPlusDials  int8u & 0x10
14417   54.1    AssignRemoteFnButton                 int8u & 0x1f
14418   55.1    LensFocusFunctionButtons             int8u & 0x3f
14419
14420=head3 NikonCustom SettingsD5 Tags
14421
14422Custom settings for the D5.
14423
14424  Index1   Tag Name                             Writable
14425  ------   --------                             --------
14426    0.1    CustomSettingsBank                   int8u & 0x03
14427    1.1    AF-CPrioritySelection                int8u & 0xc0
14428    1.2    AF-SPrioritySelection                int8u & 0x20
14429    1.3    NumberOfFocusPoints                  int8u & 0x10
14430    1.4    Three-DTrackingFaceDetection         int8u & 0x08
14431    1.5    BlockShotAFResponse                  int8u & 0x07
14432    2.1    FocusPointWrap                       int8u & 0x08
14433    2.2    AFPointBrightness                    int8u & 0x06
14434    4.1    ISODisplay                           int8u & 0x08
14435    4.2    GridDisplay                          int8u & 0x02
14436    5.1    LCDIllumination                      int8u & 0x20
14437    5.2    ElectronicFront-CurtainShutter       int8u & 0x08
14438    6.1    ReverseIndicators                    int8u & 0x80
14439    6.2    CommandDialsReverseRotation          int8u & 0x18
14440    6.3    EasyExposureCompensation             int8u & 0x03
14441    7.1    ExposureControlStepSize              int8u & 0xc0
14442    7.2    ISOStepSize                          int8u & 0x30
14443    7.3    ExposureCompStepSize                 int8u & 0x0c
14444    8.1    CenterWeightedAreaSize               int8u & 0xe0
14445    8.2    FineTuneOptMatrixMetering            int8u & 0x0f
14446    9.1    FineTuneOptCenterWeighted            int8u & 0xf0
14447    9.2    FineTuneOptSpotMetering              int8u & 0x0f
14448   10.1    MultiSelectorShootMode               int8u & 0xe0
14449   10.3    MultiSelector                        int8u & 0x01
14450   11.1    ExposureDelayMode                    int8u & 0xc0
14451   11.2    CLModeShootingSpeed                  int8u & 0x0f
14452   12.1    MaxContinuousRelease                 int8u
14453   13.1    AutoBracketOrder                     int8u & 0x10
14454   13.2    AutoBracketModeM                     int8u & 0x0c
14455   14.1    Func1Button                          int8u & 0x3f
14456   15.1    PreviewButton                        int8u & 0x3f
14457   16.1    AssignBktButton                      int8u & 0x07
14458   18.1    CommandDialsChangeMainSub            int8u & 0xe0
14459   18.2    CommandDialsMenuAndPlayback          int8u & 0x18
14460   18.3    CommandDialsApertureSetting          int8u & 0x04
14461   18.4    ReleaseButtonToUseDial               int8u & 0x01
14462   19.1    StandbyTimer                         int8u & 0xf0
14463   20.1    SelfTimerTime                        int8u & 0xc0
14464   20.2    SelfTimerShotInterval                int8u & 0x30
14465   20.3    SelfTimerShotCount                   int8u & 0x0f
14466   21.1    ImageReviewMonitorOffTime            int8u & 0xe0
14467   21.2    LiveViewMonitorOffTime               int8u & 0x1c
14468   22.1    MenuMonitorOffTime                   int8u & 0xe0
14469   22.2    ShootingInfoMonitorOffTime           int8u & 0x1c
14470   23.1    FlashSyncSpeed                       int8u & 0xf0
14471   23.2    FlashShutterSpeed                    int8u & 0x0f
14472   31.1    ModelingFlash                        int8u & 0x20
14473   36.1    PlaybackMonitorOffTime               int8u & 0xe0
14474   37.1    MultiSelectorLiveView                int8u & 0xc0
14475   38.1    ShutterSpeedLock                     int8u & 0x80
14476   38.2    ApertureLock                         int8u & 0x40
14477   38.3    MovieShutterButton                   int8u & 0x10
14478   38.4    FlashExposureCompArea                int8u & 0x04
14479   38.5    AutoFlashISOSensitivity              int8u & 0x02
14480   41.1    MovieFunc1Button                     int8u & 0xf0
14481   41.2    MoviePreviewButton                   int8u & 0x0f
14482   42.1    Func1ButtonPlusDials                 int8u & 0x0f
14483   43.1    PreviewButtonPlusDials               int8u & 0x0f
14484   45.1    AssignMovieRecordButtonPlusDials     int8u & 0x0f
14485   46.1    FineTuneOptHighlightWeighted         int8u & 0x0f
14486   47.1    DynamicAreaAFDisplay                 int8u & 0x80
14487   47.2    AFPointIllumination                  int8u & 0x40
14488   47.3    StoreByOrientation                   int8u & 0x18
14489   48.1    MatrixMetering                       int8u & 0x80
14490   48.2    LiveViewButtonOptions                int8u & 0x30
14491   48.3    AFModeRestrictions                   int8u & 0x03
14492   49.1    LimitAFAreaModeSelection             int8u & 0x7e
14493   52.1    LensFocusFunctionButtons             int8u & 0x3f
14494   66.1    VerticalMultiSelector                int8u & 0xff
14495   67.1    VerticalFuncButton                   int8u & 0x3f
14496   68.1    VerticalFuncPlusDials                int8u & 0x0f
14497   70.1    AF-OnButton                          int8u & 0x3f
14498   71.1    SubSelector                          int8u & 0x80
14499   72.1    SubSelectorCenter                    int8u & 0x3f
14500   73.1    SubSelectorPlusDials                 int8u & 0x0f
14501   74.1    AssignMovieSubselector               int8u & 0xf0
14502   75.1    AssignMovieFunc1ButtonPlusDials      int8u & 0x10
14503   75.2    AssignMoviePreviewButtonPlusDials    int8u & 0x01
14504   76.1    AssignMovieSubselectorPlusDials      int8u & 0x10
14505   77.1    SyncReleaseMode                      int8u & 0x80
14506   78.1    Three-DTrackingWatchArea             int8u & 0x80
14507   78.2    SubjectMotion                        int8u & 0x60
14508   78.3    AFActivation                         int8u & 0x08
14509   78.4    ShutterReleaseButtonAE-L             int8u & 0x03
14510   79.1    VerticalAFOnButton                   int8u & 0x7f
14511   80.1    Func2Button                          int8u & 0x3f
14512   81.1    Func2ButtonPlusDials                 int8u & 0x0f
14513   82.1    AssignMovieFunc2Button               int8u & 0x70
14514   83.1    Func3Button                          int8u & 0x03
14515
14516=head3 NikonCustom SettingsD500 Tags
14517
14518Custom settings for the D500.
14519
14520  Index1   Tag Name                             Writable
14521  ------   --------                             --------
14522    0.1    CustomSettingsBank                   int8u & 0x03
14523    1.1    AF-CPrioritySelection                int8u & 0xc0
14524    1.2    AF-SPrioritySelection                int8u & 0x20
14525    1.3    NumberOfFocusPoints                  int8u & 0x10
14526    1.4    Three-DTrackingFaceDetection         int8u & 0x08
14527    1.5    BlockShotAFResponse                  int8u & 0x07
14528    2.1    FocusPointWrap                       int8u & 0x08
14529    2.2    AFPointBrightness                    int8u & 0x06
14530    4.1    ISODisplay                           int8u & 0x08
14531    4.2    GridDisplay                          int8u & 0x02
14532    5.1    LCDIllumination                      int8u & 0x20
14533    5.2    ElectronicFront-CurtainShutter       int8u & 0x08
14534    6.1    ReverseIndicators                    int8u & 0x80
14535    6.2    CommandDialsReverseRotation          int8u & 0x18
14536    6.3    EasyExposureCompensation             int8u & 0x03
14537    7.1    ExposureControlStepSize              int8u & 0xc0
14538    7.2    ISOStepSize                          int8u & 0x30
14539    7.3    ExposureCompStepSize                 int8u & 0x0c
14540    8.1    CenterWeightedAreaSize               int8u & 0xe0
14541    8.2    FineTuneOptMatrixMetering            int8u & 0x0f
14542    9.1    FineTuneOptCenterWeighted            int8u & 0xf0
14543    9.2    FineTuneOptSpotMetering              int8u & 0x0f
14544   10.1    MultiSelectorShootMode               int8u & 0xe0
14545   10.2    MultiSelectorPlaybackMode            int8u & 0x0c
14546   10.3    MultiSelector                        int8u & 0x01
14547   11.1    ExposureDelayMode                    int8u & 0xc0
14548   11.2    CLModeShootingSpeed                  int8u & 0x0f
14549   12.1    MaxContinuousRelease                 int8u
14550   13.1    AutoBracketOrder                     int8u & 0x10
14551   13.2    AutoBracketModeM                     int8u & 0x0c
14552   14.1    Func1Button                          int8u & 0x3f
14553   15.1    PreviewButton                        int8u & 0x3f
14554   16.1    AssignBktButton                      int8u & 0x07
14555   18.1    CommandDialsChangeMainSub            int8u & 0xe0
14556   18.2    CommandDialsMenuAndPlayback          int8u & 0x18
14557   18.3    CommandDialsApertureSetting          int8u & 0x04
14558   18.4    ReleaseButtonToUseDial               int8u & 0x01
14559   19.1    StandbyTimer                         int8u & 0xf0
14560   20.1    SelfTimerTime                        int8u & 0xc0
14561   20.2    SelfTimerShotInterval                int8u & 0x30
14562   20.3    SelfTimerShotCount                   int8u & 0x0f
14563   21.1    ImageReviewMonitorOffTime            int8u & 0xe0
14564   21.2    LiveViewMonitorOffTime               int8u & 0x1c
14565   22.1    MenuMonitorOffTime                   int8u & 0xe0
14566   22.2    ShootingInfoMonitorOffTime           int8u & 0x1c
14567   23.1    FlashSyncSpeed                       int8u & 0xf0
14568   23.2    FlashShutterSpeed                    int8u & 0x0f
14569   31.1    ModelingFlash                        int8u & 0x20
14570   36.1    PlaybackMonitorOffTime               int8u & 0xe0
14571   37.1    MultiSelectorLiveView                int8u & 0xc0
14572   38.1    ShutterSpeedLock                     int8u & 0x80
14573   38.2    ApertureLock                         int8u & 0x40
14574   38.3    MovieShutterButton                   int8u & 0x10
14575   38.4    FlashExposureCompArea                int8u & 0x04
14576   38.5    AutoFlashISOSensitivity              int8u & 0x02
14577   41.1    MovieFunc1Button                     int8u & 0xf0
14578   41.2    MoviePreviewButton                   int8u & 0x0f
14579   42.1    Func1ButtonPlusDials                 int8u & 0x0f
14580   43.1    PreviewButtonPlusDials               int8u & 0x0f
14581   45.1    AssignMovieRecordButtonPlusDials     int8u & 0x0f
14582   46.1    FineTuneOptHighlightWeighted         int8u & 0x0f
14583   47.1    DynamicAreaAFDisplay                 int8u & 0x80
14584   47.2    AFPointIllumination                  int8u & 0x40
14585   47.3    StoreByOrientation                   int8u & 0x18
14586   47.4    GroupAreaAFIllumination              int8u & 0x04
14587   48.1    MatrixMetering                       int8u & 0x80
14588   48.2    LiveViewButtonOptions                int8u & 0x30
14589   48.3    AFModeRestrictions                   int8u & 0x03
14590   49.1    LimitAFAreaModeSelection             int8u & 0x7e
14591   52.1    LensFocusFunctionButtons             int8u & 0x3f
14592   66.1    VerticalMultiSelector                int8u & 0xff
14593   67.1    AssignMB-D17FuncButton               int8u & 0x3f
14594   68.1    AssignMB-D17FuncButtonPlusDials      int8u & 0x0f
14595   70.1    AF-OnButton                          int8u & 0x3f
14596   71.1    SubSelector                          int8u & 0x80
14597   72.1    SubSelectorCenter                    int8u & 0x3f
14598   73.1    SubSelectorPlusDials                 int8u & 0x0f
14599   74.1    AssignMovieSubselector               int8u & 0xf0
14600   75.1    AssignMovieFunc1ButtonPlusDials      int8u & 0x10
14601   75.2    AssignMoviePreviewButtonPlusDials    int8u & 0x01
14602   76.1    AssignMovieSubselectorPlusDials      int8u & 0x10
14603   77.1    SyncReleaseMode                      int8u & 0x80
14604   78.1    Three-DTrackingWatchArea             int8u & 0x80
14605   78.2    SubjectMotion                        int8u & 0x60
14606   78.3    AFActivation                         int8u & 0x08
14607   78.4    ShutterReleaseButtonAE-L             int8u & 0x03
14608   79.1    AssignMB-D17AF-OnButton              int8u & 0x7f
14609   80.1    Func2Button                          int8u & 0x3f
14610   82.1    AssignMovieFunc2Button               int8u & 0x70
14611
14612=head3 NikonCustom SettingsD610 Tags
14613
14614Custom settings for the D610.
14615
14616  Index1   Tag Name                             Writable
14617  ------   --------                             --------
14618    0.1    AF-CPrioritySelection                int8u & 0x80
14619    0.2    AF-SPrioritySelection                int8u & 0x20
14620    0.3    NumberOfFocusPoints                  int8u & 0x10
14621    0.4    FocusTrackingLockOn                  int8u & 0x07
14622    1.1    FocusPointWrap                       int8u & 0x08
14623    1.2    AFPointIllumination                  int8u & 0x06
14624    1.3    AFAssist                             int8u & 0x01
14625    5.1    EasyExposureCompensation             int8u & 0x03
14626    6.1    ExposureControlStep                  int8u & 0x40
14627    6.2    ISOSensitivityStep                   int8u & 0x10
14628    7.1    CenterWeightedAreaSize               int8u & 0xe0
14629    7.2    FineTuneOptMatrixMetering            int8u & 0x0f
14630    8.1    FineTuneOptCenterWeighted            int8u & 0xf0
14631    8.2    FineTuneOptSpotMetering              int8u & 0x0f
14632   17.1    ShutterReleaseButtonAE-L             int8u & 0x02
14633   18.1    StandbyTimer                         int8u & 0xf0
14634   18.2    RemoteOnDuration                     int8u & 0x03
14635   19.1    SelfTimerTime                        int8u & 0xc0
14636   19.2    SelfTimerShotInterval                int8u & 0x30
14637   19.3    SelfTimerShotCount                   int8u & 0x0f
14638   20.1    ImageReviewMonitorOffTime            int8u & 0xe0
14639   20.2    LiveViewMonitorOffTime               int8u & 0x1c
14640   21.1    MenuMonitorOffTime                   int8u & 0xe0
14641   21.2    ShootingInfoMonitorOffTime           int8u & 0x1c
14642   35.1    PlaybackMonitorOffTime               int8u & 0xe0
14643
14644=head2 NikonCapture Tags
14645
14646This information is written by the Nikon Capture software in tag 0x0e01 of
14647the maker notes of NEF images.
14648
14649  Tag ID       Tag Name                         Writable
14650  ------       --------                         --------
14651  0x8ae85e     LCHEditor                        int8u
14652  0x83a1a25    HistogramXML                     undef
14653  0xc89224b    ColorAberrationControl           int8u
14654  0x116fea21   HighlightData                    NikonCapture HighlightData
14655  0x2175eb78   D-LightingHQ                     int8u
14656  0x2fc08431   StraightenAngle                  double
14657  0x374233e0   CropData                         NikonCapture CropData
14658  0x39c456ac   PictureCtrl                      NikonCapture PictureCtrl
14659  0x3cfc73c6   RedEyeData                       NikonCapture RedEyeData
14660  0x3d136244   EditVersionName                  string
14661  0x416391c6   QuickFix                         int8u
14662  0x56a54260   Exposure                         NikonCapture Exposure
14663  0x5f0e7d23   ColorBooster                     int8u
14664  0x6a6e36b6   D-LightingHQSelected             int8u
14665  0x753dcbc0   NoiseReduction                   int8u
14666  0x76a43200   UnsharpMask                      int8u
14667  0x76a43201   Curves                           int8u
14668  0x76a43202   ColorBalanceAdj                  int8u
14669  0x76a43203   AdvancedRaw                      int8u
14670  0x76a43204   WhiteBalanceAdj                  int8u
14671  0x76a43205   VignetteControl                  int8u
14672  0x76a43206   FlipHorizontal                   int8u
14673  0x76a43207   Rotation                         int16u
14674  0x84589434   BrightnessData                   NikonCapture Brightness
14675  0x890ff591   D-LightingHQData                 NikonCapture DLightingHQ
14676  0x926f13e0   NoiseReductionData               NikonCapture NoiseReduction
14677  0x9ef5f6e0   IPTCData                         IPTC
14678  0xab5eca5e   PhotoEffects                     int8u
14679  0xac6bd5c0   VignetteControlIntensity         int16s
14680  0xb0384e1e   PhotoEffectsData                 NikonCapture PhotoEffects
14681  0xb999a36f   ColorBoostData                   NikonCapture ColorBoost
14682  0xbf3c6c20   WBAdjData                        NikonCapture WBAdjData
14683  0xce5554aa   D-LightingHS                     int8u
14684  0xe2173c47   PictureControl                   int8u
14685  0xe37b4337   D-LightingHSData                 NikonCapture DLightingHS
14686  0xe42b5161   UnsharpData                      NikonCapture UnsharpData
14687  0xe9651831   PhotoEffectHistoryXML            undef
14688  0xfe28a44f   AutoRedEye                       int8u
14689  0xfe443a45   ImageDustOff                     int8u
14690
14691=head3 NikonCapture HighlightData Tags
14692
14693  Index1   Tag Name                             Writable
14694  ------   --------                             --------
14695      0    ShadowProtection                     int8s
14696      1    SaturationAdj                        int8s
14697      6    HighlightProtection                  int8s
14698
14699=head3 NikonCapture CropData Tags
14700
14701  Index1   Tag Name                             Writable
14702  ------   --------                             --------
14703     30    CropLeft                             double
14704     38    CropTop                              double
14705     46    CropRight                            double
14706     54    CropBottom                           double
14707    142    CropOutputWidthInches                double
14708    150    CropOutputHeightInches               double
14709    158    CropScaledResolution                 double
14710    174    CropSourceResolution                 double
14711    182    CropOutputResolution                 double
14712    190    CropOutputScale                      double
14713    198    CropOutputWidth                      double
14714    206    CropOutputHeight                     double
14715    214    CropOutputPixels                     double
14716
14717=head3 NikonCapture PictureCtrl Tags
14718
14719  Index1   Tag Name                             Writable
14720  ------   --------                             --------
14721      0    PictureControlActive                 int8u
14722     19    PictureControlMode                   string[16]
14723     42    QuickAdjust                          int8u
14724     43    SharpeningAdj                        int8u
14725     44    ContrastAdj                          int8u
14726     45    BrightnessAdj                        int8u
14727     46    SaturationAdj                        int8u
14728     47    HueAdj                               int8u
14729
14730=head3 NikonCapture RedEyeData Tags
14731
14732  Index1   Tag Name                             Writable
14733  ------   --------                             --------
14734      0    RedEyeCorrection                     int8u
14735
14736=head3 NikonCapture Exposure Tags
14737
14738  Index1   Tag Name                             Writable
14739  ------   --------                             --------
14740      0    ExposureAdj                          int16s
14741     18    ExposureAdj2                         double
14742     36    ActiveD-Lighting                     int8u
14743     37    ActiveD-LightingMode                 int8u
14744
14745=head3 NikonCapture Brightness Tags
14746
14747  Index1   Tag Name                             Writable
14748  ------   --------                             --------
14749      0    BrightnessAdj                        double
14750      8    EnhanceDarkTones                     int8u
14751
14752=head3 NikonCapture DLightingHQ Tags
14753
14754  Index4   Tag Name                             Writable
14755  ------   --------                             --------
14756      0    D-LightingHQShadow                   int32u
14757      1    D-LightingHQHighlight                int32u
14758      2    D-LightingHQColorBoost               int32u
14759
14760=head3 NikonCapture NoiseReduction Tags
14761
14762  Index1   Tag Name                             Writable
14763  ------   --------                             --------
14764      4    EdgeNoiseReduction                   int8u
14765      5    ColorMoireReductionMode              int8u
14766      9    NoiseReductionIntensity              int32u
14767     13    NoiseReductionSharpness              int32u
14768     17    NoiseReductionMethod                 int16u
14769     21    ColorMoireReduction                  int8u
14770     23    NoiseReduction                       int8u
14771     24    ColorNoiseReductionIntensity         int32u
14772     28    ColorNoiseReductionSharpness         int32u
14773
14774=head3 NikonCapture PhotoEffects Tags
14775
14776  Index1   Tag Name                             Writable
14777  ------   --------                             --------
14778      0    PhotoEffectsType                     int8u
14779      4    PhotoEffectsRed                      int16s
14780      6    PhotoEffectsGreen                    int16s
14781      8    PhotoEffectsBlue                     int16s
14782
14783=head3 NikonCapture ColorBoost Tags
14784
14785  Index1   Tag Name                             Writable
14786  ------   --------                             --------
14787      0    ColorBoostType                       int8u
14788      1    ColorBoostLevel                      int32u
14789
14790=head3 NikonCapture WBAdjData Tags
14791
14792  Index1   Tag Name                             Writable
14793  ------   --------                             --------
14794      0    WBAdjRedBalance                      double
14795      8    WBAdjBlueBalance                     double
14796     16    WBAdjMode                            int8u
14797     20    WBAdjLighting                        int16u
14798     24    WBAdjTemperature                     int16u
14799     37    WBAdjTint                            int32s
14800
14801=head3 NikonCapture DLightingHS Tags
14802
14803  Index4   Tag Name                             Writable
14804  ------   --------                             --------
14805      0    D-LightingHSAdjustment               int32u
14806      1    D-LightingHSColorBoost               int32u
14807
14808=head3 NikonCapture UnsharpData Tags
14809
14810  Index1   Tag Name                             Writable
14811  ------   --------                             --------
14812      0    UnsharpCount                         int8u
14813     19    Unsharp1Color                        int16u
14814     23    Unsharp1Intensity                    int16u
14815     25    Unsharp1HaloWidth                    int16u
14816     27    Unsharp1Threshold                    int8u
14817     46    Unsharp2Color                        int16u
14818     50    Unsharp2Intensity                    int16u
14819     52    Unsharp2HaloWidth                    int16u
14820     54    Unsharp2Threshold                    int8u
14821     73    Unsharp3Color                        int16u
14822     77    Unsharp3Intensity                    int16u
14823     79    Unsharp3HaloWidth                    int16u
14824     81    Unsharp3Threshold                    int8u
14825    100    Unsharp4Color                        int16u
14826    104    Unsharp4Intensity                    int16u
14827    106    Unsharp4HaloWidth                    int16u
14828    108    Unsharp4Threshold                    int8u
14829
14830=head2 Nintendo Tags
14831
14832  Tag ID   Tag Name                             Writable
14833  ------   --------                             --------
14834  0x1101   CameraInfo                           Nintendo CameraInfo
14835
14836=head3 Nintendo CameraInfo Tags
14837
14838  Index1   Tag Name                             Writable
14839  ------   --------                             --------
14840      0    ModelID                              undef[4]
14841      8    TimeStamp                            int32u
14842     24    InternalSerialNumber                 undef[4]
14843     40    Parallax                             float
14844     48    Category                             int16u
14845
14846=head2 Olympus Tags
14847
14848Tags 0x0000 through 0x0103 are used by some older Olympus cameras, and are
14849the same as Konica/Minolta tags.  These tags are also used for some models
14850from other brands such as Acer, BenQ, Epson, Hitachi, HP, Maginon, Minolta,
14851Pentax, Ricoh, Samsung, Sanyo, SeaLife, Sony, Supra and Vivitar.
14852
14853  Tag ID   Tag Name                             Writable
14854  ------   --------                             --------
14855  0x0000   MakerNoteVersion                     undef
14856  0x0001   MinoltaCameraSettingsOld             Minolta CameraSettings
14857  0x0003   MinoltaCameraSettings                Minolta CameraSettings
14858  0x0040   CompressedImageSize                  int32u
14859  0x0081   PreviewImageData                     no
14860  0x0088   PreviewImageStart                    no
14861  0x0089   PreviewImageLength                   no
14862  0x0100   ThumbnailImage                       undef
14863  0x0104   BodyFirmwareVersion                  string
14864  0x0200   SpecialMode                          int32u[3]~
14865  0x0201   Quality                              int16u~
14866  0x0202   Macro                                int16u
14867  0x0203   BWMode                               int16u
14868  0x0204   DigitalZoom                          rational64u
14869  0x0205   FocalPlaneDiagonal                   rational64u
14870  0x0206   LensDistortionParams                 int16s[6]
14871  0x0207   CameraType                           string
14872  0x0208   TextInfo                             Olympus TextInfo
14873  0x0209   CameraID                             string
14874  0x020b   EpsonImageWidth                      int32u
14875  0x020c   EpsonImageHeight                     int32u
14876  0x020d   EpsonSoftware                        string
14877  0x0280   PreviewImage                         int8u
14878  0x0300   PreCaptureFrames                     int16u
14879  0x0301   WhiteBoard                           int16u
14880  0x0302   OneTouchWB                           int16u
14881  0x0303   WhiteBalanceBracket                  int16u
14882  0x0304   WhiteBalanceBias                     int16u
14883  0x0400   SensorArea                           undef[8]
14884  0x0401   BlackLevel                           int32u[4]
14885  0x0403   SceneMode                            int16u
14886  0x0404   SerialNumber                         string
14887  0x0405   Firmware                             string
14888  0x0e00   PrintIM                              PrintIM
14889  0x0f00   DataDump                             no
14890  0x0f01   DataDump2                            no
14891  0x0f04   ZoomedPreviewStart                   int32u*
14892  0x0f05   ZoomedPreviewLength                  int32u*
14893  0x0f06   ZoomedPreviewSize                    int16u[2]
14894  0x1000   ShutterSpeedValue                    rational64s
14895  0x1001   ISOValue                             rational64s
14896  0x1002   ApertureValue                        rational64s
14897  0x1003   BrightnessValue                      rational64s
14898  0x1004   FlashMode                            int16u
14899  0x1005   FlashDevice                          int16u
14900  0x1006   ExposureCompensation                 rational64s
14901  0x1007   SensorTemperature                    int16s
14902  0x1008   LensTemperature                      int16s
14903  0x1009   LightCondition                       int16u
14904  0x100a   FocusRange                           int16u
14905  0x100b   FocusMode                            int16u
14906  0x100c   ManualFocusDistance                  rational64u
14907  0x100d   ZoomStepCount                        int16u
14908  0x100e   FocusStepCount                       int16u
14909  0x100f   Sharpness                            int16u
14910  0x1010   FlashChargeLevel                     int16u
14911  0x1011   ColorMatrix                          int16u[9]
14912  0x1012   BlackLevel                           int16u[4]
14913  0x1013   ColorTemperatureBG?                  int16u
14914  0x1014   ColorTemperatureRG?                  int16u
14915  0x1015   WBMode                               int16u[2]
14916  0x1017   RedBalance                           int16u[2]
14917  0x1018   BlueBalance                          int16u[2]
14918  0x1019   ColorMatrixNumber                    int16u
14919  0x101a   SerialNumber                         string
14920  0x101b   ExternalFlashAE1_0?                  int32u
14921  0x101c   ExternalFlashAE2_0?                  int32u
14922  0x101d   InternalFlashAE1_0?                  int32u
14923  0x101e   InternalFlashAE2_0?                  int32u
14924  0x101f   ExternalFlashAE1?                    int32u
14925  0x1020   ExternalFlashAE2?                    int32u
14926  0x1021   InternalFlashAE1?                    int32u
14927  0x1022   InternalFlashAE2?                    int32u
14928  0x1023   FlashExposureComp                    rational64s
14929  0x1024   InternalFlashTable                   int16u
14930  0x1025   ExternalFlashGValue                  rational64s
14931  0x1026   ExternalFlashBounce                  int16u
14932  0x1027   ExternalFlashZoom                    int16u
14933  0x1028   ExternalFlashMode                    int16u
14934  0x1029   Contrast                             int16u
14935  0x102a   SharpnessFactor                      int16u
14936  0x102b   ColorControl                         int16u[6]
14937  0x102c   ValidBits                            int16u[2]
14938  0x102d   CoringFilter                         int16u
14939  0x102e   OlympusImageWidth                    int32u
14940  0x102f   OlympusImageHeight                   int32u
14941  0x1030   SceneDetect                          int16u
14942  0x1031   SceneArea?                           int32u[8]
14943  0x1033   SceneDetectData?                     int32u[720]
14944  0x1034   CompressionRatio                     rational64u
14945  0x1035   PreviewImageValid                    int32u
14946  0x1036   PreviewImageStart                    int32u*
14947  0x1037   PreviewImageLength                   int32u*
14948  0x1038   AFResult                             int16u
14949  0x1039   CCDScanMode                          int16u
14950  0x103a   NoiseReduction                       int16u
14951  0x103b   FocusStepInfinity                    int16u
14952  0x103c   FocusStepNear                        int16u
14953  0x103d   LightValueCenter                     rational64s
14954  0x103e   LightValuePeriphery                  rational64s
14955  0x103f   FieldCount?                          int16u
14956  0x2010   Equipment                            Olympus Equipment
14957           EquipmentIFD                         Olympus Equipment
14958  0x2020   CameraSettings                       Olympus CameraSettings
14959           CameraSettingsIFD                    Olympus CameraSettings
14960  0x2030   RawDevelopment                       Olympus RawDevelopment
14961           RawDevelopmentIFD                    Olympus RawDevelopment
14962  0x2031   RawDev2                              Olympus RawDevelopment2
14963           RawDev2IFD                           Olympus RawDevelopment2
14964  0x2040   ImageProcessing                      Olympus ImageProcessing
14965           ImageProcessingIFD                   Olympus ImageProcessing
14966  0x2050   FocusInfo                            Olympus FocusInfo
14967           FocusInfoIFD                         Olympus FocusInfo
14968           CameraParameters                     undef
14969  0x2100   Olympus2100                          Olympus FE
14970           Olympus2100IFD                       Olympus FE
14971  0x2200   Olympus2200                          Olympus FE
14972           Olympus2200IFD                       Olympus FE
14973  0x2300   Olympus2300                          Olympus FE
14974           Olympus2300IFD                       Olympus FE
14975  0x2400   Olympus2400                          Olympus FE
14976           Olympus2400IFD                       Olympus FE
14977  0x2500   Olympus2500                          Olympus FE
14978           Olympus2500IFD                       Olympus FE
14979  0x2600   Olympus2600                          Olympus FE
14980           Olympus2600IFD                       Olympus FE
14981  0x2700   Olympus2700                          Olympus FE
14982           Olympus2700IFD                       Olympus FE
14983  0x2800   Olympus2800                          Olympus FE
14984           Olympus2800IFD                       Olympus FE
14985  0x2900   Olympus2900                          Olympus FE
14986           Olympus2900IFD                       Olympus FE
14987  0x3000   RawInfo                              Olympus RawInfo
14988           RawInfoIFD                           Olympus RawInfo
14989  0x4000   MainInfo                             Olympus
14990           MainInfoIFD                          Olympus
14991  0x5000   UnknownInfo                          Olympus UnknownInfo
14992           UnknownInfoIFD                       Olympus UnknownInfo
14993
14994=head3 Olympus TextInfo Tags
14995
14996This information is in text format (similar to APP12 information, but with
14997spaces instead of linefeeds).  Below are tags which have been observed, but
14998any information found here will be extracted, even if the tag is not listed.
14999
15000  Tag ID               Tag Name                 Writable
15001  ------               --------                 --------
15002  'Resolution'         Resolution               no
15003  'Type'               CameraType               no
15004
15005=head3 Olympus Equipment Tags
15006
15007  Tag ID   Tag Name                             Writable
15008  ------   --------                             --------
15009  0x0000   EquipmentVersion                     undef[4]
15010  0x0100   CameraType2                          string[6]
15011  0x0101   SerialNumber                         string[32]
15012  0x0102   InternalSerialNumber                 string[32]
15013  0x0103   FocalPlaneDiagonal                   rational64u
15014  0x0104   BodyFirmwareVersion                  int32u
15015  0x0201   LensType                             int8u[6]
15016  0x0202   LensSerialNumber                     string[32]
15017  0x0203   LensModel                            string
15018  0x0204   LensFirmwareVersion                  int32u
15019  0x0205   MaxApertureAtMinFocal                int16u
15020  0x0206   MaxApertureAtMaxFocal                int16u
15021  0x0207   MinFocalLength                       int16u
15022  0x0208   MaxFocalLength                       int16u
15023  0x020a   MaxAperture                          int16u
15024  0x020b   LensProperties                       int16u
15025  0x0301   Extender                             int8u[6]
15026  0x0302   ExtenderSerialNumber                 string[32]
15027  0x0303   ExtenderModel                        string
15028  0x0304   ExtenderFirmwareVersion              int32u
15029  0x0403   ConversionLens                       string
15030  0x1000   FlashType                            int16u
15031  0x1001   FlashModel                           int16u
15032  0x1002   FlashFirmwareVersion                 int32u
15033  0x1003   FlashSerialNumber                    string[32]
15034
15035=head3 Olympus CameraSettings Tags
15036
15037  Tag ID   Tag Name                             Writable
15038  ------   --------                             --------
15039  0x0000   CameraSettingsVersion                undef[4]
15040  0x0100   PreviewImageValid                    int32u
15041  0x0101   PreviewImageStart                    int32u*
15042  0x0102   PreviewImageLength                   int32u*
15043  0x0200   ExposureMode                         int16u
15044  0x0201   AELock                               int16u
15045  0x0202   MeteringMode                         int16u
15046  0x0203   ExposureShift                        rational64s
15047  0x0204   NDFilter                             yes
15048  0x0300   MacroMode                            int16u
15049  0x0301   FocusMode                            int16u[n]
15050  0x0302   FocusProcess                         int16u[n]
15051  0x0303   AFSearch                             int16u
15052  0x0304   AFAreas                              int32u[64]~
15053  0x0305   AFPointSelected                      rational64s[5]
15054  0x0306   AFFineTune                           int8u
15055  0x0307   AFFineTuneAdj                        int16s[3]
15056  0x0308   FocusBracketStepSize                 int8u
15057  0x0400   FlashMode                            int16u
15058  0x0401   FlashExposureComp                    rational64s
15059  0x0403   FlashRemoteControl                   int16u
15060  0x0404   FlashControlMode                     int16u[n]
15061  0x0405   FlashIntensity                       rational64s[n]
15062  0x0406   ManualFlashStrength                  rational64s[n]
15063  0x0500   WhiteBalance2                        int16u
15064  0x0501   WhiteBalanceTemperature              int16u
15065  0x0502   WhiteBalanceBracket                  int16s
15066  0x0503   CustomSaturation                     int16s[3]~
15067  0x0504   ModifiedSaturation                   int16u
15068  0x0505   ContrastSetting                      int16s[3]
15069  0x0506   SharpnessSetting                     int16s[3]
15070  0x0507   ColorSpace                           int16u
15071  0x0509   SceneMode                            int16u
15072  0x050a   NoiseReduction                       int16u
15073  0x050b   DistortionCorrection                 int16u
15074  0x050c   ShadingCompensation                  int16u
15075  0x050d   CompressionFactor                    rational64u
15076  0x050f   Gradation                            int16s[n]
15077  0x0520   PictureMode                          int16u[n]
15078  0x0521   PictureModeSaturation                int16s[3]
15079  0x0522   PictureModeHue?                      int16s
15080  0x0523   PictureModeContrast                  int16s[3]
15081  0x0524   PictureModeSharpness                 int16s[3]
15082  0x0525   PictureModeBWFilter                  int16s
15083  0x0526   PictureModeTone                      int16s
15084  0x0527   NoiseFilter                          int16s[3]
15085  0x0529   ArtFilter                            int16u[4]
15086  0x052c   MagicFilter                          int16u[4]
15087  0x052d   PictureModeEffect                    int16s[3]
15088  0x052e   ToneLevel                            yes
15089  0x052f   ArtFilterEffect                      int16u[20]
15090  0x0532   ColorCreatorEffect                   int16s[6]
15091  0x0537   MonochromeProfileSettings            int16s[6]
15092  0x0538   FilmGrainEffect                      int16s
15093  0x0539   ColorProfileSettings                 int16s[14]
15094  0x053a   MonochromeVignetting                 int16s
15095  0x053b   MonochromeColor                      int16s
15096  0x0600   DriveMode                            int16u[n]~
15097  0x0601   PanoramaMode                         int16u~
15098  0x0603   ImageQuality2                        int16u
15099  0x0604   ImageStabilization                   int32u
15100  0x0804   StackedImage                         int32u[2]
15101  0x0900   ManometerPressure                    int16u
15102  0x0901   ManometerReading                     int32s[2]
15103  0x0902   ExtendedWBDetect                     int16u
15104  0x0903   RollAngle                            int16s[2]
15105  0x0904   PitchAngle                           int16s[2]
15106  0x0908   DateTimeUTC                          string
15107
15108=head3 Olympus RawDevelopment Tags
15109
15110  Tag ID   Tag Name                             Writable
15111  ------   --------                             --------
15112  0x0000   RawDevVersion                        undef[4]
15113  0x0100   RawDevExposureBiasValue              rational64s
15114  0x0101   RawDevWhiteBalanceValue              int16u
15115  0x0102   RawDevWBFineAdjustment               int16s
15116  0x0103   RawDevGrayPoint                      int16u[3]
15117  0x0104   RawDevSaturationEmphasis             int16s[3]
15118  0x0105   RawDevMemoryColorEmphasis            int16u
15119  0x0106   RawDevContrastValue                  int16s[3]
15120  0x0107   RawDevSharpnessValue                 int16s[3]
15121  0x0108   RawDevColorSpace                     int16u
15122  0x0109   RawDevEngine                         int16u
15123  0x010a   RawDevNoiseReduction                 int16u
15124  0x010b   RawDevEditStatus                     int16u
15125  0x010c   RawDevSettings                       int16u
15126
15127=head3 Olympus RawDevelopment2 Tags
15128
15129  Tag ID   Tag Name                             Writable
15130  ------   --------                             --------
15131  0x0000   RawDevVersion                        undef[4]
15132  0x0100   RawDevExposureBiasValue              rational64s
15133  0x0101   RawDevWhiteBalance                   int16u
15134  0x0102   RawDevWhiteBalanceValue              int16u
15135  0x0103   RawDevWBFineAdjustment               int16s
15136  0x0104   RawDevGrayPoint                      int16u[3]
15137  0x0105   RawDevContrastValue                  int16s[3]
15138  0x0106   RawDevSharpnessValue                 int16s[3]
15139  0x0107   RawDevSaturationEmphasis             int16s[3]
15140  0x0108   RawDevMemoryColorEmphasis            int16u
15141  0x0109   RawDevColorSpace                     int16u
15142  0x010a   RawDevNoiseReduction                 int16u
15143  0x010b   RawDevEngine                         int16u
15144  0x010c   RawDevPictureMode                    int16u
15145  0x010d   RawDevPMSaturation                   int16s[3]
15146  0x010e   RawDevPMContrast                     int16s[3]
15147  0x010f   RawDevPMSharpness                    int16s[3]
15148  0x0110   RawDevPM_BWFilter                    int16u
15149  0x0111   RawDevPMPictureTone                  int16u
15150  0x0112   RawDevGradation                      int16s[3]
15151  0x0113   RawDevSaturation3                    int16s[3]
15152  0x0119   RawDevAutoGradation                  int16u
15153  0x0120   RawDevPMNoiseFilter                  int16u
15154  0x0121   RawDevArtFilter                      int16u[4]
15155
15156=head3 Olympus ImageProcessing Tags
15157
15158  Tag ID   Tag Name                             Writable
15159  ------   --------                             --------
15160  0x0000   ImageProcessingVersion               undef[4]
15161  0x0100   WB_RBLevels                          int16u[2]
15162  0x0102   WB_RBLevels3000K                     int16u[2]
15163  0x0103   WB_RBLevels3300K                     int16u[2]
15164  0x0104   WB_RBLevels3600K                     int16u[2]
15165  0x0105   WB_RBLevels3900K                     int16u[2]
15166  0x0106   WB_RBLevels4000K                     int16u[2]
15167  0x0107   WB_RBLevels4300K                     int16u[2]
15168  0x0108   WB_RBLevels4500K                     int16u[2]
15169  0x0109   WB_RBLevels4800K                     int16u[2]
15170  0x010a   WB_RBLevels5300K                     int16u[2]
15171  0x010b   WB_RBLevels6000K                     int16u[2]
15172  0x010c   WB_RBLevels6600K                     int16u[2]
15173  0x010d   WB_RBLevels7500K                     int16u[2]
15174  0x010e   WB_RBLevelsCWB1                      int16u[2]
15175  0x010f   WB_RBLevelsCWB2                      int16u[2]
15176  0x0110   WB_RBLevelsCWB3                      int16u[2]
15177  0x0111   WB_RBLevelsCWB4                      int16u[2]
15178  0x0113   WB_GLevel3000K                       int16u
15179  0x0114   WB_GLevel3300K                       int16u
15180  0x0115   WB_GLevel3600K                       int16u
15181  0x0116   WB_GLevel3900K                       int16u
15182  0x0117   WB_GLevel4000K                       int16u
15183  0x0118   WB_GLevel4300K                       int16u
15184  0x0119   WB_GLevel4500K                       int16u
15185  0x011a   WB_GLevel4800K                       int16u
15186  0x011b   WB_GLevel5300K                       int16u
15187  0x011c   WB_GLevel6000K                       int16u
15188  0x011d   WB_GLevel6600K                       int16u
15189  0x011e   WB_GLevel7500K                       int16u
15190  0x011f   WB_GLevel                            int16u
15191  0x0200   ColorMatrix                          int16u[9]
15192  0x0300   Enhancer                             int16u
15193  0x0301   EnhancerValues                       int16u[7]
15194  0x0310   CoringFilter                         int16u
15195  0x0311   CoringValues                         int16u[7]
15196  0x0600   BlackLevel2                          int16u[4]
15197  0x0610   GainBase                             int16u
15198  0x0611   ValidBits                            int16u[2]
15199  0x0612   CropLeft                             int16u[2]
15200  0x0613   CropTop                              int16u[2]
15201  0x0614   CropWidth                            int32u
15202  0x0615   CropHeight                           int32u
15203  0x0635   UnknownBlock1?                       undef
15204  0x0636   UnknownBlock2?                       undef
15205  0x0805   SensorCalibration                    int16s[2]
15206  0x1010   NoiseReduction2                      int16u
15207  0x1011   DistortionCorrection2                int16u
15208  0x1012   ShadingCompensation2                 int16u
15209  0x101c   MultipleExposureMode                 int16u[2]
15210  0x1103   UnknownBlock3?                       undef
15211  0x1104   UnknownBlock4?                       undef
15212  0x1112   AspectRatio                          int8u[2]
15213  0x1113   AspectFrame                          int16u[4]
15214  0x1200   FacesDetected                        int32u[n]
15215  0x1201   FaceDetectArea                       int16s[n]
15216  0x1202   MaxFaces                             int32u[3]
15217  0x1203   FaceDetectFrameSize                  int16u[6]
15218  0x1207   FaceDetectFrameCrop                  int16s[12]
15219  0x1306   CameraTemperature                    no
15220  0x1900   KeystoneCompensation                 int8u[2]
15221  0x1901   KeystoneDirection                    int8u[2]
15222  0x1906   KeystoneValue                        int16s[3]
15223
15224=head3 Olympus FocusInfo Tags
15225
15226  Tag ID   Tag Name                             Writable
15227  ------   --------                             --------
15228  0x0000   FocusInfoVersion                     undef[4]
15229  0x0209   AutoFocus?                           int16u
15230  0x0210   SceneDetect                          int16u
15231  0x0211   SceneArea?                           int32u[8]
15232  0x0212   SceneDetectData?                     int32u[720]
15233  0x0300   ZoomStepCount                        int16u
15234  0x0301   FocusStepCount                       int16u
15235  0x0303   FocusStepInfinity                    int16u
15236  0x0304   FocusStepNear                        int16u
15237  0x0305   FocusDistance                        rational64u
15238  0x0308   AFPoint                              int16u
15239  0x0328   AFInfo                               Olympus AFInfo
15240  0x1201   ExternalFlash                        int16u[2]
15241  0x1203   ExternalFlashGuideNumber?            rational64s
15242  0x1204   ExternalFlashBounce                  int16u
15243  0x1205   ExternalFlashZoom                    rational64u
15244  0x1208   InternalFlash                        int16u[n]
15245  0x1209   ManualFlash                          int16u[2]~
15246  0x120a   MacroLED                             int16u
15247  0x1500   SensorTemperature                    int16s
15248  0x1600   ImageStabilization                   undef~
15249
15250=head3 Olympus AFInfo Tags
15251
15252  Index1   Tag Name                             Writable
15253  ------   --------                             --------
15254  [no tags known]
15255
15256=head3 Olympus FE Tags
15257
15258Some FE models write a large number of tags here, but most of this
15259information remains unknown.
15260
15261  Tag ID   Tag Name                             Writable
15262  ------   --------                             --------
15263  0x0100   BodyFirmwareVersion                  string
15264
15265=head3 Olympus RawInfo Tags
15266
15267These tags are found only in ORF images of some models (eg. C8080WZ).
15268
15269  Tag ID   Tag Name                             Writable
15270  ------   --------                             --------
15271  0x0000   RawInfoVersion                       undef[4]
15272  0x0100   WB_RBLevelsUsed                      int16u[2]
15273  0x0110   WB_RBLevelsAuto                      int16u[2]
15274  0x0120   WB_RBLevelsShade                     int16u[2]
15275  0x0121   WB_RBLevelsCloudy                    int16u[2]
15276  0x0122   WB_RBLevelsFineWeather               int16u[2]
15277  0x0123   WB_RBLevelsTungsten                  int16u[2]
15278  0x0124   WB_RBLevelsEveningSunlight           int16u[2]
15279  0x0130   WB_RBLevelsDaylightFluor             int16u[2]
15280  0x0131   WB_RBLevelsDayWhiteFluor             int16u[2]
15281  0x0132   WB_RBLevelsCoolWhiteFluor            int16u[2]
15282  0x0133   WB_RBLevelsWhiteFluorescent          int16u[2]
15283  0x0200   ColorMatrix2                         int16u[9]
15284  0x0310   CoringFilter                         int16u
15285  0x0311   CoringValues                         int16u[11]
15286  0x0600   BlackLevel2                          int16u[4]
15287  0x0601   YCbCrCoefficients                    no
15288  0x0611   ValidPixelDepth                      int16u[2]
15289  0x0612   CropLeft                             int16u
15290  0x0613   CropTop                              int16u
15291  0x0614   CropWidth                            int32u
15292  0x0615   CropHeight                           int32u
15293  0x1000   LightSource                          int16u
15294  0x1001   WhiteBalanceComp                     int16s[3]
15295  0x1010   SaturationSetting                    int16s[3]
15296  0x1011   HueSetting                           int16s[3]
15297  0x1012   ContrastSetting                      int16s[3]
15298  0x1013   SharpnessSetting                     int16s[3]
15299  0x2000   CMExposureCompensation               rational64s
15300  0x2001   CMWhiteBalance                       int16u
15301  0x2002   CMWhiteBalanceComp                   int16s
15302  0x2010   CMWhiteBalanceGrayPoint              int16u[3]
15303  0x2020   CMSaturation                         int16s[3]
15304  0x2021   CMHue                                int16s[3]
15305  0x2022   CMContrast                           int16s[3]
15306  0x2023   CMSharpness                          int16s[3]
15307
15308=head3 Olympus UnknownInfo Tags
15309
15310  Tag ID   Tag Name                             Writable
15311  ------   --------                             --------
15312  [no tags known]
15313
15314=head3 Olympus DSS Tags
15315
15316Information extracted from DSS/DS2 files and the ID3 XOLY frame of MP3 files
15317written by some Olympus voice recorders.
15318
15319  Index1   Tag Name                             Writable
15320  ------   --------                             --------
15321     12    Model                                no
15322     38    StartTime                            no
15323     50    EndTime                              no
15324     62    Duration                             no
15325    798    Comment                              no
15326
15327=head3 Olympus MOV1 Tags
15328
15329This information is found in MOV videos from Olympus models such as the
15330D540Z, D595Z, FE100, FE110, FE115, FE170 and FE200.
15331
15332  Index1   Tag Name                             Writable
15333  ------   --------                             --------
15334      0    Make                                 no
15335     24    Model                                no
15336     38    ExposureUnknown?                     no
15337     42    FNumber                              no
15338     50    ExposureCompensation                 no
15339     72    FocalLength                          no
15340
15341=head3 Olympus MOV2 Tags
15342
15343This information is found in MOV videos from Olympus models such as the
15344FE120, FE140 and FE190.
15345
15346  Index1   Tag Name                             Writable
15347  ------   --------                             --------
15348      0    Make                                 no
15349     24    Model                                no
15350     54    ExposureTime                         no
15351     58    FNumber                              no
15352     66    ExposureCompensation                 no
15353     88    FocalLength                          no
15354    193    ISO                                  no
15355
15356=head3 Olympus MP4 Tags
15357
15358This information is found in MP4 videos from Olympus models such as the
15359u7040 and u9010.
15360
15361  Index1   Tag Name                             Writable
15362  ------   --------                             --------
15363      0    Make                                 no
15364     24    Model                                no
15365     40    FNumber                              no
15366     48    ExposureCompensation                 no
15367    104    MovableInfo                          Olympus MovableInfo
15368    114    MovableInfo                          Olympus MovableInfo
15369
15370=head3 Olympus MovableInfo Tags
15371
15372  Index1   Tag Name                             Writable
15373  ------   --------                             --------
15374      4    ISO                                  no
15375     44    EncoderVersion                       no
15376     60    DecoderVersion                       no
15377    131    Thumbnail                            Olympus Thumbnail
15378
15379=head3 Olympus Thumbnail Tags
15380
15381  Index4   Tag Name                             Writable
15382  ------   --------                             --------
15383      1    ThumbnailWidth                       no
15384      2    ThumbnailHeight                      no
15385      3    ThumbnailLength                      no
15386      4    ThumbnailOffset                      no
15387
15388=head3 Olympus MOV3 Tags
15389
15390QuickTime information found in the TAGS atom of MOV videos from the E-M5.
15391
15392  Tag ID   Tag Name                             Writable
15393  ------   --------                             --------
15394  'OLYM'   OlympusAtom                          Olympus OLYM2
15395
15396=head3 Olympus OLYM2 Tags
15397
15398  Tag ID   Tag Name                             Writable
15399  ------   --------                             --------
15400  'prms'   MakerNotes                           Olympus prms
15401  'scrn'   PreviewInfo                          Olympus scrn2
15402  'thmb'   ThumbInfo                            Olympus thmb2
15403
15404=head3 Olympus prms Tags
15405
15406Information extracted from the "prms" atom in MOV videos from Olympus models
15407such as the OM E-M5.
15408
15409  Index1   Tag Name                             Writable
15410  ------   --------                             --------
15411     18    Make                                 no
15412     44    Model                                no
15413    131    DateTime1                            no
15414    157    DateTime2                            no
15415
15416=head3 Olympus scrn2 Tags
15417
15418  Index1   Tag Name                             Writable
15419  ------   --------                             --------
15420      2    OlympusPreview                       Olympus scrn
15421
15422=head3 Olympus scrn Tags
15423
15424Information extracted from the "scrn" atom of Olympus MP4 videos.
15425
15426  Index1   Tag Name                             Writable
15427  ------   --------                             --------
15428      0    PreviewImageLength                   no
15429      4    PreviewImage                         no
15430
15431=head3 Olympus thmb2 Tags
15432
15433  Index1   Tag Name                             Writable
15434  ------   --------                             --------
15435      0    ThumbnailWidth                       no
15436      2    ThumbnailHeight                      no
15437      4    ThumbnailLength                      no
15438      8    ThumbnailImage                       no
15439
15440=head3 Olympus thmb Tags
15441
15442Information extracted from the "thmb" atom of Olympus MP4 videos.
15443
15444  Index1   Tag Name                             Writable
15445  ------   --------                             --------
15446      0    ThumbnailLength                      no
15447      4    ThumbnailImage                       no
15448
15449=head3 Olympus OLYM Tags
15450
15451Tags found in the OLYM atom of MP4 videos from the TG-810.
15452
15453  Index1   Tag Name                             Writable
15454  ------   --------                             --------
15455     14    Make                                 no
15456     40    Model                                no
15457     90    FNumber                              no
15458    127    DateTimeOriginal                     no
15459    153    DateTime2                            no
15460    265    ThumbnailWidth                       no
15461    267    ThumbnailHeight                      no
15462
15463=head3 Olympus AVI Tags
15464
15465This information is found in Olympus AVI videos.
15466
15467  Index1   Tag Name                             Writable
15468  ------   --------                             --------
15469     18    Make                                 no
15470     44    Model                                no
15471     94    FNumber                              no
15472    131    DateTime1                            no
15473    157    DateTime2                            no
15474    297    ThumbInfo                            Olympus thmb2
15475
15476=head3 Olympus WAV Tags
15477
15478This information is found in WAV files from Olympus PCM linear recorders
15479like the LS-5, LS-10, LS-11.
15480
15481  Index1   Tag Name                             Writable
15482  ------   --------                             --------
15483     12    Model                                no
15484     28    FileNumber                           no
15485     38    DateTimeOriginal                     no
15486     50    DateTimeEnd                          no
15487     62    RecordingTime                        no
15488    512    Duration                             no
15489    522    Index01                              no
15490    532    Index02                              no
15491    542    Index03                              no
15492    552    Index04                              no
15493    562    Index05                              no
15494    572    Index06                              no
15495    582    Index07                              no
15496    592    Index08                              no
15497    602    Index09                              no
15498    612    Index10                              no
15499    622    Index11                              no
15500    632    Index12                              no
15501    642    Index13                              no
15502    652    Index14                              no
15503    662    Index15                              no
15504    672    Index16                              no
15505
15506=head2 Panasonic Tags
15507
15508These tags are used in Panasonic/Leica cameras.
15509
15510  Tag ID   Tag Name                             Writable
15511  ------   --------                             --------
15512  0x0001   ImageQuality                         int16u
15513  0x0002   FirmwareVersion                      undef
15514  0x0003   WhiteBalance                         int16u
15515  0x0007   FocusMode                            int16u
15516  0x000f   AFAreaMode                           int8u[2]
15517  0x001a   ImageStabilization                   int16u
15518  0x001c   MacroMode                            int16u
15519  0x001f   ShootingMode                         int16u
15520  0x0020   Audio                                int16u
15521  0x0021   DataDump                             no
15522  0x0023   WhiteBalanceBias                     int16s
15523  0x0024   FlashBias                            int16s
15524  0x0025   InternalSerialNumber                 undef[16]
15525  0x0026   PanasonicExifVersion                 undef
15526  0x0027   VideoFrameRate                       int16u
15527  0x0028   ColorEffect                          int16u
15528  0x0029   TimeSincePowerOn                     int32u
15529  0x002a   BurstMode                            int16u
15530  0x002b   SequenceNumber                       int32u
15531  0x002c   ContrastMode                         int16u
15532  0x002d   NoiseReduction                       int16u
15533  0x002e   SelfTimer                            int16u
15534  0x0030   Rotation                             int16u
15535  0x0031   AFAssistLamp                         int16u
15536  0x0032   ColorMode                            int16u
15537  0x0033   BabyAge                              string
15538  0x0034   OpticalZoomMode                      int16u
15539  0x0035   ConversionLens                       int16u
15540  0x0036   TravelDay                            int16u
15541  0x0038   BatteryLevel                         int16u
15542  0x0039   Contrast                             int16u
15543  0x003a   WorldTimeLocation                    int16u
15544  0x003b   TextStamp                            int16u
15545  0x003c   ProgramISO                           int16u
15546  0x003d   AdvancedSceneType                    int16u
15547  0x003e   TextStamp                            int16u
15548  0x003f   FacesDetected                        int16u
15549  0x0040   Saturation                           int16u
15550  0x0041   Sharpness                            int16u
15551  0x0042   FilmMode                             int16u
15552  0x0043   JPEGQuality                          int16u
15553  0x0044   ColorTempKelvin                      int16u
15554  0x0045   BracketSettings                      int16u
15555  0x0046   WBShiftAB                            int16u
15556  0x0047   WBShiftGM                            int16u
15557  0x0048   FlashCurtain                         int16u
15558  0x0049   LongExposureNoiseReduction           int16u
15559  0x004b   PanasonicImageWidth                  int32u
15560  0x004c   PanasonicImageHeight                 int32u
15561  0x004d   AFPointPosition                      rational64u[2]
15562  0x004e   FaceDetInfo                          Panasonic FaceDetInfo
15563  0x0051   LensType                             string
15564  0x0052   LensSerialNumber                     string
15565  0x0053   AccessoryType                        string
15566  0x0054   AccessorySerialNumber                string
15567  0x0059   Transform                            undef[4]
15568  0x005d   IntelligentExposure                  int16u
15569  0x0060   LensFirmwareVersion                  undef[4]
15570  0x0061   FaceRecInfo                          Panasonic FaceRecInfo
15571  0x0062   FlashWarning                         int16u
15572  0x0063   RecognizedFaceFlags?                 undef[4]
15573  0x0065   Title                                undef
15574  0x0066   BabyName                             undef
15575  0x0067   Location                             undef
15576  0x0069   Country                              undef
15577  0x006b   State                                undef
15578  0x006d   City                                 undef
15579  0x006f   Landmark                             undef
15580  0x0070   IntelligentResolution                int8u
15581  0x0076   HDRShot                              int16u
15582  0x0077   BurstSpeed                           int16u
15583  0x0079   IntelligentD-Range                   int16u
15584  0x007c   ClearRetouch                         int16u
15585  0x0080   City2                                undef
15586  0x0086   ManometerPressure                    int16u
15587  0x0089   PhotoStyle                           int16u
15588  0x008a   ShadingCompensation                  int16u
15589  0x008b   WBShiftIntelligentAuto               int16u
15590  0x008c   AccelerometerZ                       int16u
15591  0x008d   AccelerometerX                       int16u
15592  0x008e   AccelerometerY                       int16u
15593  0x008f   CameraOrientation                    int8u
15594  0x0090   RollAngle                            int16u
15595  0x0091   PitchAngle                           int16u
15596  0x0092   WBShiftCreativeControl               int8u
15597  0x0093   SweepPanoramaDirection               int8u
15598  0x0094   SweepPanoramaFieldOfView             int16u
15599  0x0096   TimerRecording                       int8u
15600  0x009d   InternalNDFilter                     rational64u
15601  0x009e   HDR                                  int16u
15602  0x009f   ShutterType                          int16u
15603  0x00a1   FilterEffect                         rational64u[0.5]
15604  0x00a3   ClearRetouchValue                    rational64u
15605  0x00a7   OutputLUT                            yes
15606  0x00ab   TouchAE                              int16u
15607  0x00ac   MonochromeFilterEffect               int16u
15608  0x00ad   HighlightShadow                      int16u[2]
15609  0x00af   TimeStamp                            string
15610  0x00b3   VideoBurstResolution                 int16u
15611  0x00b4   MultiExposure                        int16u
15612  0x00b9   RedEyeRemoval                        int16u
15613  0x00bb   VideoBurstMode                       int32u
15614  0x00bc   DiffractionCorrection                int16u
15615  0x00bd   FocusBracket                         int16u
15616  0x00be   LongExposureNRUsed                   int16u
15617  0x00bf   PostFocusMerging                     int32u[2]
15618  0x00c1   VideoPreburst                        int16u
15619  0x00c4   LensTypeMake                         int16u
15620  0x00c5   LensTypeModel                        int16u
15621  0x00ca   SensorType                           int16u
15622  0x00d1   ISO                                  int32u
15623  0x00d2   MonochromeGrainEffect                int16u
15624  0x00d6   NoiseReductionStrength               rational64s
15625  0x00e4   LensTypeModel                        int16u
15626  0x0e00   PrintIM                              PrintIM
15627  0x2003   TimeInfo                             Panasonic TimeInfo
15628  0x8000   MakerNoteVersion                     undef
15629  0x8001   SceneMode                            int16u
15630  0x8002   HighlightWarning                     int16u
15631  0x8003   DarkFocusEnvironment                 int16u
15632  0x8004   WBRedLevel                           int16u
15633  0x8005   WBGreenLevel                         int16u
15634  0x8006   WBBlueLevel                          int16u
15635  0x8008   TextStamp                            int16u
15636  0x8009   TextStamp                            int16u
15637  0x8010   BabyAge                              string
15638  0x8012   Transform                            undef[4]
15639
15640=head3 Panasonic FaceDetInfo Tags
15641
15642Face detection position information.
15643
15644  Index2   Tag Name                             Writable
15645  ------   --------                             --------
15646      0    NumFacePositions                     int16u
15647      1    Face1Position                        int16u[4]
15648      5    Face2Position                        int16u[4]
15649      9    Face3Position                        int16u[4]
15650     13    Face4Position                        int16u[4]
15651     17    Face5Position                        int16u[4]
15652
15653=head3 Panasonic FaceRecInfo Tags
15654
15655Tags written by cameras with facial recognition.  These cameras not only
15656detect faces in an image, but also recognize specific people based a
15657user-supplied set of known faces.
15658
15659  Index1   Tag Name                             Writable
15660  ------   --------                             --------
15661      0    FacesRecognized                      int16u
15662      4    RecognizedFace1Name                  string[20]
15663     24    RecognizedFace1Position              int16u[4]
15664     32    RecognizedFace1Age                   string[20]
15665     52    RecognizedFace2Name                  string[20]
15666     72    RecognizedFace2Position              int16u[4]
15667     80    RecognizedFace2Age                   string[20]
15668    100    RecognizedFace3Name                  string[20]
15669    120    RecognizedFace3Position              int16u[4]
15670    128    RecognizedFace3Age                   string[20]
15671
15672=head3 Panasonic TimeInfo Tags
15673
15674  Index1   Tag Name                             Writable
15675  ------   --------                             --------
15676      0    PanasonicDateTime                    undef[8]
15677     16    TimeLapseShotNumber                  int32u
15678
15679=head3 Panasonic Leica2 Tags
15680
15681These tags are used by the Leica M8.
15682
15683  Tag ID   Tag Name                             Writable
15684  ------   --------                             --------
15685  0x0300   Quality                              int16u
15686  0x0302   UserProfile                          int32u
15687  0x0303   SerialNumber                         int32u
15688  0x0304   WhiteBalance                         int16u
15689  0x0310   LensType                             int32u
15690  0x0311   ExternalSensorBrightnessValue        rational64s
15691  0x0312   MeasuredLV                           rational64s
15692  0x0313   ApproximateFNumber                   rational64u
15693  0x0320   CameraTemperature                    int32s
15694  0x0321   ColorTemperature                     int32u
15695  0x0322   WBRedLevel                           rational64u
15696  0x0323   WBGreenLevel                         rational64u
15697  0x0324   WBBlueLevel                          rational64u
15698  0x0325   UV-IRFilterCorrection                int32u
15699  0x0330   CCDVersion                           int32u
15700  0x0331   CCDBoardVersion                      int32u
15701  0x0332   ControllerBoardVersion               int32u
15702  0x0333   M16CVersion                          int32u
15703  0x0340   ImageIDNumber                        int32u
15704
15705=head3 Panasonic Leica3 Tags
15706
15707These tags are used by the Leica R8 and R9 digital backs.
15708
15709  Tag ID   Tag Name                             Writable
15710  ------   --------                             --------
15711  0x000b   SerialInfo                           Panasonic SerialInfo
15712  0x000d   WB_RGBLevels                         int16u[3]
15713
15714=head3 Panasonic SerialInfo Tags
15715
15716  Index1   Tag Name                             Writable
15717  ------   --------                             --------
15718      4    SerialNumber                         no
15719
15720=head3 Panasonic Leica4 Tags
15721
15722This information is written by the M9.
15723
15724  Tag ID   Tag Name                             Writable
15725  ------   --------                             --------
15726  0x3000   Subdir3000                           Panasonic Subdir
15727  0x3100   Subdir3100                           Panasonic Subdir
15728  0x3400   Subdir3400                           Panasonic Subdir
15729  0x3900   Subdir3900                           Panasonic Subdir
15730
15731=head3 Panasonic Subdir Tags
15732
15733  Tag ID   Tag Name                             Writable
15734  ------   --------                             --------
15735  0x300a   Contrast                             int32u
15736  0x300b   Sharpening                           int32u
15737  0x300d   Saturation                           int32u
15738  0x3033   WhiteBalance                         int32u
15739  0x3034   JPEGQuality                          int32u
15740  0x3036   WB_RGBLevels                         rational64u[3]
15741  0x3038   UserProfile                          string
15742  0x303a   JPEGSize                             int32u
15743  0x3103   SerialNumber                         string
15744  0x3109   FirmwareVersion                      string
15745  0x312a   BaseISO                              int32u
15746  0x312b   SensorWidth                          int32u
15747  0x312c   SensorHeight                         int32u
15748  0x312d   SensorBitDepth                       int32u
15749  0x3402   CameraTemperature                    int32s
15750  0x3405   LensType                             int32u
15751  0x3406   ApproximateFNumber                   rational64u
15752  0x3407   MeasuredLV                           int32s
15753  0x3408   ExternalSensorBrightnessValue        int32s
15754  0x3901   Data1                                Panasonic Data1
15755  0x3902   Data2                                Panasonic Data2
15756
15757=head3 Panasonic Data1 Tags
15758
15759  Index1   Tag Name                             Writable
15760  ------   --------                             --------
15761     22    LensType                             int32u
15762
15763=head3 Panasonic Data2 Tags
15764
15765  Index1   Tag Name                             Writable
15766  ------   --------                             --------
15767  [no tags known]
15768
15769=head3 Panasonic Leica5 Tags
15770
15771This information is written by the X1, X2, X VARIO and T.
15772
15773  Tag ID   Tag Name                             Writable
15774  ------   --------                             --------
15775  0x0303   LensType                             string
15776  0x0305   SerialNumber                         int32u
15777  0x0407   OriginalFileName                     string
15778  0x0408   OriginalDirectory                    string
15779  0x040a   FocusInfo                            Panasonic FocusInfo
15780  0x040d   ExposureMode                         int8u[4]
15781  0x0410   ShotInfo                             Panasonic ShotInfo
15782  0x0412   FilmMode                             string
15783  0x0413   WB_RGBLevels                         rational64u[3]
15784  0x0500   InternalSerialNumber                 undef
15785
15786=head3 Panasonic FocusInfo Tags
15787
15788  Index2   Tag Name                             Writable
15789  ------   --------                             --------
15790      0    FocusDistance                        int16u
15791      1    FocalLength                          int16u
15792
15793=head3 Panasonic ShotInfo Tags
15794
15795  Index1   Tag Name                             Writable
15796  ------   --------                             --------
15797      0    FileIndex                            int16u
15798
15799=head3 Panasonic Leica6 Tags
15800
15801This information is written by the S2 and M (Typ 240), as a trailer in JPEG
15802images.
15803
15804  Tag ID   Tag Name                             Writable
15805  ------   --------                             --------
15806  0x0300   PreviewImage                         undef
15807  0x0301   UnknownBlock?                        no
15808  0x0303   LensType                             string
15809  0x0304   FocusDistance                        int32u
15810  0x0311   ExternalSensorBrightnessValue        rational64s
15811  0x0312   MeasuredLV                           rational64s
15812  0x0320   FirmwareVersion                      int8u[4]
15813  0x0321   LensSerialNumber                     int32u
15814
15815=head3 Panasonic Leica9 Tags
15816
15817This information is written by the Leica S (Typ 007) and M10 models.
15818
15819  Tag ID   Tag Name                             Writable
15820  ------   --------                             --------
15821  0x0304   FocusDistance                        int32u
15822  0x0311   ExternalSensorBrightnessValue        rational64s
15823  0x0312   MeasuredLV                           rational64s
15824  0x034c   UserProfile                          string
15825  0x0359   ISOSelected                          int32s
15826  0x035a   FNumber                              int32s
15827  0x035b   CorrelatedColorTemp                  int16u
15828  0x035c   ColorTint                            int16s
15829  0x035d   WhitePoint                           rational64u[2]
15830
15831=head3 Panasonic Type2 Tags
15832
15833This type of maker notes is used by models such as the NV-DS65, PV-D2002,
15834PV-DC3000, PV-DV203, PV-DV401, PV-DV702, PV-L2001, PV-SD4090, PV-SD5000 and
15835iPalm.
15836
15837  Index2   Tag Name                             Writable
15838  ------   --------                             --------
15839      0    MakerNoteType                        no
15840      3    Gain                                 no
15841
15842=head3 Panasonic PANA Tags
15843
15844Tags extracted from the PANA and LEIC user data found in MP4 videos from
15845various Panasonic and Leica models.
15846
15847  Index1   Tag Name                             Writable
15848  ------   --------                             --------
15849      0    Make                                 no
15850      4    Model                                no
15851     12    Model                                no
15852     16    JPEG-likeData                        EXIF
15853     22    Model                                no
15854     52    Version1                             no
15855     62    Version2                             no
15856     80    MakerNoteLeica5                      Panasonic Leica5
15857     88    ThumbnailWidth                       no
15858     90    ThumbnailHeight                      no
15859     92    ThumbnailImage                       no
15860   1334    ThumbnailWidth                       no
15861   1338    ThumbnailHeight                      no
15862   1342    ThumbnailLength                      no
15863   1350    ThumbnailImage                       no
15864   1358    ThumbnailWidth                       no
15865   1362    ThumbnailHeight                      no
15866   1366    ThumbnailLength                      no
15867   1374    ThumbnailImage                       no
15868  16488    ExifData                             EXIF
15869  16512    ExifData                             EXIF
15870
15871=head2 Pentax Tags
15872
15873These tags are used in Pentax/Asahi cameras.
15874
15875  Tag ID   Tag Name                             Writable
15876  ------   --------                             --------
15877  0x0000   PentaxVersion                        int8u[4]
15878  0x0001   PentaxModelType                      int16u
15879  0x0002   PreviewImageSize                     int16u[2]
15880  0x0003   PreviewImageLength                   int32u*
15881  0x0004   PreviewImageStart                    int32u*
15882  0x0005   PentaxModelID                        int32u
15883  0x0006   Date                                 undef[4]
15884  0x0007   Time                                 undef[3]
15885  0x0008   Quality                              int16u
15886  0x0009   PentaxImageSize                      int16u
15887  0x000b   PictureMode                          int16u[n]
15888  0x000c   FlashMode                            int16u[n]
15889  0x000d   FocusMode                            int16u
15890  0x000e   AFPointSelected                      int16u
15891  0x000f   AFPointsInFocus                      int32u
15892           AFPointsInFocus                      int16u
15893  0x0010   FocusPosition                        int16u
15894  0x0012   ExposureTime                         int32u
15895  0x0013   FNumber                              int16u
15896  0x0014   ISO                                  int16u
15897  0x0015   LightReading                         int16u
15898  0x0016   ExposureCompensation                 int16u
15899           ExposureCompensation                 int16u[2]
15900  0x0017   MeteringMode                         int16u
15901  0x0018   AutoBracketing                       int16u[n]
15902  0x0019   WhiteBalance                         int16u
15903  0x001a   WhiteBalanceMode                     int16u
15904  0x001b   BlueBalance                          int16u
15905  0x001c   RedBalance                           int16u
15906  0x001d   FocalLength                          int32u
15907  0x001e   DigitalZoom                          int16u
15908  0x001f   Saturation                           int16u[n]
15909  0x0020   Contrast                             int16u[n]
15910  0x0021   Sharpness                            int16u[n]
15911  0x0022   WorldTimeLocation                    int16u
15912  0x0023   HometownCity                         int16u
15913  0x0024   DestinationCity                      int16u
15914  0x0025   HometownDST                          int16u
15915  0x0026   DestinationDST                       int16u
15916  0x0027   DSPFirmwareVersion                   undef
15917  0x0028   CPUFirmwareVersion                   undef
15918  0x0029   FrameNumber                          int32u
15919  0x002d   EffectiveLV                          int16u
15920           EffectiveLV                          int32u
15921  0x0032   ImageEditing                         undef[4]
15922  0x0033   PictureMode                          int8u[3]
15923  0x0034   DriveMode                            int8u[4]
15924  0x0035   SensorSize                           int16u[2]
15925  0x0037   ColorSpace                           int16u
15926  0x0038   ImageAreaOffset                      int16u[2]
15927  0x0039   RawImageSize                         int16u[2]~
15928  0x003c   AFPointsInFocus                      no
15929  0x003d   DataScaling                          int16u
15930  0x003e   PreviewImageBorders                  int8u[4]
15931  0x003f   LensRec                              Pentax LensRec
15932  0x0040   SensitivityAdjust                    int16u
15933  0x0041   ImageEditCount                       int16u
15934  0x0047   CameraTemperature                    int8s
15935  0x0048   AELock                               int16u
15936  0x0049   NoiseReduction                       int16u
15937  0x004d   FlashExposureComp                    int32s
15938           FlashExposureComp                    int8s[2]
15939  0x004f   ImageTone                            int16u
15940  0x0050   ColorTemperature                     int16u
15941  0x0053   ColorTempDaylight                    undef[4]
15942  0x0054   ColorTempShade                       undef[4]
15943  0x0055   ColorTempCloudy                      undef[4]
15944  0x0056   ColorTempTungsten                    undef[4]
15945  0x0057   ColorTempFluorescentD                undef[4]
15946  0x0058   ColorTempFluorescentN                undef[4]
15947  0x0059   ColorTempFluorescentW                undef[4]
15948  0x005a   ColorTempFlash                       undef[4]
15949  0x005c   ShakeReductionInfo                   Pentax SRInfo
15950                                                Pentax SRInfo2
15951  0x005d   ShutterCount                         undef[4]
15952  0x0060   FaceInfo                             Pentax FaceInfo
15953  0x0062   RawDevelopmentProcess                int16u
15954  0x0067   Hue                                  int16u
15955  0x0068   AWBInfo                              Pentax AWBInfo
15956  0x0069   DynamicRangeExpansion                undef[4]
15957  0x006b   TimeInfo                             Pentax TimeInfo
15958  0x006c   HighLowKeyAdj                        int16s[2]
15959  0x006d   ContrastHighlight                    int16s[2]
15960  0x006e   ContrastShadow                       int16s[2]
15961  0x006f   ContrastHighlightShadowAdj           int8u
15962  0x0070   FineSharpness                        int8u[n]
15963  0x0071   HighISONoiseReduction                int8u
15964  0x0072   AFAdjustment                         int16s
15965  0x0073   MonochromeFilterEffect               int16u
15966  0x0074   MonochromeToning                     int16u
15967  0x0076   FaceDetect                           int8u[2]
15968  0x0077   FaceDetectFrameSize                  int16u[2]
15969  0x0079   ShadowCorrection                     int8u[n]
15970  0x007a   ISOAutoParameters                    int8u[2]
15971  0x007b   CrossProcess                         int8u
15972  0x007d   LensCorr                             Pentax LensCorr
15973  0x007e   WhiteLevel                           int32u
15974  0x007f   BleachBypassToning                   int16u
15975  0x0080   AspectRatio                          yes
15976  0x0082   BlurControl                          int8u[4]
15977  0x0085   HDR                                  int8u[4]
15978  0x0087   ShutterType                          int8u
15979  0x0088   NeutralDensityFilter                 int8u[n]
15980  0x008b   ISO                                  int32u
15981  0x0092   IntervalShooting                     int16u[2]
15982  0x0095   SkinToneCorrection                   int8s[2]
15983           SkinToneCorrection                   int8s[3]
15984  0x0096   ClarityControl                       int8s[2]
15985  0x0200   BlackPoint                           int16u[4]
15986  0x0201   WhitePoint                           int16u[4]
15987  0x0203   ColorMatrixA                         int16s[9]
15988  0x0204   ColorMatrixB                         int16s[9]
15989  0x0205   CameraSettings                       Pentax CameraSettings
15990           CameraSettingsUnknown                Pentax CameraSettingsUnknown
15991  0x0206   AEInfo                               Pentax AEInfo
15992           AEInfo2                              Pentax AEInfo2
15993           AEInfo3                              Pentax AEInfo3
15994           AEInfoUnknown                        Pentax AEInfoUnknown
15995  0x0207   LensInfo                             Pentax LensInfo
15996                                                Pentax LensInfo2
15997                                                Pentax LensInfo3
15998                                                Pentax LensInfo4
15999                                                Pentax LensInfo5
16000  0x0208   FlashInfo                            Pentax FlashInfo
16001           FlashInfoUnknown                     Pentax FlashInfoUnknown
16002  0x0209   AEMeteringSegments                   int8u[n]
16003  0x020a   FlashMeteringSegments                int8u[n]
16004  0x020b   SlaveFlashMeteringSegments           int8u[n]
16005  0x020d   WB_RGGBLevelsDaylight                int16u[4]
16006  0x020e   WB_RGGBLevelsShade                   int16u[4]
16007  0x020f   WB_RGGBLevelsCloudy                  int16u[4]
16008  0x0210   WB_RGGBLevelsTungsten                int16u[4]
16009  0x0211   WB_RGGBLevelsFluorescentD            int16u[4]
16010  0x0212   WB_RGGBLevelsFluorescentN            int16u[4]
16011  0x0213   WB_RGGBLevelsFluorescentW            int16u[4]
16012  0x0214   WB_RGGBLevelsFlash                   int16u[4]
16013  0x0215   CameraInfo                           Pentax CameraInfo
16014  0x0216   BatteryInfo                          Pentax BatteryInfo
16015  0x021b   SaturationInfo?                      no
16016  0x021c   ColorMatrixA2                        undef[18]
16017  0x021d   ColorMatrixB2                        undef[18]
16018  0x021f   AFInfo                               Pentax AFInfo
16019  0x0220   HuffmanTable?                        no
16020  0x0221   KelvinWB                             Pentax KelvinWB
16021  0x0222   ColorInfo                            Pentax ColorInfo
16022  0x0224   EVStepInfo                           Pentax EVStepInfo
16023  0x0226   ShotInfo                             Pentax ShotInfo
16024  0x0227   FacePos                              Pentax FacePos
16025  0x0228   FaceSize                             Pentax FaceSize
16026  0x0229   SerialNumber                         string
16027  0x022a   FilterInfo                           Pentax FilterInfo
16028                                                Pentax FilterInfo
16029  0x022b   LevelInfo                            Pentax LevelInfo
16030  0x022d   WBLevels                             Pentax WBLevels
16031  0x022e   Artist                               string
16032  0x022f   Copyright                            string
16033  0x0230   FirmwareVersion                      string
16034  0x0231   ContrastDetectAFArea                 int16u[4]
16035  0x0235   CrossProcessParams                   undef[10]
16036  0x0239   LensInfoQ                            Pentax LensInfoQ
16037  0x023f   Model                                string
16038  0x0243   PixelShiftInfo                       Pentax PixelShiftInfo
16039  0x0245   AFPointInfo                          Pentax AFPointInfo
16040  0x03fe   DataDump                             no
16041  0x03ff   TempInfo                             Pentax TempInfo
16042           UnknownInfo                          Pentax UnknownInfo
16043  0x0402   ToneCurve                            yes~
16044  0x0403   ToneCurves                           yes~
16045  0x0405   UnknownBlock?                        undef
16046  0x0e00   PrintIM                              PrintIM
16047
16048=head3 Pentax LensRec Tags
16049
16050This record stores the LensType, plus one or two unknown bytes for some
16051models.
16052
16053  Index1   Tag Name                             Writable
16054  ------   --------                             --------
16055      0    LensType                             int8u[2]
16056      3    ExtenderStatus                       int8u
16057
16058=head3 Pentax SRInfo Tags
16059
16060Shake reduction information.
16061
16062  Index1   Tag Name                             Writable
16063  ------   --------                             --------
16064      0    SRResult                             int8u
16065      1    ShakeReduction                       int8u
16066      2    SRHalfPressTime                      int8u
16067      3    SRFocalLength                        int8u
16068
16069=head3 Pentax SRInfo2 Tags
16070
16071Shake reduction information for the K-3.
16072
16073  Index1   Tag Name                             Writable
16074  ------   --------                             --------
16075      0    SRResult?                            int8u
16076      1    ShakeReduction                       int8u
16077
16078=head3 Pentax FaceInfo Tags
16079
16080  Index1   Tag Name                             Writable
16081  ------   --------                             --------
16082      0    FacesDetected                        int8u
16083      2    FacePosition                         int8u[2]
16084
16085=head3 Pentax AWBInfo Tags
16086
16087  Index1   Tag Name                             Writable
16088  ------   --------                             --------
16089      0    WhiteBalanceAutoAdjustment           int8u
16090      1    TungstenAWB                          int8u
16091
16092=head3 Pentax TimeInfo Tags
16093
16094  Index1   Tag Name                             Writable
16095  ------   --------                             --------
16096    0.1    WorldTimeLocation                    int8u & 0x01
16097    0.2    HometownDST                          int8u & 0x02
16098    0.3    DestinationDST                       int8u & 0x04
16099      2    HometownCity                         int8u
16100      3    DestinationCity                      int8u
16101
16102=head3 Pentax LensCorr Tags
16103
16104  Index1   Tag Name                             Writable
16105  ------   --------                             --------
16106      0    DistortionCorrection                 int8u
16107      1    ChromaticAberrationCorrection        int8u
16108      2    PeripheralIlluminationCorr           int8u
16109      3    DiffractionCorrection                int8u
16110
16111=head3 Pentax CameraSettings Tags
16112
16113Camera settings information written by Pentax DSLR cameras.
16114
16115  Index1   Tag Name                             Writable
16116  ------   --------                             --------
16117      0    PictureMode2                         int8u
16118    1.1    ProgramLine                          int8u & 0x03
16119    1.2    EVSteps                              int8u & 0x20
16120    1.3    E-DialInProgram                      int8u & 0x40
16121    1.4    ApertureRingUse                      int8u & 0x80
16122      2    FlashOptions                         int8u & 0xf0
16123    2.1    MeteringMode2                        int8u & 0x0f
16124      3    AFPointMode                          int8u & 0xf0
16125    3.1    FocusMode2                           int8u & 0x0f
16126      4    AFPointSelected2                     int16u
16127      6    ISOFloor                             int8u
16128      7    DriveMode2                           int8u
16129      8    ExposureBracketStepSize              int8u
16130      9    BracketShotNumber                    int8u
16131     10    WhiteBalanceSet                      int8u & 0xf0
16132   10.1    MultipleExposureSet                  int8u & 0x0f
16133     13    RawAndJpgRecording                   int8u
16134   14.1    JpgRecordedPixels                    int8u & 0x03
16135   14.2    LinkAEToAFPoint                      int8u & 0x01
16136   14.3    SensitivitySteps                     int8u & 0x02
16137   14.4    ISOAuto                              int8u & 0x04
16138     16    FlashOptions2                        int8u & 0xf0
16139   16.1    MeteringMode3                        int8u & 0x0f
16140   17.1    SRActive                             int8u & 0x80
16141   17.2    Rotation                             int8u & 0x60
16142   17.3    ISOSetting                           int8u & 0x04
16143   17.4    SensitivitySteps                     int8u & 0x02
16144     18    TvExposureTimeSetting                int8u
16145     19    AvApertureSetting                    int8u
16146     20    SvISOSetting                         int8u
16147     21    BaseExposureCompensation             int8u
16148
16149=head3 Pentax CameraSettingsUnknown Tags
16150
16151This information has not yet been decoded for models such as the K-01.
16152
16153  Index1   Tag Name                             Writable
16154  ------   --------                             --------
16155  [no tags known]
16156
16157=head3 Pentax AEInfo Tags
16158
16159Auto-exposure information for most Pentax models.
16160
16161  Index1   Tag Name                             Writable
16162  ------   --------                             --------
16163      0    AEExposureTime                       int8u
16164      1    AEAperture                           int8u
16165      2    AE_ISO                               int8u
16166      3    AEXv                                 int8u
16167      4    AEBXv                                int8s
16168      5    AEMinExposureTime                    int8u
16169      6    AEProgramMode                        int8u
16170      7    AEFlags                              no
16171      8    AEApertureSteps                      int8u
16172      9    AEMaxAperture                        int8u
16173     10    AEMaxAperture2                       int8u
16174     11    AEMinAperture                        int8u
16175     12    AEMeteringMode                       int8u
16176     13    AEWhiteBalance                       int8u & 0xf0
16177   13.1    AEMeteringMode2                      int8u & 0x0f
16178     14    FlashExposureCompSet                 int8s
16179     21    LevelIndicator                       int8u
16180
16181=head3 Pentax AEInfo2 Tags
16182
16183Auto-exposure information for the K-01.
16184
16185  Index1   Tag Name                             Writable
16186  ------   --------                             --------
16187      2    AEExposureTime                       int8u
16188      3    AEAperture                           int8u
16189      4    AE_ISO                               int8u
16190      5    AEXv                                 int8u
16191      6    AEBXv                                int8s
16192      8    AEError                              int8s
16193     11    AEApertureSteps                      int8u
16194     15    SceneMode                            int8u
16195     16    AEMaxAperture                        int8u
16196     17    AEMaxAperture2                       int8u
16197     18    AEMinAperture                        int8u
16198     19    AEMinExposureTime                    int8u
16199
16200=head3 Pentax AEInfo3 Tags
16201
16202Auto-exposure information for the K-3, K-30, K-50 and K-500.
16203
16204  Index1   Tag Name                             Writable
16205  ------   --------                             --------
16206     16    AEExposureTime                       int8u
16207     17    AEAperture                           int8u
16208     18    AE_ISO                               int8u
16209     28    AEMaxAperture                        int8u
16210     29    AEMaxAperture2                       int8u
16211     30    AEMinAperture                        int8u
16212     31    AEMinExposureTime                    int8u
16213
16214=head3 Pentax AEInfoUnknown Tags
16215
16216  Index1   Tag Name                             Writable
16217  ------   --------                             --------
16218  [no tags known]
16219
16220=head3 Pentax LensInfo Tags
16221
16222Pentax lens information structure for models such as the *istD.
16223
16224  Index1   Tag Name                             Writable
16225  ------   --------                             --------
16226      0    LensType                             int8u[2]
16227      3    LensData                             Pentax LensData
16228
16229=head3 Pentax LensInfo2 Tags
16230
16231Pentax lens information structure for models such as the K10D and K20D.
16232
16233  Index1   Tag Name                             Writable
16234  ------   --------                             --------
16235      0    LensType                             int8u[4]
16236      4    LensData                             Pentax LensData
16237
16238=head3 Pentax LensData Tags
16239
16240Pentax lens data information.  Some of these tags require interesting binary
16241gymnastics to decode them into useful values.
16242
16243  Index1   Tag Name                             Writable
16244  ------   --------                             --------
16245    0.1    AutoAperture                         int8u & 0x01
16246    0.2    MinAperture                          int8u & 0x06
16247    0.3    LensFStops                           int8u & 0x70
16248      1    LensKind?                            int8u
16249      2    LC1?                                 int8u
16250      3    MinFocusDistance                     int8u & 0xf8
16251    3.1    FocusRangeIndex                      int8u & 0x07
16252      4    LC3?                                 int8u
16253      5    LC4?                                 int8u
16254      6    LC5?                                 int8u
16255      7    LC6?                                 int8u
16256      8    LC7?                                 int8u
16257      9    LensFocalLength                      int8u
16258           LC8?                                 int8u
16259     10    NominalMaxAperture                   int8u & 0xf0
16260   10.1    NominalMinAperture                   int8u & 0x0f
16261     11    LC10?                                int8u
16262     12    LC11?                                int8u
16263     13    LC12?                                int8u
16264   14.1    MaxAperture                          int8u & 0x7f
16265     15    LC14?                                int8u
16266     16    LC15?                                int8u
16267
16268=head3 Pentax LensInfo3 Tags
16269
16270Pentax lens information structure for 645D.
16271
16272  Index1   Tag Name                             Writable
16273  ------   --------                             --------
16274      1    LensType                             int8u[4]
16275     13    LensData                             Pentax LensData
16276
16277=head3 Pentax LensInfo4 Tags
16278
16279Pentax lens information structure for models such as the K-5 and K-r.
16280
16281  Index1   Tag Name                             Writable
16282  ------   --------                             --------
16283      1    LensType                             int8u[4]
16284     12    LensData                             Pentax LensData
16285
16286=head3 Pentax LensInfo5 Tags
16287
16288Pentax lens information structure for the K-01 and newer models.
16289
16290  Index1   Tag Name                             Writable
16291  ------   --------                             --------
16292      1    LensType                             int8u[5]
16293     15    LensData                             Pentax LensData
16294
16295=head3 Pentax FlashInfo Tags
16296
16297Flash information tags for the K10D, K20D and K200D.
16298
16299  Index1   Tag Name                             Writable
16300  ------   --------                             --------
16301      0    FlashStatus                          int8u
16302      1    InternalFlashMode                    int8u
16303      2    ExternalFlashMode                    int8u
16304      3    InternalFlashStrength                int8u
16305      4    TTL_DA_AUp                           int8u
16306      5    TTL_DA_ADown                         int8u
16307      6    TTL_DA_BUp                           int8u
16308      7    TTL_DA_BDown                         int8u
16309   24.1    ExternalFlashGuideNumber             int8u & 0x1f
16310     25    ExternalFlashExposureComp            int8u
16311     26    ExternalFlashBounce                  int8u
16312
16313=head3 Pentax FlashInfoUnknown Tags
16314
16315  Index1   Tag Name                             Writable
16316  ------   --------                             --------
16317  [no tags known]
16318
16319=head3 Pentax CameraInfo Tags
16320
16321  Index4   Tag Name                             Writable
16322  ------   --------                             --------
16323      0    PentaxModelID                        int32u
16324      1    ManufactureDate                      int32u
16325      2    ProductionCode                       int32u[2]
16326      4    InternalSerialNumber                 int32u
16327
16328=head3 Pentax BatteryInfo Tags
16329
16330  Index1   Tag Name                             Writable
16331  ------   --------                             --------
16332    0.1    PowerSource                          int8u & 0x0f
16333    1.1    BodyBatteryState                     int8u & 0xf0
16334    1.2    GripBatteryState                     int8u & 0x0f
16335           GripBatteryState?                    int8u & 0x0f
16336      2    BodyBatteryADNoLoad                  int8u
16337           BodyBatteryVoltage1                  int16u
16338      3    BodyBatteryADLoad                    int8u
16339      4    GripBatteryADNoLoad                  int8u
16340           BodyBatteryVoltage2                  int16u
16341      5    GripBatteryADLoad                    int8u
16342      6    BodyBatteryVoltage3                  int16u
16343      8    BodyBatteryVoltage4                  int16u
16344
16345=head3 Pentax AFInfo Tags
16346
16347  Index1   Tag Name                             Writable
16348  ------   --------                             --------
16349      0    AFPointsUnknown1?                    int16u
16350      2    AFPointsUnknown2?                    int16u
16351      4    AFPredictor                          int16s
16352      6    AFDefocus                            int8u
16353      7    AFIntegrationTime                    int8u
16354     11    AFPointsInFocus                      int8u
16355    509    AFHold                               int8u
16356
16357=head3 Pentax KelvinWB Tags
16358
16359White balance Blue/Red gains as a function of color temperature.
16360
16361  Index2   Tag Name                             Writable
16362  ------   --------                             --------
16363      1    KelvinWB_Daylight                    int16u[4]
16364      5    KelvinWB_01                          int16u[4]
16365      9    KelvinWB_02                          int16u[4]
16366     13    KelvinWB_03                          int16u[4]
16367     17    KelvinWB_04                          int16u[4]
16368     21    KelvinWB_05                          int16u[4]
16369     25    KelvinWB_06                          int16u[4]
16370     29    KelvinWB_07                          int16u[4]
16371     33    KelvinWB_08                          int16u[4]
16372     37    KelvinWB_09                          int16u[4]
16373     41    KelvinWB_10                          int16u[4]
16374     45    KelvinWB_11                          int16u[4]
16375     49    KelvinWB_12                          int16u[4]
16376     53    KelvinWB_13                          int16u[4]
16377     57    KelvinWB_14                          int16u[4]
16378     61    KelvinWB_15                          int16u[4]
16379     65    KelvinWB_16                          int16u[4]
16380
16381=head3 Pentax ColorInfo Tags
16382
16383  Index1   Tag Name                             Writable
16384  ------   --------                             --------
16385     16    WBShiftAB                            int8s
16386     17    WBShiftGM                            int8s
16387
16388=head3 Pentax EVStepInfo Tags
16389
16390  Index1   Tag Name                             Writable
16391  ------   --------                             --------
16392      0    EVSteps                              int8u
16393      1    SensitivitySteps                     int8u
16394
16395=head3 Pentax ShotInfo Tags
16396
16397  Index1   Tag Name                             Writable
16398  ------   --------                             --------
16399      1    CameraOrientation                    int8u
16400
16401=head3 Pentax FacePos Tags
16402
16403  Index2   Tag Name                             Writable
16404  ------   --------                             --------
16405      0    Face1Position                        int16u[2]
16406      2    Face2Position                        int16u[2]
16407      4    Face3Position                        int16u[2]
16408      6    Face4Position                        int16u[2]
16409      8    Face5Position                        int16u[2]
16410     10    Face6Position                        int16u[2]
16411     12    Face7Position                        int16u[2]
16412     14    Face8Position                        int16u[2]
16413     16    Face9Position                        int16u[2]
16414     18    Face10Position                       int16u[2]
16415     20    Face11Position                       int16u[2]
16416     22    Face12Position                       int16u[2]
16417     24    Face13Position                       int16u[2]
16418     26    Face14Position                       int16u[2]
16419     28    Face15Position                       int16u[2]
16420     30    Face16Position                       int16u[2]
16421     32    Face17Position                       int16u[2]
16422     34    Face18Position                       int16u[2]
16423     36    Face19Position                       int16u[2]
16424     38    Face20Position                       int16u[2]
16425     40    Face21Position                       int16u[2]
16426     42    Face22Position                       int16u[2]
16427     44    Face23Position                       int16u[2]
16428     46    Face24Position                       int16u[2]
16429     48    Face25Position                       int16u[2]
16430     50    Face26Position                       int16u[2]
16431     52    Face27Position                       int16u[2]
16432     54    Face28Position                       int16u[2]
16433     56    Face29Position                       int16u[2]
16434     58    Face30Position                       int16u[2]
16435     60    Face31Position                       int16u[2]
16436     62    Face32Position                       int16u[2]
16437
16438=head3 Pentax FaceSize Tags
16439
16440  Index2   Tag Name                             Writable
16441  ------   --------                             --------
16442      0    Face1Size                            int16u[2]
16443      2    Face2Size                            int16u[2]
16444      4    Face3Size                            int16u[2]
16445      6    Face4Size                            int16u[2]
16446      8    Face5Size                            int16u[2]
16447     10    Face6Size                            int16u[2]
16448     12    Face7Size                            int16u[2]
16449     14    Face8Size                            int16u[2]
16450     16    Face9Size                            int16u[2]
16451     18    Face10Size                           int16u[2]
16452     20    Face11Size                           int16u[2]
16453     22    Face12Size                           int16u[2]
16454     24    Face13Size                           int16u[2]
16455     26    Face14Size                           int16u[2]
16456     28    Face15Size                           int16u[2]
16457     30    Face16Size                           int16u[2]
16458     32    Face17Size                           int16u[2]
16459     34    Face18Size                           int16u[2]
16460     36    Face19Size                           int16u[2]
16461     38    Face20Size                           int16u[2]
16462     40    Face21Size                           int16u[2]
16463     42    Face22Size                           int16u[2]
16464     44    Face23Size                           int16u[2]
16465     46    Face24Size                           int16u[2]
16466     48    Face25Size                           int16u[2]
16467     50    Face26Size                           int16u[2]
16468     52    Face27Size                           int16u[2]
16469     54    Face28Size                           int16u[2]
16470     56    Face29Size                           int16u[2]
16471     58    Face30Size                           int16u[2]
16472     60    Face31Size                           int16u[2]
16473     62    Face32Size                           int16u[2]
16474
16475=head3 Pentax FilterInfo Tags
16476
16477The parameters associated with each type of digital filter are unique, and
16478these settings are also extracted with the DigitalFilter tag.  Information
16479is not extracted for filters that are "Off" unless the Unknown option is
16480used.
16481
16482  Index1   Tag Name                             Writable
16483  ------   --------                             --------
16484      0    SourceDirectoryIndex                 int16u
16485      2    SourceFileIndex                      int16u
16486      5    DigitalFilter01                      undef[17]
16487     22    DigitalFilter02                      undef[17]
16488     39    DigitalFilter03                      undef[17]
16489     56    DigitalFilter04                      undef[17]
16490     73    DigitalFilter05                      undef[17]
16491     90    DigitalFilter06                      undef[17]
16492    107    DigitalFilter07                      undef[17]
16493    124    DigitalFilter08                      undef[17]
16494    141    DigitalFilter09                      undef[17]
16495    158    DigitalFilter10                      undef[17]
16496    175    DigitalFilter11                      undef[17]
16497    192    DigitalFilter12                      undef[17]
16498    209    DigitalFilter13                      undef[17]
16499    226    DigitalFilter14                      undef[17]
16500    243    DigitalFilter15                      undef[17]
16501    260    DigitalFilter16                      undef[17]
16502    277    DigitalFilter17                      undef[17]
16503    294    DigitalFilter18                      undef[17]
16504    311    DigitalFilter19                      undef[17]
16505    328    DigitalFilter20                      undef[17]
16506
16507=head3 Pentax LevelInfo Tags
16508
16509Tags decoded from the electronic level information for the K-5.  May not be
16510valid for other models.
16511
16512  Index1   Tag Name                             Writable
16513  ------   --------                             --------
16514      0    LevelOrientation                     int8s & 0x0f
16515    0.1    CompositionAdjust                    int8s & 0xf0
16516      1    RollAngle                            int8s
16517      2    PitchAngle                           int8s
16518      5    CompositionAdjustX                   int8s
16519      6    CompositionAdjustY                   int8s
16520      7    CompositionAdjustRotation            int8s
16521
16522=head3 Pentax WBLevels Tags
16523
16524  Index1   Tag Name                             Writable
16525  ------   --------                             --------
16526      2    WB_RGGBLevelsDaylight                int16u[4]
16527     11    WB_RGGBLevelsShade                   int16u[4]
16528     20    WB_RGGBLevelsCloudy                  int16u[4]
16529     29    WB_RGGBLevelsTungsten                int16u[4]
16530     38    WB_RGGBLevelsFluorescentD            int16u[4]
16531     47    WB_RGGBLevelsFluorescentN            int16u[4]
16532     56    WB_RGGBLevelsFluorescentW            int16u[4]
16533     65    WB_RGGBLevelsFlash                   int16u[4]
16534     74    WB_RGGBLevelsFluorescentL            int16u[4]
16535     83    WB_RGGBLevelsUnknown?                int16u[4]
16536     92    WB_RGGBLevelsUserSelected            int16u[4]
16537
16538=head3 Pentax LensInfoQ Tags
16539
16540More lens information stored by the Pentax Q.
16541
16542  Index1   Tag Name                             Writable
16543  ------   --------                             --------
16544     12    LensModel                            string[30]
16545     42    LensInfo                             string[20]
16546
16547=head3 Pentax PixelShiftInfo Tags
16548
16549Pixel shift information stored by the K-3 II.
16550
16551  Index1   Tag Name                             Writable
16552  ------   --------                             --------
16553      0    PixelShiftResolution                 int8u
16554
16555=head3 Pentax AFPointInfo Tags
16556
16557AF point information written by the K-1.
16558
16559  Index1   Tag Name                             Writable
16560  ------   --------                             --------
16561      2    NumAFPoints                          int16u
16562      4    AFPointsInFocus                      int8u[9]~
16563    4.1    AFPointsSelected                     int8u[9]~
16564    4.2    AFPointsSpecial                      int8u[9]~
16565
16566=head3 Pentax TempInfo Tags
16567
16568A number of additional temperature readings are extracted from this 256-byte
16569binary-data block in images from models such as the K-01, K-3, K-5, K-50 and
16570K-500.  It is currently not known where the corresponding temperature
16571sensors are located in the camera.
16572
16573  Index1   Tag Name                             Writable
16574  ------   --------                             --------
16575     12    SensorTemperature                    int16s
16576     14    SensorTemperature2                   int16s
16577     20    CameraTemperature4                   int16s
16578     22    CameraTemperature5                   int16s
16579
16580=head3 Pentax UnknownInfo Tags
16581
16582  Index1   Tag Name                             Writable
16583  ------   --------                             --------
16584  [no tags known]
16585
16586=head3 Pentax Type2 Tags
16587
16588These tags are used by the Pentax Optio 330 and 430, and are similar to the
16589tags used by Casio.
16590
16591  Tag ID   Tag Name                             Writable
16592  ------   --------                             --------
16593  0x0001   RecordingMode                        int16u
16594  0x0002   Quality                              int16u
16595  0x0003   FocusMode                            int16u
16596  0x0004   FlashMode                            int16u
16597  0x0007   WhiteBalance                         int16u
16598  0x000a   DigitalZoom                          int32u
16599  0x000b   Sharpness                            int16u
16600  0x000c   Contrast                             int16u
16601  0x000d   Saturation                           int16u
16602  0x0014   ISO                                  int16u
16603  0x0017   ColorFilter                          int16u
16604  0x0e00   PrintIM                              PrintIM
16605  0x1000   HometownCityCode                     undef[4]
16606  0x1001   DestinationCityCode                  undef[4]
16607
16608=head3 Pentax Type4 Tags
16609
16610The following few tags are extracted from the wealth of information
16611available in maker notes of the Optio E20 and E25.  These maker notes are
16612stored as ASCII text in a format very similar to some HP models.
16613
16614  Tag ID               Tag Name                 Writable
16615  ------               --------                 --------
16616  'F/W Version'        FirmwareVersion          no
16617
16618=head3 Pentax S1 Tags
16619
16620Tags extracted from the maker notes of AVI videos from the Optio S1.
16621
16622  Tag ID   Tag Name                             Writable
16623  ------   --------                             --------
16624  0x0000   MakerNoteVersion                     no
16625
16626=head3 Pentax PENT Tags
16627
16628Tags found in the PENT atom of MOV videos from the Optio WG-2 GPS.
16629
16630  Index1   Tag Name                             Writable
16631  ------   --------                             --------
16632      0    Make                                 no
16633     26    Model                                no
16634     56    ExposureTime                         no
16635     60    FNumber                              no
16636     68    ExposureCompensation                 no
16637     84    FocalLength                          no
16638    113    DateTime1                            no
16639    139    DateTime2                            no
16640    167    ISO                                  no
16641    199    GPSVersionID                         no
16642    207    GPSLatitudeRef                       no
16643    209    GPSLatitude                          no
16644    233    GPSLongitudeRef                      no
16645    235    GPSLongitude                         no
16646    259    GPSAltitudeRef                       no
16647    260    GPSAltitude                          no
16648    284    GPSTimeStamp                         no
16649    308    GPSSatellites                        no
16650    311    GPSStatus                            no
16651    313    GPSMeasureMode                       no
16652    315    GPSMapDatum                          no
16653    322    GPSDateStamp                         no
16654    371    AudioCodecID                         no
16655   2003    PreviewImage                         no
16656
16657=head3 Pentax PXTH Tags
16658
16659Tags found in the PXTH atom of MOV videos from the K-01.
16660
16661  Index1   Tag Name                             Writable
16662  ------   --------                             --------
16663      0    PreviewImageLength                   no
16664      4    PreviewImage                         no
16665
16666=head3 Pentax MOV Tags
16667
16668This information is found in MOV videos from cameras such as the Optio WP.
16669
16670  Index1   Tag Name                             Writable
16671  ------   --------                             --------
16672      0    Make                                 no
16673     38    ExposureTime                         no
16674     42    FNumber                              no
16675     50    ExposureCompensation                 no
16676     68    WhiteBalance                         no
16677     72    FocalLength                          no
16678    175    ISO                                  no
16679
16680=head3 Pentax Junk Tags
16681
16682Tags found in the JUNK chunk of AVI videos from the RS1000.
16683
16684  Index1   Tag Name                             Writable
16685  ------   --------                             --------
16686     12    Model                                no
16687
16688=head3 Pentax Junk2 Tags
16689
16690This information is found in AVI videos from the Optio RZ18.
16691
16692  Index1   Tag Name                             Writable
16693  ------   --------                             --------
16694     18    Make                                 no
16695     44    Model                                no
16696     94    FNumber                              no
16697    131    DateTime1                            no
16698    157    DateTime2                            no
16699    299    ThumbnailWidth                       no
16700    301    ThumbnailHeight                      no
16701    303    ThumbnailLength                      no
16702    307    ThumbnailImage                       no
16703
16704=head3 Pentax AVI Tags
16705
16706Pentax-specific RIFF tags found in AVI videos.
16707
16708  Tag ID   Tag Name                             Writable
16709  ------   --------                             --------
16710  'hymn'   MakerNotes                           Pentax
16711  'mknt'   MakerNotes                           Pentax
16712
16713=head2 PhaseOne Tags
16714
16715These tags are extracted from the maker notes of Phase One images.
16716
16717  Tag ID   Tag Name                             Writable
16718  ------   --------                             --------
16719  0x0100   CameraOrientation                    no
16720  0x0102   SerialNumber                         string
16721  0x0105   ISO                                  int32s
16722  0x0106   ColorMatrix1                         float[9]
16723  0x0107   WB_RGBLevels                         float[3]
16724  0x0108   SensorWidth                          int32s
16725  0x0109   SensorHeight                         int32s
16726  0x010a   SensorLeftMargin                     int32s
16727  0x010b   SensorTopMargin                      int32s
16728  0x010c   ImageWidth                           int32s
16729  0x010d   ImageHeight                          int32s
16730  0x010e   RawFormat                            int32s
16731  0x010f   RawData                              no
16732  0x0110   SensorCalibration                    PhaseOne SensorCalibration
16733  0x0112   DateTimeOriginal                     no
16734  0x0113   ImageNumber                          int32s
16735  0x0203   Software                             string
16736  0x0204   System                               string
16737  0x0210   SensorTemperature                    float
16738  0x0211   SensorTemperature2                   float
16739  0x0212   UnknownDate?                         int32u
16740  0x021c   StripOffsets                         no
16741  0x021d   BlackLevel                           int32s
16742  0x0222   SplitColumn                          int32s
16743  0x0223   BlackLevelData                       int16u[n]
16744  0x0226   ColorMatrix2                         float[9]
16745  0x0267   AFAdjustment                         float
16746  0x0301   FirmwareVersions                     string
16747  0x0400   ShutterSpeedValue                    float
16748  0x0401   ApertureValue                        float
16749  0x0402   ExposureCompensation                 float
16750  0x0403   FocalLength                          float
16751  0x0410   CameraModel                          string
16752  0x0412   LensModel                            string
16753  0x0414   MaxApertureValue                     float
16754  0x0415   MinApertureValue                     float
16755  0x0455   Viewfinder                           string
16756
16757=head3 PhaseOne SensorCalibration Tags
16758
16759  Tag ID   Tag Name                             Writable
16760  ------   --------                             --------
16761  0x0400   SensorDefects                        no
16762  0x0401   AllColorFlatField1?                  no
16763  0x0407   SerialNumber                         string
16764  0x040b   RedBlueFlatField?                    no
16765  0x0410   AllColorFlatField2?                  no
16766  0x0416   AllColorFlatField3?                  no
16767  0x0419   LinearizationCoefficients1           no
16768  0x041a   LinearizationCoefficients2           no
16769
16770=head2 Reconyx Tags
16771
16772The following tags are extracted from the maker notes of Reconyx Hyperfire
16773cameras such as the HC500, HC600 and PC900.
16774
16775  Index2   Tag Name                             Writable
16776  ------   --------                             --------
16777      0    MakerNoteVersion                     no
16778      1    FirmwareVersion                      no
16779      4    FirmwareDate                         int16u[2]
16780      6    TriggerMode                          string[2]
16781      7    Sequence                             int16u[2]
16782      9    EventNumber                          int16u[2]
16783     11    DateTimeOriginal                     int16u[6]
16784     18    MoonPhase                            int16u
16785     19    AmbientTemperatureFahrenheit         int16s
16786     20    AmbientTemperature                   int16s
16787     21    SerialNumber                         undef[30]
16788     36    Contrast                             int16u
16789     37    Brightness                           int16u
16790     38    Sharpness                            int16u
16791     39    Saturation                           int16u
16792     40    InfraredIlluminator                  int16u
16793     41    MotionSensitivity                    int16u
16794     42    BatteryVoltage                       int16u
16795     43    UserLabel                            string[22]
16796
16797=head3 Reconyx Type2 Tags
16798
16799Tags extracted from models such as the UltraFire.
16800
16801  Index1   Tag Name                             Writable
16802  ------   --------                             --------
16803     24    FirmwareVersion                      undef[7]
16804     31    Micro1Version                        undef[7]
16805     38    BootLoaderVersion                    undef[7]
16806     45    Micro2Version                        undef[7]
16807     52    TriggerMode                          undef[1]
16808     53    Sequence                             int8u[2]
16809     55    EventNumber                          int32u
16810     59    DateTimeOriginal                     int8u[7]
16811     66    DayOfWeek                            int8u
16812     67    MoonPhase                            int8u
16813     68    AmbientTemperatureFahrenheit         int16s
16814     70    AmbientTemperature                   int16s
16815     72    Illumination                         int8u
16816     73    BatteryVoltage                       int16u
16817     75    SerialNumber                         string[15]
16818     90    UserLabel                            string[21]
16819
16820=head3 Reconyx Type3 Tags
16821
16822Tags extracted from models such as the HF2 PRO.
16823
16824  Index1   Tag Name                             Writable
16825  ------   --------                             --------
16826     16    FileNumber                           int16u
16827     18    DirectoryNumber                      int16u
16828     42    FirmwareVersion                      int16u[3]
16829     48    FirmwareDate                         int16u[2]
16830     52    TriggerMode                          string[2]
16831     54    Sequence                             int16u[2]
16832     58    EventNumber                          int16u[2]
16833     62    DateTimeOriginal                     int16u[6]
16834     74    DayOfWeek                            int16u
16835     76    MoonPhase                            int16u
16836     78    AmbientTemperatureFahrenheit         int16s
16837     80    AmbientTemperature                   int16s
16838     82    Contrast                             int16u
16839     84    Brightness                           int16u
16840     86    Sharpness                            int16u
16841     88    Saturation                           int16u
16842     90    Flash                                int16u
16843     92    AmbientInfrared                      int16u
16844     94    AmbientLight                         int16u
16845     96    MotionSensitivity                    int16u
16846     98    BatteryVoltage                       int16u
16847    100    BatteryVoltageAvg                    int16u
16848    102    BatteryType                          int16u
16849    104    UserLabel                            string[22]
16850    126    SerialNumber                         unicode[15]
16851
16852=head2 Sanyo Tags
16853
16854  Tag ID   Tag Name                             Writable
16855  ------   --------                             --------
16856  0x00ff   MakerNoteOffset                      int32u
16857  0x0100   SanyoThumbnail                       undef
16858  0x0200   SpecialMode                          int32u[3]
16859  0x0201   SanyoQuality                         int16u
16860  0x0202   Macro                                int16u
16861  0x0204   DigitalZoom                          rational64u
16862  0x0207   SoftwareVersion                      yes
16863  0x0208   PictInfo                             yes
16864  0x0209   CameraID                             yes
16865  0x020e   SequentialShot                       int16u
16866  0x020f   WideRange                            int16u
16867  0x0210   ColorAdjustmentMode                  int16u
16868  0x0213   QuickShot                            int16u
16869  0x0214   SelfTimer                            int16u
16870  0x0216   VoiceMemo                            int16u
16871  0x0217   RecordShutterRelease                 int16u
16872  0x0218   FlickerReduce                        int16u
16873  0x0219   OpticalZoomOn                        int16u
16874  0x021b   DigitalZoomOn                        int16u
16875  0x021d   LightSourceSpecial                   int16u
16876  0x021e   Resaved                              int16u
16877  0x021f   SceneSelect                          int16u
16878  0x0223   ManualFocusDistance                  rational64u
16879           FaceInfo                             -
16880  0x0224   SequenceShotInterval                 int16u
16881  0x0225   FlashMode                            int16u
16882  0x0e00   PrintIM                              PrintIM
16883  0x0f00   DataDump                             no
16884
16885=head3 Sanyo FaceInfo Tags
16886
16887  Index4   Tag Name                             Writable
16888  ------   --------                             --------
16889      0    FacesDetected                        int32u
16890      4    FacePosition                         int32u[4]
16891
16892=head3 Sanyo MOV Tags
16893
16894This information is found in Sanyo MOV videos.
16895
16896  Index1   Tag Name                             Writable
16897  ------   --------                             --------
16898      0    Make                                 no
16899     24    Model                                no
16900     38    ExposureTime                         no
16901     42    FNumber                              no
16902     50    ExposureCompensation                 no
16903     68    WhiteBalance                         no
16904     72    FocalLength                          no
16905
16906=head3 Sanyo MP4 Tags
16907
16908This information is found in Sanyo MP4 videos.
16909
16910  Index1   Tag Name                             Writable
16911  ------   --------                             --------
16912      0    Make                                 no
16913     24    Model                                no
16914     50    FNumber                              no
16915     58    ExposureCompensation                 no
16916    106    ISO                                  no
16917    209    Software                             no
16918    210    Software                             no
16919    241    Thumbnail                            Sanyo Thumbnail
16920    242    Thumbnail                            Sanyo Thumbnail
16921
16922=head3 Sanyo Thumbnail Tags
16923
16924  Index4   Tag Name                             Writable
16925  ------   --------                             --------
16926      1    ThumbnailWidth                       no
16927      2    ThumbnailHeight                      no
16928      3    ThumbnailLength                      no
16929      4    ThumbnailOffset                      no
16930
16931=head2 Samsung Tags
16932
16933Tags found in the binary "STMN" format maker notes written by a number of
16934Samsung models.
16935
16936  Index4   Tag Name                             Writable
16937  ------   --------                             --------
16938      0    MakerNoteVersion                     undef[8]
16939      2    PreviewImageStart                    int32u*
16940      3    PreviewImageLength                   int32u*
16941     11    SamsungIFD                           Samsung IFD
16942
16943=head3 Samsung IFD Tags
16944
16945This is a standard-format IFD found in the maker notes of some Samsung
16946models, except that the entry count is a 4-byte integer and the offsets are
16947relative to the end of the IFD.  Currently, no tags in this IFD are known,
16948so the Unknown (-u) or Verbose (-v) option must be used to see this
16949information.
16950
16951  Tag ID   Tag Name                             Writable
16952  ------   --------                             --------
16953  [no tags known]
16954
16955=head3 Samsung Type2 Tags
16956
16957Tags found in the EXIF-format maker notes of newer Samsung models.
16958
16959  Tag ID   Tag Name                             Writable
16960  ------   --------                             --------
16961  0x0001   MakerNoteVersion                     undef[4]
16962  0x0002   DeviceType                           int32u
16963  0x0003   SamsungModelID                       int32u
16964  0x0011   OrientationInfo                      Samsung OrientationInfo
16965  0x0020   SmartAlbumColor                      int16u[2]
16966  0x0021   PictureWizard                        Samsung PictureWizard
16967  0x0030   LocalLocationName                    string
16968  0x0031   LocationName                         string
16969  0x0035   PreviewIFD                           Nikon PreviewIFD
16970                                                Nikon PreviewIFD
16971  0x0040   RawDataByteOrder                     yes
16972  0x0041   WhiteBalanceSetup                    int32u
16973  0x0043   CameraTemperature                    rational64s
16974  0x0050   RawDataCFAPattern                    yes
16975  0x0100   FaceDetect                           int16u
16976  0x0120   FaceRecognition                      int32u
16977  0x0123   FaceName                             string
16978  0xa001   FirmwareName                         string
16979  0xa002   SerialNumber                         string
16980  0xa003   LensType                             int16u[n]
16981  0xa004   LensFirmware                         string
16982  0xa005   InternalLensSerialNumber             string
16983  0xa010   SensorAreas                          int32u[8]
16984  0xa011   ColorSpace                           int16u
16985  0xa012   SmartRange                           int16u
16986  0xa013   ExposureCompensation                 rational64s
16987  0xa014   ISO                                  int32u
16988  0xa018   ExposureTime                         rational64u
16989  0xa019   FNumber                              rational64u
16990  0xa01a   FocalLengthIn35mmFormat              int32u
16991  0xa020   EncryptionKey                        int32u[11]!
16992  0xa021   WB_RGGBLevelsUncorrected             int32u[4]
16993  0xa022   WB_RGGBLevelsAuto                    int32u[4]
16994  0xa023   WB_RGGBLevelsIlluminator1            int32u[4]
16995  0xa024   WB_RGGBLevelsIlluminator2            int32u[4]
16996  0xa025   HighlightLinearityLimit              int32u
16997  0xa028   WB_RGGBLevelsBlack                   int32s[4]
16998  0xa030   ColorMatrix                          int32s[9]
16999  0xa031   ColorMatrixSRGB                      int32s[9]
17000  0xa032   ColorMatrixAdobeRGB                  int32s[9]
17001  0xa033   CbCrMatrixDefault                    int32s[4]
17002  0xa034   CbCrMatrix                           int32s[4]
17003  0xa035   CbCrGainDefault                      int32u[2]
17004  0xa036   CbCrGain                             int32u[2]
17005  0xa040   ToneCurveSRGBDefault                 int32u[23]
17006  0xa041   ToneCurveAdobeRGBDefault             int32u[23]
17007  0xa042   ToneCurveSRGB                        int32u[23]
17008  0xa043   ToneCurveAdobeRGB                    int32u[23]
17009  0xa048   RawData?                             int32s[12]
17010  0xa050   Distortion?                          int32s[8]
17011  0xa051   ChromaticAberration?                 int16u[22]
17012  0xa052   Vignetting?                          int16u[15]
17013  0xa053   VignettingCorrection?                int16u[15]
17014  0xa054   VignettingSetting?                   int16u[15]
17015
17016=head3 Samsung OrientationInfo Tags
17017
17018Camera orientation information written by the Gear 360 (SM-C200).
17019
17020  Index8   Tag Name                             Writable
17021  ------   --------                             --------
17022      0    YawAngle?                            rational64s
17023      1    PitchAngle                           rational64s
17024      2    RollAngle                            rational64s
17025
17026=head3 Samsung PictureWizard Tags
17027
17028  Index2   Tag Name                             Writable
17029  ------   --------                             --------
17030      0    PictureWizardMode                    int16u
17031      1    PictureWizardColor                   int16u
17032      2    PictureWizardSaturation              int16u
17033      3    PictureWizardSharpness               int16u
17034      4    PictureWizardContrast                int16u
17035
17036=head3 Samsung APP5 Tags
17037
17038  Tag ID               Tag Name                 Writable
17039  ------               --------                 --------
17040  'ssuniqueid'         UniqueID                 no
17041
17042=head3 Samsung Trailer Tags
17043
17044Tags extracted from the trailer of JPEG images written when using certain
17045features (such as "Sound & Shot" or "Shot & More") from Samsung models such
17046as the Galaxy S4 and Tab S, and from the 'sefd' atom in HEIC images from the
17047Samsung S10+.
17048
17049  Tag Name                                      Writable
17050  --------                                      --------
17051  DepthMapData                                  no
17052  DepthMapData2                                 no
17053  DepthMapName                                  no
17054  DualCameraImage                               no
17055  DualCameraImageName                           no
17056  DualShotExtra                                 Samsung DualShotExtra
17057  EmbeddedAudioFile                             no
17058  EmbeddedAudioFileName                         no
17059  EmbeddedImage                                 no
17060  EmbeddedImage2                                no
17061  EmbeddedImageName                             no
17062  EmbeddedVideoFile                             no
17063  EmbeddedVideoType                             no
17064  MCCData                                       no
17065  SingleShotDepthMap                            no
17066  SingleShotMeta                                Samsung SingleShotMeta
17067  SurroundShotVideo                             no
17068  SurroundShotVideoName                         no
17069  TimeStamp                                     no
17070
17071=head3 Samsung DualShotExtra Tags
17072
17073  Index4   Tag Name                             Writable
17074  ------   --------                             --------
17075     16    DepthMapWidth                        no
17076     17    DepthMapHeight                       no
17077
17078=head3 Samsung SingleShotMeta Tags
17079
17080  Tag ID               Tag Name                 Writable
17081  ------               --------                 --------
17082  'beautyColorLevel'   BeautyColorLevel         no
17083  'beautyRetouchLevel' BeautyRetouchLevel       no
17084  'blurStrength'       BlurStrength             no
17085  'bokehShape'         BokehShape               no
17086  'colorpopStrength'   ColorpopStrength         no
17087  'depthHWHeight'      DepthHWHeight            no
17088  'depthHWWidth'       DepthHWWidth             no
17089  'depthSWHeight'      DepthSWHeight            no
17090  'depthSWWidth'       DepthSWWidth             no
17091  'deviceOrientation'  DeviceOrientation        no
17092  'effectStrength'     EffectStrength           no
17093  'effectType'         EffectType               no
17094  'flipStatus'         FlipStatus               no
17095  'inputHeight'        InputHeight              no
17096  'inputWidth'         InputWidth               no
17097  'isArtBokeh'         IsArtBokeh               no
17098  'lensFacing'         LensFacing               no
17099  'monoStrength'       MonoStrength             no
17100  'objectOrientation'  ObjectOrientation        no
17101  'outputHeight'       OutputHeight             no
17102  'outputWidth'        OutputWidth              no
17103  'perfMode'           PerfMode                 no
17104  'segHeight'          SegHeight                no
17105  'segWidth'           SegWidth                 no
17106  'sidelightStrength'  SidelightStrength        no
17107  'spinStrength'       SpinStrength             no
17108  'vintageStrength'    VintageStrength          no
17109  'zoomStrength'       ZoomStrength             no
17110
17111=head3 Samsung sec Tags
17112
17113This information is found in the @sec atom of Samsung MP4 videos from models
17114such as the WB30F.
17115
17116  Index1   Tag Name                             Writable
17117  ------   --------                             --------
17118      0    Make                                 no
17119     32    Model                                no
17120    512    ThumbnailWidth                       no
17121    516    ThumbnailHeight                      no
17122    520    ThumbnailLength                      no
17123    524    ThumbnailImage                       no
17124
17125=head3 Samsung INFO Tags
17126
17127This information is found in MP4 videos from Samsung models such as the
17128SMX-C20N.
17129
17130  Tag ID   Tag Name                             Writable
17131  ------   --------                             --------
17132  'EFCT'   Effect                               no
17133  'QLTY'   Quality                              no
17134
17135=head3 Samsung MP4 Tags
17136
17137This information is found in Samsung MP4 videos from models such as the
17138WP10.
17139
17140  Index1   Tag Name                             Writable
17141  ------   --------                             --------
17142      0    Make                                 no
17143     24    Model                                no
17144     46    ExposureTime                         no
17145     50    FNumber                              no
17146     58    ExposureCompensation                 no
17147    106    ISO                                  no
17148    125    Software                             no
17149    244    Thumbnail                            Samsung Thumbnail
17150
17151=head3 Samsung Thumbnail Tags
17152
17153  Index4   Tag Name                             Writable
17154  ------   --------                             --------
17155      1    ThumbnailWidth                       no
17156      2    ThumbnailHeight                      no
17157      3    ThumbnailLength                      no
17158      4    ThumbnailOffset                      no
17159
17160=head3 Samsung smta Tags
17161
17162This information is found in the smta atom of Samsung MP4 videos from models
17163such as the Galaxy S4.
17164
17165  Tag ID   Tag Name                             Writable
17166  ------   --------                             --------
17167  'svss'   SamsungSvss                          Samsung svss
17168
17169=head3 Samsung svss Tags
17170
17171This information is found in the svss atom of Samsung MP4 videos from models
17172such as the Galaxy S4.
17173
17174  Tag ID   Tag Name                             Writable
17175  ------   --------                             --------
17176  [no tags known]
17177
17178=head2 Ricoh Tags
17179
17180  Tag ID   Tag Name                             Writable
17181  ------   --------                             --------
17182  0x0001   MakerNoteType                        string
17183  0x0002   FirmwareVersion                      string
17184  0x0005   SerialNumber                         undef[16]
17185           InternalSerialNumber                 undef[16]
17186  0x0e00   PrintIM                              PrintIM
17187  0x1000   RecordingFormat                      int16u
17188  0x1001   ImageInfo                            Ricoh ImageInfo
17189           ExposureProgram                      int16u
17190  0x1002   DriveMode                            int16u
17191  0x1003   Sharpness                            int32u
17192           WhiteBalance                         int16u
17193  0x1004   WhiteBalanceFineTune                 int16u
17194  0x1006   FocusMode                            int16u
17195  0x1007   AutoBracketing                       int16u
17196  0x1009   MacroMode                            int16u
17197  0x100a   FlashMode                            int16u
17198  0x100b   FlashExposureComp                    rational64s
17199  0x100c   ManualFlashOutput                    rational64s
17200  0x100d   FullPressSnap                        int16u
17201  0x100e   DynamicRangeExpansion                int16u
17202  0x100f   NoiseReduction                       int16u
17203  0x1010   ImageEffects                         int16u
17204  0x1011   Vignetting                           int16u
17205  0x1012   Contrast                             int32u
17206  0x1013   Saturation                           int32u
17207  0x1014   Sharpness                            int32u
17208  0x1015   ToningEffect                         int16u
17209  0x1016   HueAdjust                            int16u
17210  0x1017   WideAdapter                          int16u
17211  0x1018   CropMode                             int16u
17212  0x1019   NDFilter                             int16u
17213  0x101a   WBBracketShotNumber                  int16u
17214  0x1200   AFStatus                             int16u
17215  0x1201   AFAreaXPosition1                     int32u
17216  0x1202   AFAreaYPosition1                     int32u
17217  0x1203   AFAreaXPosition                      int32u
17218  0x1204   AFAreaYPosition                      int32u
17219  0x1205   AFAreaMode                           int16u
17220  0x1307   ColorTempKelvin                      int32u
17221  0x1308   ColorTemperature                     int32u
17222  0x1500   FocalLength                          rational64u
17223  0x1601   SensorWidth                          int32u
17224  0x1602   SensorHeight                         int32u
17225  0x1603   CroppedImageWidth                    int32u
17226  0x1604   CroppedImageHeight                   int32u
17227  0x2001   RicohSubdir                          Ricoh Subdir
17228           RicohSubdirIFD                       Ricoh Subdir
17229           RicohRR1Subdir                       Ricoh Subdir
17230  0x4001   ThetaSubdir                          Ricoh ThetaSubdir
17231
17232=head3 Ricoh ImageInfo Tags
17233
17234  Index1   Tag Name                             Writable
17235  ------   --------                             --------
17236      0    RicohImageWidth                      int16u
17237      2    RicohImageHeight                     int16u
17238      6    RicohDate                            int8u[7]
17239     28    PreviewImageStart                    int16u*
17240     30    PreviewImageLength                   int16u*
17241     32    FlashMode                            int8u
17242     33    Macro                                int8u
17243     34    Sharpness                            int8u
17244     38    WhiteBalance                         int8u
17245     39    ISOSetting                           int8u
17246     40    Saturation                           int8u
17247
17248=head3 Ricoh Subdir Tags
17249
17250  Tag ID   Tag Name                             Writable
17251  ------   --------                             --------
17252  0x0004   ManufactureDate1                     string[20]
17253  0x0005   ManufactureDate2                     string[20]
17254  0x001a   FaceInfo                             Ricoh FaceInfo
17255  0x0029   FirmwareInfo                         Ricoh FirmwareInfo
17256  0x002a   NoiseReduction                       int32u
17257  0x002c   SerialInfo                           Ricoh SerialInfo
17258
17259=head3 Ricoh FaceInfo Tags
17260
17261  Index1   Tag Name                             Writable
17262  ------   --------                             --------
17263    181    FacesDetected                        int8u
17264    182    FaceDetectFrameSize                  int16u[2]
17265    188    Face1Position                        int16u[4]
17266    200    Face2Position                        int16u[4]
17267    212    Face3Position                        int16u[4]
17268    224    Face4Position                        int16u[4]
17269    236    Face5Position                        int16u[4]
17270    248    Face6Position                        int16u[4]
17271    260    Face7Position                        int16u[4]
17272    272    Face8Position                        int16u[4]
17273
17274=head3 Ricoh FirmwareInfo Tags
17275
17276  Index1   Tag Name                             Writable
17277  ------   --------                             --------
17278      0    FirmwareRevision                     string[12]
17279     12    FirmwareRevision2                    string[12]
17280
17281=head3 Ricoh SerialInfo Tags
17282
17283This information is found in images from the GXR.
17284
17285  Index1   Tag Name                             Writable
17286  ------   --------                             --------
17287      0    BodyFirmware                         string[16]
17288     16    BodySerialNumber                     string[16]
17289     32    LensFirmware                         string[16]
17290     48    LensSerialNumber                     string[16]
17291
17292=head3 Ricoh ThetaSubdir Tags
17293
17294  Tag ID   Tag Name                             Writable
17295  ------   --------                             --------
17296  0x0003   Accelerometer                        rational64s[2]
17297  0x0004   Compass                              rational64u
17298  0x000a   TimeZone                             string
17299
17300=head3 Ricoh Type2 Tags
17301
17302Tags written by models such as the Ricoh HZ15 and the Pentax XG-1.  These
17303are not writable due to numerous formatting errors as written by these
17304cameras.
17305
17306  Tag ID   Tag Name                             Writable
17307  ------   --------                             --------
17308  0x0207   RicohModel                           no
17309  0x0300   RicohMake                            no
17310
17311=head3 Ricoh Text Tags
17312
17313Some Ricoh DC and RDC models use a text-based format for their maker notes
17314instead of the IFD format used by the Caplio models.  Below is a list of known
17315tags in this information.
17316
17317  Tag ID   Tag Name                             Writable
17318  ------   --------                             --------
17319  'Bg'     BlueGain                             no
17320  'Gg'     GreenGain                            no
17321  'Rev'    FirmwareVersion                      no
17322  'Rg'     RedGain                              no
17323  'Rv'     FirmwareVersion                      no
17324
17325=head3 Ricoh RMETA Tags
17326
17327The Ricoh Caplio Pro G3 has the ability to add custom fields to the APP5
17328"RMETA" segment of JPEG images.  While only a few observed tags have been
17329defined below, ExifTool will extract any information found here.
17330
17331  Tag ID               Tag Name                 Writable
17332  ------               --------                 --------
17333  'Azimuth'            Azimuth                  no
17334  'Condition'          Condition                no
17335  'Lit'                Lit                      no
17336  'Location'           Location                 no
17337  'Sign type'          SignType                 no
17338  '_audio'             SoundFile                no
17339  '_barcode'           Barcodes                 no+
17340
17341=head3 Ricoh AVI Tags
17342
17343  Tag ID   Tag Name                             Writable
17344  ------   --------                             --------
17345  'mnrt'   MakerNoteRicoh                       Ricoh
17346  'rdc2'   RicohRDC2?                           no
17347  'thum'   ThumbnailImage                       no
17348  'ucmt'   Comment                              no
17349
17350=head2 Sigma Tags
17351
17352These tags are written by Sigma/Foveon cameras.  In the early days Sigma was
17353a class leader by releasing their maker note specification to the public,
17354but since then they have deviated from this standard and newer camera models
17355are less than consistent about their metadata formats.
17356
17357  Tag ID   Tag Name                             Writable
17358  ------   --------                             --------
17359  0x0002   SerialNumber                         string
17360  0x0003   DriveMode                            string
17361  0x0004   ResolutionMode                       string
17362  0x0005   AFMode                               string
17363  0x0006   FocusSetting                         string
17364  0x0007   WhiteBalance                         string
17365  0x0008   ExposureMode                         string
17366  0x0009   MeteringMode                         string
17367  0x000a   LensFocalRange                       string
17368  0x000b   ColorSpace                           string
17369  0x000c   ExposureCompensation                 string
17370           ExposureAdjust?                      rational64s
17371  0x000d   Contrast                             string
17372           Contrast                             rational64s
17373  0x000e   Shadow                               string
17374           Shadow                               rational64s
17375  0x000f   Highlight                            string
17376           Highlight                            rational64s
17377  0x0010   Saturation                           string
17378           Saturation                           rational64s
17379  0x0011   Sharpness                            string
17380           Sharpness                            rational64s
17381  0x0012   X3FillLight                          string
17382           X3FillLight                          rational64s
17383  0x0014   ColorAdjustment                      string
17384           ColorAdjustment                      rational64s[3]
17385  0x0015   AdjustmentMode                       string
17386  0x0016   Quality                              string
17387  0x0017   Firmware                             string
17388  0x0018   Software                             string
17389  0x0019   AutoBracket                          string
17390  0x001a   PreviewImageStart                    int32u*
17391           ChrominanceNoiseReduction            string
17392  0x001b   PreviewImageLength                   int32u*
17393           LuminanceNoiseReduction              string
17394  0x001c   PreviewImageSize                     int16u[2]
17395           PreviewImageStart                    int32u*
17396  0x001d   MakerNoteVersion                     undef
17397           PreviewImageLength                   int32u*
17398  0x001e   PreviewImageSize                     int16u[2]
17399  0x001f   AFPoint                              string
17400           MakerNoteVersion                     undef
17401  0x0022   FileFormat                           string
17402  0x0024   Calibration                          string
17403  0x0026   FileFormat                           string
17404  0x0027   LensType                             string
17405           LensType                             -
17406                                                Sigma LensType
17407  0x002a   LensFocalRange                       rational64u[2]
17408  0x002b   LensMaxApertureRange                 rational64u[2]
17409  0x002c   ColorMode                            int32u
17410  0x0030   LensApertureRange                    string
17411           Calibration                          string
17412  0x0031   FNumber                              rational64u
17413  0x0032   ExposureTime                         rational64u
17414  0x0033   ExposureTime2                        string
17415  0x0034   BurstShot                            int32u
17416  0x0035   ExposureCompensation                 rational64s
17417  0x0039   SensorTemperature                    string
17418  0x003a   FlashExposureComp                    rational64s
17419  0x003b   Firmware                             string
17420  0x003c   WhiteBalance                         string
17421  0x003d   PictureMode                          string
17422  0x0048   LensApertureRange                    string
17423  0x0049   FNumber                              rational64u
17424  0x004a   ExposureTime                         rational64u
17425  0x004b   ExposureTime2                        string
17426  0x004d   ExposureCompensation                 rational64s
17427  0x0055   SensorTemperature                    string
17428  0x0056   FlashExposureComp                    rational64s
17429  0x0057   Firmware2                            string
17430  0x0058   WhiteBalance                         string
17431  0x0059   DigitalFilter                        string
17432  0x0084   Model                                string
17433  0x0086   ISO                                  int16u
17434  0x0087   ResolutionMode                       string
17435  0x0088   WhiteBalance                         string
17436  0x008c   Firmware                             string
17437  0x011f   CameraCalibration                    float[9]
17438  0x0120   WBSettings                           Sigma WBSettings
17439  0x0121   WBSettings2                          Sigma WBSettings2
17440
17441=head3 Sigma WBSettings Tags
17442
17443  Index4   Tag Name                             Writable
17444  ------   --------                             --------
17445      0    WB_RGBLevelsAuto                     float[3]
17446      3    WB_RGBLevelsDaylight                 float[3]
17447      6    WB_RGBLevelsShade                    float[3]
17448      9    WB_RGBLevelsOvercast                 float[3]
17449     12    WB_RGBLevelsIncandescent             float[3]
17450     15    WB_RGBLevelsFluorescent              float[3]
17451     18    WB_RGBLevelsFlash                    float[3]
17452     21    WB_RGBLevelsCustom1                  float[3]
17453     24    WB_RGBLevelsCustom2                  float[3]
17454     27    WB_RGBLevelsCustom3                  float[3]
17455
17456=head3 Sigma WBSettings2 Tags
17457
17458  Index4   Tag Name                             Writable
17459  ------   --------                             --------
17460      0    WB_RGBLevelsUnknown0?                float[3]
17461      3    WB_RGBLevelsUnknown1?                float[3]
17462      6    WB_RGBLevelsUnknown2?                float[3]
17463      9    WB_RGBLevelsUnknown3?                float[3]
17464     12    WB_RGBLevelsUnknown4?                float[3]
17465     15    WB_RGBLevelsUnknown5?                float[3]
17466     18    WB_RGBLevelsUnknown6?                float[3]
17467     21    WB_RGBLevelsUnknown7?                float[3]
17468     24    WB_RGBLevelsUnknown8?                float[3]
17469     27    WB_RGBLevelsUnknown9?                float[3]
17470
17471=head2 Sony Tags
17472
17473The following information has been decoded from the MakerNotes of Sony
17474cameras.  Some of these tags have been inherited from the Minolta
17475MakerNotes.
17476
17477  Tag ID   Tag Name                             Writable
17478  ------   --------                             --------
17479  0x0010   CameraInfo                           Sony CameraInfo
17480           CameraInfo2                          Sony CameraInfo2
17481           CameraInfo3                          Sony CameraInfo3
17482           CameraInfoUnknown                    Sony CameraInfoUnknown
17483  0x0020   FocusInfo                            Sony FocusInfo
17484           MoreInfo                             Sony MoreInfo
17485  0x0102   Quality                              int32u
17486  0x0104   FlashExposureComp                    rational64s
17487  0x0105   Teleconverter                        int32u
17488  0x0112   WhiteBalanceFineTune                 int32u
17489  0x0114   CameraSettings                       Sony CameraSettings
17490           CameraSettings2                      Sony CameraSettings2
17491           CameraSettings3                      Sony CameraSettings3
17492           CameraSettingsUnknown                Sony CameraSettingsUnknown
17493  0x0115   WhiteBalance                         int32u
17494  0x0116   ExtraInfo                            Sony ExtraInfo
17495           ExtraInfo2                           Sony ExtraInfo2
17496           ExtraInfo3                           Sony ExtraInfo3
17497  0x0e00   PrintIM                              PrintIM
17498  0x1000   MultiBurstMode                       undef
17499  0x1001   MultiBurstImageWidth                 int16u
17500  0x1002   MultiBurstImageHeight                int16u
17501  0x1003   Panorama                             Sony Panorama
17502  0x2001   PreviewImage                         undef
17503  0x2002   Rating                               int32u
17504  0x2004   Contrast                             int32s
17505  0x2005   Saturation                           int32s
17506  0x2006   Sharpness                            int32s
17507  0x2007   Brightness                           int32s
17508  0x2008   LongExposureNoiseReduction           int32u
17509  0x2009   HighISONoiseReduction                int16u
17510  0x200a   HDR                                  int32u
17511  0x200b   MultiFrameNoiseReduction             int32u
17512  0x200e   PictureEffect                        int16u
17513  0x200f   SoftSkinEffect                       int32u
17514  0x2010   Tag2010a                             Sony Tag2010a
17515           Tag2010b                             Sony Tag2010b
17516           Tag2010c                             Sony Tag2010c
17517           Tag2010d                             Sony Tag2010d
17518           Tag2010e                             Sony Tag2010e
17519           Tag2010f                             Sony Tag2010f
17520           Tag2010g                             Sony Tag2010g
17521           Tag2010h                             Sony Tag2010h
17522           Tag2010i                             Sony Tag2010i
17523  0x2011   VignettingCorrection                 int32u
17524  0x2012   LateralChromaticAberration           int32u
17525  0x2013   DistortionCorrectionSetting          int32u
17526  0x2014   WBShiftAB_GM                         int32s[2]
17527  0x2016   AutoPortraitFramed                   int16u
17528  0x2017   FlashAction                          int32u
17529  0x201a   ElectronicFrontCurtainShutter        int32u
17530  0x201b   FocusMode                            int8u
17531  0x201c   AFAreaModeSetting                    int8u
17532  0x201d   FlexibleSpotPosition                 int16u[2]
17533  0x201e   AFPointSelected                      int8u
17534  0x2020   AFPointsUsed                         no
17535  0x2021   AFTracking                           int8u
17536  0x2022   FocalPlaneAFPointsUsed               no
17537  0x2023   MultiFrameNREffect                   int32u
17538  0x2026   WBShiftAB_GM_Precise                 int32s[2]~
17539  0x2027   FocusLocation                        int16u[4]
17540  0x2028   VariableLowPassFilter                int16u[2]
17541  0x2029   RAWFileType                          int16u
17542  0x202a   Tag202a                              Sony Tag202a
17543  0x202b   PrioritySetInAWB                     int8u
17544  0x202c   MeteringMode2                        int16u
17545  0x202d   ExposureStandardAdjustment           rational64s
17546  0x202e   Quality                              int16u[2]
17547  0x202f   PixelShiftInfo                       undef
17548  0x2031   SerialNumber                         string
17549  0x2032   Shadows                              int32s
17550  0x2033   Highlights                           int32s
17551  0x2034   Fade                                 int32s
17552  0x2035   SharpnessRange                       int32s
17553  0x2036   Clarity                              int32s
17554  0x2037   FocusFrameSize                       no
17555  0x2039   JPEG-HEIFSwitch                      int16u
17556  0x3000   ShotInfo                             Sony ShotInfo
17557  0x900b   Tag900b                              Sony Tag900b
17558  0x9050   Tag9050a                             Sony Tag9050a
17559           Tag9050b                             Sony Tag9050b
17560           Tag9050c                             Sony Tag9050c
17561  0x9400   Tag9400a                             Sony Tag9400a
17562           Tag9400b                             Sony Tag9400b
17563           Tag9400c                             Sony Tag9400c
17564  0x9401   Tag9401                              Sony Tag9401
17565  0x9402   Tag9402                              Sony Tag9402
17566  0x9403   Tag9403                              Sony Tag9403
17567  0x9404   Tag9404a                             Sony Tag9404a
17568           Tag9404b                             Sony Tag9404b
17569           Tag9404c                             Sony Tag9404c
17570  0x9405   Tag9405a                             Sony Tag9405a
17571           Tag9405b                             Sony Tag9405b
17572  0x9406   Tag9406                              Sony Tag9406
17573  0x940a   Tag940a                              Sony Tag940a
17574  0x940c   Tag940c                              Sony Tag940c
17575  0x940e   AFInfo                               Sony AFInfo
17576           Tag940e                              Sony Tag940e
17577  0x9416   Sony_0x9416                          Sony Tag9416
17578  0xb000   FileFormat                           int8u[4]
17579  0xb001   SonyModelID                          int16u
17580  0xb020   CreativeStyle                        string
17581  0xb021   ColorTemperature                     int32u
17582  0xb022   ColorCompensationFilter              int32u
17583  0xb023   SceneMode                            int32u
17584  0xb024   ZoneMatching                         int32u
17585  0xb025   DynamicRangeOptimizer                int32u
17586  0xb026   ImageStabilization                   int32u
17587  0xb027   LensType                             int32u
17588  0xb028   MinoltaMakerNote                     Minolta
17589  0xb029   ColorMode                            int32u
17590  0xb02a   LensSpec                             int8u[8]
17591  0xb02b   FullImageSize                        int32u[2]
17592  0xb02c   PreviewImageSize                     int32u[2]
17593  0xb040   Macro                                int16u
17594  0xb041   ExposureMode                         int16u
17595  0xb042   FocusMode                            int16u
17596  0xb043   AFAreaMode                           int16u
17597  0xb044   AFIlluminator                        int16u
17598  0xb047   JPEGQuality                          int16u
17599  0xb048   FlashLevel                           int16s
17600  0xb049   ReleaseMode                          int16u
17601  0xb04a   SequenceNumber                       int16u
17602  0xb04b   Anti-Blur                            int16u
17603  0xb04e   FocusMode                            int16u
17604  0xb04f   DynamicRangeOptimizer                int16u
17605  0xb050   HighISONoiseReduction2               int16u
17606  0xb052   IntelligentAuto                      int16u
17607  0xb054   WhiteBalance                         int16u
17608
17609=head3 Sony CameraInfo Tags
17610
17611Camera information for the A700, A850 and A900.
17612
17613  Index1   Tag Name                             Writable
17614  ------   --------                             --------
17615      0    LensSpec                             undef[8]
17616     20    FocusModeSetting                     int8u
17617     21    AFPointSelected                      int8u
17618     25    AFPoint                              int8u
17619     30    AFStatusActiveSensor                 int16s
17620     32    AFStatusUpper-left                   int16s
17621     34    AFStatusLeft                         int16s
17622     36    AFStatusLower-left                   int16s
17623     38    AFStatusFarLeft                      int16s
17624     40    AFStatusBottomAssist-left            int16s
17625     42    AFStatusBottom                       int16s
17626     44    AFStatusBottomAssist-right           int16s
17627     46    AFStatusCenter-7                     int16s
17628     48    AFStatusCenter-horizontal            int16s
17629     50    AFStatusCenter-9                     int16s
17630     52    AFStatusCenter-10                    int16s
17631     54    AFStatusCenter-11                    int16s
17632     56    AFStatusCenter-12                    int16s
17633     58    AFStatusCenter-vertical              int16s
17634     60    AFStatusCenter-14                    int16s
17635     62    AFStatusTopAssist-left               int16s
17636     64    AFStatusTop                          int16s
17637     66    AFStatusTopAssist-right              int16s
17638     68    AFStatusFarRight                     int16s
17639     70    AFStatusUpper-right                  int16s
17640     72    AFStatusRight                        int16s
17641     74    AFStatusLower-right                  int16s
17642     76    AFStatusCenterF2-8                   int16s
17643    304    AFMicroAdjValue                      int8u
17644    305    AFMicroAdjMode                       int8u & 0x80
17645  305.1    AFMicroAdjRegisteredLenses           int8u & 0x7f
17646
17647=head3 Sony CameraInfo2 Tags
17648
17649Camera information for the DSLR-A200, A230, A290, A300, A330, A350, A380 and
17650A390.
17651
17652  Index1   Tag Name                             Writable
17653  ------   --------                             --------
17654      0    LensSpec                             undef[8]
17655     20    AFPointSelected                      int8u
17656     21    FocusModeSetting                     int8u
17657     24    AFPoint                              int8u
17658     27    AFStatusActiveSensor                 int16s
17659     29    AFStatusTop-right                    int16s
17660     31    AFStatusBottom-right                 int16s
17661     33    AFStatusBottom                       int16s
17662     35    AFStatusMiddleHorizontal             int16s
17663     37    AFStatusCenterVertical               int16s
17664     39    AFStatusTop                          int16s
17665     41    AFStatusTop-left                     int16s
17666     43    AFStatusBottom-left                  int16s
17667     45    AFStatusLeft                         int16s
17668     47    AFStatusCenterHorizontal             int16s
17669     49    AFStatusRight                        int16s
17670
17671=head3 Sony CameraInfo3 Tags
17672
17673Camera information stored by the A33, A35, A55, A450, A500, A550, A560,
17674A580, NEX-3/5/5C/C3 and VG10E.  Some tags are valid only for some of these
17675models.
17676
17677  Index1   Tag Name                             Writable
17678  ------   --------                             --------
17679      0    LensSpec                             undef[8]
17680     14    FocalLength                          int16u
17681     16    FocalLengthTeleZoom                  int16u
17682     20    AFPointSelected                      int8u
17683     21    FocusMode                            int8u
17684     24    AFPoint                              int8u
17685     25    FocusStatus                          int8u
17686     27    AFStatusActiveSensor                 int16s
17687     28    AFPointSelected                      int8u
17688     29    FocusMode                            int8u
17689           AFStatusTop-right                    int16s
17690     31    AFStatusBottom-right                 int16s
17691     32    AFPoint                              int8u
17692     33    AFStatusActiveSensor                 int16s
17693           AFStatusBottom                       int16s
17694     35    AFStatus15                           Sony AFStatus15
17695           AFStatusMiddleHorizontal             int16s
17696     37    AFStatusCenterVertical               int16s
17697     39    AFStatusTop                          int16s
17698     41    AFStatusTop-left                     int16s
17699     43    AFStatusBottom-left                  int16s
17700     45    AFStatusLeft                         int16s
17701     47    AFStatusCenterHorizontal             int16s
17702     49    AFStatusRight                        int16s
17703
17704=head3 Sony AFStatus15 Tags
17705
17706AF Status information for models with 15-point AF.
17707
17708  Index1   Tag Name                             Writable
17709  ------   --------                             --------
17710      0    AFStatusUpper-left                   int16s
17711      2    AFStatusLeft                         int16s
17712      4    AFStatusLower-left                   int16s
17713      6    AFStatusFarLeft                      int16s
17714      8    AFStatusTopHorizontal                int16s
17715     10    AFStatusNearRight                    int16s
17716     12    AFStatusCenterHorizontal             int16s
17717     14    AFStatusNearLeft                     int16s
17718     16    AFStatusBottomHorizontal             int16s
17719     18    AFStatusTopVertical                  int16s
17720     20    AFStatusCenterVertical               int16s
17721     22    AFStatusBottomVertical               int16s
17722     24    AFStatusFarRight                     int16s
17723     26    AFStatusUpper-right                  int16s
17724     28    AFStatusRight                        int16s
17725     30    AFStatusLower-right                  int16s
17726     32    AFStatusUpper-middle                 int16s
17727     34    AFStatusLower-middle                 int16s
17728
17729=head3 Sony CameraInfoUnknown Tags
17730
17731  Index1   Tag Name                             Writable
17732  ------   --------                             --------
17733  [no tags known]
17734
17735=head3 Sony FocusInfo Tags
17736
17737More camera settings and focus information decoded for models such as the
17738A200, A230, A290, A300, A330, A350, A380, A390, A700, A850 and A900.
17739
17740  Index1   Tag Name                             Writable
17741  ------   --------                             --------
17742     14    DriveMode2                           int8u
17743     16    Rotation                             int8u
17744     20    ImageStabilizationSetting            int8u
17745     21    DynamicRangeOptimizerMode            int8u
17746     43    BracketShotNumber                    int8u
17747     44    WhiteBalanceBracketing               int8u
17748     45    BracketShotNumber2                   int8u
17749     46    DynamicRangeOptimizerBracket         int8u
17750     47    ExposureBracketShotNumber            int8u
17751     63    ExposureProgram                      int8u
17752     65    CreativeStyle                        int8u
17753    109    ISOSetting                           int8u
17754    111    ISO                                  int8u
17755    119    DynamicRangeOptimizerMode            int8u
17756    121    DynamicRangeOptimizerLevel           int8u
17757   2118    ShutterCount                         int32u
17758   2491    FocusPosition                        int8u
17759   4368    TiffMeteringImage                    no
17760
17761=head3 Sony MoreInfo Tags
17762
17763More camera settings information decoded for the A450, A500, A550, A560,
17764A580, A33, A35, A55, NEX-3/5/C3 and VG10E.
17765
17766  Tag ID   Tag Name                             Writable
17767  ------   --------                             --------
17768  0x0001   MoreSettings                         Sony MoreSettings
17769  0x0002   FaceInfo                             Sony FaceInfo
17770           FaceInfoA                            Sony FaceInfoA
17771  0x0107   TiffMeteringImage                    no
17772  0x0201   MoreInfo0201                         Sony MoreInfo0201
17773  0x0401   MoreInfo0401                         Sony MoreInfo0401
17774
17775=head3 Sony MoreSettings Tags
17776
17777  Index1   Tag Name                             Writable
17778  ------   --------                             --------
17779      1    DriveMode2                           int8u
17780      2    ExposureProgram                      int8u
17781      3    MeteringMode                         int8u
17782      4    DynamicRangeOptimizerSetting         int8u
17783      5    DynamicRangeOptimizerLevel           int8u
17784      6    ColorSpace                           int8u
17785      7    CreativeStyleSetting                 int8u
17786      8    ContrastSetting                      int8s
17787      9    SaturationSetting                    int8s
17788     10    SharpnessSetting                     int8s
17789     13    WhiteBalanceSetting                  int8u
17790     14    ColorTemperatureSetting              int8u
17791     15    ColorCompensationFilterSet           int8s
17792     16    FlashMode                            int8u
17793     17    LongExposureNoiseReduction           int8u
17794     18    HighISONoiseReduction                int8u
17795     19    FocusMode                            int8u
17796     21    MultiFrameNoiseReduction             int8u
17797     22    HDRSetting                           int8u
17798     23    HDRLevel                             int8u
17799     24    ViewingMode                          int8u
17800     25    FaceDetection                        int8u
17801     26    CustomWB_RBLevels                    int16uRev[2]
17802     30    BrightnessValue                      int8u
17803           ExposureCompensationSet              int8u
17804     31    ISO                                  int8u
17805           FlashExposureCompSet                 int8u
17806     32    FNumber                              int8u
17807           LiveViewAFMethod                     int8u
17808     33    ExposureTime                         int8u
17809           ISO                                  int8u
17810     34    FNumber                              int8u
17811     35    FocalLength2                         int8u
17812           ExposureTime                         int8u
17813     36    ExposureCompensation2                int16s
17814     37    FocalLength2                         int8u
17815           ISO                                  int8u
17816     38    FlashExposureCompSet2                int16s
17817           ExposureCompensation2                int16s
17818           FNumber                              int8u
17819     39    ExposureTime                         int8u
17820     40    Orientation2                         int8u
17821     41    FocusPosition2                       int8u
17822           FocalLength2                         int8u
17823     42    FlashAction                          int8u
17824           ExposureCompensation2                int16s
17825     43    FocusPosition2                       int8u
17826     44    FocusMode2                           int8u
17827           FlashAction                          int8u
17828           FlashExposureCompSet2                int16s
17829     46    FocusMode2                           int8u
17830           Orientation2                         int8u
17831     47    FocusPosition2                       int8u
17832     48    FlashAction                          int8u
17833     50    FocusMode2                           int8u
17834    119    FlashAction2                         int8u
17835    120    FlashActionExternal                  int8u
17836    124    FlashActionExternal                  int8u
17837    130    FlashStatus                          int8u
17838    134    FlashStatus                          int8u
17839
17840=head3 Sony FaceInfo Tags
17841
17842  Index2   Tag Name                             Writable
17843  ------   --------                             --------
17844      0    FacesDetected                        int16s
17845      1    Face1Position                        int16u[4]
17846      6    Face2Position                        int16u[4]
17847     11    Face3Position                        int16u[4]
17848     16    Face4Position                        int16u[4]
17849     21    Face5Position                        int16u[4]
17850     26    Face6Position                        int16u[4]
17851     31    Face7Position                        int16u[4]
17852     36    Face8Position                        int16u[4]
17853
17854=head3 Sony FaceInfoA Tags
17855
17856  Index2   Tag Name                             Writable
17857  ------   --------                             --------
17858      3    FacesDetected                        no
17859     11    PotentialFace1Position               int16u[4]
17860     21    PotentialFace2Position               int16u[4]
17861     31    PotentialFace3Position               int16u[4]
17862     41    PotentialFace4Position               int16u[4]
17863     51    PotentialFace5Position               int16u[4]
17864     61    PotentialFace6Position               int16u[4]
17865     71    PotentialFace7Position               int16u[4]
17866     81    PotentialFace8Position               int16u[4]
17867     91    Face1Position                        int16u[4]
17868    101    Face2Position                        int16u[4]
17869    111    Face3Position                        int16u[4]
17870    121    Face4Position                        int16u[4]
17871
17872=head3 Sony MoreInfo0201 Tags
17873
17874  Index1   Tag Name                             Writable
17875  ------   --------                             --------
17876    283    ImageCount                           int32u
17877    293    ShutterCount                         int32u
17878    330    ShutterCount                         int32u
17879
17880=head3 Sony MoreInfo0401 Tags
17881
17882  Index1   Tag Name                             Writable
17883  ------   --------                             --------
17884   1102    ShotNumberSincePowerUp               int32u
17885
17886=head3 Sony CameraSettings Tags
17887
17888Camera settings for the A200, A300, A350, A700, A850 and A900.
17889
17890  Index2   Tag Name                             Writable
17891  ------   --------                             --------
17892      0    ExposureTime                         int16u
17893      1    FNumber                              int16u
17894      2    HighSpeedSync                        int16u
17895      3    ExposureCompensationSet              int16u
17896      4    DriveMode                            int16u & 0xff
17897      5    WhiteBalanceSetting                  int16u
17898      6    WhiteBalanceFineTune                 int16u
17899      7    ColorTemperatureSet                  int16u
17900      8    ColorCompensationFilterSet           int16u
17901     12    ColorTemperatureCustom               int16u
17902     13    ColorCompensationFilterCustom        int16u
17903     15    WhiteBalance                         int16u
17904     16    FocusModeSetting                     int16u
17905     17    AFAreaMode                           int16u
17906     18    AFPointSetting                       int16u
17907     19    FlashMode                            int16u
17908     20    FlashExposureCompSet                 int16u
17909     21    MeteringMode                         int16u
17910     22    ISOSetting                           int16u
17911     24    DynamicRangeOptimizerMode            int16u
17912     25    DynamicRangeOptimizerLevel           int16u
17913     26    CreativeStyle                        int16u
17914     27    ColorSpace                           int16u
17915     28    Sharpness                            int16u
17916     29    Contrast                             int16u
17917     30    Saturation                           int16u
17918     31    ZoneMatchingValue                    int16u
17919     34    Brightness                           int16u
17920     35    FlashControl                         int16u
17921     40    PrioritySetupShutterRelease          int16u
17922     41    AFIlluminator                        int16u
17923     42    AFWithShutter                        int16u
17924     43    LongExposureNoiseReduction           int16u
17925     44    HighISONoiseReduction                int16u
17926     45    ImageStyle                           int16u
17927     46    FocusModeSwitch                      int16u
17928     47    ShutterSpeedSetting                  int16u
17929     48    ApertureSetting                      int16u
17930     60    ExposureProgram                      int16u
17931     61    ImageStabilizationSetting            int16u
17932     62    FlashAction                          int16u
17933     63    Rotation                             int16u
17934     64    AELock                               int16u
17935     76    FlashAction2                         int16u
17936     77    FocusMode                            int16u
17937     80    BatteryState                         int16u
17938     81    BatteryLevel                         int16u
17939     83    FocusStatus                          int16u
17940     84    SonyImageSize                        int16u
17941     85    AspectRatio                          int16u
17942     86    Quality                              int16u
17943     88    ExposureLevelIncrements              int16u
17944    106    RedEyeReduction                      int16u
17945    154    FolderNumber                         int16u & 0x3ff
17946    155    ImageNumber                          int16u & 0x3fff
17947
17948=head3 Sony CameraSettings2 Tags
17949
17950Camera settings for the A230, A290, A330, A380 and A390.
17951
17952  Index2   Tag Name                             Writable
17953  ------   --------                             --------
17954      0    ExposureTime                         int16u
17955      1    FNumber                              int16u
17956      2    HighSpeedSync                        int16u
17957      3    ExposureCompensationSet              int16u
17958      4    WhiteBalanceSetting                  int16u
17959      5    WhiteBalanceFineTune                 int16u
17960      6    ColorTemperatureSet                  int16u
17961      7    ColorCompensationFilterSet           int16u
17962      8    CustomWB_RGBLevels                   int16u[3]
17963     11    ColorTemperatureCustom               int16u
17964     12    ColorCompensationFilterCustom        int16u
17965     14    WhiteBalance                         int16u
17966     15    FocusModeSetting                     int16u
17967     16    AFAreaMode                           int16u
17968     17    AFPointSetting                       int16u
17969     18    FlashExposureCompSet                 int16u
17970     19    MeteringMode                         int16u
17971     20    ISOSetting                           int16u
17972     22    DynamicRangeOptimizerMode            int16u
17973     23    DynamicRangeOptimizerLevel           int16u
17974     24    CreativeStyle                        int16u
17975     25    Sharpness                            int16u
17976     26    Contrast                             int16u
17977     27    Saturation                           int16u
17978     31    FlashControl                         int16u
17979     37    LongExposureNoiseReduction           int16u
17980     38    HighISONoiseReduction                int16u
17981     39    ImageStyle                           int16u
17982     40    ShutterSpeedSetting                  int16u
17983     41    ApertureSetting                      int16u
17984     60    ExposureProgram                      int16u
17985     61    ImageStabilizationSetting            int16u
17986     62    FlashAction                          int16u
17987     63    Rotation                             int16u
17988     64    AELock                               int16u
17989     76    FlashAction2                         int16u
17990     77    FocusMode                            int16u
17991     83    FocusStatus                          int16u
17992     84    SonyImageSize                        int16u
17993     85    AspectRatio                          int16u
17994     86    Quality                              int16u
17995     88    ExposureLevelIncrements              int16u
17996    126    DriveMode                            int16u & 0xff
17997    127    FlashMode                            int16u
17998    131    ColorSpace                           int16u
17999
18000=head3 Sony CameraSettings3 Tags
18001
18002Camera settings for models such as the A33, A35, A55, A450, A500, A550,
18003A560, A580, NEX-3, NEX-5, NEX-C3 and NEX-VG10E.
18004
18005  Index1   Tag Name                             Writable
18006  ------   --------                             --------
18007      0    ShutterSpeedSetting                  int8u
18008      1    ApertureSetting                      int8u
18009      2    ISOSetting                           int8u
18010      3    ExposureCompensationSet              int8u
18011      4    DriveModeSetting                     int8u
18012      5    ExposureProgram                      int8u
18013      6    FocusModeSetting                     int8u
18014      7    MeteringMode                         int8u
18015      9    SonyImageSize                        int8u
18016     10    AspectRatio                          int8u
18017     11    Quality                              int8u
18018     12    DynamicRangeOptimizerSetting         int8u
18019     13    DynamicRangeOptimizerLevel           int8u
18020     14    ColorSpace                           int8u
18021     15    CreativeStyleSetting                 int8u
18022     16    ContrastSetting                      int8s
18023     17    SaturationSetting                    int8s
18024     18    SharpnessSetting                     int8s
18025     22    WhiteBalanceSetting                  int8u
18026     23    ColorTemperatureSetting              int8u
18027     24    ColorCompensationFilterSet           int8s
18028     25    CustomWB_RGBLevels                   int16uRev[3]
18029     32    FlashMode                            int8u
18030     33    FlashControl                         int8u
18031     35    FlashExposureCompSet                 int8u
18032     36    AFAreaMode                           int8u
18033     37    LongExposureNoiseReduction           int8u
18034     38    HighISONoiseReduction                int8u
18035     39    SmileShutterMode                     int8u
18036     40    RedEyeReduction                      int8u
18037     45    HDRSetting                           int8u
18038     46    HDRLevel                             int8u
18039     47    ViewingMode                          int8u
18040     48    FaceDetection                        int8u
18041     49    SmileShutter                         int8u
18042     50    SweepPanoramaSize                    int8u
18043     51    SweepPanoramaDirection               int8u
18044     52    DriveMode                            int8u
18045     53    MultiFrameNoiseReduction             int8u
18046     54    LiveViewAFSetting                    int8u
18047     56    PanoramaSize3D                       int8u
18048    131    AFButtonPressed                      int8u
18049    132    LiveViewMetering                     int8u
18050    133    ViewingMode2                         int8u
18051    134    AELock                               int8u
18052    135    FlashStatusBuilt-in                  int8u
18053    136    FlashStatusExternal                  int8u
18054    139    LiveViewFocusMode                    int8u
18055    153    LensMount                            int8u
18056    268    SequenceNumber                       int8u
18057    276    FolderNumber                         int32u & 0xffc000
18058  276.1    ImageNumber                          int32u & 0x3fff
18059    512    ShotNumberSincePowerUp2              int32u
18060    643    AFButtonPressed                      int8u
18061    644    LiveViewMetering                     int8u
18062    645    ViewingMode2                         int8u
18063    646    AELock                               int8u
18064    647    FlashStatusBuilt-in                  int8u
18065    648    FlashStatusExternal                  int8u
18066    651    LiveViewFocusMode                    int8u
18067    780    SequenceNumber                       int8u
18068    788    ImageNumber                          int16u & 0x3fff
18069    790    FolderNumber                         int16u & 0x3ff
18070   1008    LensE-mountVersion                   int16u
18071   1011    LensFirmwareVersion                  int16u~
18072   1015    LensType2                            int16u
18073   1024    ImageNumber                          int16u & 0x3fff
18074   1026    FolderNumber                         int16u & 0x3ff
18075
18076=head3 Sony CameraSettingsUnknown Tags
18077
18078  Index2   Tag Name                             Writable
18079  ------   --------                             --------
18080  [no tags known]
18081
18082=head3 Sony ExtraInfo Tags
18083
18084Extra hardware information for the A850 and A900.
18085
18086  Index1   Tag Name                             Writable
18087  ------   --------                             --------
18088      1    BatteryTemperature                   int8u
18089      2    BatteryUnknown?                      no
18090      8    BatteryVoltage?                      no
18091     10    ImageStabilization2?                 int8u
18092     12    BatteryLevel                         int8u
18093     26    ExtraInfoVersion                     int8u[4]
18094
18095=head3 Sony ExtraInfo2 Tags
18096
18097Extra hardware information for the A230/290/330/380/390.
18098
18099  Index1   Tag Name                             Writable
18100  ------   --------                             --------
18101      4    BatteryLevel                         int8u
18102     18    ImageStabilization                   int8u
18103
18104=head3 Sony ExtraInfo3 Tags
18105
18106Extra hardware information for the A33, A35, A55, A450, A500, A550, A560,
18107A580 and NEX-3/5/C3/VG10.
18108
18109  Index1   Tag Name                             Writable
18110  ------   --------                             --------
18111      0    BatteryUnknown?                      int16u
18112      2    BatteryTemperature                   int8u
18113      4    BatteryLevel                         int8u
18114      6    BatteryVoltage1                      int16u
18115      8    BatteryVoltage2                      int16u
18116     17    ImageStabilization                   int8u
18117     20    BatteryState                         int8u
18118           ExposureProgram                      int8u
18119           ModeDialPosition                     int8u
18120     22    MemoryCardConfiguration              int8u & 0xc0
18121           CameraOrientation                    int8u
18122     24    CameraOrientation                    int8u & 0x30
18123
18124=head3 Sony Panorama Tags
18125
18126Tags found in panorama images from various Sony DSC, NEX, SLT and DSLR
18127cameras.  The width/height values of these tags are not affected by camera
18128rotation -- the width is always the longer dimension.
18129
18130  Index4   Tag Name                             Writable
18131  ------   --------                             --------
18132      1    PanoramaFullWidth                    int32u
18133      2    PanoramaFullHeight                   int32u
18134      3    PanoramaDirection                    int32u
18135      4    PanoramaCropLeft                     int32u
18136      5    PanoramaCropTop                      int32u
18137      6    PanoramaCropRight                    int32u
18138      7    PanoramaCropBottom                   int32u
18139      8    PanoramaFrameWidth                   int32u
18140      9    PanoramaFrameHeight                  int32u
18141     10    PanoramaSourceWidth                  int32u
18142     11    PanoramaSourceHeight                 int32u
18143
18144=head3 Sony Tag2010a Tags
18145
18146Valid for NEX-5N.
18147
18148  Index1   Tag Name                             Writable
18149  ------   --------                             --------
18150   1200    MeterInfo?                           Sony MeterInfo
18151   4392    ReleaseMode3                         int8u
18152   4396    ReleaseMode2                         int8u
18153   4404    SelfTimer                            int8u
18154   4408    FlashMode                            int8u
18155   4414    StopsAboveBaseISO                    int16u
18156   4416    BrightnessValue                      int16u
18157   4420    DynamicRangeOptimizer                int8u
18158   4424    HDRSetting                           int8u
18159   4428    ExposureCompensation                 int16s
18160   4446    PictureProfile                       int8u
18161   4447    PictureProfile                       int8u
18162   4451    PictureEffect2                       int8u
18163   4464    Quality2                             int8u
18164   4468    MeteringMode                         int8u
18165   4469    ExposureProgram                      int8u
18166   4476    WB_RGBLevels                         int16u[3]
18167
18168=head3 Sony MeterInfo Tags
18169
18170Information possibly related to metering.  Extracted only if the Unknown
18171option is used.
18172
18173  Index1   Tag Name                             Writable
18174  ------   --------                             --------
18175      0    MeterInfo1Row1                       int32u[27]
18176    108    MeterInfo1Row2                       int32u[27]
18177    216    MeterInfo1Row3                       int32u[27]
18178    324    MeterInfo1Row4                       int32u[27]
18179    432    MeterInfo1Row5                       int32u[27]
18180    540    MeterInfo1Row6                       int32u[27]
18181    648    MeterInfo1Row7                       int32u[27]
18182    756    MeterInfo2Row1                       int32u[33]
18183    888    MeterInfo2Row2                       int32u[33]
18184   1020    MeterInfo2Row3                       int32u[33]
18185   1152    MeterInfo2Row4                       int32u[33]
18186   1284    MeterInfo2Row5                       int32u[33]
18187   1416    MeterInfo2Row6                       int32u[33]
18188   1548    MeterInfo2Row7                       int32u[33]
18189   1680    MeterInfo2Row8                       int32u[33]
18190   1812    MeterInfo2Row9                       int32u[33]
18191
18192=head3 Sony Tag2010b Tags
18193
18194Valid for SLT-A65/A77, NEX-7/VG20E.
18195
18196  Index1   Tag Name                             Writable
18197  ------   --------                             --------
18198      0    SequenceImageNumber                  int32u
18199      4    SequenceFileNumber                   int32u
18200      8    ReleaseMode2                         int32u
18201    438    SonyDateTime                         undef[7]
18202    804    DynamicRangeOptimizer                int8u
18203   1204    MeterInfo?                           Sony MeterInfo
18204   4392    ReleaseMode3                         int8u
18205   4396    ReleaseMode2                         int8u
18206   4404    SelfTimer                            int8u
18207   4408    FlashMode                            int8u
18208   4414    StopsAboveBaseISO                    int16u
18209   4416    BrightnessValue                      int16u
18210   4420    DynamicRangeOptimizer                int8u
18211   4424    HDRSetting                           int8u
18212   4428    ExposureCompensation                 int16s
18213   4450    PictureProfile                       int8u
18214   4451    PictureProfile                       int8u
18215   4455    PictureEffect2                       int8u
18216   4468    Quality2                             int8u
18217   4472    MeteringMode                         int8u
18218   4473    ExposureProgram                      int8u
18219   4480    WB_RGBLevels                         int16u[3]
18220   4632    SonyISO                              int16u
18221   6691    DistortionCorrParams                 int16s[16]
18222
18223=head3 Sony Tag2010c Tags
18224
18225Valid for SLT-A37/A57 and NEX-F3.
18226
18227  Index1   Tag Name                             Writable
18228  ------   --------                             --------
18229      0    SequenceImageNumber                  int32u
18230      4    SequenceFileNumber                   int32u
18231      8    ReleaseMode2                         int32u
18232    512    DigitalZoomRatio                     int8u
18233    528    SonyDateTime                         undef[7]
18234    768    DynamicRangeOptimizer                int8u
18235   1168    MeterInfo?                           Sony MeterInfo
18236   4356    ReleaseMode3                         int8u
18237   4360    ReleaseMode2                         int8u
18238   4368    SelfTimer                            int8u
18239   4372    FlashMode                            int8u
18240   4378    StopsAboveBaseISO                    int16u
18241   4380    BrightnessValue                      int16u
18242   4384    DynamicRangeOptimizer                int8u
18243   4388    HDRSetting                           int8u
18244   4392    ExposureCompensation                 int16s
18245   4414    PictureProfile                       int8u
18246   4415    PictureProfile                       int8u
18247   4419    PictureEffect2                       int8u
18248   4432    Quality2                             int8u
18249   4436    MeteringMode                         int8u
18250   4437    ExposureProgram                      int8u
18251   4444    WB_RGBLevels                         int16u[3]
18252   4596    SonyISO                              int16u
18253
18254=head3 Sony Tag2010d Tags
18255
18256Valid for DSC-HX10V/HX20V/HX200V/TX66/TX200V/TX300V/WX50/WX100/WX150, but
18257not valid for panorama images.
18258
18259  Index1   Tag Name                             Writable
18260  ------   --------                             --------
18261      0    SequenceImageNumber                  int32u
18262      4    SequenceFileNumber                   int32u
18263      8    ReleaseMode2                         int32u
18264    510    SonyDateTime                         undef[7]
18265    892    DynamicRangeOptimizer                int8u
18266   1292    MeterInfo?                           Sony MeterInfo
18267   4480    ReleaseMode3                         int8u
18268   4484    ReleaseMode2                         int8u
18269   4492    SelfTimer                            int8u
18270   4496    FlashMode                            int8u
18271   4502    StopsAboveBaseISO                    int16u
18272   4504    BrightnessValue                      int16u
18273   4508    DynamicRangeOptimizer                int8u
18274   4512    HDRSetting                           int8u
18275   4538    PictureProfile                       int8u
18276   4539    PictureProfile                       int8u
18277   4543    PictureEffect2                       int8u
18278   4560    MeteringMode                         int8u
18279   4561    ExposureProgram                      int8u
18280   4568    WB_RGBLevels                         int16u[3]
18281   4720    SonyISO                              int16u
18282
18283=head3 Sony Tag2010e Tags
18284
18285Valid for SLT-A58/A99, ILCE-3000/3500, NEX-3N/5R/5T/6/VG30E/VG900,
18286DSC-RX100, DSC-RX1/RX1R. Also valid for DSC-HX300/HX50V/TX30/WX60/WX200/
18287WX300, but not for panorama images.
18288
18289  Index1   Tag Name                             Writable
18290  ------   --------                             --------
18291      0    SequenceImageNumber                  int32u
18292      4    SequenceFileNumber                   int32u
18293      8    ReleaseMode2                         int32u
18294    540    DigitalZoomRatio                     int8u
18295    556    SonyDateTime                         undef[7]
18296    808    DynamicRangeOptimizer                int8u
18297   1208    MeterInfo?                           Sony MeterInfo
18298   4444    ReleaseMode3                         int8u
18299   4448    ReleaseMode2                         int8u
18300   4456    SelfTimer                            int8u
18301   4460    FlashMode                            int8u
18302   4466    StopsAboveBaseISO                    int16u
18303   4468    BrightnessValue                      int16u
18304   4472    DynamicRangeOptimizer                int8u
18305   4476    HDRSetting                           int8u
18306   4480    ExposureCompensation                 int16s
18307   4502    PictureProfile                       int8u
18308   4503    PictureProfile                       int8u
18309   4507    PictureEffect2                       int8u
18310   4520    Quality2                             int8u
18311   4524    MeteringMode                         int8u
18312   4525    ExposureProgram                      int8u
18313   4532    WB_RGBLevels                         int16u[3]
18314   4692    SonyISO                              int16u
18315   4696    SonyISO                              int16u
18316   4728    FocalLength                          int16u
18317   4730    MinFocalLength                       int16u
18318   4732    MaxFocalLength                       int16u
18319   4736    SonyISO                              int16u
18320   6256    DistortionCorrParams                 int16s[16]
18321   6289    LensFormat                           int8u
18322   6290    LensMount                            int8u
18323   6291    LensType2                            int16u
18324   6294    LensType                             int16u
18325   6296    DistortionCorrParamsPresent          int8u
18326   6297    DistortionCorrParamsNumber           int8u
18327
18328=head3 Sony Tag2010f Tags
18329
18330Valid for DSC-RX100M2, DSC-QX10/QX100.
18331
18332  Index1   Tag Name                             Writable
18333  ------   --------                             --------
18334      4    ReleaseMode2                         int32u
18335     80    DynamicRangeOptimizer                int8u
18336    480    MeterInfo?                           Sony MeterInfo
18337   4116    ReleaseMode3                         int8u
18338   4120    ReleaseMode2                         int8u
18339   4128    SelfTimer                            int8u
18340   4132    FlashMode                            int8u
18341   4138    StopsAboveBaseISO                    int16u
18342   4140    BrightnessValue                      int16u
18343   4144    DynamicRangeOptimizer                int8u
18344   4148    HDRSetting                           int8u
18345   4152    ExposureCompensation                 int16s
18346   4174    PictureProfile                       int8u
18347   4175    PictureProfile                       int8u
18348   4179    PictureEffect2                       int8u
18349   4192    Quality2                             int8u
18350   4196    MeteringMode                         int8u
18351   4197    ExposureProgram                      int8u
18352   4204    WB_RGBLevels                         int16u[3]
18353   4404    FocalLength                          int16u
18354   4406    MinFocalLength                       int16u
18355   4408    MaxFocalLength                       int16u
18356   4412    SonyISO                              int16u
18357
18358=head3 Sony Tag2010g Tags
18359
18360Valid for DSC-HX60V/HX350/HX400V/QX30/RX10/RX100M3/WX220/WX350,
18361ILCE-7/7R/7S/7M2/5000/5100/6000/QX1, ILCA-68/77M2.
18362
18363  Index1   Tag Name                             Writable
18364  ------   --------                             --------
18365      4    ReleaseMode2                         int32u
18366     80    DynamicRangeOptimizer                int8u
18367    524    ReleaseMode3                         int8u
18368    528    ReleaseMode2                         int8u
18369    536    SelfTimer                            int8u
18370    540    FlashMode                            int8u
18371    546    StopsAboveBaseISO                    int16u
18372    548    BrightnessValue                      int16u
18373    552    DynamicRangeOptimizer                int8u
18374    556    HDRSetting                           int8u
18375    560    ExposureCompensation                 int16s
18376    582    PictureProfile                       int8u
18377    583    PictureProfile                       int8u
18378    587    PictureEffect2                       int8u
18379    600    Quality2                             int8u
18380    604    MeteringMode                         int8u
18381    605    ExposureProgram                      int8u
18382    612    WB_RGBLevels                         int16u[3]
18383    812    FocalLength                          int16u
18384    814    MinFocalLength                       int16u
18385    816    MaxFocalLength                       int16u
18386    836    SonyISO                              int16u
18387    904    MeterInfo?                           Sony MeterInfo
18388   6300    DistortionCorrParams                 int16s[16]
18389   6333    LensFormat                           int8u
18390   6334    LensMount                            int8u
18391   6335    LensType2                            int16u
18392   6338    LensType                             int16u
18393   6340    DistortionCorrParamsPresent          int8u
18394   6341    DistortionCorrParamsNumber           int8u
18395
18396=head3 Sony Tag2010h Tags
18397
18398Valid for DSC-HX80/HX90V/RX0/RX1RM2/RX10M2/RX10M3/RX100M4/RX100M5/WX500,
18399ILCE-6300/6500/7RM2/7SM2, ILCA-99M2.
18400
18401  Index1   Tag Name                             Writable
18402  ------   --------                             --------
18403      4    ReleaseMode2                         int32u
18404     80    DynamicRangeOptimizer                int8u
18405    524    ReleaseMode3                         int8u
18406    528    ReleaseMode2                         int8u
18407    536    SelfTimer                            int8u
18408    540    FlashMode                            int8u
18409    546    StopsAboveBaseISO                    int16u
18410    548    BrightnessValue                      int16u
18411    552    DynamicRangeOptimizer                int8u
18412    556    HDRSetting                           int8u
18413    560    ExposureCompensation                 int16s
18414    582    PictureProfile                       int8u
18415    583    PictureProfile                       int8u
18416    587    PictureEffect2                       int8u
18417    600    Quality2                             int8u
18418    604    MeteringMode                         int8u
18419    605    ExposureProgram                      int8u
18420    612    WB_RGBLevels                         int16u[3]
18421    812    FocalLength                          int16u
18422    814    MinFocalLength                       int16u
18423    816    MaxFocalLength                       int16u
18424    838    SonyISO                              int16u
18425    904    MeterInfo?                           Sony MeterInfo
18426    920    MeterInfo?                           Sony MeterInfo
18427   6348    DistortionCorrParams                 int16s[16]
18428   6381    LensFormat                           int8u
18429   6382    LensMount                            int8u
18430   6383    LensType2                            int16u
18431   6386    LensType                             int16u
18432   6388    DistortionCorrParamsPresent          int8u
18433   6389    DistortionCorrParamsNumber           int8u
18434
18435=head3 Sony Tag2010i Tags
18436
18437Valid for ILCE-6100/6400/6600/7C/7M3/7RM3/7RM4/9/9M2, DSC-RX0M2/RX10M4/RX100M6/
18438RX100M5A/RX100M7/HX99.
18439
18440  Index1   Tag Name                             Writable
18441  ------   --------                             --------
18442      4    ReleaseMode2                         int32u
18443     78    DynamicRangeOptimizer                int8u
18444    516    ReleaseMode3                         int8u
18445    520    ReleaseMode2                         int8u
18446    528    SelfTimer                            int8u
18447    529    FlashMode                            int8u
18448    535    StopsAboveBaseISO                    int16u
18449    537    BrightnessValue                      int16u
18450    539    DynamicRangeOptimizer                int8u
18451    543    HDRSetting                           int8u
18452    547    ExposureCompensation                 int16s
18453    567    PictureProfile                       int8u
18454    568    PictureProfile                       int8u
18455    572    PictureEffect2                       int8u
18456    583    Quality2                             int8u
18457    587    MeteringMode                         int8u
18458    588    ExposureProgram                      int8u
18459    594    WB_RGBLevels                         int16u[3]
18460    778    FocalLength                          int16u
18461    780    MinFocalLength                       int16u
18462    782    MaxFocalLength                       int16u
18463    800    SonyISO                              int16u
18464    877    MeterInfo?                           Sony MeterInfo9
18465   6096    DistortionCorrParams                 int16s[16]
18466   6129    LensFormat                           int8u
18467   6130    LensMount                            int8u
18468   6131    LensType2                            int16u
18469   6134    LensType                             int16u
18470   6136    DistortionCorrParamsPresent          int8u
18471   6137    DistortionCorrParamsNumber           int8u
18472
18473=head3 Sony MeterInfo9 Tags
18474
18475Information possibly related to metering.  Extracted only if the Unknown
18476option is used.
18477
18478  Index1   Tag Name                             Writable
18479  ------   --------                             --------
18480      0    MeterInfo1Row1                       no
18481     90    MeterInfo1Row2                       no
18482    180    MeterInfo1Row3                       no
18483    270    MeterInfo1Row4                       no
18484    360    MeterInfo1Row5                       no
18485    450    MeterInfo1Row6                       no
18486    540    MeterInfo1Row7                       no
18487    630    MeterInfo2Row1                       no
18488    740    MeterInfo2Row2                       no
18489    850    MeterInfo2Row3                       no
18490    960    MeterInfo2Row4                       no
18491   1070    MeterInfo2Row5                       no
18492   1180    MeterInfo2Row6                       no
18493   1290    MeterInfo2Row7                       no
18494   1400    MeterInfo2Row8                       no
18495   1510    MeterInfo2Row9                       no
18496
18497=head3 Sony Tag202a Tags
18498
18499  Index1   Tag Name                             Writable
18500  ------   --------                             --------
18501      1    FocalPlaneAFPointsUsed               int8u
18502      2    FocalPlaneAFPointArea                int16u[2]
18503      6    FocalPlaneAFPointLocation1           int16u[2]
18504     10    FocalPlaneAFPointLocation2           int16u[2]
18505     14    FocalPlaneAFPointLocation3           int16u[2]
18506     18    FocalPlaneAFPointLocation4           int16u[2]
18507     22    FocalPlaneAFPointLocation5           int16u[2]
18508     26    FocalPlaneAFPointLocation6           int16u[2]
18509     30    FocalPlaneAFPointLocation7           int16u[2]
18510     34    FocalPlaneAFPointLocation8           int16u[2]
18511     38    FocalPlaneAFPointLocation9           int16u[2]
18512     42    FocalPlaneAFPointLocation10          int16u[2]
18513     46    FocalPlaneAFPointLocation11          int16u[2]
18514     50    FocalPlaneAFPointLocation12          int16u[2]
18515     54    FocalPlaneAFPointLocation13          int16u[2]
18516     58    FocalPlaneAFPointLocation14          int16u[2]
18517     62    FocalPlaneAFPointLocation15          int16u[2]
18518
18519=head3 Sony ShotInfo Tags
18520
18521  Index1   Tag Name                             Writable
18522  ------   --------                             --------
18523      2    FaceInfoOffset                       no
18524      6    SonyDateTime                         string[20]
18525     26    SonyImageHeight                      int16u
18526     28    SonyImageWidth                       int16u
18527     48    FacesDetected                        int16u
18528     50    FaceInfoLength                       no
18529     52    MetaVersion                          string[16]
18530     72    FaceInfo1                            Sony FaceInfo1
18531     94    FaceInfo2                            Sony FaceInfo2
18532
18533=head3 Sony FaceInfo1 Tags
18534
18535  Index1   Tag Name                             Writable
18536  ------   --------                             --------
18537      0    Face1Position                        int16u[4]
18538     32    Face2Position                        int16u[4]
18539     64    Face3Position                        int16u[4]
18540     96    Face4Position                        int16u[4]
18541    128    Face5Position                        int16u[4]
18542    160    Face6Position                        int16u[4]
18543    192    Face7Position                        int16u[4]
18544    224    Face8Position                        int16u[4]
18545
18546=head3 Sony FaceInfo2 Tags
18547
18548  Index1   Tag Name                             Writable
18549  ------   --------                             --------
18550      0    Face1Position                        int16u[4]
18551     37    Face2Position                        int16u[4]
18552     74    Face3Position                        int16u[4]
18553    111    Face4Position                        int16u[4]
18554    148    Face5Position                        int16u[4]
18555    185    Face6Position                        int16u[4]
18556    222    Face7Position                        int16u[4]
18557    259    Face8Position                        int16u[4]
18558
18559=head3 Sony Tag900b Tags
18560
18561  Index1   Tag Name                             Writable
18562  ------   --------                             --------
18563      2    FacesDetected                        no
18564    189    FaceDetection                        no
18565
18566=head3 Sony Tag9050a Tags
18567
18568Data for tags 0x9050, 0x94xx and 0x2010 is encrypted by a simple
18569substitution cipher, but the deciphered values are listed below.
18570
18571  Index1   Tag Name                             Writable
18572  ------   --------                             --------
18573      0    SonyMaxAperture                      int8u
18574      1    SonyMinAperture                      int8u
18575     32    Shutter                              int16u[3]
18576     49    FlashStatus                          int8u
18577     50    ShutterCount                         int32u
18578     58    SonyExposureTime                     int16u
18579     60    SonyFNumber                          int16u
18580     63    ReleaseMode2                         int8u
18581     76    ShutterCount2                        int32u
18582     81    SonyDateTime2                        undef[6]
18583    103    ReleaseMode2                         int8u
18584    124    InternalSerialNumber                 int8u[4]~
18585    240    InternalSerialNumber                 int8u[5]
18586    261    LensMount                            int8u
18587    262    LensFormat                           int8u
18588    263    LensType2                            int16u
18589    265    LensType                             int16u
18590    267    DistortionCorrParamsPresent          int8u
18591    276    APS-CSizeCapture                     int8u
18592    277    LensSpecFeatures                     undef[2]
18593    278    LensSpecFeatures                     undef[2]
18594    416    ShutterCount3                        int32u
18595    426    ShutterCount3                        int32u
18596    445    ShutterCount3                        int32u
18597
18598=head3 Sony Tag9050b Tags
18599
18600Valid from July 2015 for ILCE-6100/6300/6400/6500/6600/7C/7M3/7RM2/7RM3/7RM4/
186017SM2/9/9M2, ILCA-99M2.
18602
18603  Index1   Tag Name                             Writable
18604  ------   --------                             --------
18605      0    SonyMaxAperture                      int8u
18606      1    SonyMinAperture                      int8u
18607     38    Shutter                              int16u[3]
18608     57    FlashStatus                          int8u
18609     58    ShutterCount                         int32u
18610     70    SonyExposureTime                     int16u
18611     72    SonyFNumber                          int16u
18612     75    ReleaseMode2                         int8u
18613     80    ShutterCount2                        int32u
18614     82    ShutterCount2                        int32u
18615     88    ShutterCount2                        int32u
18616     97    SonyTimeMinSec                       no
18617    107    ReleaseMode2                         int8u
18618    109    ReleaseMode2                         int8u
18619    115    ReleaseMode2                         int8u
18620    136    InternalSerialNumber                 int8u[6]~
18621    261    LensMount                            int8u
18622    262    LensFormat                           int8u
18623    263    LensType2                            int16u
18624    265    LensType                             int16u
18625    267    DistortionCorrParamsPresent          int8u
18626    276    APS-CSizeCapture                     int8u
18627    278    LensSpecFeatures                     undef[2]
18628    415    ShutterCount3                        int32u
18629    459    ShutterCount3                        int32u
18630    461    ShutterCount3                        int32u
18631    491    APS-CSizeCapture                     int8u
18632    493    LensSpecFeatures                     undef[2]
18633    494    APS-CSizeCapture                     int8u
18634    496    LensSpecFeatures                     undef[2]
18635    538    APS-CSizeCapture                     int8u
18636    540    LensSpecFeatures                     undef[2]
18637           APS-CSizeCapture                     int8u
18638    542    LensSpecFeatures                     undef[2]
18639
18640=head3 Sony Tag9050c Tags
18641
18642Valid from July 2020 for ILCE-1/7SM3, ILME-FX3.
18643
18644  Index1   Tag Name                             Writable
18645  ------   --------                             --------
18646     38    Shutter                              int16u[3]
18647     57    FlashStatus                          int8u
18648     58    ShutterCount                         int32u~
18649     70    SonyExposureTime                     int16u
18650     72    SonyFNumber                          int16u
18651     75    ReleaseMode2                         int8u
18652     80    ShutterCount2                        int32u
18653    102    SonyExposureTime                     int16u
18654    104    SonyFNumber                          int16u
18655    107    ReleaseMode2                         int8u
18656    136    InternalSerialNumber                 int8u[6]~
18657    138    InternalSerialNumber                 int8u[6]~
18658
18659=head3 Sony Tag9400a Tags
18660
18661Valid for many DSC, NEX and SLT models
18662
18663  Index1   Tag Name                             Writable
18664  ------   --------                             --------
18665      8    SequenceImageNumber                  int32u
18666     12    SequenceFileNumber                   int32u
18667     16    ReleaseMode2                         int8u
18668     18    DigitalZoom                          int8u
18669     26    ShotNumberSincePowerUp               int32u
18670     34    SequenceLength                       int8u
18671     40    CameraOrientation                    int8u
18672     41    Quality2                             int8u
18673     68    SonyImageHeight                      int16u~
18674     82    ModelReleaseYear                     int8u~
18675
18676=head3 Sony Tag9400b Tags
18677
18678Valid for NEX-3N, ILCE-3000/3500, SLT-A58, DSC-WX60, DSC-WX300, DSC-RX100M2,
18679DSC-HX50V, DSC-QX10/QX100.
18680
18681  Index1   Tag Name                             Writable
18682  ------   --------                             --------
18683      8    SequenceImageNumber                  int32u
18684     12    SequenceFileNumber                   int32u
18685     16    ReleaseMode2                         int8u
18686     18    DigitalZoom                          int8u
18687     22    ShotNumberSincePowerUp               int32u
18688     30    SequenceLength                       int8u
18689     36    CameraOrientation                    int8u
18690     37    Quality2                             int8u
18691     63    SonyImageHeight                      int16u~
18692     70    ModelReleaseYear                     int8u~
18693
18694=head3 Sony Tag9400c Tags
18695
18696Valid for DSC-HX60V/HX80/HX90V/HX99/HX350/HX400V/QX30/RX0/RX1RM2/RX10/
18697RX10M2/RX10M3/RX10M4/RX100M3/RX100M4/RX100M5/RX100M5A/RX100M6/RX100M7/WX220/
18698WX350/WX500, ILCE-1/7/7C/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/7SM3/9/9M2/5000/
186995100/6000/6100/6300/6400/6500/6600/QX1, ILCA-68/77M2/99M2.
18700
18701  Index1   Tag Name                             Writable
18702  ------   --------                             --------
18703      9    ReleaseMode2                         int8u
18704     10    ShotNumberSincePowerUp               int32u
18705     18    SequenceImageNumber                  int32u
18706     22    SequenceLength                       int8u
18707     26    SequenceFileNumber                   int32u
18708     30    SequenceLength                       int8u
18709     41    CameraOrientation                    int8u
18710     42    Quality2                             int8u
18711     71    SonyImageHeight                      int16u~
18712     83    ModelReleaseYear                     int8u~
18713
18714=head3 Sony Tag9401 Tags
18715
18716  Index1   Tag Name                             Writable
18717  ------   --------                             --------
18718   1176    ISOInfo                              Sony ISOInfo
18719   1185    ISOInfo                              Sony ISOInfo
18720   1186    ISOInfo                              Sony ISOInfo
18721   1437    ISOInfo                              Sony ISOInfo
18722   1588    ISOInfo                              Sony ISOInfo
18723   1590    ISOInfo                              Sony ISOInfo
18724   1612    ISOInfo                              Sony ISOInfo
18725   1619    ISOInfo                              Sony ISOInfo
18726   1656    ISOInfo                              Sony ISOInfo
18727   1720    ISOInfo                              Sony ISOInfo
18728   1758    ISOInfo                              Sony ISOInfo
18729   1767    ISOInfo                              Sony ISOInfo
18730
18731=head3 Sony ISOInfo Tags
18732
18733  Index1   Tag Name                             Writable
18734  ------   --------                             --------
18735      0    ISOSetting                           int8u
18736      2    ISOAutoMin                           int8u
18737      4    ISOAutoMax                           int8u
18738
18739=head3 Sony Tag9402 Tags
18740
18741  Index1   Tag Name                             Writable
18742  ------   --------                             --------
18743      4    AmbientTemperature                   int8s
18744     22    FocusMode                            int8u & 0x7f
18745     23    AFAreaMode                           int8u
18746     45    FocusPosition2                       int8u
18747
18748=head3 Sony Tag9403 Tags
18749
18750  Index1   Tag Name                             Writable
18751  ------   --------                             --------
18752      5    CameraTemperature                    int8s
18753
18754=head3 Sony Tag9404a Tags
18755
18756  Index1   Tag Name                             Writable
18757  ------   --------                             --------
18758     11    ExposureProgram                      int8u
18759     13    IntelligentAuto                      int8u
18760     25    LensZoomPosition                     int16u
18761
18762=head3 Sony Tag9404b Tags
18763
18764  Index1   Tag Name                             Writable
18765  ------   --------                             --------
18766     12    ExposureProgram                      int8u
18767     14    IntelligentAuto                      int8u
18768     30    LensZoomPosition                     int16u
18769     32    FocusPosition2                       int8u
18770
18771=head3 Sony Tag9404c Tags
18772
18773  Index1   Tag Name                             Writable
18774  ------   --------                             --------
18775     11    ExposureProgram                      int8u
18776     13    IntelligentAuto                      int8u
18777
18778=head3 Sony Tag9405a Tags
18779
18780Valid for SLT, NEX, ILCE-3000/3500 and several DSC models.
18781
18782  Index1   Tag Name                             Writable
18783  ------   --------                             --------
18784   1536    DistortionCorrParamsPresent          int8u
18785   1537    DistortionCorrection                 int8u
18786   1539    LensFormat                           int8u
18787   1540    LensMount                            int8u
18788   1541    LensType2                            int16u
18789   1544    LensType                             int16u
18790   1610    VignettingCorrParams                 int16s[16]
18791   1642    ChromaticAberrationCorrParams        int16s[32]
18792   1738    DistortionCorrParams                 int16s[16]
18793
18794=head3 Sony Tag9405b Tags
18795
18796Valid for DSC-HX60V/HX80/HX90V/HX99/HX350/HX400V/QX30/RX0/RX10/RX10M2/
18797RX10M3/RX10M4/RX100M3/RX100M4/RX100M5/RX100M5A/RX100M6/RX100M7/WX220/WX350,
18798ILCE-7/7M2/7M3/7R/7RM2/7RM3/7RM4/7S/7SM2/9/9M2/5000/5100/6000/6100/6300/
187996400/6500/6600/QX1, ILCA-68/77M2/99M2.
18800
18801  Index1   Tag Name                             Writable
18802  ------   --------                             --------
18803      4    SonyISO                              int16u
18804      6    BaseISO                              int16u
18805     10    StopsAboveBaseISO                    int16u
18806     14    SonyExposureTime2                    int16u
18807     16    ExposureTime                         rational32u
18808     20    SonyFNumber                          int16u
18809     22    SonyMaxApertureValue                 int16u
18810     36    SequenceImageNumber                  int32u
18811     52    ReleaseMode2                         int8u
18812     62    SonyImageWidthMax                    int16u
18813     64    SonyImageHeightMax                   int16u
18814     66    HighISONoiseReduction                int8u
18815     68    LongExposureNoiseReduction           int8u
18816     70    PictureEffect2                       int8u
18817     72    ExposureProgram                      int8u
18818     74    CreativeStyle                        int8u
18819     82    Sharpness                            int8s
18820     90    DistortionCorrParamsPresent          int8u
18821     91    DistortionCorrection                 int8u
18822     93    LensFormat                           int8u
18823     94    LensMount                            int8u
18824     96    LensType2                            int16u
18825     98    LensType                             int16u
18826    100    DistortionCorrParams                 int16s[16]
18827    834    LensZoomPosition                     int16u
18828    842    VignettingCorrParams                 int16s[16]
18829    846    LensZoomPosition                     int16u
18830    848    VignettingCorrParams                 int16s[16]
18831    858    LensZoomPosition                     int16u
18832    860    VignettingCorrParams                 int16s[16]
18833    872    VignettingCorrParams                 int16s[16]
18834    892    ChromaticAberrationCorrParams        int16s[32]
18835    900    ChromaticAberrationCorrParams        int16s[32]
18836    924    ChromaticAberrationCorrParams        int16s[32]
18837    944    ChromaticAberrationCorrParams        int16s[32]
18838    952    ChromaticAberrationCorrParams        int16s[32]
18839
18840=head3 Sony Tag9406 Tags
18841
18842  Index1   Tag Name                             Writable
18843  ------   --------                             --------
18844      5    BatteryTemperature                   int8u
18845      6    BatteryLevelGrip1                    int8u
18846      7    BatteryLevel                         int8u
18847      8    BatteryLevelGrip2                    int8u
18848
18849=head3 Sony Tag940a Tags
18850
18851These tags are currently extracted for SLT models only.
18852
18853  Index1   Tag Name                             Writable
18854  ------   --------                             --------
18855      4    AFPointsSelected                     int32u
18856
18857=head3 Sony Tag940c Tags
18858
18859E-mount cameras only.
18860
18861  Index1   Tag Name                             Writable
18862  ------   --------                             --------
18863      8    LensMount2                           int8u
18864      9    LensType3                            int16u
18865     11    CameraE-mountVersion                 int16u
18866     13    LensE-mountVersion                   int16u
18867     20    LensFirmwareVersion                  int16u~
18868
18869=head3 Sony AFInfo Tags
18870
18871These tags are currently extracted for SLT models only.
18872
18873  Index1   Tag Name                             Writable
18874  ------   --------                             --------
18875      2    AFType                               int8u
18876      4    AFStatusActiveSensor                 int16s
18877      5    FocusMode                            int8u
18878      7    AFPoint                              int8u
18879      8    AFPointInFocus                       int8u
18880      9    AFPointAtShutterRelease              int8u
18881     10    AFAreaMode                           int8u
18882     11    FocusMode                            int8u
18883     16    AFPointsUsed                         int8u[10]
18884     17    AFStatus15                           Sony AFStatus15
18885           AFStatus19                           Sony AFStatus19
18886     55    AFPoint                              int8u
18887     56    AFPointInFocus                       int8u
18888     57    AFPointAtShutterRelease              int8u
18889     58    AFAreaMode                           int8u
18890     59    AFStatusActiveSensor                 int16s
18891     67    ExposureProgram                      int8u
18892     80    AFMicroAdj                           int8s
18893    125    AFStatus79                           Sony AFStatus79
18894    366    AFPointsUsed                         int32u
18895    381    AFMicroAdj                           int8s
18896    382    ExposureProgram                      int8u
18897
18898=head3 Sony AFStatus19 Tags
18899
18900AF Status information for models with 19-point AF.
18901
18902  Index1   Tag Name                             Writable
18903  ------   --------                             --------
18904      0    AFStatusUpperFarLeft                 int16s
18905      2    AFStatusUpper-leftHorizontal         int16s
18906      4    AFStatusFarLeftHorizontal            int16s
18907      6    AFStatusLeftHorizontal               int16s
18908      8    AFStatusLowerFarLeft                 int16s
18909     10    AFStatusLower-leftHorizontal         int16s
18910     12    AFStatusUpper-leftVertical           int16s
18911     14    AFStatusLeftVertical                 int16s
18912     16    AFStatusLower-leftVertical           int16s
18913     18    AFStatusFarLeftVertical              int16s
18914     20    AFStatusTopHorizontal                int16s
18915     22    AFStatusNearRight                    int16s
18916     24    AFStatusCenterHorizontal             int16s
18917     26    AFStatusNearLeft                     int16s
18918     28    AFStatusBottomHorizontal             int16s
18919     30    AFStatusTopVertical                  int16s
18920     32    AFStatusUpper-middle                 int16s
18921     34    AFStatusCenterVertical               int16s
18922     36    AFStatusLower-middle                 int16s
18923     38    AFStatusBottomVertical               int16s
18924     40    AFStatusUpperFarRight                int16s
18925     42    AFStatusUpper-rightHorizontal        int16s
18926     44    AFStatusFarRightHorizontal           int16s
18927     46    AFStatusRightHorizontal              int16s
18928     48    AFStatusLowerFarRight                int16s
18929     50    AFStatusLower-rightHorizontal        int16s
18930     52    AFStatusFarRightVertical             int16s
18931     54    AFStatusUpper-rightVertical          int16s
18932     56    AFStatusRightVertical                int16s
18933     58    AFStatusLower-rightVertical          int16s
18934
18935=head3 Sony AFStatus79 Tags
18936
18937AF Status information for models with 79-point AF.
18938
18939  Index1   Tag Name                             Writable
18940  ------   --------                             --------
18941      0    AFStatus_00_B4                       int16s
18942      2    AFStatus_01_C4                       int16s
18943      4    AFStatus_02_D4                       int16s
18944      6    AFStatus_03_E4                       int16s
18945      8    AFStatus_04_F4                       int16s
18946     10    AFStatus_05_G4                       int16s
18947     12    AFStatus_06_H4                       int16s
18948     14    AFStatus_07_B3                       int16s
18949     16    AFStatus_08_C3                       int16s
18950     18    AFStatus_09_D3                       int16s
18951     20    AFStatus_10_E3                       int16s
18952     22    AFStatus_11_F3                       int16s
18953     24    AFStatus_12_G3                       int16s
18954     26    AFStatus_13_H3                       int16s
18955     28    AFStatus_14_B2                       int16s
18956     30    AFStatus_15_C2                       int16s
18957     32    AFStatus_16_D2                       int16s
18958     34    AFStatus_17_E2                       int16s
18959     36    AFStatus_18_F2                       int16s
18960     38    AFStatus_19_G2                       int16s
18961     40    AFStatus_20_H2                       int16s
18962     42    AFStatus_21_C1                       int16s
18963     44    AFStatus_22_D1                       int16s
18964     46    AFStatus_23_E1                       int16s
18965     48    AFStatus_24_F1                       int16s
18966     50    AFStatus_25_G1                       int16s
18967     52    AFStatus_26_A7_Vertical              int16s
18968     54    AFStatus_27_A6_Vertical              int16s
18969     56    AFStatus_28_A5_Vertical              int16s
18970     58    AFStatus_29_C7_Vertical              int16s
18971     60    AFStatus_30_C6_Vertical              int16s
18972     62    AFStatus_31_C5_Vertical              int16s
18973     64    AFStatus_32_E7_Vertical              int16s
18974     66    AFStatus_33_E6_Center_Vertical       int16s
18975     68    AFStatus_34_E5_Vertical              int16s
18976     70    AFStatus_35_G7_Vertical              int16s
18977     72    AFStatus_36_G6_Vertical              int16s
18978     74    AFStatus_37_G5_Vertical              int16s
18979     76    AFStatus_38_I7_Vertical              int16s
18980     78    AFStatus_39_I6_Vertical              int16s
18981     80    AFStatus_40_I5_Vertical              int16s
18982     82    AFStatus_41_A7                       int16s
18983     84    AFStatus_42_B7                       int16s
18984     86    AFStatus_43_C7                       int16s
18985     88    AFStatus_44_D7                       int16s
18986     90    AFStatus_45_E7                       int16s
18987     92    AFStatus_46_F7                       int16s
18988     94    AFStatus_47_G7                       int16s
18989     96    AFStatus_48_H7                       int16s
18990     98    AFStatus_49_I7                       int16s
18991    100    AFStatus_50_A6                       int16s
18992    102    AFStatus_51_B6                       int16s
18993    104    AFStatus_52_C6                       int16s
18994    106    AFStatus_53_D6                       int16s
18995    108    AFStatus_54_E6_Center                int16s
18996    110    AFStatus_55_F6                       int16s
18997    112    AFStatus_56_G6                       int16s
18998    114    AFStatus_57_H6                       int16s
18999    116    AFStatus_58_I6                       int16s
19000    118    AFStatus_59_A5                       int16s
19001    120    AFStatus_60_B5                       int16s
19002    122    AFStatus_61_C5                       int16s
19003    124    AFStatus_62_D5                       int16s
19004    126    AFStatus_63_E5                       int16s
19005    128    AFStatus_64_F5                       int16s
19006    130    AFStatus_65_G5                       int16s
19007    132    AFStatus_66_H5                       int16s
19008    134    AFStatus_67_I5                       int16s
19009    136    AFStatus_68_C11                      int16s
19010    138    AFStatus_69_D11                      int16s
19011    140    AFStatus_70_E11                      int16s
19012    142    AFStatus_71_F11                      int16s
19013    144    AFStatus_72_G11                      int16s
19014    146    AFStatus_73_B10                      int16s
19015    148    AFStatus_74_C10                      int16s
19016    150    AFStatus_75_D10                      int16s
19017    152    AFStatus_76_E10                      int16s
19018    154    AFStatus_77_F10                      int16s
19019    156    AFStatus_78_G10                      int16s
19020    158    AFStatus_79_H10                      int16s
19021    160    AFStatus_80_B9                       int16s
19022    162    AFStatus_81_C9                       int16s
19023    164    AFStatus_82_D9                       int16s
19024    166    AFStatus_83_E9                       int16s
19025    168    AFStatus_84_F9                       int16s
19026    170    AFStatus_85_G9                       int16s
19027    172    AFStatus_86_H9                       int16s
19028    174    AFStatus_87_B8                       int16s
19029    176    AFStatus_88_C8                       int16s
19030    178    AFStatus_89_D8                       int16s
19031    180    AFStatus_90_E8                       int16s
19032    182    AFStatus_91_F8                       int16s
19033    184    AFStatus_92_G8                       int16s
19034    186    AFStatus_93_H8                       int16s
19035    188    AFStatus_94_E6_Center_F2-8           int16s
19036
19037=head3 Sony Tag940e Tags
19038
19039E-mount models.
19040
19041  Index1   Tag Name                             Writable
19042  ------   --------                             --------
19043   6662    TiffMeteringImageWidth               no
19044   6663    TiffMeteringImageHeight              no
19045   6664    TiffMeteringImage                    no
19046
19047=head3 Sony Tag9416 Tags
19048
19049Valid for the ILCE-1/7SM3, ILME-FX3.
19050
19051  Index1   Tag Name                             Writable
19052  ------   --------                             --------
19053      0    Tag9416_0000                         no
19054      4    SonyISO                              no
19055      6    StopsAboveBaseISO                    no
19056     10    SonyExposureTime2                    no
19057     12    ExposureTime                         no
19058     16    SonyFNumber2                         no
19059     18    SonyMaxApertureValue                 no
19060     29    SequenceImageNumber                  no
19061     53    ExposureProgram                      no
19062     72    LensMount                            no
19063     73    LensFormat                           no
19064     74    LensMount                            no
19065     75    LensType2                            no
19066     77    LensType                             no
19067     79    DistortionCorrParams                 no
19068    112    PictureProfile                       no
19069    113    FocalLength                          no
19070    115    MinFocalLength                       no
19071    117    MaxFocalLength                       no
19072   2191    VignettingCorrParams                 no
19073   2324    ChromaticAberrationCorrParams        no
19074
19075=head3 Sony PIC Tags
19076
19077The TextInfo data is extracted as a block to preserve the formatting, and
19078some of the more interesting information is extracted as separate tags.
19079
19080  Tag ID               Tag Name                 Writable
19081  ------               --------                 --------
19082  'BC:'                Barcode                  no
19083  'BarCode:'           Barcode                  no
19084  'Capt:'              SensorTemperature        no
19085  'FWVer:'             FirmwareVersion          no
19086  'IFD'                PIC_IFD                  Sony
19087  'Temp:'              CameraTemperature        no
19088  'Temp:Clbt:'         BoardTemperature         no
19089  'TextInfo1'          TextInfo1                no
19090  'TextInfo2'          TextInfo2                no
19091  'VR Enable C:'       VibrationReduction       no
19092  'barcode:'           Barcode                  no
19093
19094=head3 Sony Ericsson Tags
19095
19096Maker notes found in images from some Sony Ericsson phones.
19097
19098  Tag ID   Tag Name                             Writable
19099  ------   --------                             --------
19100  0x0201   PreviewImageStart                    int32u*
19101  0x0202   PreviewImageLength                   int32u*
19102  0x2000   MakerNoteVersion                     undef[4]
19103
19104=head3 Sony SRF Tags
19105
19106The maker notes in SRF (Sony Raw Format) images contain 7 IFD's with family
191071 group names SRF0 through SRF6.  SRF0 and SRF1 use the tags in this table,
19108while SRF2 through SRF5 use the tags in the next table, and SRF6 uses
19109standard EXIF tags.  All information other than SRF0 is encrypted, but
19110thanks to Dave Coffin the decryption algorithm is known.  SRF images are
19111written by the Sony DSC-F828 and DSC-V3.
19112
19113  Tag ID   Tag Name                             Writable
19114  ------   --------                             --------
19115  0x0000   SRF2Key                              no
19116  0x0001   DataKey                              no
19117
19118=head3 Sony SRF2 Tags
19119
19120These tags are found in the SRF2 through SRF5 IFD's.
19121
19122  Tag ID   Tag Name                             Writable
19123  ------   --------                             --------
19124  0x0002   SRF6Offset                           no
19125  0x0003   SRFDataOffset?                       no
19126  0x0004   RawDataOffset                        no
19127  0x0005   RawDataLength                        no
19128  0x0043   MaxApertureAtMaxFocal                no
19129  0x0044   MaxApertureAtMinFocal                no
19130  0x0045   MinFocalLength                       no
19131  0x0046   MaxFocalLength                       no
19132  0x00c0   WBRedDaylight                        no
19133  0x00c1   WBGreenDaylight                      no
19134  0x00c2   WBBlueDaylight                       no
19135  0x00c3   WBRedCloudy                          no
19136  0x00c4   WBGreenCloudy                        no
19137  0x00c5   WBBlueCloudy                         no
19138  0x00c6   WBRedFluorescent                     no
19139  0x00c7   WBGreenFluorescent                   no
19140  0x00c8   WBBlueFluorescent                    no
19141  0x00c9   WBRedTungsten                        no
19142  0x00ca   WBGreenTungsten                      no
19143  0x00cb   WBBlueTungsten                       no
19144  0x00cc   WBRedFlash                           no
19145  0x00cd   WBGreenFlash                         no
19146  0x00ce   WBBlueFlash                          no
19147  0x00d0   WBRedAsShot                          no
19148  0x00d1   WBGreenAsShot                        no
19149  0x00d2   WBBlueAsShot                         no
19150
19151=head3 Sony SR2Private Tags
19152
19153The SR2 format uses the DNGPrivateData tag to reference a private IFD
19154containing these tags.  SR2 images are written by the Sony DSC-R1, but
19155this information is also written to ARW images by other models.
19156
19157  Tag ID   Tag Name                             Writable
19158  ------   --------                             --------
19159  0x7200   SR2SubIFDOffset                      no
19160  0x7201   SR2SubIFDLength                      no
19161  0x7221   SR2SubIFDKey                         no
19162  0x7240   IDC_IFD                              SonyIDC
19163  0x7241   IDC2_IFD                             SonyIDC
19164  0x7250   MRWInfo                              MinoltaRaw
19165
19166=head3 Sony SR2SubIFD Tags
19167
19168Tags in the encrypted SR2SubIFD
19169
19170  Tag ID   Tag Name                             Writable
19171  ------   --------                             --------
19172  0x7300   BlackLevel                           no
19173  0x7302   WB_GRBGLevelsAuto                    no
19174  0x7303   WB_GRBGLevels                        no
19175  0x7310   BlackLevel                           no
19176  0x7312   WB_RGGBLevelsAuto                    no
19177  0x7313   WB_RGGBLevels                        no
19178  0x7480   WB_RGBLevelsDaylight                 no
19179  0x7481   WB_RGBLevelsCloudy                   no
19180  0x7482   WB_RGBLevelsTungsten                 no
19181  0x7483   WB_RGBLevelsFlash                    no
19182  0x7484   WB_RGBLevels4500K                    no
19183  0x7486   WB_RGBLevelsFluorescent              no
19184  0x74a0   MaxApertureAtMaxFocal                no
19185  0x74a1   MaxApertureAtMinFocal                no
19186  0x74a2   MaxFocalLength                       no
19187  0x74a3   MinFocalLength                       no
19188  0x74c0   SR2DataIFD                           Sony SR2DataIFD
19189  0x7800   ColorMatrix                          no
19190  0x7820   WB_RGBLevelsDaylight                 no
19191  0x7821   WB_RGBLevelsCloudy                   no
19192  0x7822   WB_RGBLevelsTungsten                 no
19193  0x7823   WB_RGBLevelsFlash                    no
19194  0x7824   WB_RGBLevels4500K                    no
19195  0x7825   WB_RGBLevelsShade                    no
19196  0x7826   WB_RGBLevelsFluorescent              no
19197  0x7827   WB_RGBLevelsFluorescentP1            no
19198  0x7828   WB_RGBLevelsFluorescentP2            no
19199  0x7829   WB_RGBLevelsFluorescentM1            no
19200  0x782a   WB_RGBLevels8500K                    no
19201  0x782b   WB_RGBLevels6000K                    no
19202  0x782c   WB_RGBLevels3200K                    no
19203  0x782d   WB_RGBLevels2500K                    no
19204  0x787f   WhiteLevel                           no
19205  0x797d   VignettingCorrParams                 no
19206  0x7980   ChromaticAberrationCorrParams        no
19207  0x7982   DistortionCorrParams                 no
19208
19209=head3 Sony SR2DataIFD Tags
19210
19211  Tag ID   Tag Name                             Writable
19212  ------   --------                             --------
19213  0x7770   ColorMode                            no
19214
19215=head3 Sony PMP Tags
19216
19217These tags are written in the proprietary-format header of PMP images from
19218the DSC-F1.
19219
19220  Index1   Tag Name                             Writable
19221  ------   --------                             --------
19222      8    JpgFromRawStart                      no
19223     12    JpgFromRawLength                     no
19224     22    SonyImageWidth                       no
19225     24    SonyImageHeight                      no
19226     27    Orientation                          no
19227     29    ImageQuality                         no
19228     52    Comment                              no
19229     76    DateTimeOriginal                     no
19230     84    ModifyDate                           no
19231    102    ExposureTime                         no
19232    106    FNumber                              no
19233    108    ExposureCompensation                 no
19234    112    FocalLength                          no
19235    118    Flash                                no
19236
19237=head3 Sony rtmd Tags
19238
19239These tags are extracted from the 'rtmd' timed metadata of MP4 videos from
19240some models when the ExtractEmbedded option is used.
19241
19242  Tag ID   Tag Name                             Writable
19243  ------   --------                             --------
19244  0x8000   FNumber                              no
19245  0x8109   ExposureTime                         no
19246  0x810a   MasterGainAdjustment                 no
19247  0x810b   ISO                                  no
19248  0x810c   ElectricalExtenderMagnification      no
19249  0x8500   GPSVersionID                         no
19250  0x8501   GPSLatitudeRef                       no
19251  0x8502   GPSLatitude                          no
19252  0x8503   GPSLongitudeRef                      no
19253  0x8504   GPSLongitude                         no
19254  0x8507   GPSTimeStamp                         no
19255  0x8509   GPSStatus                            no
19256  0x850a   GPSMeasureMode                       no
19257  0x8512   GPSMapDatum                          no
19258  0x851d   GPSDateStamp                         no
19259  0xe303   WhiteBalance                         no
19260  0xe304   DateTime                             no
19261  0xe43b   PitchRollYaw                         no
19262  0xe44b   Accelerometer                        no
19263
19264=head2 SonyIDC Tags
19265
19266Tags written by the Sony Image Data Converter utility in ARW images.
19267
19268  Tag ID   Tag Name                             Writable
19269  ------   --------                             --------
19270  0x0201   IDCPreviewStart                      int32u*
19271  0x0202   IDCPreviewLength                     int32u*
19272  0x8000   IDCCreativeStyle                     int32u
19273  0x8001   CreativeStyleWasChanged              int32u
19274  0x8002   PresetWhiteBalance                   int32u
19275  0x8013   ColorTemperatureAdj                  int16u
19276  0x8014   PresetWhiteBalanceAdj                int32s
19277  0x8015   ColorCorrection                      int32s
19278  0x8016   SaturationAdj                        int32s
19279  0x8017   ContrastAdj                          int32s
19280  0x8018   BrightnessAdj                        int32s
19281  0x8019   HueAdj                               int32s
19282  0x801a   SharpnessAdj                         int32s
19283  0x801b   SharpnessOvershoot                   int32s
19284  0x801c   SharpnessUndershoot                  int32s
19285  0x801d   SharpnessThreshold                   int32s
19286  0x801e   NoiseReductionMode                   int16u
19287  0x8021   GrayPoint                            int16u[4]
19288  0x8022   D-RangeOptimizerMode                 int16u
19289  0x8023   D-RangeOptimizerValue                int32s
19290  0x8024   D-RangeOptimizerHighlight            int32s
19291  0x8026   HighlightColorDistortReduct          int16u
19292  0x8027   NoiseReductionValue                  int32s
19293  0x8028   EdgeNoiseReduction                   int32s
19294  0x8029   ColorNoiseReduction                  int32s
19295  0x802d   D-RangeOptimizerShadow               int32s
19296  0x8030   PeripheralIllumCentralRadius         int32s
19297  0x8031   PeripheralIllumCentralValue          int32s
19298  0x8032   PeripheralIllumPeriphValue           int32s
19299  0x8040   DistortionCompensation               int32s
19300  0x9000   ToneCurveBrightnessX                 int16u[n]
19301  0x9001   ToneCurveRedX                        int16u[n]
19302  0x9002   ToneCurveGreenX                      int16u[n]
19303  0x9003   ToneCurveBlueX                       int16u[n]
19304  0x9004   ToneCurveBrightnessY                 int16u[n]
19305  0x9005   ToneCurveRedY                        int16u[n]
19306  0x9006   ToneCurveGreenY                      int16u[n]
19307  0x9007   ToneCurveBlueY                       int16u[n]
19308  0x900d   ChromaticAberrationCorrection        int32s
19309  0x900e   InclinationCorrection                int32u
19310  0x900f   InclinationAngle                     int32s
19311  0x9010   Cropping                             int32u
19312  0x9011   CropArea                             int32u[4]
19313  0x9012   PreviewImageSize                     int32u[2]
19314  0x9013   PxShiftPeriphEdgeNR                  int32s
19315  0x9014   PxShiftPeriphEdgeNRValue             int32s
19316  0x9017   WhitesAdj                            int32s
19317  0x9018   BlacksAdj                            int32s
19318  0x9019   HighlightsAdj                        int32s
19319  0x901a   ShadowsAdj                           int32s
19320  0xd000   CurrentVersion                       int32u
19321  0xd001   VersionIFD                           SonyIDC
19322  0xd100   VersionCreateDate                    string
19323  0xd101   VersionModifyDate                    string
19324
19325=head2 Unknown Tags
19326
19327The following tags are decoded in unsupported maker notes.  Use the Unknown
19328(-u) option to display other unknown tags.
19329
19330  Tag ID   Tag Name                             Writable
19331  ------   --------                             --------
19332  0x0e00   PrintIM                              PrintIM
19333
19334=head2 DNG Tags
19335
19336The main DNG tags are found in the EXIF table.  The tables below define only
19337information found within structures of these main DNG tag values.  See
19338L<http://www.adobe.com/products/dng/> for the official DNG specification.
19339
19340=head3 DNG AdobeData Tags
19341
19342This information is found in the "Adobe" DNGPrivateData.
19343
19344The maker notes ('MakN') are processed by ExifTool, but some information may
19345have been lost by the Adobe DNG Converter.  This is because the Adobe DNG
19346Converter (as of version 6.3) doesn't properly handle information referenced
19347from inside the maker notes that lies outside the original maker notes
19348block.  This information is lost when only the maker note block is copied to
19349the DNG image.   While this doesn't effect all makes of cameras, it is a
19350problem for some major brands such as Olympus and Sony.
19351
19352Other entries in this table represent proprietary information that is
19353extracted from the original RAW image and restructured to a different (but
19354still proprietary) Adobe format.
19355
19356  Tag ID   Tag Name                             Writable
19357  ------   --------                             --------
19358  'CRW '   AdobeCRW                             CanonRaw
19359  'Koda'   AdobeKoda                            Kodak IFD
19360  'Leaf'   AdobeLeaf                            Leaf SubIFD
19361  'MRW '   AdobeMRW                             MinoltaRaw
19362  'MakN'   MakerNoteApple                       Apple
19363           MakerNoteNikon                       Nikon
19364           MakerNoteCanon                       Canon
19365           MakerNoteCasio                       Casio
19366           MakerNoteCasio2                      Casio Type2
19367           MakerNoteDJI                         DJI
19368           MakerNoteFLIR                        FLIR
19369           MakerNoteFujiFilm                    FujiFilm
19370           MakerNoteGE                          GE
19371           MakerNoteGE2                         FujiFilm
19372           MakerNoteHasselblad                  Unknown
19373           MakerNoteHP                          HP
19374           MakerNoteHP2                         HP Type2
19375           MakerNoteHP4                         HP Type4
19376           MakerNoteHP6                         HP Type6
19377           MakerNoteISL                         Unknown
19378           MakerNoteJVC                         JVC
19379           MakerNoteJVCText                     JVC Text
19380           MakerNoteKodak1a                     Kodak
19381           MakerNoteKodak1b                     Kodak
19382           MakerNoteKodak2                      Kodak Type2
19383           MakerNoteKodak3                      Kodak Type3
19384           MakerNoteKodak4                      Kodak Type4
19385           MakerNoteKodak5                      Kodak Type5
19386           MakerNoteKodak6a                     Kodak Type6
19387           MakerNoteKodak6b                     Kodak Type6
19388           MakerNoteKodak7                      Kodak Type7
19389           MakerNoteKodak8a                     Kodak Type8
19390           MakerNoteKodak8b                     Kodak Type8
19391           MakerNoteKodak8c                     Kodak Type8
19392           MakerNoteKodak9                      Kodak Type9
19393           MakerNoteKodak10                     Kodak Type10
19394           MakerNoteKodak11                     Kodak Type11
19395           MakerNoteKodak12                     Kodak Type11
19396           MakerNoteKodakUnknown                Kodak Unknown
19397           MakerNoteKyocera                     Unknown
19398           MakerNoteMinolta                     Minolta
19399           MakerNoteMinolta2                    Olympus
19400           MakerNoteMinolta3                    undef
19401           MakerNoteMotorola                    Motorola
19402           MakerNoteNikon2                      Nikon Type2
19403           MakerNoteNikon3                      Nikon
19404           MakerNoteNintendo                    Nintendo
19405           MakerNoteOlympus                     Olympus
19406           MakerNoteOlympus2                    Olympus
19407           MakerNoteLeica                       Panasonic
19408           MakerNoteLeica2                      Panasonic Leica2
19409           MakerNoteLeica3                      Panasonic Leica3
19410           MakerNoteLeica4                      Panasonic Leica4
19411           MakerNoteLeica5                      Panasonic Leica5
19412           MakerNoteLeica6                      Panasonic Leica6
19413           MakerNoteLeica7                      Panasonic Leica6
19414           MakerNoteLeica8                      Panasonic Leica5
19415           MakerNoteLeica9                      Panasonic Leica9
19416           MakerNoteLeica10                     Panasonic
19417           MakerNotePanasonic                   Panasonic
19418           MakerNotePanasonic2                  Panasonic Type2
19419           MakerNotePanasonic3                  Panasonic
19420           MakerNotePentax                      Pentax
19421           MakerNotePentax2                     Pentax Type2
19422           MakerNotePentax3                     Casio Type2
19423           MakerNotePentax4                     Pentax Type4
19424           MakerNotePentax5                     Pentax
19425           MakerNotePentax6                     Pentax S1
19426           MakerNotePhaseOne                    PhaseOne
19427           MakerNoteReconyx                     Reconyx
19428           MakerNoteReconyx2                    Reconyx Type2
19429           MakerNoteReconyx3                    Reconyx Type3
19430           MakerNoteRicohPentax                 Pentax
19431           MakerNoteRicoh                       Ricoh
19432           MakerNoteRicoh2                      Ricoh Type2
19433           MakerNoteRicohText                   Ricoh Text
19434           MakerNoteSamsung1a                   undef
19435           MakerNoteSamsung1b                   Samsung
19436           MakerNoteSamsung2                    Samsung Type2
19437           MakerNoteSanyo                       Sanyo
19438           MakerNoteSanyoC4                     Sanyo
19439           MakerNoteSanyoPatch                  Sanyo
19440           MakerNoteSigma                       Sigma
19441           MakerNoteSony                        Sony
19442           MakerNoteSony2                       Olympus
19443           MakerNoteSony3                       Olympus
19444           MakerNoteSony4                       Sony PIC
19445           MakerNoteSony5                       Sony
19446           MakerNoteSonyEricsson                Sony Ericsson
19447           MakerNoteSonySRF                     Sony SRF
19448           MakerNoteUnknownText                 undef
19449           MakerNoteUnknownBinary               undef
19450           MakerNoteUnknown                     Unknown
19451  'Pano'   AdobePano                            PanasonicRaw
19452  'RAF '   AdobeRAF                             FujiFilm RAF
19453  'SR2 '   AdobeSR2                             Sony SR2Private
19454
19455=head3 DNG OriginalRaw Tags
19456
19457This table defines tags extracted from the DNG OriginalRawFileData
19458information.
19459
19460  Tag ID   Tag Name                             Writable
19461  ------   --------                             --------
19462  0x0000   OriginalRawImage                     no
19463  0x0001   OriginalRawResource                  no
19464  0x0002   OriginalRawFileType                  no
19465  0x0003   OriginalRawCreator                   no
19466  0x0004   OriginalTHMImage                     no
19467  0x0005   OriginalTHMResource                  no
19468  0x0006   OriginalTHMFileType                  no
19469  0x0007   OriginalTHMCreator                   no
19470
19471=head2 CanonRaw Tags
19472
19473These tags apply to CRW-format Canon RAW files and information in the APP0
19474"CIFF" segment of JPEG images.  When writing CanonRaw/CIFF information, the
19475length of the information is preserved (and the new information is truncated
19476or padded as required) unless B<Writable> is C<resize>. Currently, only
19477JpgFromRaw and ThumbnailImage are allowed to change size.  See
19478L<https://exiftool.org/canon_raw.html> for a description of the Canon CRW
19479format.
19480
19481CRW images also support the addition of a CanonVRD trailer, which in turn
19482supports XMP.  This trailer is created automatically if necessary when
19483ExifTool is used to write XMP to a CRW image.
19484
19485  Tag ID   Tag Name                             Writable
19486  ------   --------                             --------
19487  0x0000   NullRecord                           undef
19488  0x0001   FreeBytes                            undef
19489  0x0032   CanonColorInfo1                      no
19490  0x0805   CanonFileDescription                 string[32]
19491           UserComment                          string[256]
19492  0x080a   CanonRawMakeModel                    CanonRaw MakeModel
19493  0x080b   CanonFirmwareVersion                 string[32]
19494  0x080c   ComponentVersion                     string
19495  0x080d   ROMOperationMode                     string[8]
19496  0x0810   OwnerName                            string[32]
19497  0x0815   CanonImageType                       string[32]
19498  0x0816   OriginalFileName                     string[32]
19499  0x0817   ThumbnailFileName                    string[32]
19500  0x100a   TargetImageType                      int16u
19501  0x1010   ShutterReleaseMethod                 int16u
19502  0x1011   ShutterReleaseTiming                 int16u
19503  0x1016   ReleaseSetting                       int16u
19504  0x101c   BaseISO                              int16u
19505  0x1028   CanonFlashInfo?                      int16u[4]
19506  0x1029   CanonFocalLength                     Canon FocalLength
19507  0x102a   CanonShotInfo                        Canon ShotInfo
19508  0x102c   CanonColorInfo2                      no
19509  0x102d   CanonCameraSettings                  Canon CameraSettings
19510  0x1030   WhiteSample                          CanonRaw WhiteSample
19511  0x1031   SensorInfo                           Canon SensorInfo
19512  0x1033   CustomFunctions10D                   CanonCustom Functions10D
19513           CustomFunctionsD30                   CanonCustom FunctionsD30
19514           CustomFunctionsD60                   CanonCustom FunctionsD30
19515           CustomFunctionsUnknown               CanonCustom FuncsUnknown
19516  0x1038   CanonAFInfo                          Canon AFInfo
19517  0x1093   CanonFileInfo                        Canon FileInfo
19518  0x10a9   ColorBalance                         Canon ColorBalance
19519  0x10ae   ColorTemperature                     int16u
19520  0x10b4   ColorSpace                           int16u
19521  0x10b5   RawJpgInfo                           CanonRaw RawJpgInfo
19522  0x1803   ImageFormat                          CanonRaw ImageFormat
19523  0x1804   RecordID                             int32u
19524  0x1806   SelfTimerTime                        int32u
19525  0x1807   TargetDistanceSetting                float
19526  0x180b   SerialNumber                         int32u
19527           UnknownNumber?                       yes
19528  0x180e   TimeStamp                            CanonRaw TimeStamp
19529  0x1810   ImageInfo                            CanonRaw ImageInfo
19530  0x1813   FlashInfo                            CanonRaw FlashInfo
19531  0x1814   MeasuredEV                           float
19532  0x1817   FileNumber                           int32u
19533  0x1818   ExposureInfo                         CanonRaw ExposureInfo
19534  0x1834   CanonModelID                         int32u
19535  0x1835   DecoderTable                         CanonRaw DecoderTable
19536  0x183b   SerialNumberFormat                   int32u
19537  0x2005   RawData                              no
19538  0x2007   JpgFromRaw                           resize^
19539  0x2008   ThumbnailImage                       resize^
19540  0x2804   ImageDescription                     CanonRaw
19541  0x2807   CameraObject                         CanonRaw
19542  0x3002   ShootingRecord                       CanonRaw
19543  0x3003   MeasuredInfo                         CanonRaw
19544  0x3004   CameraSpecification                  CanonRaw
19545  0x300a   ImageProps                           CanonRaw
19546  0x300b   ExifInformation                      CanonRaw
19547
19548=head3 CanonRaw MakeModel Tags
19549
19550  Index1   Tag Name                             Writable
19551  ------   --------                             --------
19552      0    Make                                 string[6]
19553      6    Model                                string
19554
19555=head3 CanonRaw WhiteSample Tags
19556
19557  Index2   Tag Name                             Writable
19558  ------   --------                             --------
19559      1    WhiteSampleWidth                     no
19560      2    WhiteSampleHeight                    no
19561      3    WhiteSampleLeftBorder                no
19562      4    WhiteSampleTopBorder                 no
19563      5    WhiteSampleBits                      no
19564
19565=head3 CanonRaw RawJpgInfo Tags
19566
19567  Index2   Tag Name                             Writable
19568  ------   --------                             --------
19569      1    RawJpgQuality                        int16u
19570      2    RawJpgSize                           int16u
19571      3    RawJpgWidth                          int16u
19572      4    RawJpgHeight                         int16u
19573
19574=head3 CanonRaw ImageFormat Tags
19575
19576  Index4   Tag Name                             Writable
19577  ------   --------                             --------
19578      0    FileFormat                           int32u
19579      1    TargetCompressionRatio               float
19580
19581=head3 CanonRaw TimeStamp Tags
19582
19583  Index4   Tag Name                             Writable
19584  ------   --------                             --------
19585      0    DateTimeOriginal                     int32u
19586      1    TimeZoneCode                         int32s
19587      2    TimeZoneInfo                         int32u
19588
19589=head3 CanonRaw ImageInfo Tags
19590
19591  Index4   Tag Name                             Writable
19592  ------   --------                             --------
19593      0    ImageWidth                           no
19594      1    ImageHeight                          no
19595      2    PixelAspectRatio                     no
19596      3    Rotation                             int32s
19597      4    ComponentBitDepth                    no
19598      5    ColorBitDepth                        no
19599      6    ColorBW                              no
19600
19601=head3 CanonRaw FlashInfo Tags
19602
19603  Index4   Tag Name                             Writable
19604  ------   --------                             --------
19605      0    FlashGuideNumber                     float
19606      1    FlashThreshold                       float
19607
19608=head3 CanonRaw ExposureInfo Tags
19609
19610  Index4   Tag Name                             Writable
19611  ------   --------                             --------
19612      0    ExposureCompensation                 float
19613      1    ShutterSpeedValue                    float
19614      2    ApertureValue                        float
19615
19616=head3 CanonRaw DecoderTable Tags
19617
19618  Index4   Tag Name                             Writable
19619  ------   --------                             --------
19620      0    DecoderTableNumber                   no
19621      2    CompressedDataOffset                 no
19622      3    CompressedDataLength                 no
19623
19624=head2 KyoceraRaw Tags
19625
19626Tags for Kyocera Contax N Digital RAW images.
19627
19628  Index1   Tag Name                             Writable
19629  ------   --------                             --------
19630      1    FirmwareVersion                      no
19631     12    Model                                no
19632     25    Make                                 no
19633     33    DateTimeOriginal                     no
19634     52    ISO                                  no
19635     56    ExposureTime                         no
19636     60    WB_RGGBLevels                        no
19637     88    FNumber                              no
19638    104    MaxAperture                          no
19639    112    FocalLength                          no
19640    124    Lens                                 no
19641
19642=head2 MinoltaRaw Tags
19643
19644These tags are used in Minolta RAW format (MRW) images.
19645
19646  Tag ID   Tag Name                             Writable
19647  ------   --------                             --------
19648  "\0PRD"  MinoltaPRD                           MinoltaRaw PRD
19649  "\0RIF"  MinoltaRIF                           MinoltaRaw RIF
19650  "\0TTW"  MinoltaTTW                           EXIF
19651  "\0WBG"  MinoltaWBG                           MinoltaRaw WBG
19652
19653=head3 MinoltaRaw PRD Tags
19654
19655  Index1   Tag Name                             Writable
19656  ------   --------                             --------
19657      0    FirmwareID                           string[8]
19658      8    SensorHeight                         int16u
19659     10    SensorWidth                          int16u
19660     12    ImageHeight                          int16u
19661     14    ImageWidth                           int16u
19662     16    RawDepth                             int8u
19663     17    BitDepth                             int8u
19664     18    StorageMethod                        int8u
19665     23    BayerPattern                         int8u
19666
19667=head3 MinoltaRaw RIF Tags
19668
19669  Index1   Tag Name                             Writable
19670  ------   --------                             --------
19671      1    Saturation                           int8s
19672      2    Contrast                             int8s
19673      3    Sharpness                            int8s
19674      4    WBMode                               int8u~
19675      5    ProgramMode                          int8u
19676      6    ISOSetting                           int8u
19677      7    ColorMode                            int32u[0.25]
19678      8    WB_RBLevelsTungsten                  int16u[2]
19679     12    WB_RBLevelsDaylight                  int16u[2]
19680     16    WB_RBLevelsCloudy                    int16u[2]
19681     20    WB_RBLevelsCoolWhiteF                int16u[2]
19682     24    WB_RBLevelsFlash                     int16u[2]
19683     28    WB_RBLevelsCustom                    int16u[2]
19684     32    WB_RBLevelsShade                     int16u[2]
19685     36    WB_RBLevelsDaylightF                 int16u[2]
19686     40    WB_RBLevelsDayWhiteF                 int16u[2]
19687     44    WB_RBLevelsWhiteF                    int16u[2]
19688     56    ColorFilter                          int8s
19689     57    BWFilter                             int8u
19690     58    ZoneMatching                         int8u
19691     59    Hue                                  int8s
19692     60    ColorTemperature                     int8u
19693     74    ZoneMatching                         int8u
19694     76    ColorTemperature                     int8u
19695     77    ColorFilter                          int8u
19696     78    ColorTemperature                     int8u
19697     79    ColorFilter                          int8u
19698     80    RawDataLength                        no
19699
19700=head3 MinoltaRaw WBG Tags
19701
19702  Index1   Tag Name                             Writable
19703  ------   --------                             --------
19704      0    WBScale                              int8u[4]
19705      4    WB_GBRGLevels                        int16u[4]
19706           WB_RGGBLevels                        int16u[4]
19707
19708=head2 PanasonicRaw Tags
19709
19710These tags are found in IFD0 of Panasonic/Leica RAW, RW2 and RWL images.
19711
19712  Tag ID   Tag Name                             Writable
19713  ------   --------                             --------
19714  0x0001   PanasonicRawVersion                  undef
19715  0x0002   SensorWidth                          no
19716  0x0003   SensorHeight                         no
19717  0x0004   SensorTopBorder                      no
19718  0x0005   SensorLeftBorder                     no
19719  0x0006   SensorBottomBorder                   no
19720  0x0007   SensorRightBorder                    no
19721  0x0008   SamplesPerPixel                      int16u!
19722  0x0009   CFAPattern                           int16u!
19723  0x000a   BitsPerSample                        int16u!
19724  0x000b   Compression                          int16u!
19725  0x000e   LinearityLimitRed                    int16u
19726  0x000f   LinearityLimitGreen                  int16u
19727  0x0010   LinearityLimitBlue                   int16u
19728  0x0011   RedBalance                           int16u
19729  0x0012   BlueBalance                          int16u
19730  0x0013   WBInfo                               PanasonicRaw WBInfo
19731  0x0017   ISO                                  int16u
19732  0x0018   HighISOMultiplierRed                 int16u
19733  0x0019   HighISOMultiplierGreen               int16u
19734  0x001a   HighISOMultiplierBlue                int16u
19735  0x001b   NoiseReductionParams                 undef[n]!
19736  0x001c   BlackLevelRed                        int16u
19737  0x001d   BlackLevelGreen                      int16u
19738  0x001e   BlackLevelBlue                       int16u
19739  0x0024   WBRedLevel                           int16u
19740  0x0025   WBGreenLevel                         int16u
19741  0x0026   WBBlueLevel                          int16u
19742  0x0027   WBInfo2                              PanasonicRaw WBInfo2
19743  0x002d   RawFormat                            int16u!
19744  0x002e   JpgFromRaw                           JPEG
19745  0x002f   CropTop                              int16u
19746  0x0030   CropLeft                             int16u
19747  0x0031   CropBottom                           int16u
19748  0x0032   CropRight                            int16u
19749  0x010f   Make                                 string
19750  0x0110   Model                                string
19751  0x0111   StripOffsets                         no
19752  0x0112   Orientation                          int16u
19753  0x0116   RowsPerStrip                         no
19754  0x0117   StripByteCounts                      no
19755  0x0118   RawDataOffset                        no
19756  0x0119   DistortionInfo                       PanasonicRaw DistortionInfo
19757  0x011c   Gamma                                int16u
19758  0x0120   CameraIFD                            PanasonicRaw CameraIFD
19759  0x0121   Multishot                            int32u
19760  0x02bc   ApplicationNotes                     XMP
19761  0x83bb   IPTC-NAA                             IPTC
19762  0x8769   ExifOffset                           EXIF
19763  0x8825   GPSInfo                              GPS
19764
19765=head3 PanasonicRaw WBInfo Tags
19766
19767  Index2   Tag Name                             Writable
19768  ------   --------                             --------
19769      0    NumWBEntries                         int16u
19770      1    WBType1                              int16u
19771      2    WB_RBLevels1                         int16u[2]
19772      4    WBType2                              int16u
19773      5    WB_RBLevels2                         int16u[2]
19774      7    WBType3                              int16u
19775      8    WB_RBLevels3                         int16u[2]
19776     10    WBType4                              int16u
19777     11    WB_RBLevels4                         int16u[2]
19778     13    WBType5                              int16u
19779     14    WB_RBLevels5                         int16u[2]
19780     16    WBType6                              int16u
19781     17    WB_RBLevels6                         int16u[2]
19782     19    WBType7                              int16u
19783     20    WB_RBLevels7                         int16u[2]
19784
19785=head3 PanasonicRaw WBInfo2 Tags
19786
19787  Index2   Tag Name                             Writable
19788  ------   --------                             --------
19789      0    NumWBEntries                         int16u
19790      1    WBType1                              int16u
19791      2    WB_RGBLevels1                        int16u[3]
19792      5    WBType2                              int16u
19793      6    WB_RGBLevels2                        int16u[3]
19794      9    WBType3                              int16u
19795     10    WB_RGBLevels3                        int16u[3]
19796     13    WBType4                              int16u
19797     14    WB_RGBLevels4                        int16u[3]
19798     17    WBType5                              int16u
19799     18    WB_RGBLevels5                        int16u[3]
19800     21    WBType6                              int16u
19801     22    WB_RGBLevels6                        int16u[3]
19802     25    WBType7                              int16u
19803     26    WB_RGBLevels7                        int16u[3]
19804
19805=head3 PanasonicRaw DistortionInfo Tags
19806
19807Lens distortion correction information.
19808
19809  Tag ID   Tag Name                             Writable
19810  ------   --------                             --------
19811  0x0002   DistortionParam02                    int16s
19812  0x0004   DistortionParam04                    int16s
19813  0x0005   DistortionScale                      int16s
19814    7.1    DistortionCorrection                 int16s & 0x0f
19815  0x0008   DistortionParam08                    int16s
19816  0x0009   DistortionParam09                    int16s
19817  0x000b   DistortionParam11                    int16s
19818  0x000c   DistortionN?                         int16s
19819
19820=head3 PanasonicRaw CameraIFD Tags
19821
19822  Tag ID   Tag Name                             Writable
19823  ------   --------                             --------
19824  0x1001   MultishotOn                          no
19825  0x1100   FocusStepNear                        no
19826  0x1101   FocusStepCount                       no
19827  0x1102   FlashFired                           no
19828  0x1105   ZoomPosition                         no
19829  0x1200   LensAttached                         no
19830  0x1201   LensTypeMake                         no
19831  0x1202   LensTypeModel                        no
19832  0x1203   FocalLengthIn35mmFormat              no
19833  0x1301   ApertureValue                        no
19834  0x1302   ShutterSpeedValue                    no
19835  0x1303   SensitivityValue                     no
19836  0x1305   HighISOMode                          no
19837  0x1412   FacesDetected                        no
19838  0x3200   WB_CFA0_LevelDaylight                no
19839  0x3201   WB_CFA1_LevelDaylight                no
19840  0x3202   WB_CFA2_LevelDaylight                no
19841  0x3203   WB_CFA3_LevelDaylight                no
19842  0x3300   WhiteBalanceSet                      no
19843  0x3420   WB_RedLevelAuto                      no
19844  0x3421   WB_BlueLevelAuto                     no
19845  0x3501   Orientation                          no
19846  0x3600   WhiteBalanceDetected                 no
19847
19848=head2 SigmaRaw Tags
19849
19850These tags are used in Sigma and Foveon RAW (.X3F) images.  Metadata is also
19851extracted from the JpgFromRaw image if it exists (all models but the SD9 and
19852SD10).  Currently, metadata may only be written to the embedded JpgFromRaw.
19853
19854  Tag ID               Tag Name                 Writable
19855  ------               --------                 --------
19856  'Header'             Header                   SigmaRaw Header
19857  'Header4'            Header4                  SigmaRaw Header4
19858  'HeaderExt'          HeaderExt                SigmaRaw HeaderExt
19859  'IMA2'               PreviewImage             no
19860                       JpgFromRaw               no
19861  'IMAG'               PreviewImage             no
19862  'PROP'               Properties               SigmaRaw Properties
19863
19864=head3 SigmaRaw Header Tags
19865
19866Information extracted from the header of an X3F file.
19867
19868  Tag ID   Tag Name                             Writable
19869  ------   --------                             --------
19870  0x0001   FileVersion                          no
19871  0x0002   ImageUniqueID                        no
19872  0x0006   MarkBits                             no
19873  0x0007   ImageWidth                           no
19874  0x0008   ImageHeight                          no
19875  0x0009   Rotation                             no
19876  0x000a   WhiteBalance                         no
19877  0x0012   SceneCaptureType                     no
19878
19879=head3 SigmaRaw Header4 Tags
19880
19881Header information for version 4.0 or greater X3F.
19882
19883  Index4   Tag Name                             Writable
19884  ------   --------                             --------
19885      1    FileVersion                          no
19886     10    ImageWidth                           no
19887     11    ImageHeight                          no
19888     12    Rotation                             no
19889
19890=head3 SigmaRaw HeaderExt Tags
19891
19892Extended header data found in version 2.1 and 2.2 files
19893
19894  Tag ID   Tag Name                             Writable
19895  ------   --------                             --------
19896  0x0000   Unused                               no
19897  0x0001   ExposureAdjust                       no
19898  0x0002   Contrast                             no
19899  0x0003   Shadow                               no
19900  0x0004   Highlight                            no
19901  0x0005   Saturation                           no
19902  0x0006   Sharpness                            no
19903  0x0007   RedAdjust                            no
19904  0x0008   GreenAdjust                          no
19905  0x0009   BlueAdjust                           no
19906  0x000a   X3FillLight                          no
19907
19908=head3 SigmaRaw Properties Tags
19909
19910  Tag ID               Tag Name                 Writable
19911  ------               --------                 --------
19912  'AEMODE'             MeteringMode             no
19913  'AFAREA'             AFArea                   no
19914  'AFINFOCUS'          AFInFocus                no
19915  'AFMODE'             FocusMode                no
19916  'APERTURE'           FNumber                  no
19917  'AP_DESC'            ApertureDisplayed        no
19918  'BRACKET'            BracketShot              no
19919  'BURST'              BurstShot                no
19920  'CAMMANUF'           Make                     no
19921  'CAMMODEL'           Model                    no
19922  'CAMNAME'            CameraName               no
19923  'CAMSERIAL'          SerialNumber             no
19924  'CM_DESC'            SceneCaptureType         no
19925  'COLORSPACE'         ColorSpace               no
19926  'DRIVE'              DriveMode                no
19927  'EVAL_STATE'         EvalState                no
19928  'EXPCOMP'            ExposureCompensation     no
19929  'EXPNET'             NetExposureCompensation  no
19930  'EXPTIME'            IntegrationTime          no
19931  'FIRMVERS'           FirmwareVersion          no
19932  'FLASH'              FlashMode                no
19933  'FLASHEXPCOMP'       FlashExpComp             no
19934  'FLASHPOWER'         FlashPower               no
19935  'FLASHTTLMODE'       FlashTTLMode             no
19936  'FLASHTYPE'          FlashType                no
19937  'FLENGTH'            FocalLength              no
19938  'FLEQ35MM'           FocalLengthIn35mmFormat  no
19939  'FOCUS'              Focus                    no
19940  'IMAGEBOARDID'       ImageBoardID             no
19941  'IMAGERBOARDID'      ImagerBoardID            no
19942  'IMAGERTEMP'         SensorTemperature        no
19943  'ISO'                ISO                      no
19944  'LENSARANGE'         LensApertureRange        no
19945  'LENSFRANGE'         LensFocalRange           no
19946  'LENSMODEL'          LensType                 no
19947  'PMODE'              ExposureProgram          no
19948  'RESOLUTION'         Quality                  no
19949  'SENSORID'           SensorID                 no
19950  'SHUTTER'            ExposureTime             no
19951  'SH_DESC'            ShutterSpeedDisplayed    no
19952  'TIME'               DateTimeOriginal         no
19953  'VERSION_BF'         VersionBF                no
19954  'WB_DESC'            WhiteBalance             no
19955
19956=head2 Lytro Tags
19957
19958Tag definitions for Lytro Light Field Picture (LFP) files.  ExifTool
19959extracts the full JSON metadata blocks, as well as breaking them down into
19960individual tags.  All available tags are extracted from the JSON metadata,
19961even if they don't appear in the table below.
19962
19963  Tag Name                                      Writable
19964  --------                                      --------
19965  AccelerometerTime                             no
19966  AccelerometerX                                no
19967  AccelerometerY                                no
19968  AccelerometerZ                                no
19969  CameraType                                    no
19970  DateTimeOriginal                              no
19971  EmbeddedImage                                 no
19972  ExposureTime                                  no
19973  FNumber                                       no
19974  FirmwareVersion                               no
19975  FocalLength                                   no
19976  FocalPlaneXResolution                         no
19977  FrameExposureTime                             no
19978  ISO                                           no
19979  ImageLimitExposureBias                        no
19980  ImageModulationExposureBias                   no
19981  JSONMetadata                                  no+
19982  LensTemperature                               no
19983  Make                                          no
19984  Model                                         no
19985  Orientation                                   no
19986  SensorSerialNumber                            no
19987  SerialNumber                                  no
19988  SocTemperature                                no
19989
19990=head2 JFIF Tags
19991
19992The following information is extracted from the JPEG JFIF header.  See
19993L<https://www.w3.org/Graphics/JPEG/jfif3.pdf> for the JFIF 1.02
19994specification.
19995
19996  Index1   Tag Name                             Writable
19997  ------   --------                             --------
19998      0    JFIFVersion                          no:
19999      2    ResolutionUnit                       int8u:
20000      3    XResolution                          int16u:
20001      5    YResolution                          int16u:
20002      7    ThumbnailWidth                       no
20003      8    ThumbnailHeight                      no
20004      9    ThumbnailTIFF                        no
20005
20006=head3 JFIF Extension Tags
20007
20008Thumbnail images extracted from the JFXX segment.
20009
20010  Tag ID   Tag Name                             Writable
20011  ------   --------                             --------
20012  0x0010   ThumbnailImage                       no
20013  0x0011   ThumbnailTIFF                        no
20014  0x0013   ThumbnailTIFF                        no
20015
20016=head2 FlashPix Tags
20017
20018The FlashPix file format, introduced in 1996, was developed by Kodak,
20019Hewlett-Packard and Microsoft.  Internally the FPX file structure mimics
20020that of an old DOS disk with fixed-sized "sectors" (usually 512 bytes) and a
20021"file allocation table" (FAT).  No wonder this image format never became
20022popular.  However, some of the structures used in FlashPix streams are part
20023of the EXIF specification, and are still being used in the APP2 FPXR segment
20024of JPEG images by some digital cameras from manufacturers such as FujiFilm,
20025Hewlett-Packard, Kodak and Sanyo.
20026
20027ExifTool extracts FlashPix information from both FPX images and the APP2
20028FPXR segment of JPEG images.  As well, FlashPix information is extracted
20029from DOC, PPT, XLS (Microsoft Word, PowerPoint and Excel) documents, VSD
20030(Microsoft Visio) drawings, and FLA (Macromedia/Adobe Flash project) files
20031since these are based on the same file format as FlashPix (the Windows
20032Compound Binary File format).  Note that ExifTool identifies any
20033unrecognized Windows Compound Binary file as a FlashPix (FPX) file.  See
20034L<http://graphcomp.com/info/specs/livepicture/fpx.pdf> for the FlashPix
20035specification.
20036
20037  Tag ID                           Tag Name     Writable
20038  ------                           --------     --------
20039  "\x01CompObj"                    CompObj      FlashPix CompObj
20040  "\x05Audio Info"                 AudioInfo    FlashPix AudioInfo
20041  "\x05Data Object"                DataObject   FlashPix DataObject
20042  "\x05DocumentSummaryInformation" DocumentInfo FlashPix DocumentInfo
20043  "\x05Extension List"             Extensions   FlashPix Extensions
20044  "\x05Global Info"                GlobalInfo   FlashPix GlobalInfo
20045  "\x05Image Contents"             Image        FlashPix Image
20046  "\x05Image Info"                 ImageInfo    FlashPix ImageInfo
20047  "\x05Operation"                  Operation    FlashPix Operation
20048  "\x05Screen Nail"                ScreenNail   no
20049  "\x05SummaryInformation"         SummaryInfo  FlashPix SummaryInfo
20050  "\x05Transform"                  Transform    FlashPix Transform
20051  'Audio Stream'                   AudioStream  no
20052  'Contents'                       Contents     XMP
20053  'Current User'                   CurrentUser  no
20054  'ICC Profile 0001'               ICC_Profile  ICC_Profile
20055  'Preview'                        PreviewImage no
20056  'Property'                       PreviewInfo  FlashPix PreviewInfo
20057  'Subimage 0000 Header'           SubimageHdr  FlashPix SubimageHdr
20058  'WordDocument'                   WordDocument FlashPix WordDocument
20059
20060=head3 FlashPix CompObj Tags
20061
20062  Index4   Tag Name                             Writable
20063  ------   --------                             --------
20064      0    CompObjUserTypeLen                   no
20065      1    CompObjUserType                      no
20066
20067=head3 FlashPix AudioInfo Tags
20068
20069  Tag ID   Tag Name                             Writable
20070  ------   --------                             --------
20071  [no tags known]
20072
20073=head3 FlashPix DataObject Tags
20074
20075  Tag ID       Tag Name                         Writable
20076  ------       --------                         --------
20077  0x10000      DataObjectID                     no
20078  0x10002      LockedPropertyList               no
20079  0x10003      DataObjectTitle                  no
20080  0x10004      LastModifier                     no
20081  0x10005      RevisionNumber                   no
20082  0x10006      DataCreateDate                   no
20083  0x10007      DataModifyDate                   no
20084  0x10008      CreatingApplication              no
20085  0x10100      DataObjectStatus                 no
20086  0x10101      CreatingTransform                no
20087  0x10102      UsingTransforms                  no
20088  0x10000000   CachedImageHeight                no
20089  0x10000001   CachedImageWidth                 no
20090
20091=head3 FlashPix DocumentInfo Tags
20092
20093The DocumentSummaryInformation property set includes a UserDefined property
20094set for which only the Hyperlinks and HyperlinkBase tags are pre-defined.
20095However, ExifTool will also extract any other information found in the
20096UserDefined properties.
20097
20098  Tag ID               Tag Name                 Writable
20099  ------               --------                 --------
20100  0x0002               Category                 no
20101  0x0003               PresentationTarget       no
20102  0x0004               Bytes                    no
20103  0x0005               Lines                    no
20104  0x0006               Paragraphs               no
20105  0x0007               Slides                   no
20106  0x0008               Notes                    no
20107  0x0009               HiddenSlides             no
20108  0x000a               MMClips                  no
20109  0x000b               ScaleCrop                no
20110  0x000c               HeadingPairs             no
20111  0x000d               TitleOfParts             no
20112  0x000e               Manager                  no
20113  0x000f               Company                  no
20114  0x0010               LinksUpToDate            no
20115  0x0011               CharCountWithSpaces      no
20116  0x0013               SharedDoc                no
20117  0x0016               HyperlinksChanged        no
20118  0x0017               AppVersion               no
20119  '_PID_HLINKS'        Hyperlinks               no
20120  '_PID_LINKBASE'      HyperlinkBase            no
20121
20122=head3 FlashPix Extensions Tags
20123
20124  Tag ID       Tag Name                         Writable
20125  ------       --------                         --------
20126  0x0001       ExtensionName                    no
20127  0x0002       ExtensionClassID                 no
20128  0x0003       ExtensionPersistence             no
20129  0x0004       ExtensionCreateDate              no
20130  0x0005       ExtensionModifyDate              no
20131  0x0006       CreatingApplication              no
20132  0x0007       ExtensionDescription             no
20133  0x1000       Storage-StreamPathname           no
20134  0x2000       FlashPixStreamPathname           no
20135  0x2001       FlashPixStreamFieldOffset        no
20136  0x3000       PropertySetPathname              no
20137  0x3001       PropertySetIDCodes               no
20138  0x3002       PropertyVectorElements           no
20139  0x4000       SubimageResolutions              no
20140  0x10000000   UsedExtensionNumbers             no
20141
20142=head3 FlashPix GlobalInfo Tags
20143
20144  Tag ID   Tag Name                             Writable
20145  ------   --------                             --------
20146  0x10002  LockedPropertyList                   no
20147  0x10003  TransformedImageTitle                no
20148  0x10004  LastModifier                         no
20149  0x10100  VisibleOutputs                       no
20150  0x10101  MaximumImageIndex                    no
20151  0x10102  MaximumTransformIndex                no
20152  0x10103  MaximumOperationIndex                no
20153
20154=head3 FlashPix Image Tags
20155
20156  Tag ID       Tag Name                         Writable
20157  ------       --------                         --------
20158  0x1000000    NumberOfResolutions              no
20159  0x1000002    ImageWidth                       no
20160  0x1000003    ImageHeight                      no
20161  0x1000004    DefaultDisplayHeight             no
20162  0x1000005    DefaultDisplayWidth              no
20163  0x1000006    DisplayUnits                     no
20164  0x2000000    SubimageWidth                    no
20165  0x2000001    SubimageHeight                   no
20166  0x2000002    SubimageColor                    no
20167  0x2000003    SubimageNumericalFormat          no
20168  0x2000004    DecimationMethod                 no
20169  0x2000005    DecimationPrefilterWidth         no
20170  0x2000007    SubimageICC_Profile              no
20171  0x3000001    JPEGTables                       no
20172  0x3000002    MaxJPEGTableIndex                no
20173
20174=head3 FlashPix ImageInfo Tags
20175
20176  Tag ID       Tag Name                         Writable
20177  ------       --------                         --------
20178  0x21000000   FileSource                       no
20179  0x21000001   SceneType                        no
20180  0x21000002   CreationPathVector               no
20181  0x21000003   SoftwareRelease                  no
20182  0x21000004   UserDefinedID                    no
20183  0x21000005   SharpnessApproximation           no
20184  0x22000000   Copyright                        no
20185  0x22000001   OriginalImageBroker              no
20186  0x22000002   DigitalImageBroker               no
20187  0x22000003   Authorship                       no
20188  0x22000004   IntellectualPropertyNotes        no
20189  0x23000000   TestTarget                       no
20190  0x23000002   GroupCaption                     no
20191  0x23000003   CaptionText                      no
20192  0x23000004   People                           no
20193  0x23000007   Things                           no
20194  0x2300000a   DateTimeOriginal                 no
20195  0x2300000b   Events                           no
20196  0x2300000c   Places                           no
20197  0x2300000f   ContentDescriptionNotes          no
20198  0x24000000   Make                             no
20199  0x24000001   Model                            no
20200  0x24000002   SerialNumber                     no
20201  0x25000000   CreateDate                       no
20202  0x25000001   ExposureTime                     no
20203  0x25000002   FNumber                          no
20204  0x25000003   ExposureProgram                  no
20205  0x25000004   BrightnessValue                  no
20206  0x25000005   ExposureCompensation             no
20207  0x25000006   SubjectDistance                  no
20208  0x25000007   MeteringMode                     no
20209  0x25000008   LightSource                      no
20210  0x25000009   FocalLength                      no
20211  0x2500000a   MaxApertureValue                 no
20212  0x2500000b   Flash                            no
20213  0x2500000c   FlashEnergy                      no
20214  0x2500000d   FlashReturn                      no
20215  0x2500000e   BackLight                        no
20216  0x2500000f   SubjectLocation                  no
20217  0x25000010   ExposureIndex                    no
20218  0x25000011   SpecialEffectsOpticalFilter      no
20219  0x25000012   PerPictureNotes                  no
20220  0x26000000   SensingMethod                    no
20221  0x26000001   FocalPlaneXResolution            no
20222  0x26000002   FocalPlaneYResolution            no
20223  0x26000003   FocalPlaneResolutionUnit         no
20224  0x26000004   SpatialFrequencyResponse         no
20225  0x26000005   CFAPattern                       no
20226  0x26000007   ISO                              no
20227  0x26000008   Opto-ElectricConvFactor          no
20228  0x27000000   FilmBrand                        no
20229  0x27000001   FilmCategory                     no
20230  0x27000002   FilmSize                         no
20231  0x27000003   FilmRollNumber                   no
20232  0x27000004   FilmFrameNumber                  no
20233  0x28000000   ScannerMake                      no
20234  0x28000001   ScannerModel                     no
20235  0x28000002   ScannerSerialNumber              no
20236  0x28000003   ScanSoftware                     no
20237  0x28000004   ScanSoftwareRevisionDate         no
20238  0x28000005   ServiceOrganizationName          no
20239  0x28000006   ScanOperatorID                   no
20240  0x28000008   ScanDate                         no
20241  0x28000009   ModifyDate                       no
20242  0x2800000a   ScannerPixelSize                 no
20243  0x29000000   OriginalScannedImageSize         no
20244  0x29000001   OriginalDocumentSize             no
20245  0x29000002   OriginalMedium                   no
20246  0x29000003   TypeOfOriginal                   no
20247
20248=head3 FlashPix Operation Tags
20249
20250  Tag ID   Tag Name                             Writable
20251  ------   --------                             --------
20252  0x10000  OperationID                          no
20253
20254=head3 FlashPix SummaryInfo Tags
20255
20256The Dictionary, CodePage and LocalIndicator tags are common to all FlashPix
20257property tables, even though they are only listed in the SummaryInfo table.
20258
20259  Tag ID       Tag Name                         Writable
20260  ------       --------                         --------
20261  0x0000       Dictionary                       no
20262  0x0001       CodePage                         no
20263  0x0002       Title                            no
20264  0x0003       Subject                          no
20265  0x0004       Author                           no
20266  0x0005       Keywords                         no
20267  0x0006       Comments                         no
20268  0x0007       Template                         no
20269  0x0008       LastModifiedBy                   no
20270  0x0009       RevisionNumber                   no
20271  0x000a       TotalEditTime                    no
20272  0x000b       LastPrinted                      no
20273  0x000c       CreateDate                       no
20274  0x000d       ModifyDate                       no
20275  0x000e       Pages                            no
20276  0x000f       Words                            no
20277  0x0010       Characters                       no
20278  0x0011       ThumbnailClip                    no
20279  0x0012       Software                         no
20280  0x0013       Security                         no
20281  0x0022       CreatedBy                        no
20282  0x0023       DocumentID                       no
20283  0x80000000   LocaleIndicator                  no
20284
20285=head3 FlashPix Transform Tags
20286
20287  Tag ID       Tag Name                         Writable
20288  ------       --------                         --------
20289  0x10000      TransformNodeID                  no
20290  0x10001      OperationClassID                 no
20291  0x10002      LockedPropertyList               no
20292  0x10003      TransformTitle                   no
20293  0x10004      LastModifier                     no
20294  0x10005      RevisionNumber                   no
20295  0x10006      TransformCreateDate              no
20296  0x10007      TransformModifyDate              no
20297  0x10008      CreatingApplication              no
20298  0x10100      InputDataObjectList              no
20299  0x10101      OutputDataObjectList             no
20300  0x10102      OperationNumber                  no
20301  0x10000000   ResultAspectRatio                no
20302  0x10000001   RectangleOfInterest              no
20303  0x10000002   Filtering                        no
20304  0x10000003   SpatialOrientation               no
20305  0x10000004   ColorTwistMatrix                 no
20306  0x10000005   ContrastAdjustment               no
20307
20308=head3 FlashPix PreviewInfo Tags
20309
20310Preview information written by some FujiFilm models.
20311
20312  Index1   Tag Name                             Writable
20313  ------   --------                             --------
20314     13    PreviewImageWidth                    no
20315     23    PreviewImageHeight                   no
20316
20317=head3 FlashPix SubimageHdr Tags
20318
20319  Index4   Tag Name                             Writable
20320  ------   --------                             --------
20321      1    SubimageWidth                        no
20322      2    SubimageHeight                       no
20323      3    SubimageTileCount                    no
20324      4    SubimageTileWidth                    no
20325      5    SubimageTileHeight                   no
20326      6    NumChannels                          no
20327
20328=head3 FlashPix WordDocument Tags
20329
20330Tags extracted from the Microsoft Word document stream.
20331
20332  Tag ID   Tag Name                             Writable
20333  ------   --------                             --------
20334  0x0000   Identification                       no
20335  0x0003   LanguageCode                         no
20336  0x0005   DocFlags                             no
20337    9.1    System                               no
20338    9.2    Word97                               no
20339
20340=head3 FlashPix DocTable Tags
20341
20342Tags extracted from the Microsoft Word document table.
20343
20344  Tag Name                                      Writable
20345  --------                                      --------
20346  CommentBy                                     no
20347  DOP                                           FlashPix DOP
20348  LastSavedBy                                   no
20349  ModifyDate                                    no
20350
20351=head3 FlashPix DOP Tags
20352
20353Microsoft office document properties.
20354
20355  Index1   Tag Name                             Writable
20356  ------   --------                             --------
20357     20    CreateDate                           no
20358     24    ModifyDate                           no
20359     28    LastPrinted                          no
20360     32    RevisionNumber                       no
20361     34    TotalEditTime                        no
20362     38    Words                                no
20363     42    Characters                           no
20364     46    Pages                                no
20365     48    Paragraphs                           no
20366     56    Lines                                no
20367
20368=head2 MPF Tags
20369
20370These tags are part of the CIPA Multi-Picture Format specification, and are
20371found in the APP2 "MPF" segment of JPEG images.  MPImage data referenced
20372from this segment is stored as a JPEG trailer.  The MPF tags are not
20373writable, however the MPF segment may be deleted as a group (with "MPF:All")
20374but then the JPEG trailer should also be deleted (with "Trailer:All").  See
20375L<https://web.archive.org/web/20190713230858/http://www.cipa.jp/std/documents/e/DC-007_E.pdf>
20376for the official specification.
20377
20378  Tag ID   Tag Name                             Writable
20379  ------   --------                             --------
20380  0xb000   MPFVersion                           no
20381  0xb001   NumberOfImages                       no
20382  0xb002   MPImageList                          MPF MPImage
20383  0xb003   ImageUIDList                         no
20384  0xb004   TotalFrames                          no
20385  0xb101   MPIndividualNum                      no
20386  0xb201   PanOrientation                       no
20387  0xb202   PanOverlapH                          no
20388  0xb203   PanOverlapV                          no
20389  0xb204   BaseViewpointNum                     no
20390  0xb205   ConvergenceAngle                     no
20391  0xb206   BaselineLength                       no
20392  0xb207   VerticalDivergence                   no
20393  0xb208   AxisDistanceX                        no
20394  0xb209   AxisDistanceY                        no
20395  0xb20a   AxisDistanceZ                        no
20396  0xb20b   YawAngle                             no
20397  0xb20c   PitchAngle                           no
20398  0xb20d   RollAngle                            no
20399
20400=head3 MPF MPImage Tags
20401
20402The first MPF "Large Thumbnail" image is extracted as PreviewImage, and the
20403rest of the embedded MPF images are extracted as MPImage#.  The
20404ExtractEmbedded (-ee) option may be used to extract information from these
20405embedded images.
20406
20407  Index1   Tag Name                             Writable
20408  ------   --------                             --------
20409    0.1    MPImageFlags                         no
20410    0.2    MPImageFormat                        no
20411    0.3    MPImageType                          no
20412      4    MPImageLength                        no
20413      8    MPImageStart                         no
20414     12    DependentImage1EntryNumber           no
20415     14    DependentImage2EntryNumber           no
20416
20417=head2 Stim Tags
20418
20419These tags are part of the CIPA Stereo Still Image specification, and are
20420found in the APP3 "Stim" segment of JPEG images.  See
20421L<https://web.archive.org/web/20190718152459/http://www.cipa.jp/std/documents/e/DC-006_E.pdf>
20422for the official specification.
20423
20424  Tag ID   Tag Name                             Writable
20425  ------   --------                             --------
20426  0x0000   StimVersion                          no
20427  0x0001   ApplicationData                      no
20428  0x0002   ImageArrangement                     no
20429  0x0003   ImageRotation                        no
20430  0x0004   ScalingFactor                        no
20431  0x0005   CropXSize                            no
20432  0x0006   CropYSize                            no
20433  0x0007   CropX                                Stim CropX
20434  0x0008   CropY                                Stim CropY
20435  0x0009   ViewType                             no
20436  0x000a   RepresentativeImage                  no
20437  0x000b   ConvergenceBaseImage                 no
20438  0x000c   AssumedDisplaySize                   no
20439  0x000d   AssumedDistanceView                  no
20440  0x000e   RepresentativeDisparityNear          no
20441  0x000f   RepresentativeDisparityFar           no
20442  0x0010   InitialDisplayEffect                 no
20443  0x0011   ConvergenceDistance                  no
20444  0x0012   CameraArrangementInterval            no
20445  0x0013   ShootingCount                        no
20446
20447=head3 Stim CropX Tags
20448
20449  Index1   Tag Name                             Writable
20450  ------   --------                             --------
20451      0    CropXCommonOffset                    no
20452      2    CropXViewpointNumber                 no
20453      3    CropXOffset                          no
20454      7    CropXViewpointNumber2                no
20455      8    CropXOffset2                         no
20456
20457=head3 Stim CropY Tags
20458
20459  Index1   Tag Name                             Writable
20460  ------   --------                             --------
20461      0    CropYCommonOffset                    no
20462      2    CropYViewpointNumber                 no
20463      3    CropYOffset                          no
20464      7    CropYViewpointNumber2                no
20465      8    CropYOffset2                         no
20466
20467=head2 Scalado Tags
20468
20469Tags extracted from the JPEG APP4 "SCALADO" segment found in images from
20470HTC, LG and Samsung phones.  (Presumably written by Scalado mobile software,
20471L<http://www.scalado.com/>.)
20472
20473  Tag ID   Tag Name                             Writable
20474  ------   --------                             --------
20475  'HGHT'   PreviewImageHeight                   no
20476  'QUAL'   PreviewQuality                       no
20477  'SPMO'   DataLength?                          no
20478  'WDTH'   PreviewImageWidth                    no
20479
20480=head2 GoPro Tags
20481
20482=head3 GoPro GPMF Tags
20483
20484Tags extracted from the GPMF box of GoPro MP4 videos, the APP6 "GoPro"
20485segment of JPEG files, and from the "gpmd" timed metadata if the
20486ExtractEmbedded (-ee) option is enabled.  Many more tags exist, but are
20487currently unknown and extracted only with the Unknown (-u) option. Please
20488let me know if you discover the meaning of any of these unknown tags. See
20489L<https://github.com/gopro/gpmf-parser> for details about this format.
20490
20491  Tag ID   Tag Name                             Writable
20492  ------   --------                             --------
20493  'ACCL'   Accelerometer                        no
20494  'ALLD'   AutoLowLightDuration                 no
20495  'ATTD'   Attitude                             no
20496  'ATTR'   AttitudeTarget                       no
20497  'AUDO'   AudioSetting                         no
20498  'BPOS'   Controller?                          no
20499  'CASN'   CameraSerialNumber                   no
20500  'CSEN'   CoyoteSense                          no
20501  'CYTS'   CoyoteStatus                         no
20502  'DEVC'   DeviceContainer                      GoPro GPMF
20503  'DVID'   DeviceID?                            no
20504  'DVNM'   DeviceName                           no
20505  'DZOM'   DigitalZoom                          no
20506  'EISA'   ElectronicImageStabilization         no
20507  'EMPT'   Empty?                               no
20508  'ESCS'   EscapeStatus?                        no
20509  'FACE'   FaceDetected                         no
20510  'FCNM'   FaceNumbers                          no
20511  'FMWR'   FirmwareVersion                      no
20512  'FWVS'   OtherFirmware                        no
20513  'GLPI'   GPSPos                               GoPro GLPI
20514  'GPRI'   GPSRaw?                              GoPro GPRI
20515  'GPS5'   GPSInfo                              GoPro GPS5
20516  'GPSF'   GPSMeasureMode                       no
20517  'GPSP'   GPSHPositioningError                 no
20518  'GPSU'   GPSDateTime                          no
20519  'GYRO'   Gyroscope                            no
20520  'ISOE'   ISOSpeeds                            no
20521  'ISOG'   ImageSensorGain                      no
20522  'KBAT'   BatteryStatus                        GoPro KBAT
20523  'LNED'   LocalPositionNED                     no
20524  'MAGN'   Magnetometer                         no
20525  'MINF'   Model                                no
20526  'OREN'   AutoRotation                         no
20527  'PHDR'   HDRSetting                           no
20528  'PIMN'   AutoISOMin                           no
20529  'PIMX'   AutoISOMax                           no
20530  'PRES'   PhotoResolution                      no
20531  'PRTN'   ProTune                              no
20532  'PTCL'   ColorMode                            no
20533  'PTEV'   ExposureCompensation                 no
20534  'PTSH'   Sharpness                            no
20535  'PTWB'   WhiteBalance                         no
20536  'RATE'   Rate                                 no
20537  'RMRK'   Comments                             no
20538  'SCAL'   ScaleFactor?                         no
20539  'SCPR'   ScaledPressure                       no
20540  'SHUT'   ExposureTimes                        no
20541  'SIMU'   ScaledIMU                            no
20542  'SIUN'   SIUnits?                             no
20543  'STMP'   TimeStamp                            no
20544  'STNM'   StreamName?                          no
20545  'STRM'   NestedSignalStream                   GoPro GPMF
20546  'SYST'   SystemTime                           no
20547  'TMPC'   CameraTemperature                    no
20548  'TSMP'   TotalSamples?                        no
20549  'TYPE'   StructureType?                       no
20550  'UNIT'   Units?                               no
20551  'VERS'   MetadataVersion                      no
20552  'VFOV'   FieldOfView                          no
20553  'VFRH'   VisualFlightRulesHUD                 no
20554  'WBAL'   ColorTemperatures                    no
20555  'WRGB'   WhiteBalanceRGB                      no
20556
20557=head3 GoPro GLPI Tags
20558
20559   Index   Tag Name                             Writable
20560   -----   --------                             --------
20561      0    GPSDateTime                          no
20562      1    GPSLatitude                          no
20563      2    GPSLongitude                         no
20564      3    GPSAltitude                          no
20565      5    GPSSpeedX                            no
20566      6    GPSSpeedY                            no
20567      7    GPSSpeedZ                            no
20568      8    GPSTrack                             no
20569
20570=head3 GoPro GPRI Tags
20571
20572   Index   Tag Name                             Writable
20573   -----   --------                             --------
20574      0    GPSDateTimeRaw                       no
20575      1    GPSLatitudeRaw                       no
20576      2    GPSLongitudeRaw                      no
20577      3    GPSAltitudeRaw                       no
20578      6    GPSSpeedRaw                          no
20579      7    GPSTrackRaw                          no
20580
20581=head3 GoPro GPS5 Tags
20582
20583   Index   Tag Name                             Writable
20584   -----   --------                             --------
20585      0    GPSLatitude                          no
20586      1    GPSLongitude                         no
20587      2    GPSAltitude                          no
20588      3    GPSSpeed                             no
20589      4    GPSSpeed3D                           no
20590
20591=head3 GoPro KBAT Tags
20592
20593Battery status information found in GoPro Karma videos.
20594
20595   Index   Tag Name                             Writable
20596   -----   --------                             --------
20597      0    BatteryCurrent                       no
20598      1    BatteryCapacity                      no
20599      3    BatteryTemperature                   no
20600      4    BatteryVoltage1                      no
20601      5    BatteryVoltage2                      no
20602      6    BatteryVoltage3                      no
20603      7    BatteryVoltage4                      no
20604      8    BatteryTime                          no
20605     14    BatteryLevel                         no
20606
20607=head3 GoPro fdsc Tags
20608
20609Tags extracted from the MP4 "fdsc" timed metadata when the ExtractEmbedded
20610(-ee) option is used.
20611
20612  Index1   Tag Name                             Writable
20613  ------   --------                             --------
20614      8    FirmwareVersion                      no
20615     23    SerialNumber                         no
20616     87    OtherSerialNumber                    no
20617    102    Model                                no
20618
20619=head2 Qualcomm Tags
20620
20621The tags below have been observed in the JPEG APP7 "Qualcomm Camera
20622Attributes" segment written by some cameras such as the HP iPAQ Voice
20623Messenger.  ExifTool will extract any information found from this segment,
20624even if it is not listed in this table.
20625
20626  Tag Name                                      Writable
20627  --------                                      --------
20628  AECAggressiveness                             no
20629  AECCurrentExpIndex                            no
20630  AECCurrentSensorLuma                          no
20631  AECEnable                                     no
20632  AECExposureIndexAdjStep                       no
20633  AECHighLumaRegionCount                        no
20634  AECHighLumaRegionThreshold                    no
20635  AECIndoorIdx                                  no
20636  AECLumaTarget                                 no
20637  AECLumaTolerance                              no
20638  AECMode                                       no
20639  AECOdoorIdx                                   no
20640  AECOutdoorBrightDiscarded                     no
20641  AECOutdoorBrightEnable                        no
20642  AECOutdoorBrightReduction                     no
20643  AECOutdoorBrightThresholdHI                   no
20644  AECOutdoorBrightThresholdLO                   no
20645  AECOutdoorGammaIndex                          no
20646  AECSnapshotDigitalGain                        no
20647  AECSnapshotExposureTimeMs                     no
20648  AECSnapshotLineCount                          no
20649  AECSnapshotSensorGain                         no
20650  AECVfeLuma                                    no
20651  AFBoundary                                    no
20652  AFCollectEndStat                              no
20653  AFEnable                                      no
20654  AFFarEnd                                      no
20655  AFFineSrchPoints                              no
20656  AFFineStep                                    no
20657  AFFocusTime                                   no
20658  AFGrossStep                                   no
20659  AFMode                                        no
20660  AFNearEnd                                     no
20661  AFPosDefMacro                                 no
20662  AFPosDefNorm                                  no
20663  AFPosition                                    no
20664  AFProcess                                     no
20665  AFREnable                                     no
20666  AFRFaster0ExpMod                              no
20667  AFRFaster0Trigger                             no
20668  AFRFaster1ExpMod                              no
20669  AFRFaster1Trigger                             no
20670  AFRFaster2ExpMod                              no
20671  AFRFaster2Trigger                             no
20672  AFRFaster3ExpMod                              no
20673  AFRFaster3Trigger                             no
20674  AFRFaster4ExpMod                              no
20675  AFRFaster4Trigger                             no
20676  AFRPossibleFrameCnt                           no
20677  AFRSlower0ExpMod                              no
20678  AFRSlower0Trigger                             no
20679  AFRSlower1ExpMod                              no
20680  AFRSlower1Trigger                             no
20681  AFRSlower2ExpMod                              no
20682  AFRSlower2Trigger                             no
20683  AFRSlower3ExpMod                              no
20684  AFRSlower3Trigger                             no
20685  AFRSlower4ExpMod                              no
20686  AFRSlower4Trigger                             no
20687  AFResetLensAfterSnap                          no
20688  AFStepsNearFar                                no
20689  AFStepsNearInfinity                           no
20690  AFTestMode                                    no
20691  AFTracePositions00                            no
20692  AFTracePositions01                            no
20693  AFTracePositions02                            no
20694  AFTracePositions03                            no
20695  AFTracePositions04                            no
20696  AFTracePositions05                            no
20697  AFTracePositions06                            no
20698  AFTracePositions07                            no
20699  AFTracePositions08                            no
20700  AFTracePositions09                            no
20701  AFTracePositions10                            no
20702  AFTracePositions11                            no
20703  AFTracePositions12                            no
20704  AFTracePositions13                            no
20705  AFTracePositions14                            no
20706  AFTracePositions15                            no
20707  AFTracePositions16                            no
20708  AFTracePositions17                            no
20709  AFTracePositions18                            no
20710  AFTracePositions19                            no
20711  AFTracePositions20                            no
20712  AFTracePositions21                            no
20713  AFTracePositions22                            no
20714  AFTracePositions23                            no
20715  AFTracePositions24                            no
20716  AFTracePositions25                            no
20717  AFTracePositions26                            no
20718  AFTracePositions27                            no
20719  AFTracePositions28                            no
20720  AFTracePositions29                            no
20721  AFTracePositions30                            no
20722  AFTracePositions31                            no
20723  AFTracePositions32                            no
20724  AFTracePositions33                            no
20725  AFTracePositions34                            no
20726  AFTracePositions35                            no
20727  AFTracePositions36                            no
20728  AFTracePositions37                            no
20729  AFTracePositions38                            no
20730  AFTracePositions39                            no
20731  AFTracePositions40                            no
20732  AFTracePositions41                            no
20733  AFTracePositions42                            no
20734  AFTracePositions43                            no
20735  AFTracePositions44                            no
20736  AFTracePositions45                            no
20737  AFTracePositions46                            no
20738  AFTracePositions47                            no
20739  AFTracePositions48                            no
20740  AFTracePositions49                            no
20741  AFTraceStats00                                no
20742  AFTraceStats01                                no
20743  AFTraceStats02                                no
20744  AFTraceStats03                                no
20745  AFTraceStats04                                no
20746  AFTraceStats05                                no
20747  AFTraceStats06                                no
20748  AFTraceStats07                                no
20749  AFTraceStats08                                no
20750  AFTraceStats09                                no
20751  AFTraceStats10                                no
20752  AFTraceStats11                                no
20753  AFTraceStats12                                no
20754  AFTraceStats13                                no
20755  AFTraceStats14                                no
20756  AFTraceStats15                                no
20757  AFTraceStats16                                no
20758  AFTraceStats17                                no
20759  AFTraceStats18                                no
20760  AFTraceStats19                                no
20761  AFTraceStats20                                no
20762  AFTraceStats21                                no
20763  AFTraceStats22                                no
20764  AFTraceStats23                                no
20765  AFTraceStats24                                no
20766  AFTraceStats25                                no
20767  AFTraceStats26                                no
20768  AFTraceStats27                                no
20769  AFTraceStats28                                no
20770  AFTraceStats29                                no
20771  AFTraceStats30                                no
20772  AFTraceStats31                                no
20773  AFTraceStats32                                no
20774  AFTraceStats33                                no
20775  AFTraceStats34                                no
20776  AFTraceStats35                                no
20777  AFTraceStats36                                no
20778  AFTraceStats37                                no
20779  AFTraceStats38                                no
20780  AFTraceStats39                                no
20781  AFTraceStats40                                no
20782  AFTraceStats41                                no
20783  AFTraceStats42                                no
20784  AFTraceStats43                                no
20785  AFTraceStats44                                no
20786  AFTraceStats45                                no
20787  AFTraceStats46                                no
20788  AFTraceStats47                                no
20789  AFTraceStats48                                no
20790  AFTraceStats49                                no
20791  AFUndershootProtect                           no
20792  AFVfeHorzOffset                               no
20793  AFVfeHorzWidth                                no
20794  AFVfeMetricMax                                no
20795  AFVfeVertHeight                               no
20796  AFVfeVertOffset                               no
20797  ASF3EdgeDetect                                no
20798  ASF3EdgeFilterA11                             no
20799  ASF3EdgeFilterA12                             no
20800  ASF3EdgeFilterA13                             no
20801  ASF3EdgeFilterA21                             no
20802  ASF3EdgeFilterA22                             no
20803  ASF3EdgeFilterA23                             no
20804  ASF3EdgeFilterA31                             no
20805  ASF3EdgeFilterA32                             no
20806  ASF3EdgeFilterA33                             no
20807  ASF3Enable                                    no
20808  ASF3LowerThreshold                            no
20809  ASF3NoiseFilterA11                            no
20810  ASF3NoiseFilterA12                            no
20811  ASF3NoiseFilterA13                            no
20812  ASF3NoiseFilterA21                            no
20813  ASF3NoiseFilterA22                            no
20814  ASF3NoiseFilterA23                            no
20815  ASF3NoiseFilterA31                            no
20816  ASF3NoiseFilterA32                            no
20817  ASF3NoiseFilterA33                            no
20818  ASF3UpperThreshold                            no
20819  ASF5BrtLoThres                                no
20820  ASF5BrtShrpDegF1                              no
20821  ASF5BrtShrpDegF2                              no
20822  ASF5BrtSmthPercent                            no
20823  ASF5BrtUpThres                                no
20824  ASF5Enable                                    no
20825  ASF5ExposureIndex1                            no
20826  ASF5ExposureIndex2                            no
20827  ASF5Filter1A11                                no
20828  ASF5Filter1A12                                no
20829  ASF5Filter1A13                                no
20830  ASF5Filter1A14                                no
20831  ASF5Filter1A15                                no
20832  ASF5Filter1A21                                no
20833  ASF5Filter1A22                                no
20834  ASF5Filter1A23                                no
20835  ASF5Filter1A24                                no
20836  ASF5Filter1A25                                no
20837  ASF5Filter1A31                                no
20838  ASF5Filter1A32                                no
20839  ASF5Filter1A33                                no
20840  ASF5Filter1A34                                no
20841  ASF5Filter1A35                                no
20842  ASF5Filter1A41                                no
20843  ASF5Filter1A42                                no
20844  ASF5Filter1A43                                no
20845  ASF5Filter1A44                                no
20846  ASF5Filter1A45                                no
20847  ASF5Filter1A51                                no
20848  ASF5Filter1A52                                no
20849  ASF5Filter1A53                                no
20850  ASF5Filter1A54                                no
20851  ASF5Filter1A55                                no
20852  ASF5Filter2A11                                no
20853  ASF5Filter2A12                                no
20854  ASF5Filter2A13                                no
20855  ASF5Filter2A14                                no
20856  ASF5Filter2A15                                no
20857  ASF5Filter2A21                                no
20858  ASF5Filter2A22                                no
20859  ASF5Filter2A23                                no
20860  ASF5Filter2A24                                no
20861  ASF5Filter2A25                                no
20862  ASF5Filter2A31                                no
20863  ASF5Filter2A32                                no
20864  ASF5Filter2A33                                no
20865  ASF5Filter2A34                                no
20866  ASF5Filter2A35                                no
20867  ASF5Filter2A41                                no
20868  ASF5Filter2A42                                no
20869  ASF5Filter2A43                                no
20870  ASF5Filter2A44                                no
20871  ASF5Filter2A45                                no
20872  ASF5Filter2A51                                no
20873  ASF5Filter2A52                                no
20874  ASF5Filter2A53                                no
20875  ASF5Filter2A54                                no
20876  ASF5Filter2A55                                no
20877  ASF5FilterMode                                no
20878  ASF5LowLoThres                                no
20879  ASF5LowShrpDegF1                              no
20880  ASF5LowShrpDegF2                              no
20881  ASF5LowSmthPrcnt                              no
20882  ASF5LowUpThres                                no
20883  ASF5LumaFilter00                              no
20884  ASF5LumaFilter01                              no
20885  ASF5LumaFilter02                              no
20886  ASF5LumaFilter03                              no
20887  ASF5LumaFilter04                              no
20888  ASF5LumaFilter05                              no
20889  ASF5LumaFilter06                              no
20890  ASF5LumaFilter07                              no
20891  ASF5LumaFilter08                              no
20892  ASF5MaxExposureIndex                          no
20893  ASF5NrmLoThres                                no
20894  ASF5NrmShrpDegF1                              no
20895  ASF5NrmShrpDegF2                              no
20896  ASF5NrmSmthPrcnt                              no
20897  ASF5NrmUpThres                                no
20898  ASF5NrmizeFactor1                             no
20899  ASF5NrmizeFactor2                             no
20900  AWBAggressiveness                             no
20901  AWBAgwGridDist2Thresh                         no
20902  AWBAlgorithm                                  no
20903  AWBAveBgRatio                                 no
20904  AWBAveRgRatio                                 no
20905  AWBBlueGainAdjRef1                            no
20906  AWBBlueGainAdjRef2                            no
20907  AWBBlueGainAdjRef3                            no
20908  AWBBlueGainAdjRef4                            no
20909  AWBBlueGainAdjRef5                            no
20910  AWBBlueGainAdjRef6                            no
20911  AWBBlueGainAdjRef7                            no
20912  AWBBlueGainAdjRef8                            no
20913  AWBBlueGainRef1                               no
20914  AWBBlueGainRef2                               no
20915  AWBBlueGainRef3                               no
20916  AWBBlueGainRef4                               no
20917  AWBBlueGainRef5                               no
20918  AWBBlueGainRef6                               no
20919  AWBBlueGainRef7                               no
20920  AWBBlueGainRef8                               no
20921  AWBCcBias                                     no
20922  AWBCompactClusterR2                           no
20923  AWBEnable                                     no
20924  AWBGreenOffsetBg                              no
20925  AWBGreenOffsetRg                              no
20926  AWBIndoorSampleInfluence                      no
20927  AWBLoVfeC1                                    no
20928  AWBLoVfeC2                                    no
20929  AWBLoVfeC3                                    no
20930  AWBLoVfeC4                                    no
20931  AWBLoVfeM1                                    no
20932  AWBLoVfeM2                                    no
20933  AWBLoVfeM3                                    no
20934  AWBLoVfeM4                                    no
20935  AWBLoVfeMaxY                                  no
20936  AWBLoVfeMinY                                  no
20937  AWBLowLigColCorEna                            no
20938  AWBMaxBGain                                   no
20939  AWBMaxGGain                                   no
20940  AWBMaxRGain                                   no
20941  AWBMinBGain                                   no
20942  AWBMinGGain                                   no
20943  AWBMinRGain                                   no
20944  AWBNormVfeC1                                  no
20945  AWBNormVfeC2                                  no
20946  AWBNormVfeC3                                  no
20947  AWBNormVfeC4                                  no
20948  AWBNormVfeM1                                  no
20949  AWBNormVfeM2                                  no
20950  AWBNormVfeM3                                  no
20951  AWBNormVfeM4                                  no
20952  AWBNormVfeMaxY                                no
20953  AWBNormVfeMinY                                no
20954  AWBOudorVfeC1                                 no
20955  AWBOudorVfeC2                                 no
20956  AWBOudorVfeC3                                 no
20957  AWBOudorVfeC4                                 no
20958  AWBOudorVfeM1                                 no
20959  AWBOudorVfeM2                                 no
20960  AWBOudorVfeM3                                 no
20961  AWBOudorVfeM4                                 no
20962  AWBOudorVfeMaxY                               no
20963  AWBOudorVfeMinY                               no
20964  AWBOutdoorSampleInfluence                     no
20965  AWBPrevWbBgain                                no
20966  AWBPrevWbGgain                                no
20967  AWBPrevWbRgain                                no
20968  AWBRedGainAdjRef1                             no
20969  AWBRedGainAdjRef2                             no
20970  AWBRedGainAdjRef3                             no
20971  AWBRedGainAdjRef4                             no
20972  AWBRedGainAdjRef5                             no
20973  AWBRedGainAdjRef6                             no
20974  AWBRedGainAdjRef7                             no
20975  AWBRedGainAdjRef8                             no
20976  AWBRedGainRef1                                no
20977  AWBRedGainRef2                                no
20978  AWBRedGainRef3                                no
20979  AWBRedGainRef4                                no
20980  AWBRedGainRef5                                no
20981  AWBRedGainRef6                                no
20982  AWBRedGainRef7                                no
20983  AWBRedGainRef8                                no
20984  AWBSampleDecision                             no
20985  AWBSnapshotBGain                              no
20986  AWBSnapshotRGain                              no
20987  AntiBadingPixelClk                            no
20988  AntiBadingPixelClkPerLine                     no
20989  AntibandingEnable                             no
20990  BlckLvlEvenCols                               no
20991  BlckLvlOddCols                                no
20992  CamMclkHz                                     no
20993  ChroSupChroThres1                             no
20994  ChroSupChroThres2                             no
20995  ChroSupLumaThres1                             no
20996  ChroSupLumaThres2                             no
20997  ChroSupLumaThres3                             no
20998  ChroSupLumaThres4                             no
20999  ChromSupress                                  no
21000  ClipToAfRato                                  no
21001  CurrResol                                     no
21002  DayltConvChrmA_M                              no
21003  DayltConvChrmA_P                              no
21004  DayltConvChrmB_M                              no
21005  DayltConvChrmB_P                              no
21006  DayltConvChrmC_M                              no
21007  DayltConvChrmC_P                              no
21008  DayltConvChrmD_M                              no
21009  DayltConvChrmD_P                              no
21010  DayltConvChrmKCb                              no
21011  DayltConvChrmKCr                              no
21012  DayltConvLumaK                                no
21013  DayltConvLumaV0                               no
21014  DayltConvLumaV1                               no
21015  DayltConvLumaV2                               no
21016  DefConvChrmA_M                                no
21017  DefConvChrmA_P                                no
21018  DefConvChrmB_M                                no
21019  DefConvChrmB_P                                no
21020  DefConvChrmC_M                                no
21021  DefConvChrmC_P                                no
21022  DefConvChrmD_M                                no
21023  DefConvChrmD_P                                no
21024  DefConvChrmKCb                                no
21025  DefConvChrmKCr                                no
21026  DefConvLumaK                                  no
21027  DefConvLumaV0                                 no
21028  DefConvLumaV1                                 no
21029  DefConvLumaV2                                 no
21030  DefCorC0                                      no
21031  DefCorC1                                      no
21032  DefCorC2                                      no
21033  DefCorC3                                      no
21034  DefCorC4                                      no
21035  DefCorC5                                      no
21036  DefCorC6                                      no
21037  DefCorC7                                      no
21038  DefCorC8                                      no
21039  DefCorK0                                      no
21040  DefCorK1                                      no
21041  DefCorK2                                      no
21042  DefLumaGammaMode                              no
21043  DefRgbGammaMode                               no
21044  DefectPixCorEnable                            no
21045  DefectPixMaxThresh                            no
21046  DefectPixMinThresh                            no
21047  DiscardFrstFrm                                no
21048  FrmSkipPttrn                                  no
21049  GammaEnable                                   no
21050  HJREnable                                     no
21051  HJRMaxNumFrames                               no
21052  HJROneToTwoOffset                             no
21053  HJRTextureThreshold                           no
21054  HJR_NReductionFlat                            no
21055  HJR_NReductionTexture                         no
21056  IncandConvChrmA_M                             no
21057  IncandConvChrmA_P                             no
21058  IncandConvChrmB_M                             no
21059  IncandConvChrmB_P                             no
21060  IncandConvChrmC_M                             no
21061  IncandConvChrmC_P                             no
21062  IncandConvChrmD_M                             no
21063  IncandConvChrmD_P                             no
21064  IncandConvChrmKCb                             no
21065  IncandConvChrmKCr                             no
21066  IncandConvLumaK                               no
21067  IncandConvLumaV0                              no
21068  IncandConvLumaV1                              no
21069  IncandConvLumaV2                              no
21070  LADetect                                      no
21071  LAEnable                                      no
21072  MaxPrviewFps                                  no
21073  MaxVideoFps                                   no
21074  NghtshtFps                                    no
21075  NightshotMode                                 no
21076  OutlierDistance                               no
21077  PclkInvert                                    no
21078  PrviewFps                                     no
21079  PrviewResol                                   no
21080  R2ABlueCtbl00                                 no
21081  R2ABlueCtbl01                                 no
21082  R2ABlueCtbl02                                 no
21083  R2ABlueCtbl03                                 no
21084  R2ABlueCtbl04                                 no
21085  R2ABlueCtbl05                                 no
21086  R2ABlueCtbl06                                 no
21087  R2ABlueCtbl07                                 no
21088  R2ABlueCtbl08                                 no
21089  R2ABlueCtbl09                                 no
21090  R2ABlueCtbl10                                 no
21091  R2ABlueCtbl11                                 no
21092  R2ABlueCtbl12                                 no
21093  R2ABlueCtbl13                                 no
21094  R2ABlueCtbl14                                 no
21095  R2ABlueCtbl15                                 no
21096  R2ABlueCtbl16                                 no
21097  R2ABlueCtbl17                                 no
21098  R2ABlueCtbl18                                 no
21099  R2ABlueCtbl19                                 no
21100  R2ABlueCtbl20                                 no
21101  R2ABlueCtbl21                                 no
21102  R2ABlueCtbl22                                 no
21103  R2ABlueCtbl23                                 no
21104  R2ABlueCtbl24                                 no
21105  R2ABlueCtbl25                                 no
21106  R2ABlueCtbl26                                 no
21107  R2ABlueCtbl27                                 no
21108  R2ABlueCtbl28                                 no
21109  R2ABlueCtbl29                                 no
21110  R2ABlueCtbl30                                 no
21111  R2ABlueCtbl31                                 no
21112  R2ABlueStbl00                                 no
21113  R2ABlueStbl01                                 no
21114  R2ABlueStbl02                                 no
21115  R2ABlueStbl03                                 no
21116  R2ABlueStbl04                                 no
21117  R2ABlueStbl05                                 no
21118  R2ABlueStbl06                                 no
21119  R2ABlueStbl07                                 no
21120  R2ABlueStbl08                                 no
21121  R2ABlueStbl09                                 no
21122  R2ABlueStbl10                                 no
21123  R2ABlueStbl11                                 no
21124  R2ABlueStbl12                                 no
21125  R2ABlueStbl13                                 no
21126  R2ABlueStbl14                                 no
21127  R2ABlueStbl15                                 no
21128  R2ABlueStbl16                                 no
21129  R2ABlueStbl17                                 no
21130  R2ABlueStbl18                                 no
21131  R2ABlueStbl19                                 no
21132  R2ABlueStbl20                                 no
21133  R2ABlueStbl21                                 no
21134  R2ABlueStbl22                                 no
21135  R2ABlueStbl23                                 no
21136  R2ABlueStbl24                                 no
21137  R2ABlueStbl25                                 no
21138  R2ABlueStbl26                                 no
21139  R2ABlueStbl27                                 no
21140  R2ABlueStbl28                                 no
21141  R2ABlueStbl29                                 no
21142  R2ABlueStbl30                                 no
21143  R2ABlueStbl31                                 no
21144  R2ACx                                         no
21145  R2ACy                                         no
21146  R2AGreenCtbl00                                no
21147  R2AGreenCtbl01                                no
21148  R2AGreenCtbl02                                no
21149  R2AGreenCtbl03                                no
21150  R2AGreenCtbl04                                no
21151  R2AGreenCtbl05                                no
21152  R2AGreenCtbl06                                no
21153  R2AGreenCtbl07                                no
21154  R2AGreenCtbl08                                no
21155  R2AGreenCtbl09                                no
21156  R2AGreenCtbl10                                no
21157  R2AGreenCtbl11                                no
21158  R2AGreenCtbl12                                no
21159  R2AGreenCtbl13                                no
21160  R2AGreenCtbl14                                no
21161  R2AGreenCtbl15                                no
21162  R2AGreenCtbl16                                no
21163  R2AGreenCtbl17                                no
21164  R2AGreenCtbl18                                no
21165  R2AGreenCtbl19                                no
21166  R2AGreenCtbl20                                no
21167  R2AGreenCtbl21                                no
21168  R2AGreenCtbl22                                no
21169  R2AGreenCtbl23                                no
21170  R2AGreenCtbl24                                no
21171  R2AGreenCtbl25                                no
21172  R2AGreenCtbl26                                no
21173  R2AGreenCtbl27                                no
21174  R2AGreenCtbl28                                no
21175  R2AGreenCtbl29                                no
21176  R2AGreenCtbl30                                no
21177  R2AGreenCtbl31                                no
21178  R2AGreenStbl00                                no
21179  R2AGreenStbl01                                no
21180  R2AGreenStbl02                                no
21181  R2AGreenStbl03                                no
21182  R2AGreenStbl04                                no
21183  R2AGreenStbl05                                no
21184  R2AGreenStbl06                                no
21185  R2AGreenStbl07                                no
21186  R2AGreenStbl08                                no
21187  R2AGreenStbl09                                no
21188  R2AGreenStbl10                                no
21189  R2AGreenStbl11                                no
21190  R2AGreenStbl12                                no
21191  R2AGreenStbl13                                no
21192  R2AGreenStbl14                                no
21193  R2AGreenStbl15                                no
21194  R2AGreenStbl16                                no
21195  R2AGreenStbl17                                no
21196  R2AGreenStbl18                                no
21197  R2AGreenStbl19                                no
21198  R2AGreenStbl20                                no
21199  R2AGreenStbl21                                no
21200  R2AGreenStbl22                                no
21201  R2AGreenStbl23                                no
21202  R2AGreenStbl24                                no
21203  R2AGreenStbl25                                no
21204  R2AGreenStbl26                                no
21205  R2AGreenStbl27                                no
21206  R2AGreenStbl28                                no
21207  R2AGreenStbl29                                no
21208  R2AGreenStbl30                                no
21209  R2AGreenStbl31                                no
21210  R2AHeight                                     no
21211  R2AIntervals                                  no
21212  R2ARedCtbl00                                  no
21213  R2ARedCtbl01                                  no
21214  R2ARedCtbl02                                  no
21215  R2ARedCtbl03                                  no
21216  R2ARedCtbl04                                  no
21217  R2ARedCtbl05                                  no
21218  R2ARedCtbl06                                  no
21219  R2ARedCtbl07                                  no
21220  R2ARedCtbl08                                  no
21221  R2ARedCtbl09                                  no
21222  R2ARedCtbl10                                  no
21223  R2ARedCtbl11                                  no
21224  R2ARedCtbl12                                  no
21225  R2ARedCtbl13                                  no
21226  R2ARedCtbl14                                  no
21227  R2ARedCtbl15                                  no
21228  R2ARedCtbl16                                  no
21229  R2ARedCtbl17                                  no
21230  R2ARedCtbl18                                  no
21231  R2ARedCtbl19                                  no
21232  R2ARedCtbl20                                  no
21233  R2ARedCtbl21                                  no
21234  R2ARedCtbl22                                  no
21235  R2ARedCtbl23                                  no
21236  R2ARedCtbl24                                  no
21237  R2ARedCtbl25                                  no
21238  R2ARedCtbl26                                  no
21239  R2ARedCtbl27                                  no
21240  R2ARedCtbl28                                  no
21241  R2ARedCtbl29                                  no
21242  R2ARedCtbl30                                  no
21243  R2ARedCtbl31                                  no
21244  R2ARedStbl00                                  no
21245  R2ARedStbl01                                  no
21246  R2ARedStbl02                                  no
21247  R2ARedStbl03                                  no
21248  R2ARedStbl04                                  no
21249  R2ARedStbl05                                  no
21250  R2ARedStbl06                                  no
21251  R2ARedStbl07                                  no
21252  R2ARedStbl08                                  no
21253  R2ARedStbl09                                  no
21254  R2ARedStbl10                                  no
21255  R2ARedStbl11                                  no
21256  R2ARedStbl12                                  no
21257  R2ARedStbl13                                  no
21258  R2ARedStbl14                                  no
21259  R2ARedStbl15                                  no
21260  R2ARedStbl16                                  no
21261  R2ARedStbl17                                  no
21262  R2ARedStbl18                                  no
21263  R2ARedStbl19                                  no
21264  R2ARedStbl20                                  no
21265  R2ARedStbl21                                  no
21266  R2ARedStbl22                                  no
21267  R2ARedStbl23                                  no
21268  R2ARedStbl24                                  no
21269  R2ARedStbl25                                  no
21270  R2ARedStbl26                                  no
21271  R2ARedStbl27                                  no
21272  R2ARedStbl28                                  no
21273  R2ARedStbl29                                  no
21274  R2ARedStbl30                                  no
21275  R2ARedStbl31                                  no
21276  R2ATbl00                                      no
21277  R2ATbl01                                      no
21278  R2ATbl02                                      no
21279  R2ATbl03                                      no
21280  R2ATbl04                                      no
21281  R2ATbl05                                      no
21282  R2ATbl06                                      no
21283  R2ATbl07                                      no
21284  R2ATbl08                                      no
21285  R2ATbl09                                      no
21286  R2ATbl10                                      no
21287  R2ATbl11                                      no
21288  R2ATbl12                                      no
21289  R2ATbl13                                      no
21290  R2ATbl14                                      no
21291  R2ATbl15                                      no
21292  R2ATbl16                                      no
21293  R2ATbl17                                      no
21294  R2ATbl18                                      no
21295  R2ATbl19                                      no
21296  R2ATbl20                                      no
21297  R2ATbl21                                      no
21298  R2ATbl22                                      no
21299  R2ATbl23                                      no
21300  R2ATbl24                                      no
21301  R2ATbl25                                      no
21302  R2ATbl26                                      no
21303  R2ATbl27                                      no
21304  R2ATbl28                                      no
21305  R2ATbl29                                      no
21306  R2ATbl30                                      no
21307  R2ATbl31                                      no
21308  R2AWidth                                      no
21309  R2D65BlueCtbl00                               no
21310  R2D65BlueCtbl01                               no
21311  R2D65BlueCtbl02                               no
21312  R2D65BlueCtbl03                               no
21313  R2D65BlueCtbl04                               no
21314  R2D65BlueCtbl05                               no
21315  R2D65BlueCtbl06                               no
21316  R2D65BlueCtbl07                               no
21317  R2D65BlueCtbl08                               no
21318  R2D65BlueCtbl09                               no
21319  R2D65BlueCtbl10                               no
21320  R2D65BlueCtbl11                               no
21321  R2D65BlueCtbl12                               no
21322  R2D65BlueCtbl13                               no
21323  R2D65BlueCtbl14                               no
21324  R2D65BlueCtbl15                               no
21325  R2D65BlueCtbl16                               no
21326  R2D65BlueCtbl17                               no
21327  R2D65BlueCtbl18                               no
21328  R2D65BlueCtbl19                               no
21329  R2D65BlueCtbl20                               no
21330  R2D65BlueCtbl21                               no
21331  R2D65BlueCtbl22                               no
21332  R2D65BlueCtbl23                               no
21333  R2D65BlueCtbl24                               no
21334  R2D65BlueCtbl25                               no
21335  R2D65BlueCtbl26                               no
21336  R2D65BlueCtbl27                               no
21337  R2D65BlueCtbl28                               no
21338  R2D65BlueCtbl29                               no
21339  R2D65BlueCtbl30                               no
21340  R2D65BlueCtbl31                               no
21341  R2D65BlueStbl00                               no
21342  R2D65BlueStbl01                               no
21343  R2D65BlueStbl02                               no
21344  R2D65BlueStbl03                               no
21345  R2D65BlueStbl04                               no
21346  R2D65BlueStbl05                               no
21347  R2D65BlueStbl06                               no
21348  R2D65BlueStbl07                               no
21349  R2D65BlueStbl08                               no
21350  R2D65BlueStbl09                               no
21351  R2D65BlueStbl10                               no
21352  R2D65BlueStbl11                               no
21353  R2D65BlueStbl12                               no
21354  R2D65BlueStbl13                               no
21355  R2D65BlueStbl14                               no
21356  R2D65BlueStbl15                               no
21357  R2D65BlueStbl16                               no
21358  R2D65BlueStbl17                               no
21359  R2D65BlueStbl18                               no
21360  R2D65BlueStbl19                               no
21361  R2D65BlueStbl20                               no
21362  R2D65BlueStbl21                               no
21363  R2D65BlueStbl22                               no
21364  R2D65BlueStbl23                               no
21365  R2D65BlueStbl24                               no
21366  R2D65BlueStbl25                               no
21367  R2D65BlueStbl26                               no
21368  R2D65BlueStbl27                               no
21369  R2D65BlueStbl28                               no
21370  R2D65BlueStbl29                               no
21371  R2D65BlueStbl30                               no
21372  R2D65BlueStbl31                               no
21373  R2D65Cx                                       no
21374  R2D65Cy                                       no
21375  R2D65GreenCtbl00                              no
21376  R2D65GreenCtbl01                              no
21377  R2D65GreenCtbl02                              no
21378  R2D65GreenCtbl03                              no
21379  R2D65GreenCtbl04                              no
21380  R2D65GreenCtbl05                              no
21381  R2D65GreenCtbl06                              no
21382  R2D65GreenCtbl07                              no
21383  R2D65GreenCtbl08                              no
21384  R2D65GreenCtbl09                              no
21385  R2D65GreenCtbl10                              no
21386  R2D65GreenCtbl11                              no
21387  R2D65GreenCtbl12                              no
21388  R2D65GreenCtbl13                              no
21389  R2D65GreenCtbl14                              no
21390  R2D65GreenCtbl15                              no
21391  R2D65GreenCtbl16                              no
21392  R2D65GreenCtbl17                              no
21393  R2D65GreenCtbl18                              no
21394  R2D65GreenCtbl19                              no
21395  R2D65GreenCtbl20                              no
21396  R2D65GreenCtbl21                              no
21397  R2D65GreenCtbl22                              no
21398  R2D65GreenCtbl23                              no
21399  R2D65GreenCtbl24                              no
21400  R2D65GreenCtbl25                              no
21401  R2D65GreenCtbl26                              no
21402  R2D65GreenCtbl27                              no
21403  R2D65GreenCtbl28                              no
21404  R2D65GreenCtbl29                              no
21405  R2D65GreenCtbl30                              no
21406  R2D65GreenCtbl31                              no
21407  R2D65GreenStbl00                              no
21408  R2D65GreenStbl01                              no
21409  R2D65GreenStbl02                              no
21410  R2D65GreenStbl03                              no
21411  R2D65GreenStbl04                              no
21412  R2D65GreenStbl05                              no
21413  R2D65GreenStbl06                              no
21414  R2D65GreenStbl07                              no
21415  R2D65GreenStbl08                              no
21416  R2D65GreenStbl09                              no
21417  R2D65GreenStbl10                              no
21418  R2D65GreenStbl11                              no
21419  R2D65GreenStbl12                              no
21420  R2D65GreenStbl13                              no
21421  R2D65GreenStbl14                              no
21422  R2D65GreenStbl15                              no
21423  R2D65GreenStbl16                              no
21424  R2D65GreenStbl17                              no
21425  R2D65GreenStbl18                              no
21426  R2D65GreenStbl19                              no
21427  R2D65GreenStbl20                              no
21428  R2D65GreenStbl21                              no
21429  R2D65GreenStbl22                              no
21430  R2D65GreenStbl23                              no
21431  R2D65GreenStbl24                              no
21432  R2D65GreenStbl25                              no
21433  R2D65GreenStbl26                              no
21434  R2D65GreenStbl27                              no
21435  R2D65GreenStbl28                              no
21436  R2D65GreenStbl29                              no
21437  R2D65GreenStbl30                              no
21438  R2D65GreenStbl31                              no
21439  R2D65Height                                   no
21440  R2D65Intervals                                no
21441  R2D65RedCtbl00                                no
21442  R2D65RedCtbl01                                no
21443  R2D65RedCtbl02                                no
21444  R2D65RedCtbl03                                no
21445  R2D65RedCtbl04                                no
21446  R2D65RedCtbl05                                no
21447  R2D65RedCtbl06                                no
21448  R2D65RedCtbl07                                no
21449  R2D65RedCtbl08                                no
21450  R2D65RedCtbl09                                no
21451  R2D65RedCtbl10                                no
21452  R2D65RedCtbl11                                no
21453  R2D65RedCtbl12                                no
21454  R2D65RedCtbl13                                no
21455  R2D65RedCtbl14                                no
21456  R2D65RedCtbl15                                no
21457  R2D65RedCtbl16                                no
21458  R2D65RedCtbl17                                no
21459  R2D65RedCtbl18                                no
21460  R2D65RedCtbl19                                no
21461  R2D65RedCtbl20                                no
21462  R2D65RedCtbl21                                no
21463  R2D65RedCtbl22                                no
21464  R2D65RedCtbl23                                no
21465  R2D65RedCtbl24                                no
21466  R2D65RedCtbl25                                no
21467  R2D65RedCtbl26                                no
21468  R2D65RedCtbl27                                no
21469  R2D65RedCtbl28                                no
21470  R2D65RedCtbl29                                no
21471  R2D65RedCtbl30                                no
21472  R2D65RedCtbl31                                no
21473  R2D65RedStbl00                                no
21474  R2D65RedStbl01                                no
21475  R2D65RedStbl02                                no
21476  R2D65RedStbl03                                no
21477  R2D65RedStbl04                                no
21478  R2D65RedStbl05                                no
21479  R2D65RedStbl06                                no
21480  R2D65RedStbl07                                no
21481  R2D65RedStbl08                                no
21482  R2D65RedStbl09                                no
21483  R2D65RedStbl10                                no
21484  R2D65RedStbl11                                no
21485  R2D65RedStbl12                                no
21486  R2D65RedStbl13                                no
21487  R2D65RedStbl14                                no
21488  R2D65RedStbl15                                no
21489  R2D65RedStbl16                                no
21490  R2D65RedStbl17                                no
21491  R2D65RedStbl18                                no
21492  R2D65RedStbl19                                no
21493  R2D65RedStbl20                                no
21494  R2D65RedStbl21                                no
21495  R2D65RedStbl22                                no
21496  R2D65RedStbl23                                no
21497  R2D65RedStbl24                                no
21498  R2D65RedStbl25                                no
21499  R2D65RedStbl26                                no
21500  R2D65RedStbl27                                no
21501  R2D65RedStbl28                                no
21502  R2D65RedStbl29                                no
21503  R2D65RedStbl30                                no
21504  R2D65RedStbl31                                no
21505  R2D65Tbl00                                    no
21506  R2D65Tbl01                                    no
21507  R2D65Tbl02                                    no
21508  R2D65Tbl03                                    no
21509  R2D65Tbl04                                    no
21510  R2D65Tbl05                                    no
21511  R2D65Tbl06                                    no
21512  R2D65Tbl07                                    no
21513  R2D65Tbl08                                    no
21514  R2D65Tbl09                                    no
21515  R2D65Tbl10                                    no
21516  R2D65Tbl11                                    no
21517  R2D65Tbl12                                    no
21518  R2D65Tbl13                                    no
21519  R2D65Tbl14                                    no
21520  R2D65Tbl15                                    no
21521  R2D65Tbl16                                    no
21522  R2D65Tbl17                                    no
21523  R2D65Tbl18                                    no
21524  R2D65Tbl19                                    no
21525  R2D65Tbl20                                    no
21526  R2D65Tbl21                                    no
21527  R2D65Tbl22                                    no
21528  R2D65Tbl23                                    no
21529  R2D65Tbl24                                    no
21530  R2D65Tbl25                                    no
21531  R2D65Tbl26                                    no
21532  R2D65Tbl27                                    no
21533  R2D65Tbl28                                    no
21534  R2D65Tbl29                                    no
21535  R2D65Tbl30                                    no
21536  R2D65Tbl31                                    no
21537  R2D65Width                                    no
21538  R2TL84BlueCtbl00                              no
21539  R2TL84BlueCtbl01                              no
21540  R2TL84BlueCtbl02                              no
21541  R2TL84BlueCtbl03                              no
21542  R2TL84BlueCtbl04                              no
21543  R2TL84BlueCtbl05                              no
21544  R2TL84BlueCtbl06                              no
21545  R2TL84BlueCtbl07                              no
21546  R2TL84BlueCtbl08                              no
21547  R2TL84BlueCtbl09                              no
21548  R2TL84BlueCtbl10                              no
21549  R2TL84BlueCtbl11                              no
21550  R2TL84BlueCtbl12                              no
21551  R2TL84BlueCtbl13                              no
21552  R2TL84BlueCtbl14                              no
21553  R2TL84BlueCtbl15                              no
21554  R2TL84BlueCtbl16                              no
21555  R2TL84BlueCtbl17                              no
21556  R2TL84BlueCtbl18                              no
21557  R2TL84BlueCtbl19                              no
21558  R2TL84BlueCtbl20                              no
21559  R2TL84BlueCtbl21                              no
21560  R2TL84BlueCtbl22                              no
21561  R2TL84BlueCtbl23                              no
21562  R2TL84BlueCtbl24                              no
21563  R2TL84BlueCtbl25                              no
21564  R2TL84BlueCtbl26                              no
21565  R2TL84BlueCtbl27                              no
21566  R2TL84BlueCtbl28                              no
21567  R2TL84BlueCtbl29                              no
21568  R2TL84BlueCtbl30                              no
21569  R2TL84BlueCtbl31                              no
21570  R2TL84BlueStbl00                              no
21571  R2TL84BlueStbl01                              no
21572  R2TL84BlueStbl02                              no
21573  R2TL84BlueStbl03                              no
21574  R2TL84BlueStbl04                              no
21575  R2TL84BlueStbl05                              no
21576  R2TL84BlueStbl06                              no
21577  R2TL84BlueStbl07                              no
21578  R2TL84BlueStbl08                              no
21579  R2TL84BlueStbl09                              no
21580  R2TL84BlueStbl10                              no
21581  R2TL84BlueStbl11                              no
21582  R2TL84BlueStbl12                              no
21583  R2TL84BlueStbl13                              no
21584  R2TL84BlueStbl14                              no
21585  R2TL84BlueStbl15                              no
21586  R2TL84BlueStbl16                              no
21587  R2TL84BlueStbl17                              no
21588  R2TL84BlueStbl18                              no
21589  R2TL84BlueStbl19                              no
21590  R2TL84BlueStbl20                              no
21591  R2TL84BlueStbl21                              no
21592  R2TL84BlueStbl22                              no
21593  R2TL84BlueStbl23                              no
21594  R2TL84BlueStbl24                              no
21595  R2TL84BlueStbl25                              no
21596  R2TL84BlueStbl26                              no
21597  R2TL84BlueStbl27                              no
21598  R2TL84BlueStbl28                              no
21599  R2TL84BlueStbl29                              no
21600  R2TL84BlueStbl30                              no
21601  R2TL84BlueStbl31                              no
21602  R2TL84Cx                                      no
21603  R2TL84Cy                                      no
21604  R2TL84GreenCtbl00                             no
21605  R2TL84GreenCtbl01                             no
21606  R2TL84GreenCtbl02                             no
21607  R2TL84GreenCtbl03                             no
21608  R2TL84GreenCtbl04                             no
21609  R2TL84GreenCtbl05                             no
21610  R2TL84GreenCtbl06                             no
21611  R2TL84GreenCtbl07                             no
21612  R2TL84GreenCtbl08                             no
21613  R2TL84GreenCtbl09                             no
21614  R2TL84GreenCtbl10                             no
21615  R2TL84GreenCtbl11                             no
21616  R2TL84GreenCtbl12                             no
21617  R2TL84GreenCtbl13                             no
21618  R2TL84GreenCtbl14                             no
21619  R2TL84GreenCtbl15                             no
21620  R2TL84GreenCtbl16                             no
21621  R2TL84GreenCtbl17                             no
21622  R2TL84GreenCtbl18                             no
21623  R2TL84GreenCtbl19                             no
21624  R2TL84GreenCtbl20                             no
21625  R2TL84GreenCtbl21                             no
21626  R2TL84GreenCtbl22                             no
21627  R2TL84GreenCtbl23                             no
21628  R2TL84GreenCtbl24                             no
21629  R2TL84GreenCtbl25                             no
21630  R2TL84GreenCtbl26                             no
21631  R2TL84GreenCtbl27                             no
21632  R2TL84GreenCtbl28                             no
21633  R2TL84GreenCtbl29                             no
21634  R2TL84GreenCtbl30                             no
21635  R2TL84GreenCtbl31                             no
21636  R2TL84GreenStbl00                             no
21637  R2TL84GreenStbl01                             no
21638  R2TL84GreenStbl02                             no
21639  R2TL84GreenStbl03                             no
21640  R2TL84GreenStbl04                             no
21641  R2TL84GreenStbl05                             no
21642  R2TL84GreenStbl06                             no
21643  R2TL84GreenStbl07                             no
21644  R2TL84GreenStbl08                             no
21645  R2TL84GreenStbl09                             no
21646  R2TL84GreenStbl10                             no
21647  R2TL84GreenStbl11                             no
21648  R2TL84GreenStbl12                             no
21649  R2TL84GreenStbl13                             no
21650  R2TL84GreenStbl14                             no
21651  R2TL84GreenStbl15                             no
21652  R2TL84GreenStbl16                             no
21653  R2TL84GreenStbl17                             no
21654  R2TL84GreenStbl18                             no
21655  R2TL84GreenStbl19                             no
21656  R2TL84GreenStbl20                             no
21657  R2TL84GreenStbl21                             no
21658  R2TL84GreenStbl22                             no
21659  R2TL84GreenStbl23                             no
21660  R2TL84GreenStbl24                             no
21661  R2TL84GreenStbl25                             no
21662  R2TL84GreenStbl26                             no
21663  R2TL84GreenStbl27                             no
21664  R2TL84GreenStbl28                             no
21665  R2TL84GreenStbl29                             no
21666  R2TL84GreenStbl30                             no
21667  R2TL84GreenStbl31                             no
21668  R2TL84Height                                  no
21669  R2TL84Intervals                               no
21670  R2TL84RedCtbl00                               no
21671  R2TL84RedCtbl01                               no
21672  R2TL84RedCtbl02                               no
21673  R2TL84RedCtbl03                               no
21674  R2TL84RedCtbl04                               no
21675  R2TL84RedCtbl05                               no
21676  R2TL84RedCtbl06                               no
21677  R2TL84RedCtbl07                               no
21678  R2TL84RedCtbl08                               no
21679  R2TL84RedCtbl09                               no
21680  R2TL84RedCtbl10                               no
21681  R2TL84RedCtbl11                               no
21682  R2TL84RedCtbl12                               no
21683  R2TL84RedCtbl13                               no
21684  R2TL84RedCtbl14                               no
21685  R2TL84RedCtbl15                               no
21686  R2TL84RedCtbl16                               no
21687  R2TL84RedCtbl17                               no
21688  R2TL84RedCtbl18                               no
21689  R2TL84RedCtbl19                               no
21690  R2TL84RedCtbl20                               no
21691  R2TL84RedCtbl21                               no
21692  R2TL84RedCtbl22                               no
21693  R2TL84RedCtbl23                               no
21694  R2TL84RedCtbl24                               no
21695  R2TL84RedCtbl25                               no
21696  R2TL84RedCtbl26                               no
21697  R2TL84RedCtbl27                               no
21698  R2TL84RedCtbl28                               no
21699  R2TL84RedCtbl29                               no
21700  R2TL84RedCtbl30                               no
21701  R2TL84RedCtbl31                               no
21702  R2TL84RedStbl00                               no
21703  R2TL84RedStbl01                               no
21704  R2TL84RedStbl02                               no
21705  R2TL84RedStbl03                               no
21706  R2TL84RedStbl04                               no
21707  R2TL84RedStbl05                               no
21708  R2TL84RedStbl06                               no
21709  R2TL84RedStbl07                               no
21710  R2TL84RedStbl08                               no
21711  R2TL84RedStbl09                               no
21712  R2TL84RedStbl10                               no
21713  R2TL84RedStbl11                               no
21714  R2TL84RedStbl12                               no
21715  R2TL84RedStbl13                               no
21716  R2TL84RedStbl14                               no
21717  R2TL84RedStbl15                               no
21718  R2TL84RedStbl16                               no
21719  R2TL84RedStbl17                               no
21720  R2TL84RedStbl18                               no
21721  R2TL84RedStbl19                               no
21722  R2TL84RedStbl20                               no
21723  R2TL84RedStbl21                               no
21724  R2TL84RedStbl22                               no
21725  R2TL84RedStbl23                               no
21726  R2TL84RedStbl24                               no
21727  R2TL84RedStbl25                               no
21728  R2TL84RedStbl26                               no
21729  R2TL84RedStbl27                               no
21730  R2TL84RedStbl28                               no
21731  R2TL84RedStbl29                               no
21732  R2TL84RedStbl30                               no
21733  R2TL84RedStbl31                               no
21734  R2TL84Tbl00                                   no
21735  R2TL84Tbl01                                   no
21736  R2TL84Tbl02                                   no
21737  R2TL84Tbl03                                   no
21738  R2TL84Tbl04                                   no
21739  R2TL84Tbl05                                   no
21740  R2TL84Tbl06                                   no
21741  R2TL84Tbl07                                   no
21742  R2TL84Tbl08                                   no
21743  R2TL84Tbl09                                   no
21744  R2TL84Tbl10                                   no
21745  R2TL84Tbl11                                   no
21746  R2TL84Tbl12                                   no
21747  R2TL84Tbl13                                   no
21748  R2TL84Tbl14                                   no
21749  R2TL84Tbl15                                   no
21750  R2TL84Tbl16                                   no
21751  R2TL84Tbl17                                   no
21752  R2TL84Tbl18                                   no
21753  R2TL84Tbl19                                   no
21754  R2TL84Tbl20                                   no
21755  R2TL84Tbl21                                   no
21756  R2TL84Tbl22                                   no
21757  R2TL84Tbl23                                   no
21758  R2TL84Tbl24                                   no
21759  R2TL84Tbl25                                   no
21760  R2TL84Tbl26                                   no
21761  R2TL84Tbl27                                   no
21762  R2TL84Tbl28                                   no
21763  R2TL84Tbl29                                   no
21764  R2TL84Tbl30                                   no
21765  R2TL84Tbl31                                   no
21766  R2TL84Width                                   no
21767  RolloffEnable                                 no
21768  SensorFmt                                     no
21769  SensorType                                    no
21770  SensrFulHght                                  no
21771  SensrFulWdth                                  no
21772  SensrQtrHght                                  no
21773  SensrQtrWdth                                  no
21774  SnapshotResol                                 no
21775  TL84ConvChrmA_M                               no
21776  TL84ConvChrmA_P                               no
21777  TL84ConvChrmB_M                               no
21778  TL84ConvChrmB_P                               no
21779  TL84ConvChrmC_M                               no
21780  TL84ConvChrmC_P                               no
21781  TL84ConvChrmD_M                               no
21782  TL84ConvChrmD_P                               no
21783  TL84ConvChrmKCb                               no
21784  TL84ConvChrmKCr                               no
21785  TL84ConvLumaK                                 no
21786  TL84ConvLumaV0                                no
21787  TL84ConvLumaV1                                no
21788  TL84ConvLumaV2                                no
21789  VideoFps                                      no
21790  YhiYloConvChrmA_M                             no
21791  YhiYloConvChrmA_P                             no
21792  YhiYloConvChrmB_M                             no
21793  YhiYloConvChrmB_P                             no
21794  YhiYloConvChrmC_M                             no
21795  YhiYloConvChrmC_P                             no
21796  YhiYloConvChrmD_M                             no
21797  YhiYloConvChrmD_P                             no
21798  YhiYloConvChrmKCb                             no
21799  YhiYloConvChrmKCr                             no
21800  YhiYloConvLumaK                               no
21801  YhiYloConvLumaV0                              no
21802  YhiYloConvLumaV1                              no
21803  YhiYloConvLumaV2                              no
21804  YhiYloCorC0                                   no
21805  YhiYloCorC1                                   no
21806  YhiYloCorC2                                   no
21807  YhiYloCorC3                                   no
21808  YhiYloCorC4                                   no
21809  YhiYloCorC5                                   no
21810  YhiYloCorC6                                   no
21811  YhiYloCorC7                                   no
21812  YhiYloCorC8                                   no
21813  YhiYloCorK0                                   no
21814  YhiYloCorK1                                   no
21815  YhiYloCorK2                                   no
21816
21817=head2 Jpeg2000 Tags
21818
21819The tags below are extracted from JPEG 2000 images and the JUMBF metadata in
21820JPEG images.  Note that ExifTool currently writes only EXIF, IPTC and XMP
21821tags in Jpeg2000 images.
21822
21823  Tag ID   Tag Name                             Writable
21824  ------   --------                             --------
21825  'Exif'   EXIF                                 EXIF
21826  'asoc'   Association                          Jpeg2000
21827  'bfil'   BinaryFilter                         no
21828  'bpcc'   BitsPerComponent                     no
21829  'cdef'   ComponentDefinition                  no
21830  'cgrp'   ColorGroup                           no
21831  'chck'   DigitalSignature                     no
21832  'cmap'   ComponentMapping                     no
21833  'colr'   ColorSpecification                   Jpeg2000 ColorSpec
21834  'comp'   Composition                          no
21835  'copt'   CompositionOptions                   no
21836  'cref'   Cross-Reference                      no
21837  'creg'   CodestreamRegistration               no
21838  'drep'   DesiredReproductions                 no
21839  'dtbl'   DataReference                        no
21840  'flst'   FragmentList                         no
21841  'free'   Free                                 no
21842  'ftbl'   FragmentTable                        no
21843  'ftyp'   FileType                             Jpeg2000 FileType
21844  'gtso'   GraphicsTechnologyStandardOutput     no
21845  'ihdr'   ImageHeader                          Jpeg2000 ImageHeader
21846  'inst'   InstructionSet                       no
21847  'jP  '   JP2Signature                         no
21848  'jp2c'   ContiguousCodestream                 no
21849           PreviewImage                         no
21850  'jp2h'   JP2Header                            Jpeg2000
21851  'jp2i'   IntellectualProperty                 XMP
21852  'jpch'   CodestreamHeader                     Jpeg2000
21853  'jplh'   CompositingLayerHeader               Jpeg2000
21854  'json'   JSONData                             JSON
21855  'jumb'   JUMBFBox                             Jpeg2000
21856  'jumd'   JUMBFDescr                           Jpeg2000 JUMD
21857  'jxlc'   JXLCodestream                        no
21858  'lbl '   Label                                no
21859  'mdat'   MediaData                            no
21860  'mp7b'   MPEG7Binary                          no
21861  'nlst'   NumberList                           no
21862  'opct'   Opacity                              no
21863  'pclr'   Palette                              no
21864  'prfl'   Profile                              no
21865  'res '   Resolution                           Jpeg2000
21866  'resc'   CaptureResolution                    Jpeg2000 CaptureResolution
21867  'resd'   DisplayResolution                    Jpeg2000 DisplayResolution
21868  'roid'   ROIDescription                       no
21869  'rreq'   ReaderRequirements                   no
21870  'uinf'   UUIDInfo                             Jpeg2000
21871  'ulst'   UUIDList                             no
21872  'url '   URL                                  no
21873  'uuid'   UUID-EXIF                            EXIF
21874           UUID-EXIF2                           EXIF
21875           UUID-EXIF_bad                        EXIF
21876           UUID-IPTC                            IPTC
21877           UUID-IPTC2                           IPTC
21878           UUID-XMP                             XMP
21879           UUID-GeoJP2                          EXIF
21880           UUID-Photoshop                       Photoshop
21881           UUID-Signature                       no
21882           UUID-Unknown                         no
21883  'xml '   XML                                  XMP XML
21884           XMP                                  -
21885                                                XMP
21886
21887=head3 Jpeg2000 ColorSpec Tags
21888
21889  Index1   Tag Name                             Writable
21890  ------   --------                             --------
21891      0    ColorSpecMethod                      no
21892      1    ColorSpecPrecedence                  no
21893      2    ColorSpecApproximation               no
21894      3    ICC_Profile                          ICC_Profile
21895           ColorSpace                           no
21896           ColorSpecData                        no
21897
21898=head3 Jpeg2000 FileType Tags
21899
21900  Index4   Tag Name                             Writable
21901  ------   --------                             --------
21902      0    MajorBrand                           no
21903      1    MinorVersion                         no
21904      2    CompatibleBrands                     no
21905
21906=head3 Jpeg2000 ImageHeader Tags
21907
21908  Index1   Tag Name                             Writable
21909  ------   --------                             --------
21910      0    ImageHeight                          no
21911      4    ImageWidth                           no
21912      8    NumberOfComponents                   no
21913     10    BitsPerComponent                     no
21914     11    Compression                          no
21915
21916=head3 Jpeg2000 JUMD Tags
21917
21918Information extracted from the JUMBF description box.
21919
21920  Tag ID       Tag Name                         Writable
21921  ------       --------                         --------
21922  'id'         JUMDID                           no
21923  'label'      JUMDLabel                        no
21924  'sig'        JUMDSignature                    no
21925  'toggles'    JUMDToggles?                     no
21926  'type'       JUMDType                         no
21927
21928=head3 Jpeg2000 CaptureResolution Tags
21929
21930  Index1   Tag Name                             Writable
21931  ------   --------                             --------
21932      0    CaptureYResolution                   no
21933      4    CaptureXResolution                   no
21934      8    CaptureYResolutionUnit               no
21935      9    CaptureXResolutionUnit               no
21936
21937=head3 Jpeg2000 DisplayResolution Tags
21938
21939  Index1   Tag Name                             Writable
21940  ------   --------                             --------
21941      0    DisplayYResolution                   no
21942      4    DisplayXResolution                   no
21943      8    DisplayYResolutionUnit               no
21944      9    DisplayXResolutionUnit               no
21945
21946=head2 JSON Tags
21947
21948Other than a few tags in the table below, JSON tags have not been
21949pre-defined.  However, ExifTool will read any existing tags from basic
21950JSON-formatted files.
21951
21952  Tag Name                                      Writable
21953  --------                                      --------
21954  ON1_SettingsData                              PLIST
21955  ON1_SettingsMetadataCreated                   no
21956  ON1_SettingsMetadataModified                  no
21957  ON1_SettingsMetadataName                      no
21958  ON1_SettingsMetadataPluginID                  no
21959  ON1_SettingsMetadataTimestamp                 no
21960  ON1_SettingsMetadataUsage                     no
21961  ON1_SettingsMetadataVisibleToUser             no
21962
21963=head2 PLIST Tags
21964
21965Apple Property List tags.  ExifTool reads both XML and binary-format PLIST
21966files, and will extract any existing tags even if they aren't listed below.
21967These tags belong to the family 0 "PLIST" group, but family 1 group may be
21968either "XML" or "PLIST" depending on whether the format is XML or binary.
21969
21970  Tag ID                       Tag Name         Writable
21971  ------                       --------         --------
21972  'MetaDataList//DateTimeOriginal'
21973                               DateTimeOriginal no
21974  'MetaDataList//Duration'     Duration         no
21975  'MetaDataList//Geolocation/Latitude'
21976                               GPSLatitude      no
21977  'MetaDataList//Geolocation/Longitude'
21978                               GPSLongitude     no
21979  'MetaDataList//Geolocation/MapDatum'
21980                               GPSMapDatum      no
21981  'XMLFileType'                XMLFileType      no
21982  'cast//name'                 Cast             no+
21983  'codirectors//name'          Codirectors      no+
21984  'directors//name'            Directors        no+
21985  'producers//name'            Producers        no+
21986  'screenwriters//name'        Screenwriters    no+
21987  'studio//name'               Studio           no+
21988
21989=head2 APP12 Tags
21990
21991=head3 APP12 PictureInfo Tags
21992
21993The JPEG APP12 "Picture Info" segment was used by some older cameras, and
21994contains ASCII-based meta information.  Below are some tags which have been
21995observed Agfa and Polaroid images, however ExifTool will extract information
21996from any tags found in this segment.
21997
21998  Tag ID               Tag Name                 Writable
21999  ------               --------                 --------
22000  'Aperture'           Aperture                 no
22001  'ColorMode'          ColorMode                no
22002  'ConTake'            ConTake                  no
22003  'ExpBias'            ExposureCompensation     no
22004  'FNumber'            FNumber                  no
22005  'FWare'              FirmwareVersion          no
22006  'Flash'              Flash                    no
22007  'FocusMode'          FocusMode                no
22008  'FocusPos'           FocusPos                 no
22009  'ID'                 ID                       no
22010  'ImageSize'          ImageSize                no
22011  'LightS'             LightS                   no
22012  'Macro'              Macro                    no
22013  'Protect'            Protect                  no
22014  'Quality'            Quality                  no
22015  'Resolution'         Resolution               no
22016  'Serial#'            SerialNumber             no
22017  'Shutter'            ExposureTime             no
22018  'StrobeTime'         StrobeTime               no
22019  'TimeDate'           DateTimeOriginal         no
22020  'Type'               CameraType               no
22021  'Version'            Version                  no
22022  'Ytarget'            YTarget                  no
22023  'Zoom'               Zoom                     no
22024  'ZoomPos'            ZoomPos                  no
22025  'shtr'               ExposureTime             no
22026  'ylevel'             YLevel                   no
22027
22028=head3 APP12 Ducky Tags
22029
22030Photoshop uses the JPEG APP12 "Ducky" segment to store some information in
22031"Save for Web" images.
22032
22033  Tag ID   Tag Name                             Writable
22034  ------   --------                             --------
22035  0x0001   Quality                              int32u/
22036  0x0002   Comment                              string/
22037  0x0003   Copyright                            string/
22038
22039=head2 AFCP Tags
22040
22041AFCP stands for AXS File Concatenation Protocol, and is a poorly designed
22042protocol for appending information to the end of files.  This can be used as
22043an auxiliary technique to store IPTC information in images, but is
22044incompatible with some file formats.
22045
22046ExifTool will read and write (but not create) AFCP IPTC information in JPEG
22047and TIFF images.
22048
22049See
22050L<http://web.archive.org/web/20080828211305/http://www.tocarte.com/media/axs_afcp_spec.pdf>
22051for the AFCP specification.
22052
22053  Tag ID   Tag Name                             Writable
22054  ------   --------                             --------
22055  'IPTC'   IPTC                                 IPTC
22056  'Nail'   ThumbnailImage                       no
22057  'PrVw'   PreviewImage                         no
22058  'TEXT'   Text                                 no
22059
22060=head2 DarwinCore Tags
22061
22062Tags defined in the Darwin Core (dwc) XMP namespace.  See
22063L<http://rs.tdwg.org/dwc/index.htm> for the official specification.
22064
22065These tags belong to the ExifTool XMP-dwc family 1 group.
22066
22067  Tag Name                                      Writable
22068  --------                                      --------
22069  DCTermsLocation                               DarwinCore DCTermsLocation Struct
22070  DCContinent                                   string_
22071  DCCoordinatePrecision                         string_
22072  DCCoordinateUncertaintyInMeters               string_
22073  DCCountry                                     string_
22074  DCCountryCode                                 string_
22075  DCCounty                                      string_
22076  DCDecimalLatitude                             string_
22077  DCDecimalLongitude                            string_
22078  DCFootprintSpatialFit                         string_
22079  DCFootprintSRS                                string_
22080  DCFootprintWKT                                string_
22081  DCGeodeticDatum                               string_
22082  DCGeoreferencedBy                             string_
22083  DCGeoreferencedDate                           string_
22084  DCGeoreferenceProtocol                        string_
22085  DCGeoreferenceRemarks                         string_
22086  DCGeoreferenceSources                         string_
22087  DCGeoreferenceVerificationStatus              string_
22088  DCHigherGeography                             string_
22089  DCHigherGeographyID                           string_
22090  DCIsland                                      string_
22091  DCIslandGroup                                 string_
22092  DCLocality                                    string_
22093  DCLocationAccordingTo                         string_
22094  DCLocationID                                  string_
22095  DCLocationRemarks                             string_
22096  DCMaximumDepthInMeters                        string_
22097  DCMaximumDistanceAboveSurfaceInMeters         string_
22098  DCMaximumElevationInMeters                    string_
22099  DCMinimumDepthInMeters                        string_
22100  DCMinimumDistanceAboveSurfaceInMeters         string_
22101  DCMinimumElevationInMeters                    string_
22102  DCMunicipality                                string_
22103  DCPointRadiusSpatialFit                       string_
22104  DCStateProvince                               string_
22105  DCVerbatimCoordinates                         string_
22106  DCVerbatimCoordinateSystem                    string_
22107  DCVerbatimDepth                               string_
22108  DCVerbatimElevation                           string_
22109  DCVerbatimLatitude                            string_
22110  DCVerbatimLocality                            string_
22111  DCVerbatimLongitude                           string_
22112  DCVerbatimSRS                                 string_
22113  DCWaterBody                                   string_
22114  DCEvent                                       DarwinCore Event Struct
22115  EventDay                                      integer_
22116  EventEarliestDate                             date_
22117  EventEndDayOfYear                             integer_
22118  EventDate                                     date_
22119  EventID                                       string_
22120  EventRemarks                                  lang-alt_
22121  EventTime                                     string_
22122  EventFieldNotes                               string_
22123  EventFieldNumber                              string_
22124  EventHabitat                                  string_
22125  EventLatestDate                               date_
22126  EventMonth                                    integer_
22127  EventParentEventID                            string_
22128  EventSampleSizeUnit                           string_
22129  EventSampleSizeValue                          string_
22130  EventSamplingEffort                           string_
22131  EventSamplingProtocol                         string_
22132  EventStartDayOfYear                           integer_
22133  EventVerbatimEventDate                        string_
22134  EventYear                                     integer_
22135  FossilSpecimen                                DarwinCore MaterialSample Struct
22136  FossilSpecimenMaterialSampleID                string_
22137  GeologicalContext                            DarwinCore GeologicalContext Struct
22138  GeologicalContextBed                          string_
22139  EarliestAgeOrLowestStage                      string_
22140  EarliestEonOrLowestEonothem                   string_
22141  EarliestEpochOrLowestSeries                   string_
22142  EarliestEraOrLowestErathem                    string_
22143  EarliestPeriodOrLowestSystem                  string_
22144  GeologicalContextFormation                    string_
22145  GeologicalContextID                           string_
22146  GeologicalContextGroup                        string_
22147  HighestBiostratigraphicZone                   string_
22148  LatestAgeOrHighestStage                       string_
22149  LatestEonOrHighestEonothem                    string_
22150  LatestEpochOrHighestSeries                    string_
22151  LatestEraOrHighestErathem                     string_
22152  LatestPeriodOrHighestSystem                   string_
22153  LithostratigraphicTerms                       string_
22154  LowestBiostratigraphicZone                    string_
22155  GeologicalContextMember                       string_
22156  HumanObservation                              DarwinCore Event Struct
22157  HumanObservationDay                           integer_
22158  HumanObservationEarliestDate                  date_
22159  HumanObservationEndDayOfYear                  integer_
22160  HumanObservationEventDate                     date_
22161  HumanObservationEventID                       string_
22162  HumanObservationEventRemarks                  lang-alt_
22163  HumanObservationEventTime                     string_
22164  HumanObservationFieldNotes                    string_
22165  HumanObservationFieldNumber                   string_
22166  HumanObservationHabitat                       string_
22167  HumanObservationLatestDate                    date_
22168  HumanObservationMonth                         integer_
22169  HumanObservationParentEventID                 string_
22170  HumanObservationSampleSizeUnit                string_
22171  HumanObservationSampleSizeValue               string_
22172  HumanObservationSamplingEffort                string_
22173  HumanObservationSamplingProtocol              string_
22174  HumanObservationStartDayOfYear                integer_
22175  HumanObservationVerbatimEventDate             string_
22176  HumanObservationYear                          integer_
22177  Identification                                DarwinCore Identification Struct
22178  DateIdentified                                date_
22179  IdentificationID                              string_
22180  IdentificationQualifier                       string_
22181  IdentificationReferences                      string_
22182  IdentificationRemarks                         string_
22183  IdentificationVerificationStatus              string_
22184  IdentifiedBy                                  string_
22185  TypeStatus                                    string_
22186  LivingSpecimen                                DarwinCore MaterialSample Struct
22187  LivingSpecimenMaterialSampleID                string_
22188  MachineObservation                            DarwinCore Event Struct
22189  MachineObservationDay                         integer_
22190  MachineObservationEarliestDate                date_
22191  MachineObservationEndDayOfYear                integer_
22192  MachineObservationEventDate                   date_
22193  MachineObservationEventID                     string_
22194  MachineObservationEventRemarks                lang-alt_
22195  MachineObservationEventTime                   string_
22196  MachineObservationFieldNotes                  string_
22197  MachineObservationFieldNumber                 string_
22198  MachineObservationHabitat                     string_
22199  MachineObservationLatestDate                  date_
22200  MachineObservationMonth                       integer_
22201  MachineObservationParentEventID               string_
22202  MachineObservationSampleSizeUnit              string_
22203  MachineObservationSampleSizeValue             string_
22204  MachineObservationSamplingEffort              string_
22205  MachineObservationSamplingProtocol            string_
22206  MachineObservationStartDayOfYear              integer_
22207  MachineObservationVerbatimEventDate           string_
22208  MachineObservationYear                        integer_
22209  MaterialSample                                DarwinCore MaterialSample Struct
22210  MaterialSampleID                              string_
22211  MeasurementOrFact                            DarwinCore MeasurementOrFact Struct
22212  MeasurementAccuracy                           string_
22213  MeasurementDeterminedBy                       string_
22214  MeasurementDeterminedDate                     date_
22215  MeasurementID                                 string_
22216  MeasurementMethod                             string_
22217  MeasurementRemarks                            string_
22218  MeasurementType                               string_
22219  MeasurementUnit                               string_
22220  MeasurementValue                              string_
22221  Occurrence                                    DarwinCore Occurrence Struct
22222  OccurrenceAssociatedMedia                     string_
22223  OccurrenceAssociatedOccurrences               string_
22224  OccurrenceAssociatedReferences                string_
22225  OccurrenceAssociatedSequences                 string_
22226  OccurrenceAssociatedTaxa                      string_
22227  OccurrenceBehavior                            string_
22228  OccurrenceCatalogNumber                       string_
22229  OccurrenceDisposition                         string_
22230  OccurrenceEstablishmentMeans                  string_
22231  OccurrenceIndividualCount                     string_
22232  OccurrenceIndividualID                        string_
22233  OccurrenceLifeStage                           string_
22234  OccurrenceDetails                             string_
22235  OccurrenceID                                  string_
22236  OccurrenceRemarks                             string_
22237  OccurrenceStatus                              string_
22238  OccurrenceOrganismQuantity                    string_
22239  OccurrenceOrganismQuantityType                string_
22240  OccurrenceOtherCatalogNumbers                 string_
22241  OccurrencePreparations                        string_
22242  OccurrencePreviousIdentifications             string_
22243  OccurrenceRecordedBy                          string_
22244  OccurrenceRecordNumber                        string_
22245  OccurrenceReproductiveCondition               string_
22246  OccurrenceSex                                 string_
22247  Organism                                      DarwinCore Organism Struct
22248  OrganismAssociatedOccurrences                 string_
22249  OrganismAssociatedOrganisms                   string_
22250  OrganismID                                    string_
22251  OrganismName                                  string_
22252  OrganismRemarks                               string_
22253  OrganismScope                                 string_
22254  OrganismPreviousIdentifications               string_
22255  PreservedSpecimen                             DarwinCore MaterialSample Struct
22256  PreservedSpecimenMaterialSampleID             string_
22257  Record                                        DarwinCore Record Struct
22258  RecordBasisOfRecord                           string_
22259  RecordCollectionCode                          string_
22260  RecordCollectionID                            string_
22261  RecordDataGeneralizations                     string_
22262  RecordDatasetID                               string_
22263  RecordDatasetName                             string_
22264  RecordDynamicProperties                       string_
22265  RecordInformationWithheld                     string_
22266  RecordInstitutionCode                         string_
22267  RecordInstitutionID                           string_
22268  RecordOwnerInstitutionCode                    string_
22269  ResourceRelationship                      DarwinCore ResourceRelationship Struct
22270  RelatedResourceID                             string_
22271  RelationshipAccordingTo                       string_
22272  RelationshipEstablishedDate                   date_
22273  RelationshipOfResource                        string_
22274  RelationshipRemarks                           string_
22275  ResourceID                                    string_
22276  ResourceRelationshipID                        string_
22277  Taxon                                         DarwinCore Taxon Struct
22278  TaxonAcceptedNameUsage                        string_
22279  TaxonAcceptedNameUsageID                      string_
22280  TaxonClass                                    string_
22281  TaxonFamily                                   string_
22282  TaxonGenus                                    string_
22283  TaxonHigherClassification                     string_
22284  TaxonInfraspecificEpithet                     string_
22285  TaxonKingdom                                  string_
22286  TaxonNameAccordingTo                          string_
22287  TaxonNameAccordingToID                        string_
22288  TaxonNamePublishedIn                          string_
22289  TaxonNamePublishedInID                        string_
22290  TaxonNamePublishedInYear                      string_
22291  TaxonNomenclaturalCode                        string_
22292  TaxonNomenclaturalStatus                      string_
22293  TaxonOrder                                    string_
22294  TaxonOriginalNameUsage                        string_
22295  TaxonOriginalNameUsageID                      string_
22296  TaxonParentNameUsage                          string_
22297  TaxonParentNameUsageID                        string_
22298  TaxonPhylum                                   string_
22299  TaxonScientificName                           string_
22300  TaxonScientificNameAuthorship                 string_
22301  TaxonScientificNameID                         string_
22302  TaxonSpecificEpithet                          string_
22303  TaxonSubgenus                                 string_
22304  TaxonConceptID                                string_
22305  TaxonID                                       string_
22306  TaxonTaxonomicStatus                          string_
22307  TaxonRank                                     string_
22308  TaxonRemarks                                  string_
22309  TaxonVerbatimTaxonRank                        string_
22310  TaxonVernacularName                           lang-alt_
22311
22312=head3 DarwinCore DCTermsLocation Struct
22313
22314  Field Name                                    Writable
22315  ----------                                    --------
22316  Continent                                     string
22317  CoordinatePrecision                           string
22318  CoordinateUncertaintyInMeters                 string
22319  Country                                       string
22320  CountryCode                                   string
22321  County                                        string
22322  DecimalLatitude                               string
22323  DecimalLongitude                              string
22324  FootprintSRS                                  string
22325  FootprintSpatialFit                           string
22326  FootprintWKT                                  string
22327  GeodeticDatum                                 string
22328  GeoreferenceProtocol                          string
22329  GeoreferenceRemarks                           string
22330  GeoreferenceSources                           string
22331  GeoreferenceVerificationStatus                string
22332  GeoreferencedBy                               string
22333  GeoreferencedDate                             string
22334  HigherGeography                               string
22335  HigherGeographyID                             string
22336  Island                                        string
22337  IslandGroup                                   string
22338  Locality                                      string
22339  LocationAccordingTo                           string
22340  LocationID                                    string
22341  LocationRemarks                               string
22342  MaximumDepthInMeters                          string
22343  MaximumDistanceAboveSurfaceInMeters           string
22344  MaximumElevationInMeters                      string
22345  MinimumDepthInMeters                          string
22346  MinimumDistanceAboveSurfaceInMeters           string
22347  MinimumElevationInMeters                      string
22348  Municipality                                  string
22349  PointRadiusSpatialFit                         string
22350  StateProvince                                 string
22351  VerbatimCoordinateSystem                      string
22352  VerbatimCoordinates                           string
22353  VerbatimDepth                                 string
22354  VerbatimElevation                             string
22355  VerbatimLatitude                              string
22356  VerbatimLocality                              string
22357  VerbatimLongitude                             string
22358  VerbatimSRS                                   string
22359  WaterBody                                     string
22360
22361=head3 DarwinCore Event Struct
22362
22363  Field Name                                    Writable
22364  ----------                                    --------
22365  Day                                           integer
22366  EarliestDate                                  date
22367  EndDayOfYear                                  integer
22368  EventDate                                     date
22369  EventID                                       string
22370  EventRemarks                                  lang-alt
22371  EventTime                                     string
22372  FieldNotes                                    string
22373  FieldNumber                                   string
22374  Habitat                                       string
22375  LatestDate                                    date
22376  Month                                         integer
22377  ParentEventID                                 string
22378  SampleSizeUnit                                string
22379  SampleSizeValue                               string
22380  SamplingEffort                                string
22381  SamplingProtocol                              string
22382  StartDayOfYear                                integer
22383  VerbatimEventDate                             string
22384  Year                                          integer
22385
22386=head3 DarwinCore MaterialSample Struct
22387
22388  Field Name                                    Writable
22389  ----------                                    --------
22390  MaterialSampleID                              string
22391
22392=head3 DarwinCore GeologicalContext Struct
22393
22394  Field Name                                    Writable
22395  ----------                                    --------
22396  Bed                                           string
22397  EarliestAgeOrLowestStage                      string
22398  EarliestEonOrLowestEonothem                   string
22399  EarliestEpochOrLowestSeries                   string
22400  EarliestEraOrLowestErathem                    string
22401  EarliestPeriodOrLowestSystem                  string
22402  Formation                                     string
22403  GeologicalContextID                           string
22404  Group                                         string
22405  HighestBiostratigraphicZone                   string
22406  LatestAgeOrHighestStage                       string
22407  LatestEonOrHighestEonothem                    string
22408  LatestEpochOrHighestSeries                    string
22409  LatestEraOrHighestErathem                     string
22410  LatestPeriodOrHighestSystem                   string
22411  LithostratigraphicTerms                       string
22412  LowestBiostratigraphicZone                    string
22413  Member                                        string
22414
22415=head3 DarwinCore Identification Struct
22416
22417  Field Name                                    Writable
22418  ----------                                    --------
22419  DateIdentified                                date
22420  IdentificationID                              string
22421  IdentificationQualifier                       string
22422  IdentificationReferences                      string
22423  IdentificationRemarks                         string
22424  IdentificationVerificationStatus              string
22425  IdentifiedBy                                  string
22426  TypeStatus                                    string
22427
22428=head3 DarwinCore MeasurementOrFact Struct
22429
22430  Field Name                                    Writable
22431  ----------                                    --------
22432  MeasurementAccuracy                           string
22433  MeasurementDeterminedBy                       string
22434  MeasurementDeterminedDate                     date
22435  MeasurementID                                 string
22436  MeasurementMethod                             string
22437  MeasurementRemarks                            string
22438  MeasurementType                               string
22439  MeasurementUnit                               string
22440  MeasurementValue                              string
22441
22442=head3 DarwinCore Occurrence Struct
22443
22444  Field Name                                    Writable
22445  ----------                                    --------
22446  AssociatedMedia                               string
22447  AssociatedOccurrences                         string
22448  AssociatedReferences                          string
22449  AssociatedSequences                           string
22450  AssociatedTaxa                                string
22451  Behavior                                      string
22452  CatalogNumber                                 string
22453  Disposition                                   string
22454  EstablishmentMeans                            string
22455  IndividualCount                               string
22456  IndividualID                                  string
22457  LifeStage                                     string
22458  OccurrenceDetails                             string
22459  OccurrenceID                                  string
22460  OccurrenceRemarks                             string
22461  OccurrenceStatus                              string
22462  OrganismQuantity                              string
22463  OrganismQuantityType                          string
22464  OtherCatalogNumbers                           string
22465  Preparations                                  string
22466  PreviousIdentifications                       string
22467  RecordNumber                                  string
22468  RecordedBy                                    string
22469  ReproductiveCondition                         string
22470  Sex                                           string
22471
22472=head3 DarwinCore Organism Struct
22473
22474  Field Name                                    Writable
22475  ----------                                    --------
22476  AssociatedOccurrences                         string
22477  AssociatedOrganisms                           string
22478  OrganismID                                    string
22479  OrganismName                                  string
22480  OrganismRemarks                               string
22481  OrganismScope                                 string
22482  PreviousIdentifications                       string
22483
22484=head3 DarwinCore Record Struct
22485
22486  Field Name                                    Writable
22487  ----------                                    --------
22488  BasisOfRecord                                 string
22489  CollectionCode                                string
22490  CollectionID                                  string
22491  DataGeneralizations                           string
22492  DatasetID                                     string
22493  DatasetName                                   string
22494  DynamicProperties                             string
22495  InformationWithheld                           string
22496  InstitutionCode                               string
22497  InstitutionID                                 string
22498  OwnerInstitutionCode                          string
22499
22500=head3 DarwinCore ResourceRelationship Struct
22501
22502  Field Name                                    Writable
22503  ----------                                    --------
22504  RelatedResourceID                             string
22505  RelationshipAccordingTo                       string
22506  RelationshipEstablishedDate                   date
22507  RelationshipOfResource                        string
22508  RelationshipRemarks                           string
22509  ResourceID                                    string
22510  ResourceRelationshipID                        string
22511
22512=head3 DarwinCore Taxon Struct
22513
22514  Field Name                                    Writable
22515  ----------                                    --------
22516  AcceptedNameUsage                             string
22517  AcceptedNameUsageID                           string
22518  Class                                         string
22519  Family                                        string
22520  Genus                                         string
22521  HigherClassification                          string
22522  InfraspecificEpithet                          string
22523  Kingdom                                       string
22524  NameAccordingTo                               string
22525  NameAccordingToID                             string
22526  NamePublishedIn                               string
22527  NamePublishedInID                             string
22528  NamePublishedInYear                           string
22529  NomenclaturalCode                             string
22530  NomenclaturalStatus                           string
22531  Order                                         string
22532  OriginalNameUsage                             string
22533  OriginalNameUsageID                           string
22534  ParentNameUsage                               string
22535  ParentNameUsageID                             string
22536  Phylum                                        string
22537  ScientificName                                string
22538  ScientificNameAuthorship                      string
22539  ScientificNameID                              string
22540  SpecificEpithet                               string
22541  Subgenus                                      string
22542  TaxonConceptID                                string
22543  TaxonID                                       string
22544  TaxonRank                                     string
22545  TaxonRemarks                                  string
22546  TaxonomicStatus                               string
22547  VerbatimTaxonRank                             string
22548  VernacularName                                lang-alt
22549
22550=head2 FotoStation Tags
22551
22552The following tables define information found in the FotoWare FotoStation
22553trailer.
22554
22555  Tag ID   Tag Name                             Writable
22556  ------   --------                             --------
22557  0x0001   IPTC                                 IPTC
22558  0x0002   SoftEdit                             FotoStation SoftEdit
22559  0x0003   ThumbnailImage                       yes
22560  0x0004   PreviewImage                         yes
22561
22562=head3 FotoStation SoftEdit Tags
22563
22564  Index4   Tag Name                             Writable
22565  ------   --------                             --------
22566      0    OriginalImageWidth                   int32s
22567      1    OriginalImageHeight                  int32s
22568      2    ColorPlanes                          int32s
22569      3    XYResolution                         int32s
22570      4    Rotation                             int32s
22571      6    CropLeft                             int32s
22572      7    CropTop                              int32s
22573      8    CropRight                            int32s
22574      9    CropBottom                           int32s
22575     11    CropRotation                         int32s
22576
22577=head2 PhotoMechanic Tags
22578
22579The Photo Mechanic trailer contains data in an IPTC-format structure, with
22580soft edit information stored under record number 2.
22581
22582  Record   Tag Name                             Writable
22583  ------   --------                             --------
22584      2    SoftEdit                             PhotoMechanic SoftEdit
22585
22586=head3 PhotoMechanic SoftEdit Tags
22587
22588  Tag ID   Tag Name                             Writable
22589  ------   --------                             --------
22590    209    RawCropLeft                          int32s
22591    210    RawCropTop                           int32s
22592    211    RawCropRight                         int32s
22593    212    RawCropBottom                        int32s
22594    213    ConstrainedCropWidth                 int32s
22595    214    ConstrainedCropHeight                int32s
22596    215    FrameNum                             int32s
22597    216    Rotation                             int32s
22598    217    CropLeft                             int32s
22599    218    CropTop                              int32s
22600    219    CropRight                            int32s
22601    220    CropBottom                           int32s
22602    221    Tagged                               int32s
22603    222    ColorClass                           int32s
22604    223    Rating                               int32s
22605    236    PreviewCropLeft                      int32s
22606    237    PreviewCropTop                       int32s
22607    238    PreviewCropRight                     int32s
22608    239    PreviewCropBottom                    int32s
22609
22610=head3 PhotoMechanic XMP Tags
22611
22612Below is a list of the observed PhotoMechanic XMP tags.  The actual
22613namespace prefix is "photomechanic" but ExifTool shortens this in
22614the family 1 group name.
22615
22616These tags belong to the ExifTool XMP-photomech family 1 group.
22617
22618  Tag Name                                      Writable
22619  --------                                      --------
22620  ColorClass                                    integer
22621  CountryCode                                   string/
22622  EditStatus                                    string
22623  PMVersion                                     string
22624  Prefs                                         string
22625  Tagged                                        boolean
22626  TimeCreated                                   string/
22627
22628=head2 Microsoft Tags
22629
22630=head3 Microsoft XMP Tags
22631
22632Microsoft Photo 1.0 schema XMP tags.  This is likely not a complete list,
22633but represents tags which have been observed in sample images.  The actual
22634namespace prefix is "MicrosoftPhoto", but ExifTool shortens this in the
22635family 1 group name.
22636
22637These tags belong to the ExifTool XMP-microsoft family 1 group.
22638
22639  Tag Name                                      Writable
22640  --------                                      --------
22641  CameraSerialNumber                            string
22642  CreatorAppID                                  string
22643  CreatorOpenWithUIOptions                      string
22644  DateAcquired                                  date
22645  FlashManufacturer                             string
22646  FlashModel                                    string
22647  ItemSubType                                   string
22648  LastKeywordIPTC                               string+
22649  LastKeywordXMP                                string+
22650  LensManufacturer                              string
22651  LensModel                                     string/
22652  RatingPercent                                 string
22653
22654=head3 Microsoft MP1 Tags
22655
22656Microsoft Photo 1.1 schema XMP tags which have been observed.
22657
22658These tags belong to the ExifTool XMP-MP1 family 1 group.
22659
22660  Tag Name                                      Writable
22661  --------                                      --------
22662  Brightness                                    string/
22663  CameraModelID                                 string/
22664  Contrast                                      string/
22665  ExposureCompensation                          string/
22666  PanoramicStitchCameraMotion                   string
22667  PanoramicStitchMapType                        string
22668  PanoramicStitchPhi0                           real
22669  PanoramicStitchPhi1                           real
22670  PanoramicStitchTheta0                         real
22671  PanoramicStitchTheta1                         real
22672  PipelineVersion                               string
22673  StreamType                                    string
22674  WhiteBalance0                                 real
22675  WhiteBalance1                                 real
22676  WhiteBalance2                                 real
22677
22678=head3 Microsoft MP Tags
22679
22680Microsoft Photo 1.2 schema XMP tags which have been observed.
22681
22682These tags belong to the ExifTool XMP-MP family 1 group.
22683
22684  Tag Name                                      Writable
22685  --------                                      --------
22686  RegionInfoDateRegionsValid                    date_
22687  RegionInfoMP                                  Microsoft RegionInfo Struct
22688  RegionInfoRegions                             Microsoft Regions Struct_+
22689  RegionPersonDisplayName                       string_+
22690  RegionPersonEmailDigest                       string_+
22691  RegionPersonLiveIdCID                         string_+
22692  RegionPersonSourceID                          string_+
22693  RegionRectangle                               string_+
22694
22695=head3 Microsoft RegionInfo Struct
22696
22697  Field Name                                    Writable
22698  ----------                                    --------
22699  DateRegionsValid                              date
22700  Regions                                       Microsoft Regions Struct+
22701
22702=head3 Microsoft Regions Struct
22703
22704Note that PersonLiveIdCID element is called PersonLiveCID according to the
22705Microsoft specification, but in practice their software actually writes
22706PersonLiveIdCID, so ExifTool uses this too.
22707
22708  Field Name                                    Writable
22709  ----------                                    --------
22710  PersonDisplayName                             string
22711  PersonEmailDigest                             string
22712  PersonLiveIdCID                               string
22713  PersonSourceID                                string
22714  Rectangle                                     string
22715
22716=head3 Microsoft Stitch Tags
22717
22718Information found in the Microsoft custom EXIF tag 0x4748, as written by
22719Windows Live Photo Gallery.
22720
22721  Index4   Tag Name                             Writable
22722  ------   --------                             --------
22723      0    PanoramicStitchVersion               int32u
22724      1    PanoramicStitchCameraMotion          int32u
22725      2    PanoramicStitchMapType               int32u
22726      3    PanoramicStitchTheta0                float
22727      4    PanoramicStitchTheta1                float
22728      5    PanoramicStitchPhi0                  float
22729      6    PanoramicStitchPhi1                  float
22730
22731=head3 Microsoft Xtra Tags
22732
22733Tags found in the Microsoft "Xtra" atom of QuickTime videos.  Tag ID's are
22734not shown because some are unruly GUID's.  Currently most of these tags are
22735not writable because the Microsoft documentation is poor and samples were
22736not available, but more tags may be made writable in the future if samples
22737are provided.  Note that writable tags in this table are are flagged to
22738"Avoid", which means that other more common tags will be written instead if
22739possible unless the Microsoft group is specified explicitly.
22740
22741  Tag Name                                      Writable
22742  --------                                      --------
22743  Abstract                                      no
22744  AccountName                                   no
22745  AcquisitionTime                               no
22746  AcquisitionTimeDay                            no
22747  AcquisitionTimeMonth                          no
22748  AcquisitionTimeYear                           no
22749  AcquisitionTimeYearMonth                      no
22750  AcquisitionTimeYearMonthDay                   no
22751  AlbumArtist                                   Unicode/
22752  AlbumArtist                                   no
22753  AlbumArtistSortOrder                          no
22754  AlbumCoverURL                                 Unicode/
22755  AlbumID                                       no
22756  AlbumIDAlbumArtist                            no
22757  AlbumTitle                                    Unicode/
22758  AlbumTitle                                    no
22759  AlbumTitleSortOrder                           no
22760  AlternateSourceURL                            no
22761  Anniversary                                   no
22762  Artist                                        no
22763  AssistantsName                                no
22764  AssistantsPhone                               no
22765  Attachments                                   no
22766  Attributes                                    no
22767  AudioBitrate                                  no
22768  AudioFormat                                   no
22769  AudioSampleRate                               no
22770  AudioSampleSize                               no
22771  Author                                        no
22772  Author                                        no
22773  AuthorSortOrder                               no
22774  AuthorURL                                     Unicode/
22775  AutoSummary                                   no
22776  AverageLevel                                  no
22777  BccAddresses                                  no
22778  BccNames                                      no
22779  Beats-per-minute                              no
22780  BeatsPerMinute                                no
22781  BillingInformation                            no
22782  Birthday                                      no
22783  BitDepth                                      no
22784  Bitrate                                       no
22785  Bitrate                                       no
22786  BroadcastDate                                 no
22787  BusinessAddress                               no
22788  BusinessCity                                  no
22789  BusinessCountry-Region                        no
22790  BusinessFax                                   no
22791  BusinessHomePage                              no
22792  BusinessPOBox                                 no
22793  BusinessPhone                                 no
22794  BusinessPostalCode                            no
22795  BusinessStateOrProvince                       no
22796  BusinessStreet                                no
22797  BuyNow                                        no
22798  BuyTickets                                    no
22799  CDTrackEnabled                                no
22800  CallLetters                                   no
22801  CallbackNumber                                no
22802  CameraMaker                                   no
22803  CameraManufacturer                            no
22804  CameraModel                                   no
22805  CameraModel                                   no
22806  CarPhone                                      no
22807  Category                                      Unicode/+
22808  Category                                      no
22809  CcAddresses                                   no
22810  CcNames                                       no
22811  CellPhone                                     no
22812  ChannelNumber                                 no
22813  Channels                                      no
22814  Channels                                      no
22815  ChapterNum                                    no
22816  Children                                      no
22817  City                                          no
22818  ClientID                                      no
22819  ClosedCaptioning                              no
22820  Color                                         no
22821  Comment                                       no
22822  Comments                                      no
22823  Company                                       no
22824  CompanyMainPhone                              no
22825  Complete                                      no
22826  Composer                                      Unicode/
22827  Composers                                     no
22828  Computer                                      no
22829  Conductor                                     Unicode/+
22830  Conductors                                    no
22831  ContactNames                                  no
22832  ContentDistributor                            Unicode/
22833  ContentDistributorDuration                    no
22834  ContentDistributorType                        no
22835  ContentGroupDescription                       no
22836  ContentType                                   no
22837  Contributors                                  no
22838  ConversationID                                no
22839  Copyright                                     no
22840  Copyright                                     no
22841  Count                                         no
22842  Country-Region                                no
22843  Creator                                       no
22844  CurrentBitrate                                no
22845  DLNAServerUDN                                 no
22846  DLNASourceURI                                 no
22847  DRMIndividualizedVersion                      no
22848  DRMKeyID                                      no
22849  DTCPIPHost                                    no
22850  DTCPIPPort                                    no
22851  DVDID                                         no
22852  DataRate                                      no
22853  Date                                          no
22854  DateAccessed                                  no
22855  DateAcquired                                  vt_filetime/
22856  DateArchived                                  no
22857  DateCompleted                                 no
22858  DateCreated                                   no
22859  DateImported                                  no
22860  DateLastSaved                                 no
22861  DateModified                                  no
22862  DatePictureTaken                              no
22863  DateReceived                                  no
22864  DateReleased                                  no
22865  DateSent                                      no
22866  DateVisited                                   no
22867  Department                                    no
22868  Description                                   no
22869  Description                                   no
22870  Description                                   no
22871  Dimensions                                    no
22872  Director                                      Unicode/+
22873  Directors                                     no
22874  DisplayArtist                                 no
22875  Division                                      no
22876  DocumentID                                    no
22877  DueDate                                       no
22878  Duration                                      no
22879  Duration                                      no
22880  Duration                                      no
22881  E-mail2                                       no
22882  E-mail3                                       no
22883  E-mailAddress                                 no
22884  E-mailDisplayName                             no
22885  E-mailList                                    no
22886  EncodedBy                                     Unicode/
22887  EncodedBy                                     no
22888  EncodingTime                                  date/
22889  EndDate                                       no
22890  EntryType                                     no
22891  EpisodeName                                   no
22892  Event                                         no
22893  Event                                         no
22894  ExifVersion                                   no
22895  ExposureBias                                  no
22896  ExposureProgram                               no
22897  ExposureTime                                  no
22898  F-stop                                        no
22899  FileAs                                        no
22900  FileCount                                     no
22901  FileSize                                      no
22902  FileType                                      no
22903  FileVersion                                   no
22904  FirstName                                     no
22905  FlagColor                                     no
22906  FlagStatus                                    no
22907  FlashMode                                     no
22908  FocalLength                                   no
22909  FocalLength35mm                               no
22910  Folder                                        no
22911  FolderName                                    no
22912  FolderPath                                    no
22913  FormatTag                                     no
22914  FourCC                                        no
22915  FrameHeight                                   no
22916  FrameRate                                     no
22917  FrameRate                                     no
22918  FrameWidth                                    no
22919  Free-busyStatus                               no
22920  Frequency                                     no
22921  FromAddresses                                 no
22922  FromNames                                     no
22923  FullName                                      no
22924  Gender                                        no
22925  Genre                                         no
22926  Genre                                         no
22927  GenreID                                       no
22928  GivenName                                     no
22929  HasAttachments                                no
22930  HasFlag                                       no
22931  Hobbies                                       no
22932  HomeAddress                                   no
22933  HomeCity                                      no
22934  HomeCountry-Region                            no
22935  HomeFax                                       no
22936  HomePOBox                                     no
22937  HomePhone                                     no
22938  HomePostalCode                                no
22939  HomeStateOrProvince                           no
22940  HomeStreet                                    no
22941  HorizontalResolution                          no
22942  IMAddresses                                   no
22943  ISOSpeed                                      no
22944  Importance                                    no
22945  Incomplete                                    no
22946  InitialKey                                    Unicode/
22947  InitialKey                                    no
22948  Initials                                      no
22949  IsAttachment                                  no
22950  IsCompleted                                   no
22951  IsDeleted                                     no
22952  IsNetworkFeed                                 no
22953  IsOnline                                      no
22954  IsProtected                                   no
22955  IsRecurring                                   no
22956  IsVBR                                         no
22957  JobTitle                                      no
22958  Keywords                                      no
22959  Kinds                                         no
22960  Label                                         no
22961  Language                                      no
22962  Language                                      no
22963  LastName                                      no
22964  LastPrinted                                   no
22965  LeadPerformer                                 no
22966  LegalTrademarks                               no
22967  LensMaker                                     no
22968  LensModel                                     no
22969  LibraryID                                     no
22970  LibraryName                                   no
22971  LightSource                                   no
22972  LinkStatus                                    no
22973  LinkTarget                                    no
22974  Location                                      no
22975  Location                                      no
22976  Lyrics                                        no
22977  MCDI                                          no
22978  MailingAddress                                no
22979  MaxAperture                                   no
22980  MediaClassPrimaryID                           GUID/
22981  MediaClassSecondaryID                         GUID/
22982  MediaContentTypes                             no
22983  MediaCreated                                  no
22984  MediaOriginalBroadcastDateTime                no
22985  MediaOriginalChannel                          no
22986  MediaStationName                              no
22987  MediaType                                     no
22988  MeteringMode                                  no
22989  MiddleName                                    no
22990  Mileage                                       no
22991  ModifiedBy                                    no
22992  Mood                                          Unicode/
22993  Mood                                          no
22994  MoreInfo                                      no
22995  Name                                          no
22996  Nickname                                      no
22997  OfficeLocation                                no
22998  OfflineAvailability                           no
22999  OfflineStatus                                 no
23000  OptionalAttendeeAddresses                     no
23001  OptionalAttendees                             no
23002  OrganizerAddress                              no
23003  OrganizerName                                 no
23004  Orientation                                   no
23005  OriginalAlbumTitle                            Unicode/
23006  OriginalArtist                                Unicode/
23007  OriginalLyricist                              Unicode/
23008  OtherAddress                                  no
23009  OtherCity                                     no
23010  OtherCountry-Region                           no
23011  OtherPOBox                                    no
23012  OtherPostalCode                               no
23013  OtherStateOrProvince                          no
23014  OtherStreet                                   no
23015  Owner                                         no
23016  POBox                                         no
23017  Pager                                         no
23018  Pages                                         no
23019  ParentalRating                                Unicode/
23020  ParentalRating                                no
23021  ParentalRatingReason                          no
23022  PartOfSet                                     no
23023  PartOfSet                                     no
23024  PartOfSet                                     no
23025  Participants                                  no
23026  Path                                          no
23027  PeakValue                                     no
23028  PerceivedType                                 no
23029  Period                                        Unicode/
23030  Period                                        no
23031  PersonalTitle                                 no
23032  PixelAspectRatioX                             no
23033  PixelAspectRatioY                             no
23034  PlaylistIndex                                 no
23035  PostalCode                                    no
23036  PrimaryE-mail                                 no
23037  PrimaryPhone                                  no
23038  Priority                                      no
23039  Producer                                      Unicode/+
23040  Producers                                     no
23041  ProductName                                   no
23042  ProductVersion                                no
23043  Profession                                    no
23044  ProgramDescription                            no
23045  ProgramMode                                   no
23046  ProgramName                                   no
23047  Project                                       no
23048  PromotionURL                                  Unicode/
23049  Protected                                     no
23050  ProtectionType                                no
23051  Provider                                      no
23052  Provider                                      Unicode/
23053  ProviderLogoURL                               no
23054  ProviderRating                                no
23055  ProviderStyle                                 no
23056  ProviderURL                                   no
23057  Publisher                                     Unicode/
23058  Publisher                                     no
23059  RadioBand                                     no
23060  RadioFormat                                   no
23061  Rating                                        no
23062  RatingOrg                                     no
23063  ReadStatus                                    no
23064  RecordingTime                                 no
23065  RecordingTime                                 no
23066  RecordingTimeDay                              no
23067  RecordingTimeMonth                            no
23068  RecordingTimeYear                             no
23069  RecordingTimeYearMonth                        no
23070  RecordingTimeYearMonthDay                     no
23071  ReleaseDate                                   no
23072  ReleaseDateDay                                no
23073  ReleaseDateMonth                              no
23074  ReleaseDateYear                               no
23075  ReleaseDateYearMonth                          no
23076  ReleaseDateYearMonthDay                       no
23077  ReminderTime                                  no
23078  RequestState                                  no
23079  RequiredAttendeeAddresses                     no
23080  RequiredAttendees                             no
23081  Rerun                                         no
23082  Resources                                     no
23083  SAP                                           no
23084  Saturation                                    no
23085  SearchRanking                                 no
23086  SenderAddress                                 no
23087  SenderName                                    no
23088  Sensitivity                                   no
23089  ShadowFilePath                                no
23090  Shared                                        no
23091  SharedUserRating                              int64u/
23092  SharedWith                                    no
23093  Size                                          no
23094  Slides                                        no
23095  Source                                        no
23096  SourceURL                                     no
23097  SpaceFree                                     no
23098  SpaceUsed                                     no
23099  Spouse                                        no
23100  StartDate                                     no
23101  StateOrProvince                               no
23102  StationCallSign                               no
23103  StationName                                   no
23104  Status                                        no
23105  Status                                        no
23106  Store                                         no
23107  Street                                        no
23108  Subject                                       no
23109  Subject                                       no
23110  SubjectDistance                               no
23111  SubscriptionContentID                         no
23112  Subtitle                                      Unicode/
23113  Subtitle                                      no
23114  SubtitleDescription                           no
23115  Suffix                                        no
23116  Summary                                       no
23117  Sync01                                        no
23118  Sync02                                        no
23119  Sync03                                        no
23120  Sync04                                        no
23121  Sync05                                        no
23122  Sync06                                        no
23123  Sync07                                        no
23124  Sync08                                        no
23125  Sync09                                        no
23126  Sync10                                        no
23127  Sync11                                        no
23128  Sync12                                        no
23129  Sync13                                        no
23130  Sync14                                        no
23131  Sync15                                        no
23132  Sync16                                        no
23133  SyncOnly                                      no
23134  SyncState                                     no
23135  TTY-TTDPhone                                  no
23136  TaskOwner                                     no
23137  Telex                                         no
23138  Temporary                                     no
23139  Title                                         no
23140  Title                                         no
23141  TitleNum                                      no
23142  TitleSortOrder                                no
23143  ToAddresses                                   no
23144  ToDoTitle                                     no
23145  ToNames                                       no
23146  TotalBitrate                                  no
23147  TotalDuration                                 no
23148  TotalEditingTime                              no
23149  TotalFileSize                                 no
23150  TotalSize                                     no
23151  TrackNumber                                   no
23152  TrackNumber                                   no
23153  TrackingID                                    no
23154  Type                                          no
23155  Type                                          no
23156  URL                                           no
23157  UniqueFileIdentifier                          no
23158  Untitled0                                     no
23159  Untitled1                                     no
23160  Untitled2                                     no
23161  UserCustom1                                   no
23162  UserCustom2                                   no
23163  UserEffectiveRating                           no
23164  UserLastPlayedTime                            no
23165  UserPlayCount                                 no
23166  UserPlaycountAfternoon                        no
23167  UserPlaycountEvening                          no
23168  UserPlaycountMorning                          no
23169  UserPlaycountNight                            no
23170  UserPlaycountWeekday                          no
23171  UserPlaycountWeekend                          no
23172  UserRating                                    no
23173  UserServiceRating                             no
23174  UserWebURL                                    no
23175  VerticalResolution                            no
23176  VideoBitrate                                  no
23177  VideoCompression                              no
23178  VideoFormat                                   no
23179  VideoFrameRate                                no
23180  VideoHeight                                   no
23181  VideoWidth                                    no
23182  WMCollectionGroupID                           no
23183  WMCollectionID                                no
23184  WMContentID                                   no
23185  WMShadowFileSourceDRMType                     no
23186  WMShadowFileSourceFileType                    no
23187  Webpage                                       no
23188  WhiteBalance                                  no
23189  WindowsFileName                               no
23190  WordCount                                     no
23191  Writer                                        Unicode/
23192  Writers                                       no
23193  Year                                          no
23194  Year                                          no
23195
23196=head2 GIMP Tags
23197
23198The GNU Image Manipulation Program (GIMP) writes these tags in its native
23199XCF (eXperimental Computing Facilty) images.
23200
23201  Tag ID   Tag Name                             Writable
23202  ------   --------                             --------
23203  'header' Header                               GIMP Header
23204  0x0011   Compression                          no
23205  0x0013   Resolution                           GIMP Resolution
23206  0x0014   Tattoo                               no
23207  0x0015   Parasites                            GIMP Parasite
23208  0x0016   Units                                no
23209
23210=head3 GIMP Header Tags
23211
23212  Index1   Tag Name                             Writable
23213  ------   --------                             --------
23214      9    XCFVersion                           no
23215     14    ImageWidth                           no
23216     18    ImageHeight                          no
23217     22    ColorMode                            no
23218
23219=head3 GIMP Resolution Tags
23220
23221  Index4   Tag Name                             Writable
23222  ------   --------                             --------
23223      0    XResolution                          no
23224      1    YResolution                          no
23225
23226=head3 GIMP Parasite Tags
23227
23228  Tag ID                Tag Name                Writable
23229  ------                --------                --------
23230  'exif-data'           ExifData                EXIF
23231  'gimp-comment'        Comment                 no
23232  'gimp-image-metadata' XML                     XMP XML
23233  'gimp-metadata'       XMP                     XMP
23234  'icc-profile'         ICC_Profile             ICC_Profile
23235  'icc-profile-name'    ICCProfileName          no
23236  'iptc-data'           IPTCData                IPTC
23237  'jpeg-exif-data'      JPEGExifData            EXIF
23238
23239=head2 MIE Tags
23240
23241MIE is a flexible format which may be used as a stand-alone meta information
23242format, for encapsulation of other files and information, or as a trailer
23243appended to other file formats.  The tables below represent currently
23244defined MIE tags, however ExifTool will also extract any other information
23245present in a MIE file.
23246
23247When writing MIE information, some special features are supported:
23248
232491) String values may be written as ASCII (ISO 8859-1) or UTF-8.  ExifTool
23250automatically detects the presence of wide characters and treats the string
23251appropriately. Internally, UTF-8 text may be converted to UTF-16 or UTF-32
23252and stored in this format in the file if it is more compact.
23253
232542) All MIE string-value tags support localized text.  Localized values are
23255written by adding a language/country code to the tag name in the form
23256C<TAG-xx_YY>, where C<TAG> is the tag name, C<xx> is a 2-character lower
23257case ISO 639-1 language code, and C<YY> is a 2-character upper case ISO
232583166-1 alpha 2 country code (eg. C<Title-en_US>).  But as usual, the user
23259interface is case-insensitive, and ExifTool will write the correct case to
23260the file.
23261
232623) Some numerical MIE tags allow units of measurement to be specified.  For
23263these tags, units may be added in brackets immediately following the value
23264(eg. C<55(mi/h)>).  If no units are specified, the default units are
23265written.
23266
232674) ExifTool writes compressed metadata to MIE files if the Compress (-z)
23268option is used and Compress::Zlib is available.
23269
23270See L<https://exiftool.org/MIE1.1-20070121.pdf> for the official MIE
23271specification.
23272
23273  Tag ID               Tag Name                 Writable
23274  ------               --------                 --------
23275  '0Type'              SubfileType              string
23276  '0Vers'              MIEVersion               string
23277  '1Directory'         SubfileDirectory         string
23278  '1Name'              SubfileName              string
23279  '2MIME'              SubfileMIMEType          string
23280  'Meta'               Meta                     MIE Meta
23281  'data'               SubfileData              undef
23282  'rsrc'               SubfileResource          undef
23283  'zmd5'               MD5Digest                string
23284  'zmie'               TrailerSignature         undef
23285
23286=head3 MIE Meta Tags
23287
23288  Tag ID               Tag Name                 Writable
23289  ------               --------                 --------
23290  'Audio'              Audio                    MIE Audio
23291  'Camera'             Camera                   MIE Camera
23292  'Document'           Document                 MIE Doc
23293  'EXIF'               EXIF                     EXIF
23294  'Geo'                Geo                      MIE Geo
23295  'ICCProfile'         ICC_Profile              ICC_Profile
23296  'ID3'                ID3                      ID3
23297  'IPTC'               IPTC                     IPTC
23298  'Image'              Image                    MIE Image
23299  'MakerNotes'         MakerNotes               MIE MakerNotes
23300  'Preview'            Preview                  MIE Preview
23301  'Thumbnail'          Thumbnail                MIE Thumbnail
23302  'Video'              Video                    MIE Video
23303  'XMP'                XMP                      XMP
23304
23305=head3 MIE Audio Tags
23306
23307For the Audio group (and any other group containing a 'data' element), tags
23308refer to the contained data if present, otherwise they refer to the main
23309SubfileData.  The C<0Type> and C<1Name> elements should exist only if C<data>
23310is present.
23311
23312  Tag ID               Tag Name                 Writable
23313  ------               --------                 --------
23314  '0Type'              RelatedAudioFileType     string
23315  '1Name'              RelatedAudioFileName     string
23316  'Channels'           Channels                 int8u
23317  'Compression'        AudioCompression         string
23318  'Duration'           Duration                 rational64u~
23319  'SampleBits'         SampleBits               int16u
23320  'SampleRate'         SampleRate               int32u
23321  'data'               RelatedAudioFile         undef
23322
23323=head3 MIE Camera Tags
23324
23325  Tag ID               Tag Name                 Writable
23326  ------               --------                 --------
23327  'Brightness'         Brightness               int8s
23328  'ColorBalance'       ColorBalance             rational64u[3]
23329  'ColorTemperature'   ColorTemperature         int32u
23330  'Contrast'           Contrast                 int8s
23331  'DigitalZoom'        DigitalZoom              rational64u
23332  'ExposureComp'       ExposureCompensation     rational64s
23333  'ExposureMode'       ExposureMode             string
23334  'ExposureTime'       ExposureTime             rational64u
23335  'FirmwareVersion'    FirmwareVersion          string
23336  'Flash'              Flash                    MIE Flash
23337  'FocusMode'          FocusMode                string
23338  'ISO'                ISO                      int16u
23339  'ISOSetting'         ISOSetting               int16u
23340  'ImageNumber'        ImageNumber              int32u
23341  'ImageQuality'       ImageQuality             string
23342  'ImageStabilization' ImageStabilization       int8u
23343  'Lens'               Lens                     MIE Lens
23344  'Make'               Make                     string
23345  'MeasuredEV'         MeasuredEV               rational64s
23346  'Model'              Model                    string
23347  'Orientation'        Orientation              MIE Orient
23348  'OwnerName'          OwnerName                string
23349  'Saturation'         Saturation               int8s
23350  'SensorSize'         SensorSize               rational64u[2]
23351  'SerialNumber'       SerialNumber             string
23352  'Sharpness'          Sharpness                int8s
23353  'ShootingMode'       ShootingMode             string
23354
23355=head3 MIE Flash Tags
23356
23357  Tag ID               Tag Name                 Writable
23358  ------               --------                 --------
23359  'ExposureComp'       FlashExposureComp        rational64s
23360  'Fired'              FlashFired               int8u
23361  'GuideNumber'        FlashGuideNumber         string
23362  'Make'               FlashMake                string
23363  'Mode'               FlashMode                string
23364  'Model'              FlashModel               string
23365  'SerialNumber'       FlashSerialNumber        string
23366  'Type'               FlashType                string
23367
23368=head3 MIE Lens Tags
23369
23370All recorded lens parameters (focal length, aperture, etc) include the
23371effects of the extender if present.
23372
23373  Tag ID                  Tag Name              Writable
23374  ------                  --------              --------
23375  'Extender'              Extender              MIE Extender
23376  'FNumber'               FNumber               rational64u
23377  'FocalLength'           FocalLength           rational64u
23378  'FocusDistance'         FocusDistance         rational64u
23379  'Make'                  LensMake              string
23380  'MaxAperture'           MaxAperture           rational64u
23381  'MaxApertureAtMaxFocal' MaxApertureAtMaxFocal rational64u
23382  'MaxFocalLength'        MaxFocalLength        rational64u
23383  'MinAperture'           MinAperture           rational64u
23384  'MinFocalLength'        MinFocalLength        rational64u
23385  'Model'                 LensModel             string
23386  'OpticalZoom'           OpticalZoom           rational64u
23387  'SerialNumber'          LensSerialNumber      string
23388
23389=head3 MIE Extender Tags
23390
23391  Tag ID               Tag Name                 Writable
23392  ------               --------                 --------
23393  'Magnification'      ExtenderMagnification    rational64s
23394  'Make'               ExtenderMake             string
23395  'Model'              ExtenderModel            string
23396  'SerialNumber'       ExtenderSerialNumber     string
23397
23398=head3 MIE Orient Tags
23399
23400These tags describe the camera orientation.
23401
23402  Tag ID               Tag Name                 Writable
23403  ------               --------                 --------
23404  'Azimuth'            Azimuth                  rational64s
23405  'Declination'        Declination              rational64s
23406  'Elevation'          Elevation                rational64s
23407  'RightAscension'     RightAscension           rational64s
23408  'Rotation'           Rotation                 rational64s
23409
23410=head3 MIE Doc Tags
23411
23412Information describing the main document, image or file.
23413
23414  Tag ID               Tag Name                 Writable
23415  ------               --------                 --------
23416  'Author'             Author                   string
23417  'Comment'            Comment                  string
23418  'Contributors'       Contributors             string+
23419  'Copyright'          Copyright                string
23420  'CreateDate'         CreateDate               string
23421  'EMail'              Email                    string
23422  'Keywords'           Keywords                 string+
23423  'ModifyDate'         ModifyDate               string
23424  'OriginalDate'       DateTimeOriginal         string
23425  'Phone'              PhoneNumber              string
23426  'References'         References               string+
23427  'Software'           Software                 string
23428  'Title'              Title                    string
23429  'URL'                URL                      string
23430
23431=head3 MIE Geo Tags
23432
23433Information related to geographic location.
23434
23435  Tag ID               Tag Name                 Writable
23436  ------               --------                 --------
23437  'Address'            Address                  string
23438  'City'               City                     string
23439  'Country'            Country                  string
23440  'GPS'                GPS                      MIE GPS
23441  'PostalCode'         PostalCode               string
23442  'State'              State                    string
23443  'UTM'                UTM                      MIE UTM
23444
23445=head3 MIE GPS Tags
23446
23447  Tag ID               Tag Name                 Writable
23448  ------               --------                 --------
23449  'Altitude'           GPSAltitude              rational64s
23450  'Bearing'            GPSDestBearing           rational64s
23451  'DateTime'           GPSDateTime              string
23452  'Datum'              GPSMapDatum              string
23453  'Differential'       GPSDifferential          int8u
23454  'Distance'           GPSDestDistance          rational64s
23455  'Heading'            GPSTrack                 rational64s
23456  'Latitude'           GPSLatitude              rational64s[n]
23457  'Longitude'          GPSLongitude             rational64s[n]
23458  'MeasureMode'        GPSMeasureMode           int8u
23459  'Satellites'         GPSSatellites            string
23460  'Speed'              GPSSpeed                 rational64s
23461
23462=head3 MIE UTM Tags
23463
23464  Tag ID       Tag Name                         Writable
23465  ------       --------                         --------
23466  'Datum'      UTMMapDatum                      string
23467  'Easting'    UTMEasting                       string
23468  'Northing'   UTMNorthing                      string
23469  'Zone'       UTMZone                          int8s
23470
23471=head3 MIE Image Tags
23472
23473  Tag ID               Tag Name                 Writable
23474  ------               --------                 --------
23475  '0Type'              FullSizeImageType        string
23476  '1Name'              FullSizeImageName        string
23477  'BitDepth'           BitDepth                 int16u
23478  'ColorSpace'         ColorSpace               string
23479  'Components'         ComponentsConfiguration  string
23480  'Compression'        CompressionRatio         rational32u
23481  'ImageSize'          ImageSize                int16u[n]
23482  'Resolution'         Resolution               rational64u[n]
23483  'data'               FullSizeImage            undef
23484
23485=head3 MIE MakerNotes Tags
23486
23487MIE maker notes are contained within separate groups for each manufacturer
23488to avoid name conflicts.
23489
23490  Tag ID               Tag Name                 Writable
23491  ------               --------                 --------
23492  'Canon'              Canon                    MIE Canon
23493  'Casio'              Casio                    MIE Unknown
23494  'FujiFilm'           FujiFilm                 MIE Unknown
23495  'Kodak'              Kodak                    MIE Unknown
23496  'KonicaMinolta'      KonicaMinolta            MIE Unknown
23497  'Nikon'              Nikon                    MIE Unknown
23498  'Olympus'            Olympus                  MIE Unknown
23499  'Panasonic'          Panasonic                MIE Unknown
23500  'Pentax'             Pentax                   MIE Unknown
23501  'Ricoh'              Ricoh                    MIE Unknown
23502  'Sigma'              Sigma                    MIE Unknown
23503  'Sony'               Sony                     MIE Unknown
23504
23505=head3 MIE Canon Tags
23506
23507  Tag ID   Tag Name                             Writable
23508  ------   --------                             --------
23509  'VRD'    CanonVRD                             CanonVRD
23510
23511=head3 MIE Unknown Tags
23512
23513  Tag ID   Tag Name                             Writable
23514  ------   --------                             --------
23515  [no tags known]
23516
23517=head3 MIE Preview Tags
23518
23519  Tag ID               Tag Name                 Writable
23520  ------               --------                 --------
23521  '0Type'              PreviewImageType         string
23522  '1Name'              PreviewImageName         string
23523  'ImageSize'          PreviewImageSize         int16u[n]
23524  'data'               PreviewImage             undef
23525
23526=head3 MIE Thumbnail Tags
23527
23528  Tag ID               Tag Name                 Writable
23529  ------               --------                 --------
23530  '0Type'              ThumbnailImageType       string
23531  '1Name'              ThumbnailImageName       string
23532  'ImageSize'          ThumbnailImageSize       int16u[n]
23533  'data'               ThumbnailImage           undef
23534
23535=head3 MIE Video Tags
23536
23537  Tag ID       Tag Name                         Writable
23538  ------       --------                         --------
23539  '0Type'      RelatedVideoFileType             string
23540  '1Name'      RelatedVideoFileName             string
23541  'Codec'      Codec                            string
23542  'Duration'   Duration                         rational64u~
23543  'data'       RelatedVideoFile                 undef
23544
23545=head2 GIF Tags
23546
23547This table lists information extracted from GIF images. See
23548L<http://www.w3.org/Graphics/GIF/spec-gif89a.txt> for the official GIF89a
23549specification.
23550
23551  Tag Name                                      Writable
23552  --------                                      --------
23553  Comment                                       yes
23554  Duration                                      no
23555  Extensions                                    GIF Extensions
23556  FrameCount                                    no
23557  GIFVersion                                    no
23558  ScreenDescriptor                              GIF Screen
23559  Text                                          no
23560
23561=head3 GIF Extensions Tags
23562
23563Tags extracted from GIF89a application extensions.
23564
23565  Tag ID               Tag Name                 Writable
23566  ------               --------                 --------
23567  'ICCRGBG1/012'       ICC_Profile              ICC_Profile
23568  'MIDICTRL/Jon'       MIDIControl              GIF MIDIControl
23569  'MIDISONG/Dm7'       MIDISong                 no
23570  'NETSCAPE/2.0'       Animation                GIF Animation
23571  'XMP Data/XMP'       XMP                      XMP
23572
23573=head3 GIF MIDIControl Tags
23574
23575Information extracted from the MIDI control block extension.
23576
23577  Index1   Tag Name                             Writable
23578  ------   --------                             --------
23579      0    MIDIControlVersion                   no
23580      1    SequenceNumber                       no
23581      2    MelodicPolyphony                     no
23582      3    PercussivePolyphony                  no
23583      4    ChannelUsage                         no
23584      6    DelayTime                            no
23585
23586=head3 GIF Animation Tags
23587
23588Information extracted from the "NETSCAPE2.0" animation extension.
23589
23590  Index1   Tag Name                             Writable
23591  ------   --------                             --------
23592      1    AnimationIterations                  no
23593
23594=head3 GIF Screen Tags
23595
23596Information extracted from the GIF logical screen descriptor.
23597
23598  Index1   Tag Name                             Writable
23599  ------   --------                             --------
23600      0    ImageWidth                           no
23601      2    ImageHeight                          no
23602    4.1    HasColorMap                          no
23603    4.2    ColorResolutionDepth                 no
23604    4.3    BitsPerPixel                         no
23605      5    BackgroundColor                      no
23606      6    PixelAspectRatio                     no
23607
23608=head2 BMP Tags
23609
23610There really isn't much meta information in a BMP file as such, just a bit
23611of image related information.
23612
23613  Index1   Tag Name                             Writable
23614  ------   --------                             --------
23615      0    BMPVersion                           no
23616      4    ImageWidth                           no
23617      8    ImageHeight                          no
23618     12    Planes                               no
23619     14    BitDepth                             no
23620     16    Compression                          no
23621     20    ImageLength                          no
23622     24    PixelsPerMeterX                      no
23623     28    PixelsPerMeterY                      no
23624     32    NumColors                            no
23625     36    NumImportantColors                   no
23626     40    RedMask                              no
23627     44    GreenMask                            no
23628     48    BlueMask                             no
23629     52    AlphaMask                            no
23630     56    ColorSpace                           no
23631     60    RedEndpoint                          no
23632     72    GreenEndpoint                        no
23633     84    BlueEndpoint                         no
23634     96    GammaRed                             no
23635    100    GammaGreen                           no
23636    104    GammaBlue                            no
23637    108    RenderingIntent                      no
23638    112    ProfileDataOffset                    no
23639    116    ProfileSize                          no
23640
23641=head3 BMP OS2 Tags
23642
23643Information extracted from OS/2-format BMP images.
23644
23645  Index1   Tag Name                             Writable
23646  ------   --------                             --------
23647      0    BMPVersion                           no
23648      4    ImageWidth                           no
23649      6    ImageHeight                          no
23650      8    Planes                               no
23651     10    BitDepth                             no
23652
23653=head3 BMP Extra Tags
23654
23655Extra information extracted from some BMP images.
23656
23657  Tag Name                                      Writable
23658  --------                                      --------
23659  EmbeddedJPG                                   no
23660  EmbeddedPNG                                   no
23661  ICC_Profile                                   ICC_Profile
23662  LinkedProfileName                             no
23663
23664=head2 BPG Tags
23665
23666The information listed below is extracted from BPG (Better Portable
23667Graphics) images.  See L<http://bellard.org/bpg/> for the specification.
23668
23669  Index1   Tag Name                             Writable
23670  ------   --------                             --------
23671      4    PixelFormat                          no
23672    4.1    Alpha                                no
23673    4.2    BitDepth                             no
23674    4.3    ColorSpace                           no
23675    4.4    Flags                                no
23676      6    ImageWidth                           no
23677      7    ImageHeight                          no
23678      8    ImageLength                          no
23679
23680=head3 BPG Extensions Tags
23681
23682  Tag ID   Tag Name                             Writable
23683  ------   --------                             --------
23684  0x0001   EXIF                                 EXIF
23685  0x0002   ICC_Profile                          ICC_Profile
23686  0x0003   XMP                                  XMP
23687  0x0004   ThumbnailBPG                         no
23688  0x0005   AnimationControl?                    no
23689
23690=head2 PICT Tags
23691
23692The PICT format contains no true meta information, except for the possible
23693exception of the LongComment opcode.  By default, only ImageWidth,
23694ImageHeight and X/YResolution are extracted from a PICT image.  Tags in the
23695following table represent image opcodes.  Extraction of these tags is
23696experimental, and is only enabled with the Verbose or Unknown options.
23697
23698  Tag ID   Tag Name                             Writable
23699  ------   --------                             --------
23700  0x0000   Nop                                  no
23701  0x0001   ClipRgn                              no
23702  0x0002   BkPat                                no
23703  0x0003   TxFont                               no
23704  0x0004   TxFace                               no
23705  0x0005   TxMode                               no
23706  0x0006   SpExtra                              no
23707  0x0007   PnSize                               no
23708  0x0008   PnMode                               no
23709  0x0009   PnPat                                no
23710  0x000a   FillPat                              no
23711  0x000b   OvSize                               no
23712  0x000c   Origin                               no
23713  0x000d   TxSize                               no
23714  0x000e   FgColor                              no
23715  0x000f   BkColor                              no
23716  0x0010   TxRatio                              no
23717  0x0011   VersionOp                            no
23718  0x0012   BkPixPat                             no
23719  0x0013   PnPixPat                             no
23720  0x0014   FillPixPat                           no
23721  0x0015   PnLocHFrac                           no
23722  0x0016   ChExtra                              no
23723  0x0017   Reserved                             no
23724  0x001a   RGBFgCol                             no
23725  0x001b   RGBBkCol                             no
23726  0x001c   HiliteMode                           no
23727  0x001d   HiliteColor                          no
23728  0x001e   DefHilite                            no
23729  0x001f   OpColor                              no
23730  0x0020   Line                                 no
23731  0x0021   LineFrom                             no
23732  0x0022   ShortLine                            no
23733  0x0023   ShortLineFrom                        no
23734  0x0024   Reserved                             no
23735  0x0028   LongText                             no
23736  0x0029   DHText                               no
23737  0x002a   DVText                               no
23738  0x002b   DHDVText                             no
23739  0x002c   FontName                             no
23740  0x002d   LineJustify                          no
23741  0x002e   GlyphState                           no
23742  0x002f   Reserved                             no
23743  0x0030   FrameRect                            no
23744  0x0031   PaintRect                            no
23745  0x0032   EraseRect                            no
23746  0x0033   InvertRect                           no
23747  0x0034   FillRect                             no
23748  0x0035   Reserved                             no
23749  0x0038   FrameSameRect                        no
23750  0x0039   PaintSameRect                        no
23751  0x003a   EraseSameRect                        no
23752  0x003b   InvertSameRect                       no
23753  0x003c   FillSameRect                         no
23754  0x003d   Reserved                             no
23755  0x0040   FrameRRect                           no
23756  0x0041   PaintRRect                           no
23757  0x0042   EraseRRect                           no
23758  0x0043   InvertRRect                          no
23759  0x0044   FillRRect                            no
23760  0x0045   Reserved                             no
23761  0x0048   FrameSameRRect                       no
23762  0x0049   PaintSameRRect                       no
23763  0x004a   EraseSameRRect                       no
23764  0x004b   InvertSameRRect                      no
23765  0x004c   FillSameRRect                        no
23766  0x004d   Reserved                             no
23767  0x0050   FrameOval                            no
23768  0x0051   PaintOval                            no
23769  0x0052   EraseOval                            no
23770  0x0053   InvertOval                           no
23771  0x0054   FillOval                             no
23772  0x0055   Reserved                             no
23773  0x0058   FrameSameOval                        no
23774  0x0059   PaintSameOval                        no
23775  0x005a   EraseSameOval                        no
23776  0x005b   InvertSameOval                       no
23777  0x005c   FillSameOval                         no
23778  0x005d   Reserved                             no
23779  0x0060   FrameArc                             no
23780  0x0061   PaintArc                             no
23781  0x0062   EraseArc                             no
23782  0x0063   InvertArc                            no
23783  0x0064   FillArc                              no
23784  0x0065   Reserved                             no
23785  0x0068   FrameSameArc                         no
23786  0x0069   PaintSameArc                         no
23787  0x006a   EraseSameArc                         no
23788  0x006b   InvertSameArc                        no
23789  0x006c   FillSameArc                          no
23790  0x006d   Reserved                             no
23791  0x0070   FramePoly                            no
23792  0x0071   PaintPoly                            no
23793  0x0072   ErasePoly                            no
23794  0x0073   InvertPoly                           no
23795  0x0074   FillPoly                             no
23796  0x0075   Reserved                             no
23797  0x0078   FrameSamePoly                        no
23798  0x0079   PaintSamePoly                        no
23799  0x007a   EraseSamePoly                        no
23800  0x007b   InvertSamePoly                       no
23801  0x007c   FillSamePoly                         no
23802  0x007d   Reserved                             no
23803  0x0080   FrameRgn                             no
23804  0x0081   PaintRgn                             no
23805  0x0082   EraseRgn                             no
23806  0x0083   InvertRgn                            no
23807  0x0084   FillRgn                              no
23808  0x0085   Reserved                             no
23809  0x0088   FrameSameRgn                         no
23810  0x0089   PaintSameRgn                         no
23811  0x008a   EraseSameRgn                         no
23812  0x008b   InvertSameRgn                        no
23813  0x008c   FillSameRgn                          no
23814  0x008d   Reserved                             no
23815  0x0090   BitsRect                             no
23816  0x0091   BitsRgn                              no
23817  0x0092   Reserved                             no
23818  0x0098   PackBitsRect                         no
23819  0x0099   PackBitsRgn                          no
23820  0x009a   DirectBitsRect                       no
23821  0x009b   DirectBitsRgn                        no
23822  0x009c   Reserved                             no
23823  0x009d   Reserved                             no
23824  0x009e   Reserved                             no
23825  0x009f   Reserved                             no
23826  0x00a0   ShortComment                         no
23827  0x00a1   LongComment                          Photoshop
23828                                                ICC_Profile
23829  0x00a2   Reserved                             no
23830  0x00b0   Reserved                             no
23831  0x00d0   Reserved                             no
23832  0x00ff   OpEndPic                             no
23833  0x0100   Reserved                             no
23834  0x0200   Reserved                             no
23835  0x02ff   Version                              no
23836  0x0300   Reserved                             no
23837  0x0bff   Reserved                             no
23838  0x0c00   HeaderOp                             no
23839  0x0c01   Reserved                             no
23840  0x7f00   Reserved                             no
23841  0x8000   Reserved                             no
23842  0x8100   Reserved                             no
23843  0x8200   CompressedQuickTime                  no
23844  0x8201   UncompressedQuickTime                no
23845  0xffff   Reserved                             no
23846
23847=head2 PNG Tags
23848
23849Tags extracted from PNG images.  See
23850L<http://www.libpng.org/pub/png/spec/1.2/> for the official PNG 1.2
23851specification.
23852
23853According to the specification, a PNG file should end at the IEND chunk,
23854however ExifTool will preserve any data found after this when writing unless
23855it is specifically deleted with C<-Trailer:All=>.  When reading, a minor
23856warning is issued if this trailer exists, and ExifTool will attempt to parse
23857this data as additional PNG chunks.
23858
23859Also according to the PNG specification, there is no restriction on the
23860location of text-type chunks (tEXt, zTXt and iTXt).  However, certain
23861utilities (including some Apple and Adobe utilities) won't read the XMP iTXt
23862chunk if it comes after the IDAT chunk, and at least one utility won't read
23863other text chunks here.  For this reason, when writing, ExifTool 11.63 and
23864later create new text chunks (including XMP) before IDAT, and move existing
23865text chunks to before IDAT.
23866
23867The PNG format contains CRC checksums that are validated when reading with
23868either the Verbose or Validate option.  When writing, these checksums are
23869validated by default, but the FastScan option may be used to bypass this
23870check if speed is more of a concern.
23871
23872  Tag ID             Tag Name                   Writable
23873  ------             --------                   --------
23874  'IHDR'             ImageHeader                PNG ImageHeader
23875  'PLTE'             Palette                    no
23876  'acTL'             AnimationControl           PNG AnimationControl
23877  'bKGD'             BackgroundColor            no
23878  'cHRM'             PrimaryChromaticities      PNG PrimaryChromaticities
23879  'dSIG'             DigitalSignature           no
23880  'eXIf'             eXIf                       EXIF
23881  'fRAc'             FractalParameters          no
23882  'gAMA'             Gamma                      no
23883  'gIFg'             GIFGraphicControlExtension no
23884  'gIFt'             GIFPlainTextExtension      no
23885  'gIFx'             GIFApplicationExtension    no
23886  'hIST'             PaletteHistogram           no
23887  'iCCP'             ICC_Profile                ICC_Profile
23888  'iCCP-name'        ProfileName                no
23889  'iDOT'             AppleDataOffsets           no
23890  'iTXt'             InternationalText          PNG TextualData
23891  'oFFs'             ImageOffset                no
23892  'pCAL'             PixelCalibration           no
23893  'pHYs'             PhysicalPixel              PNG PhysicalPixel
23894  'sBIT'             SignificantBits            no
23895  'sCAL'             SubjectScale               PNG SubjectScale
23896  'sPLT'             SuggestedPalette           no
23897  'sRGB'             SRGBRendering              no
23898  'sTER'             StereoImage                PNG StereoImage
23899  'tEXt'             TextualData                PNG TextualData
23900  'tIME'             ModifyDate                 yes
23901  'tRNS'             Transparency               no
23902  'tXMP'             XMP                        XMP
23903  'vpAg'             VirtualPage                PNG VirtualPage
23904  'zTXt'             CompressedText             PNG TextualData
23905  'zxIf'             zxIf                       EXIF
23906
23907=head3 PNG ImageHeader Tags
23908
23909  Index1   Tag Name                             Writable
23910  ------   --------                             --------
23911      0    ImageWidth                           no
23912      4    ImageHeight                          no
23913      8    BitDepth                             no
23914      9    ColorType                            no
23915     10    Compression                          no
23916     11    Filter                               no
23917     12    Interlace                            no
23918
23919=head3 PNG AnimationControl Tags
23920
23921Tags found in the Animation Control chunk.  See
23922L<https://wiki.mozilla.org/APNG_Specification> for details.
23923
23924  Index4   Tag Name                             Writable
23925  ------   --------                             --------
23926      0    AnimationFrames                      no
23927      1    AnimationPlays                       no
23928
23929=head3 PNG PrimaryChromaticities Tags
23930
23931  Index4   Tag Name                             Writable
23932  ------   --------                             --------
23933      0    WhitePointX                          no
23934      1    WhitePointY                          no
23935      2    RedX                                 no
23936      3    RedY                                 no
23937      4    GreenX                               no
23938      5    GreenY                               no
23939      6    BlueX                                no
23940      7    BlueY                                no
23941
23942=head3 PNG TextualData Tags
23943
23944The PNG TextualData format allows arbitrary tag names to be used.  The tags
23945listed below are the only ones that can be written (unless new user-defined
23946tags are added via the configuration file), however ExifTool will extract
23947any other TextualData tags that are found.  All TextualData tags (including
23948tags not listed below) are removed when deleting all PNG tags.
23949
23950These tags may be stored as tEXt, zTXt or iTXt chunks in the PNG image.  By
23951default ExifTool writes new string-value tags as as uncompressed tEXt, or
23952compressed zTXt if the Compress (-z) option is used and Compress::Zlib is
23953available.  Alternate language tags and values containing special characters
23954(unless the Latin character set is used) are written as iTXt, and compressed
23955if the Compress option is used and Compress::Zlib is available.  Raw profile
23956information is always created as compressed zTXt if Compress::Zlib is
23957available, or tEXt otherwise.  Standard XMP is written as uncompressed iTXt.
23958
23959Alternate languages are accessed by suffixing the tag name with a '-',
23960followed by an RFC 3066 language code (eg. "PNG:Comment-fr", or
23961"Title-en-US").  See L<http://www.ietf.org/rfc/rfc3066.txt> for the RFC 3066
23962specification.
23963
23964Some of the tags below are not registered as part of the PNG specification,
23965but are included here because they are generated by other software such as
23966ImageMagick.
23967
23968  Tag ID                  Tag Name              Writable
23969  ------                  --------              --------
23970  'Artist'                Artist                string
23971  'Author'                Author                string
23972  'Collection'            Collection            string
23973  'Comment'               Comment               string
23974  'Copyright'             Copyright             string
23975  'Creation Time'         CreationTime          string
23976  'Description'           Description           string
23977  'Disclaimer'            Disclaimer            string
23978  'Document'              Document              string
23979  'Label'                 Label                 string
23980  'Make'                  Make                  string
23981  'Model'                 Model                 string
23982  'Raw profile type 8bim' Photoshop_Profile     Photoshop
23983  'Raw profile type APP1' APP1_Profile          EXIF
23984                                                XMP
23985  'Raw profile type exif' EXIF_Profile          EXIF
23986  'Raw profile type icc'  ICC_Profile           ICC_Profile
23987  'Raw profile type icm'  ICC_Profile           ICC_Profile
23988  'Raw profile type iptc' IPTC_Profile          Photoshop
23989  'Raw profile type xmp'  XMP_Profile           XMP
23990  'Software'              Software              string
23991  'Source'                Source                string
23992  'TimeStamp'             TimeStamp             string
23993  'Title'                 Title                 string
23994  'URL'                   URL                   string
23995  'Warning'               PNGWarning            string
23996  'XML:com.adobe.xmp'     XMP                   XMP
23997  'create-date'           CreateDate            string
23998  'modify-date'           ModDate               string
23999
24000=head3 PNG PhysicalPixel Tags
24001
24002These tags are found in the PNG pHYs chunk and belong to the PNG-pHYs family
240031 group.  They are all created together with default values if necessary
24004when any of these tags is written, and may only be deleted as a group.
24005
24006  Index1   Tag Name                             Writable
24007  ------   --------                             --------
24008      0    PixelsPerUnitX                       int32u
24009      4    PixelsPerUnitY                       int32u
24010      8    PixelUnits                           int8u
24011
24012=head3 PNG SubjectScale Tags
24013
24014  Index1   Tag Name                             Writable
24015  ------   --------                             --------
24016      0    SubjectUnits                         no
24017      1    SubjectPixelWidth                    no
24018      2    SubjectPixelHeight                   no
24019
24020=head3 PNG StereoImage Tags
24021
24022  Index1   Tag Name                             Writable
24023  ------   --------                             --------
24024      0    StereoMode                           no
24025
24026=head3 PNG VirtualPage Tags
24027
24028  Index4   Tag Name                             Writable
24029  ------   --------                             --------
24030      0    VirtualImageWidth                    no
24031      1    VirtualImageHeight                   no
24032      2    VirtualPageUnits                     no
24033
24034=head2 MNG Tags
24035
24036This table contains definitions for tags found in MNG and JNG images.  MNG
24037is a superset of PNG and JNG, so a MNG image may contain any of these tags
24038as well as any PNG tags.  Conversely, only some of these tags are valid for
24039JNG images.
24040
24041  Tag ID   Tag Name                             Writable
24042  ------   --------                             --------
24043  'BACK'   Background                           MNG Background
24044  'BASI'   BasisObject                          MNG BasisObject
24045  'CLIP'   ClipObjects                          MNG ClipObjects
24046  'CLON'   CloneObject                          MNG CloneObject
24047  'DBYK'   DropByKeyword                        no
24048  'DEFI'   DefineObject                         MNG DefineObject
24049  'DHDR'   DeltaPNGHeader                       MNG DeltaPNGHeader
24050  'DISC'   DiscardObjects                       no
24051  'DROP'   DropChunks                           no
24052  'FRAM'   Frame                                no
24053  'JHDR'   JNGHeader                            MNG JNGHeader
24054  'LOOP'   Loop                                 MNG Loop
24055  'MAGN'   MagnifyObject                        MNG MagnifyObject
24056  'MHDR'   MNGHeader                            MNG MNGHeader
24057  'MOVE'   MoveObjects                          MNG MoveObjects
24058  'ORDR'   OrderingRestrictions                 no
24059  'PAST'   PasteImage                           MNG PasteImage
24060  'PPLT'   PartialPalette                       no
24061  'PROM'   PromoteParent                        MNG PromoteParent
24062  'SAVE'   SaveObjects                          no
24063  'SEEK'   SeekPoint                            no
24064  'SHOW'   ShowObjects                          MNG ShowObjects
24065  'TERM'   TerminationAction                    MNG TerminationAction
24066  'eXPi'   ExportImage                          MNG ExportImage
24067  'fPRI'   FramePriority                        MNG FramePriority
24068  'nEED'   ResourcesNeeded                      no
24069  'pHYg'   GlobalPixelSize                      PNG PhysicalPixel
24070
24071=head3 MNG Background Tags
24072
24073  Index1   Tag Name                             Writable
24074  ------   --------                             --------
24075      0    BackgroundColor                      no
24076      6    MandatoryBackground                  no
24077      7    BackgroundImageID                    no
24078      9    BackgroundTiling                     no
24079
24080=head3 MNG BasisObject Tags
24081
24082  Index1   Tag Name                             Writable
24083  ------   --------                             --------
24084      0    ImageWidth                           no
24085      4    ImageHeight                          no
24086      8    BitDepth                             no
24087      9    ColorType                            no
24088     10    Compression                          no
24089     11    Filter                               no
24090     12    Interlace                            no
24091     13    RedSample                            no
24092     17    GreenSample                          no
24093     21    BlueSample                           no
24094     25    AlphaSample                          no
24095     26    Viewable                             no
24096
24097=head3 MNG ClipObjects Tags
24098
24099  Index1   Tag Name                             Writable
24100  ------   --------                             --------
24101      0    FirstObject                          no
24102      2    LastObject                           no
24103      4    DeltaType                            no
24104      5    ClipBoundary                         no
24105
24106=head3 MNG CloneObject Tags
24107
24108  Index1   Tag Name                             Writable
24109  ------   --------                             --------
24110      0    SourceID                             no
24111      2    CloneID                              no
24112      4    CloneType                            no
24113      5    DoNotShow                            no
24114      6    ConcreteFlag                         no
24115      7    LocalDeltaType                       no
24116      8    DeltaXY                              no
24117
24118=head3 MNG DefineObject Tags
24119
24120  Index1   Tag Name                             Writable
24121  ------   --------                             --------
24122      0    ObjectID                             no
24123      2    DoNotShow                            no
24124      3    ConcreteFlag                         no
24125      4    XYLocation                           no
24126     12    ClippingBoundary                     no
24127
24128=head3 MNG DeltaPNGHeader Tags
24129
24130  Index1   Tag Name                             Writable
24131  ------   --------                             --------
24132      0    ObjectID                             no
24133      2    ImageType                            no
24134      3    DeltaType                            no
24135      4    BlockSize                            no
24136     12    BlockLocation                        no
24137
24138=head3 MNG JNGHeader Tags
24139
24140  Index1   Tag Name                             Writable
24141  ------   --------                             --------
24142      0    ImageWidth                           no
24143      4    ImageHeight                          no
24144      8    ColorType                            no
24145      9    BitDepth                             no
24146     10    Compression                          no
24147     11    Interlace                            no
24148     12    AlphaBitDepth                        no
24149     13    AlphaCompression                     no
24150     14    AlphaFilter                          no
24151     15    AlphaInterlace                       no
24152
24153=head3 MNG Loop Tags
24154
24155  Index1   Tag Name                             Writable
24156  ------   --------                             --------
24157      0    NestLevel                            no
24158      1    IterationCount                       no
24159      5    TerminationCondition                 no
24160      6    IterationMinMax                      no
24161     14    SignalNumber                         no
24162
24163=head3 MNG MagnifyObject Tags
24164
24165  Index1   Tag Name                             Writable
24166  ------   --------                             --------
24167      0    FirstObjectID                        no
24168      2    LastObjectID                         no
24169      4    XMethod                              no
24170      5    XMag                                 no
24171      7    YMag                                 no
24172      9    LeftMag                              no
24173     11    RightMag                             no
24174     13    TopMag                               no
24175     15    BottomMag                            no
24176     17    YMethod                              no
24177
24178=head3 MNG MNGHeader Tags
24179
24180  Index4   Tag Name                             Writable
24181  ------   --------                             --------
24182      0    ImageWidth                           no
24183      1    ImageHeight                          no
24184      2    TicksPerSecond                       no
24185      3    NominalLayerCount                    no
24186      4    NominalFrameCount                    no
24187      5    NominalPlayTime                      no
24188      6    SimplicityProfile                    no
24189
24190=head3 MNG MoveObjects Tags
24191
24192  Index1   Tag Name                             Writable
24193  ------   --------                             --------
24194      0    FirstObject                          no
24195      2    LastObject                           no
24196      4    DeltaType                            no
24197      5    DeltaXY                              no
24198
24199=head3 MNG PasteImage Tags
24200
24201  Index1   Tag Name                             Writable
24202  ------   --------                             --------
24203      0    DestinationID                        no
24204      2    TargetDeltaType                      no
24205      3    TargetXY                             no
24206     11    SourceID                             no
24207     13    CompositionMode                      no
24208     14    Orientation                          no
24209     15    OffsetOrigin                         no
24210     16    OffsetXY                             no
24211     24    BoundaryOrigin                       no
24212     25    PastClippingBoundary                 no
24213
24214=head3 MNG PromoteParent Tags
24215
24216  Index1   Tag Name                             Writable
24217  ------   --------                             --------
24218      0    NewColorType                         no
24219      1    NewBitDepth                          no
24220      2    FillMethod                           no
24221
24222=head3 MNG ShowObjects Tags
24223
24224  Index1   Tag Name                             Writable
24225  ------   --------                             --------
24226      0    FirstObject                          no
24227      2    LastObject                           no
24228      4    ShowMode                             no
24229
24230=head3 MNG TerminationAction Tags
24231
24232  Index1   Tag Name                             Writable
24233  ------   --------                             --------
24234      0    TerminationAction                    no
24235      1    IterationEndAction                   no
24236      2    Delay                                no
24237      6    IterationMax                         no
24238
24239=head3 MNG ExportImage Tags
24240
24241  Index1   Tag Name                             Writable
24242  ------   --------                             --------
24243      0    SnapshotID                           no
24244      2    SnapshotName                         no
24245
24246=head3 MNG FramePriority Tags
24247
24248  Index1   Tag Name                             Writable
24249  ------   --------                             --------
24250      0    DeltaType                            no
24251      2    Priority                             no
24252
24253=head2 FLIF Tags
24254
24255Information extracted from Free Lossless Image Format files.  See
24256L<http://flif.info/> for more information.
24257
24258  Tag ID   Tag Name                             Writable
24259  ------   --------                             --------
24260      0    ImageType                            no
24261      1    BitDepth                             no
24262      2    ImageWidth                           no
24263      3    ImageHeight                          no
24264      4    AnimationFrames                      no
24265      5    Encoding                             no
24266  'eXif'   EXIF                                 EXIF
24267  'eXmp'   XMP                                  XMP
24268  'iCCP'   ICC_Profile                          ICC_Profile
24269
24270=head2 DjVu Tags
24271
24272Information is extracted from the following chunks in DjVu images. See
24273L<http://www.djvu.org/> for the DjVu specification.
24274
24275  Tag ID   Tag Name                             Writable
24276  ------   --------                             --------
24277  'ANTa'   ANTa                                 DjVu Ant
24278  'ANTz'   CompressedAnnotation                 DjVu Ant
24279  'FORM'   FORM                                 DjVu Form
24280  'INCL'   IncludedFileID                       no
24281  'INFO'   INFO                                 DjVu Info
24282
24283=head3 DjVu Ant Tags
24284
24285Information extracted from annotation chunks.
24286
24287  Tag ID       Tag Name                         Writable
24288  ------       --------                         --------
24289  'metadata'   Metadata                         DjVu Meta
24290  'xmp'        XMP                              XMP
24291
24292=head3 DjVu Meta Tags
24293
24294This table lists the standard DjVu metadata tags, but ExifTool will extract
24295any tags that exist even if they don't appear here.  The DjVu v3
24296documentation endorses tags borrowed from two standards: 1) BibTeX
24297bibliography system tags (all lowercase Tag ID's in the table below), and 2)
24298PDF DocInfo tags (capitalized Tag ID's).
24299
24300  Tag ID               Tag Name                 Writable
24301  ------               --------                 --------
24302  'Author'             Author                   no
24303  'CreationDate'       CreateDate               no
24304  'Creator'            Creator                  no
24305  'Keywords'           Keywords                 no
24306  'ModDate'            ModifyDate               no
24307  'Producer'           Producer                 no
24308  'Subject'            Subject                  no
24309  'Title'              Title                    no
24310  'Trapped'            Trapped                  no
24311  'address'            Address                  no
24312  'annote'             Annotation               no
24313  'author'             Author                   no
24314  'booktitle'          BookTitle                no
24315  'chapter'            Chapter                  no
24316  'crossref'           CrossRef                 no
24317  'edition'            Edition                  no
24318  'eprint'             EPrint                   no
24319  'howpublished'       HowPublished             no
24320  'institution'        Institution              no
24321  'journal'            Journal                  no
24322  'key'                Key                      no
24323  'month'              Month                    no
24324  'note'               Note                     no
24325  'number'             Number                   no
24326  'organization'       Organization             no
24327  'pages'              Pages                    no
24328  'publisher'          Publisher                no
24329  'school'             School                   no
24330  'series'             Series                   no
24331  'title'              Title                    no
24332  'type'               Type                     no
24333  'url'                URL                      no
24334  'volume'             Volume                   no
24335  'year'               Year                     no
24336
24337=head3 DjVu Form Tags
24338
24339  Index1   Tag Name                             Writable
24340  ------   --------                             --------
24341      0    SubfileType                          no
24342
24343=head3 DjVu Info Tags
24344
24345  Index1   Tag Name                             Writable
24346  ------   --------                             --------
24347      0    ImageWidth                           no
24348      2    ImageHeight                          no
24349      4    DjVuVersion                          no
24350      6    SpatialResolution                    no
24351      8    Gamma                                no
24352      9    Orientation                          no
24353
24354=head2 DPX Tags
24355
24356Tags extracted from DPX (Digital Picture Exchange) images.
24357
24358  Index1   Tag Name                             Writable
24359  ------   --------                             --------
24360      0    ByteOrder                            no
24361      8    HeaderVersion                        no
24362     16    DPXFileSize                          no
24363     20    DittoKey                             no
24364     36    ImageFileName                        no
24365    136    CreateDate                           no
24366    160    Creator                              no
24367    260    Project                              no
24368    460    Copyright                            no
24369    660    EncryptionKey                        no
24370    768    Orientation                          no
24371    770    ImageElements                        no
24372    772    ImageWidth                           no
24373    776    ImageHeight                          no
24374    780    DataSign                             no
24375    800    ComponentsConfiguration              no
24376    801    TransferCharacteristic               no
24377    802    ColorimetricSpecification            no
24378    803    BitDepth                             no
24379    820    ImageDescription                     no
24380    892    Image2Description                    no
24381    964    Image3Description                    no
24382   1036    Image4Description                    no
24383   1108    Image5Description                    no
24384   1180    Image6Description                    no
24385   1252    Image7Description                    no
24386   1324    Image8Description                    no
24387   1432    SourceFileName                       no
24388   1532    SourceCreateDate                     no
24389   1556    InputDeviceName                      no
24390   1588    InputDeviceSerialNumber              no
24391   1724    OriginalFrameRate                    no
24392   1728    ShutterAngle                         no
24393   1732    FrameID                              no
24394   1764    SlateInformation                     no
24395   1920    TimeCode                             no
24396   1940    FrameRate                            no
24397   1972    Reserved5?                           no
24398   2048    UserID                               no
24399
24400=head2 OpenEXR Tags
24401
24402Information extracted from EXR images.  See L<http://www.openexr.com/> for
24403the official specification.
24404
24405  Tag ID               Tag Name                 Writable
24406  ------               --------                 --------
24407  '_lay'               Layout                   no
24408  '_ver'               EXRVersion               no
24409  'adoptedNeutral'     AdoptedNeutral           no
24410  'altitude'           GPSAltitude              no
24411  'aperture'           Aperture                 no
24412  'capDate'            DateTimeOriginal         no
24413  'channels'           Channels                 no
24414  'chromaticities'     Chromaticities           no
24415  'comments'           Comments                 no
24416  'compression'        Compression              no
24417  'dataWindow'         DataWindow               no
24418  'displayWindow'      DisplayWindow            no
24419  'envmap'             EnvironmentMap           no
24420  'expTime'            ExposureTime             no
24421  'focus'              FocusDistance            no
24422  'framesPerSecond'    FramesPerSecond          no
24423  'isoSpeed'           ISO                      no
24424  'keyCode'            KeyCode                  no
24425  'latitude'           GPSLatitude              no
24426  'lineOrder'          LineOrder                no
24427  'longitude'          GPSLongitude             no
24428  'lookModTransform'   LookModTransform         no
24429  'multiView'          MultiView                no
24430  'owner'              Owner                    no
24431  'pixelAspectRatio'   PixelAspectRatio         no
24432  'preview'            Preview                  no
24433  'renderingTransform' RenderingTransform       no
24434  'screenWindowCenter' ScreenWindowCenter       no
24435  'screenWindowWidth'  ScreenWindowWidth        no
24436  'tiles'              Tiles                    no
24437  'timeCode'           TimeCode                 no
24438  'utcOffset'          TimeZone                 no
24439  'whiteLuminance'     WhiteLuminance           no
24440  'worldToCamera'      WorldToCamera            no
24441  'worldToNDC'         WorldToNDC               no
24442  'wrapmodes'          WrapModes                no
24443  'xDensity'           XResolution              no
24444
24445=head2 ZISRAW Tags
24446
24447As well as the header information listed below, ExifTool also extracts the
24448top-level XML-based metadata from Zeiss Integrated Software RAW (ZISRAW) CZI
24449files.
24450
24451  Index1   Tag Name                             Writable
24452  ------   --------                             --------
24453     32    ZISRAWVersion                        no
24454     48    PrimaryFileGUID                      no
24455     64    FileGUID                             no
24456
24457=head2 MRC Tags
24458
24459Tags extracted from Medical Research Council (MRC) format imaging files.
24460See L<https://www.ccpem.ac.uk/mrc_format/mrc2014.php> for the specification.
24461
24462  Index4   Tag Name                             Writable
24463  ------   --------                             --------
24464      0    ImageWidth                           no
24465      1    ImageHeight                          no
24466      2    ImageDepth                           no
24467      3    ImageMode                            no
24468      4    StartPoint                           no
24469      7    GridSize                             no
24470     10    CellWidth                            no
24471     11    CellHeight                           no
24472     12    CellDepth                            no
24473     13    CellAlpha                            no
24474     14    CellBeta                             no
24475     15    CellGamma                            no
24476     16    ImageWidthAxis                       no
24477     17    ImageHeightAxis                      no
24478     18    ImageDepthAxis                       no
24479     19    DensityMin                           no
24480     20    DensityMax                           no
24481     21    DensityMean                          no
24482     22    SpaceGroupNumber                     no
24483     23    ExtendedHeaderSize                   no
24484     26    ExtendedHeaderType                   no
24485     27    MRCVersion                           no
24486     49    Origin                               no
24487     53    MachineStamp                         no
24488     54    RMSDeviation                         no
24489     55    NumberOfLabels                       no
24490     56    Label0                               no
24491     76    Label1                               no
24492     96    Label2                               no
24493    116    Label3                               no
24494    136    Label4                               no
24495    156    Label5                               no
24496    176    Label6                               no
24497    196    Label7                               no
24498    216    Label8                               no
24499    236    Label9                               no
24500
24501=head3 MRC FEI12 Tags
24502
24503Tags extracted from FEI1 and FEI2 extended headers.
24504
24505  Index1   Tag Name                             Writable
24506  ------   --------                             --------
24507      0    MetadataSize                         no
24508      4    MetadataVersion                      no
24509      8    Bitmask1                             no
24510     12    TimeStamp                            no
24511     20    MicroscopeType                       no
24512     36    MicroscopeID                         no
24513     52    Application                          no
24514     68    AppVersion                           no
24515     84    HighTension                          no
24516     92    Dose                                 no
24517    100    AlphaTilt                            no
24518    108    BetaTilt                             no
24519    116    XStage                               no
24520    124    YStage                               no
24521    132    ZStage                               no
24522    140    TiltAxisAngle                        no
24523    148    DualAxisRot                          no
24524    156    PixelSizeX                           no
24525    164    PixelSizeY                           no
24526    220    Defocus                              no
24527    228    STEMDefocus                          no
24528    236    AppliedDefocus                       no
24529    244    InstrumentMode                       no
24530    248    ProjectionMode                       no
24531    252    ObjectiveLens                        no
24532    268    HighMagnificationMode                no
24533    284    ProbeMode                            no
24534    288    EFTEMOn                              no
24535    289    Magnification                        no
24536    297    Bitmask2                             no
24537    301    CameraLength                         no
24538    309    SpotIndex                            no
24539    313    IlluminationArea                     no
24540    321    Intensity                            no
24541    329    ConvergenceAngle                     no
24542    337    IlluminationMode                     no
24543    353    WideConvergenceAngleRange            no
24544    354    SlitInserted                         no
24545    355    SlitWidth                            no
24546    363    AccelVoltOffset                      no
24547    371    DriftTubeVolt                        no
24548    379    EnergyShift                          no
24549    387    ShiftOffsetX                         no
24550    395    ShiftOffsetY                         no
24551    403    ShiftX                               no
24552    411    ShiftY                               no
24553    419    IntegrationTime                      no
24554    427    BinningWidth                         no
24555    431    BinningHeight                        no
24556    435    CameraName                           no
24557    451    ReadoutAreaLeft                      no
24558    455    ReadoutAreaTop                       no
24559    459    ReadoutAreaRight                     no
24560    463    ReadoutAreaBottom                    no
24561    467    CetaNoiseReduct                      no
24562    468    CetaFramesSummed                     no
24563    472    DirectDetElectronCounting            no
24564    473    DirectDetAlignFrames                 no
24565    490    Bitmask3                             no
24566    518    PhasePlate                           no
24567    519    STEMDetectorName                     no
24568    535    Gain                                 no
24569    543    Offset                               no
24570    571    DwellTime                            no
24571    579    FrameTime                            no
24572    587    ScanSizeLeft                         no
24573    591    ScanSizeTop                          no
24574    595    ScanSizeRight                        no
24575    599    ScanSizeBottom                       no
24576    603    FullScanFOV_X                        no
24577    611    FullScanFOV_Y                        no
24578    619    Element                              no
24579    635    EnergyIntervalLower                  no
24580    643    EnergyIntervalHigher                 no
24581    651    Method                               no
24582    655    IsDoseFraction                       no
24583    656    FractionNumber                       no
24584    660    StartFrame                           no
24585    664    EndFrame                             no
24586    668    InputStackFilename                   no
24587    748    Bitmask4                             no
24588    752    AlphaTiltMin                         no
24589    760    AlphaTiltMax                         no
24590    768    ScanRotation                         no
24591    776    DiffractionPatternRotation           no
24592    784    ImageRotation                        no
24593    792    ScanModeEnumeration                  no
24594    796    AcquisitionTimeStamp                 no
24595    804    DetectorCommercialName               no
24596    820    StartTiltAngle                       no
24597    828    EndTiltAngle                         no
24598    836    TiltPerImage                         no
24599    844    TitlSpeed                            no
24600    852    BeamCenterX                          no
24601    856    BeamCenterY                          no
24602    860    CFEGFlashTimeStamp                   no
24603    868    PhasePlatePosition                   no
24604    872    ObjectiveAperture                    no
24605
24606=head2 LIF Tags
24607
24608Tags extracted from Leica Image Format (LIF) imaging files.  As well as the
24609tags listed below, all available information is extracted from the
24610XML-format metadata in the LIF header.
24611
24612  Tag Name                                      Writable
24613  --------                                      --------
24614  TimeStampList                                 no
24615
24616=head2 MIFF Tags
24617
24618The MIFF (Magick Image File Format) format allows aribrary tag names to be
24619used.  Only the standard tag names are listed below, however ExifTool will
24620decode any tags found in the image.
24621
24622  Tag ID               Tag Name                 Writable
24623  ------               --------                 --------
24624  'background-color'   BackgroundColor          no
24625  'blue-primary'       BluePrimary              no
24626  'border-color'       BorderColor              no
24627  'class'              Class                    no
24628  'colors'             Colors                   no
24629  'colorspace'         ColorSpace               no
24630  'columns'            ImageWidth               no
24631  'compression'        Compression              no
24632  'delay'              Delay                    no
24633  'depth'              Depth                    no
24634  'dispose'            Dispose                  no
24635  'gamma'              Gamma                    no
24636  'green-primary'      GreenPrimary             no
24637  'id'                 ID                       no
24638  'iterations'         Iterations               no
24639  'label'              Label                    no
24640  'matt-color'         MattColor                no
24641  'matte'              Matte                    no
24642  'montage'            Montage                  no
24643  'packets'            Packets                  no
24644  'page'               Page                     no
24645  'profile-APP1'       APP1_Profile             EXIF
24646                                                XMP
24647  'profile-exif'       EXIF_Profile             EXIF
24648  'profile-icc'        ICC_Profile              ICC_Profile
24649  'profile-iptc'       IPTC_Profile             Photoshop
24650  'profile-xmp'        XMP_Profile              XMP
24651  'red-primary'        RedPrimary               no
24652  'rendering-intent'   RenderingIntent          no
24653  'resolution'         Resolution               no
24654  'rows'               ImageHeight              no
24655  'scene'              Scene                    no
24656  'signature'          Signature                no
24657  'units'              Units                    no
24658  'white-point'        WhitePoint               no
24659
24660=head2 PCX Tags
24661
24662Tags extracted from PC Paintbrush images.
24663
24664  Index1   Tag Name                             Writable
24665  ------   --------                             --------
24666      0    Manufacturer                         no
24667      1    Software                             no
24668      2    Encoding                             no
24669      3    BitsPerPixel                         no
24670      4    LeftMargin                           no
24671      6    TopMargin                            no
24672      8    ImageWidth                           no
24673     10    ImageHeight                          no
24674     12    XResolution                          no
24675     14    YResolution                          no
24676     65    ColorPlanes                          no
24677     66    BytesPerLine                         no
24678     68    ColorMode                            no
24679     70    ScreenWidth                          no
24680     72    ScreenHeight                         no
24681
24682=head2 PGF Tags
24683
24684The following table lists information extracted from the header of
24685Progressive Graphics File (PGF) images.  As well, information is extracted
24686from the embedded PNG metadata image if it exists.  See
24687L<http://www.libpgf.org/> for the PGF specification.
24688
24689  Index1   Tag Name                             Writable
24690  ------   --------                             --------
24691      3    PGFVersion                           no
24692      8    ImageWidth                           no
24693     12    ImageHeight                          no
24694     16    PyramidLevels                        no
24695     17    Quality                              no
24696     18    BitsPerPixel                         no
24697     19    ColorComponents                      no
24698     20    ColorMode                            no
24699     21    BackgroundColor                      no
24700
24701=head2 PSP Tags
24702
24703Tags extracted from Paint Shop Pro images (PSP, PSPIMAGE, PSPFRAME,
24704PSPSHAPE, PSPTUBE and TUB extensions).
24705
24706  Tag ID               Tag Name                 Writable
24707  ------               --------                 --------
24708  'FileVersion'        FileVersion              no
24709  0x0000               ImageInfo                PSP Image
24710                                                PSP Image
24711  0x0001               CreatorInfo              PSP Creator
24712  0x000a               ExtendedInfo             PSP Ext
24713
24714=head3 PSP Image Tags
24715
24716  Index1   Tag Name                             Writable
24717  ------   --------                             --------
24718      0    ImageWidth                           no
24719      4    ImageHeight                          no
24720      8    ImageResolution                      no
24721     16    ResolutionUnit                       no
24722     17    Compression                          no
24723     19    BitsPerSample                        no
24724     21    Planes                               no
24725     23    NumColors                            no
24726
24727=head3 PSP Creator Tags
24728
24729  Tag ID   Tag Name                             Writable
24730  ------   --------                             --------
24731  0x0000   Title                                no
24732  0x0001   CreateDate                           no
24733  0x0002   ModifyDate                           no
24734  0x0003   Artist                               no
24735  0x0004   Copyright                            no
24736  0x0005   Description                          no
24737  0x0006   CreatorAppID                         no
24738  0x0007   CreatorAppVersion                    no
24739
24740=head3 PSP Ext Tags
24741
24742  Tag ID   Tag Name                             Writable
24743  ------   --------                             --------
24744  0x0003   EXIFInfo                             EXIF
24745
24746=head2 PhotoCD Tags
24747
24748Tags extracted from Kodak Photo CD Image Pac (PCD) files.
24749
24750  Index1   Tag Name                             Writable
24751  ------   --------                             --------
24752      7    SpecificationVersion                 no
24753      9    AuthoringSoftwareRelease             no
24754     11    ImageMagnificationDescriptor         no
24755     13    CreateDate                           no
24756     17    ModifyDate                           no
24757     21    ImageMedium                          no
24758     22    ProductType                          no
24759     42    ScannerVendorID                      no
24760     62    ScannerProductID                     no
24761     78    ScannerFirmwareVersion               no
24762     82    ScannerFirmwareDate                  no
24763     90    ScannerSerialNumber                  no
24764    110    ScannerPixelSize                     no
24765    112    ImageWorkstationMake                 no
24766    132    CharacterSet                         no
24767    133    CharacterEscapeSequence?             no
24768    165    PhotoFinisherName                    no
24769    228    SceneBalanceAlgorithmRevision        no
24770    230    SceneBalanceAlgorithmCommand         no
24771    325    SceneBalanceAlgorithmFilmID          no
24772    331    CopyrightStatus                      no
24773    332    CopyrightFileName                    no
24774   1538    Orientation                          no
24775  1538.1   ImageWidth                           no
24776  1538.2   ImageHeight                          no
24777  1538.3   CompressionClass                     no
24778
24779=head2 Radiance Tags
24780
24781Information extracted from Radiance RGBE HDR images.  Tag ID's are all
24782uppercase as stored in the file, but converted to lowercase by when
24783extracting to avoid conflicts with internal ExifTool variables.  See
24784L<http://radsite.lbl.gov/radiance/refer/filefmts.pdf> and
24785L<http://www.graphics.cornell.edu/online/formats/rgbe/> for the
24786specification.
24787
24788  Tag ID               Tag Name                 Writable
24789  ------               --------                 --------
24790  '_command'           Command                  no
24791  '_comment'           Comment                  no
24792  '_orient'            Orientation              no
24793  'colorcorr'          ColorCorrection          no
24794  'exposure'           Exposure                 no
24795  'format'             Format                   no
24796  'gamma'              Gamma                    no
24797  'pixaspect'          PixelAspectRatio         no
24798  'primaries'          ColorPrimaries           no
24799  'software'           Software                 no
24800  'view'               View                     no
24801
24802=head3 Other PFM Tags
24803
24804Tags extracted from Portable FloatMap images. See
24805L<http://www.pauldebevec.com/Research/HDR/PFM/> for the specification.
24806
24807  Tag Name                                      Writable
24808  --------                                      --------
24809  ByteOrder                                     no
24810  ColorSpace                                    no
24811  ImageHeight                                   no
24812  ImageWidth                                    no
24813
24814=head2 PDF Tags
24815
24816The tags listed in the PDF tables below are those which are used by ExifTool
24817to extract meta information, but they are only a small fraction of the total
24818number of available PDF tags.  See
24819L<http://www.adobe.com/devnet/pdf/pdf_reference.html> for the official PDF
24820specification.
24821
24822ExifTool supports reading and writing PDF documents up to version 1.7
24823extension level 3, including support for RC4, AES-128 and AES-256
24824encryption.  A Password option is provided to allow processing of
24825password-protected PDF files.
24826
24827ExifTool may be used to write native PDF and XMP metadata to PDF files. It
24828uses an incremental update technique that has the advantages of being both
24829fast and reversible.  If ExifTool was used to modify a PDF file, the
24830original may be recovered by deleting the C<PDF-update> pseudo-group (with
24831C<-PDF-update:all=> on the command line).  However, there are two main
24832disadvantages to this technique:
24833
248341) A linearized PDF file is no longer linearized after the update, so it
24835must be subsequently re-linearized if this is required.
24836
248372) All metadata edits are reversible.  While this would normally be
24838considered an advantage, it is a potential security problem because old
24839information is never actually deleted from the file.  (However, after
24840running ExifTool the old information may be removed permanently using the
24841"qpdf" utility with this command: "qpdf --linearize in.pdf out.pdf".)
24842
24843  Tag ID               Tag Name                 Writable
24844  ------               --------                 --------
24845  'Encrypt'            Encrypt                  PDF Encrypt
24846  'Info'               Info                     PDF Info
24847  'Root'               Root                     PDF Root
24848  '_linearized'        Linearized               no
24849
24850=head3 PDF Encrypt Tags
24851
24852Tags extracted from the document Encrypt dictionary.
24853
24854  Tag ID   Tag Name                             Writable
24855  ------   --------                             --------
24856  'Filter' Encryption                           no
24857  'P'      UserAccess                           no
24858
24859=head3 PDF Info Tags
24860
24861As well as the tags listed below, the PDF specification allows for
24862user-defined tags to exist in the Info dictionary.  These tags, which should
24863have corresponding XMP-pdfx entries in the XMP of the PDF XML Metadata
24864object, are also extracted by ExifTool.
24865
24866B<Writable> specifies the value format, and may be C<string>, C<date>,
24867C<integer>, C<real>, C<boolean> or C<name> for PDF tags.
24868
24869  Tag ID               Tag Name                 Writable
24870  ------               --------                 --------
24871  'AAPL:Keywords'      AppleKeywords            string+
24872  'Author'             Author                   string
24873  'CreationDate'       CreateDate               date
24874  'Creator'            Creator                  string
24875  'Keywords'           Keywords                 string+
24876  'ModDate'            ModifyDate               date
24877  'Producer'           Producer                 string
24878  'Subject'            Subject                  string
24879  'Title'              Title                    string
24880  'Trapped'            Trapped                  string!
24881
24882=head3 PDF Root Tags
24883
24884This is the PDF document catalog.
24885
24886  Tag ID               Tag Name                 Writable
24887  ------               --------                 --------
24888  'AcroForm'           AcroForm                 PDF AcroForm
24889  'Lang'               Language                 no
24890  'MarkInfo'           MarkInfo                 PDF MarkInfo
24891  'Metadata'           Metadata                 PDF Metadata
24892  'PageLayout'         PageLayout               no
24893  'PageMode'           PageMode                 no
24894  'Pages'              Pages                    PDF Pages
24895  'Perms'              Perms                    PDF Perms
24896  'Version'            PDFVersion               no
24897
24898=head3 PDF AcroForm Tags
24899
24900  Tag ID       Tag Name                         Writable
24901  ------       --------                         --------
24902  '_has_xfa'   HasXFA                           no
24903
24904=head3 PDF MarkInfo Tags
24905
24906  Tag ID   Tag Name                             Writable
24907  ------   --------                             --------
24908  'Marked' TaggedPDF                            no
24909
24910=head3 PDF Metadata Tags
24911
24912  Tag ID               Tag Name                 Writable
24913  ------               --------                 --------
24914  'XML_stream'         XMP                      XMP
24915
24916=head3 PDF Pages Tags
24917
24918  Tag ID   Tag Name                             Writable
24919  ------   --------                             --------
24920  'Count'  PageCount                            no
24921  'Kids'   Kids                                 PDF Kids
24922
24923=head3 PDF Kids Tags
24924
24925  Tag ID               Tag Name                 Writable
24926  ------               --------                 --------
24927  'Kids'               Kids                     PDF Kids
24928  'Metadata'           Metadata                 PDF Metadata
24929  'PieceInfo'          PieceInfo                PDF PieceInfo
24930  'Resources'          Resources                PDF Resources
24931
24932=head3 PDF PieceInfo Tags
24933
24934  Tag ID               Tag Name                 Writable
24935  ------               --------                 --------
24936  'AdobePhotoshop'     AdobePhotoshop           PDF AdobePhotoshop
24937  'Illustrator'        Illustrator              PDF Illustrator
24938
24939=head3 PDF AdobePhotoshop Tags
24940
24941  Tag ID       Tag Name                         Writable
24942  ------       --------                         --------
24943  'Private'    Private                          PDF Private
24944
24945=head3 PDF Private Tags
24946
24947  Tag ID               Tag Name                 Writable
24948  ------               --------                 --------
24949  'ImageResources'     ImageResources           PDF ImageResources
24950
24951=head3 PDF ImageResources Tags
24952
24953  Tag ID       Tag Name                         Writable
24954  ------       --------                         --------
24955  '_stream'    _stream                          Photoshop
24956
24957=head3 PDF Illustrator Tags
24958
24959  Tag ID       Tag Name                         Writable
24960  ------       --------                         --------
24961  'Private'    Private                          PDF AIPrivate
24962
24963=head3 PDF AIPrivate Tags
24964
24965  Tag ID               Tag Name                 Writable
24966  ------               --------                 --------
24967  'AIMetaData'         AIMetaData               PDF AIMetaData
24968  'AIPDFPrivateData'   AIPDFPrivateData         PostScript
24969  'AIPrivateData'      AIPrivateData            PostScript
24970  'ContainerVersion'   ContainerVersion         no
24971  'CreatorVersion'     CreatorVersion           no
24972  'RoundTripVersion'   RoundTripVersion         no
24973
24974=head3 PDF AIMetaData Tags
24975
24976  Tag ID       Tag Name                         Writable
24977  ------       --------                         --------
24978  '_stream'    _stream                          PostScript
24979
24980=head3 PDF Resources Tags
24981
24982  Tag ID               Tag Name                 Writable
24983  ------               --------                 --------
24984  'ColorSpace'         ColorSpace               PDF ColorSpace
24985  'Properties'         Properties               PDF Properties
24986  'XObject'            XObject                  PDF XObject
24987
24988=head3 PDF ColorSpace Tags
24989
24990  Tag ID               Tag Name                 Writable
24991  ------               --------                 --------
24992  'Cs1'                Cs1                      PDF Cs1
24993  'DefaultCMYK'        DefaultCMYK              PDF DefaultRGB
24994  'DefaultRGB'         DefaultRGB               PDF DefaultRGB
24995
24996=head3 PDF Cs1 Tags
24997
24998  Tag ID       Tag Name                         Writable
24999  ------       --------                         --------
25000  '_stream'    _stream                          ICC_Profile
25001
25002=head3 PDF DefaultRGB Tags
25003
25004  Tag ID       Tag Name                         Writable
25005  ------       --------                         --------
25006  'ICCBased'   ICCBased                         PDF ICCBased
25007
25008=head3 PDF ICCBased Tags
25009
25010  Tag ID       Tag Name                         Writable
25011  ------       --------                         --------
25012  '_stream'    _stream                          ICC_Profile
25013
25014=head3 PDF Properties Tags
25015
25016  Tag ID   Tag Name                             Writable
25017  ------   --------                             --------
25018  'MC'     MC                                   PDF MC
25019
25020=head3 PDF MC Tags
25021
25022  Tag ID       Tag Name                         Writable
25023  ------       --------                         --------
25024  'Metadata'   Metadata                         PDF Metadata
25025
25026=head3 PDF XObject Tags
25027
25028  Tag ID   Tag Name                             Writable
25029  ------   --------                             --------
25030  'Im'     Im                                   PDF Im
25031
25032=head3 PDF Im Tags
25033
25034Information extracted from embedded images with the ExtractEmbedded option.
25035The EmbeddedImage and its metadata are extracted only for JPEG and Jpeg2000
25036image formats.
25037
25038  Tag ID               Tag Name                 Writable
25039  ------               --------                 --------
25040  'ColorSpace'         EmbeddedImageColorSpace  no+
25041  'Filter'             EmbeddedImageFilter      no+
25042  'Height'             EmbeddedImageHeight      no
25043  'Image_stream'       EmbeddedImage            no
25044  'Width'              EmbeddedImageWidth       no
25045
25046=head3 PDF Perms Tags
25047
25048Additional document permissions imposed by digital signatures.
25049
25050  Tag ID       Tag Name                         Writable
25051  ------       --------                         --------
25052  'DocMDP'     DocMDP                           PDF Signature
25053  'FieldMDP'   FieldMDP                         PDF Signature
25054  'UR3'        UR3                              PDF Signature
25055
25056=head3 PDF Signature Tags
25057
25058  Tag ID               Tag Name                 Writable
25059  ------               --------                 --------
25060  'ContactInfo'        SignerContactInfo        no
25061  'Location'           SigningLocation          no
25062  'M'                  SigningDate              no
25063  'Name'               SigningAuthority         no
25064  'Prop_AuthTime'      AuthenticationTime       no
25065  'Prop_AuthType'      AuthenticationType       no
25066  'Reason'             SigningReason            no
25067  'Reference'          Reference                PDF Reference
25068
25069=head3 PDF Reference Tags
25070
25071  Tag ID               Tag Name                 Writable
25072  ------               --------                 --------
25073  'TransformParams'    TransformParams          PDF TransformParams
25074
25075=head3 PDF TransformParams Tags
25076
25077  Tag ID               Tag Name                 Writable
25078  ------               --------                 --------
25079  'Action'             FieldPermissions         no
25080  'Annots'             AnnotationUsageRights    no+
25081  'Document'           DocumentUsageRights      no+
25082  'EF'                 EmbeddedFileUsageRights  no+
25083  'Fields'             FormFields               no+
25084  'Form'               FormUsageRights          no+
25085  'FormEX'             FormExtraUsageRights     no+
25086  'Msg'                UsageRightsMessage       no
25087  'P'                  ModificationPermissions  no
25088  'Signature'          SignatureUsageRights     no+
25089
25090=head2 PostScript Tags
25091
25092  Tag ID                 Tag Name               Writable
25093  ------                 --------               --------
25094  'AI12_BuildNumber'     AIBuildNumber          no
25095  'AI3_ColorUsage'       AIColorUsage           no
25096  'AI5_FileFormat'       AIFileFormat           no
25097  'AI5_NumLayers'        AINumLayers            no
25098  'AI5_RulerUnits'       AIRulerUnits           no
25099  'AI5_TargetResolution' AITargetResolution     no
25100  'AI8_CreatorVersion'   AICreatorVersion       no
25101  'AI9_ColorModel'       AIColorModel           no
25102  'Author'               Author                 string
25103  'BeginDocument'        EmbeddedFile           PostScript
25104  'BeginICCProfile'      ICC_Profile            ICC_Profile
25105  'BeginPhotoshop'       PhotoshopData          Photoshop
25106  'BoundingBox'          BoundingBox            no
25107  'Copyright'            Copyright              string
25108  'CreationDate'         CreateDate             string
25109  'Creator'              Creator                string
25110  'EmbeddedFileName'     EmbeddedFileName       no
25111  'For'                  For                    string
25112  'ImageData'            ImageData              no
25113  'Keywords'             Keywords               string
25114  'ModDate'              ModifyDate             string
25115  'Pages'                Pages                  no
25116  'Routing'              Routing                string
25117  'Subject'              Subject                string
25118  'TIFFPreview'          TIFFPreview            no
25119  'Title'                Title                  string
25120  'Version'              Version                string
25121  'begin_xml_packet'     XMP                    XMP
25122
25123=head2 ID3 Tags
25124
25125ExifTool extracts ID3 and Lyrics3 information from MP3, MPEG, WAV, AIFF,
25126OGG, FLAC, APE, MPC and RealAudio files.  ID3v2 tags which support multiple
25127languages (eg. Comment and Lyrics) are extracted by specifying the tag name,
25128followed by a dash ('-'), then a 3-character ISO 639-2 language code (eg.
25129"Comment-spa"). See L<http://www.id3.org/> for the official ID3
25130specification and L<http://www.loc.gov/standards/iso639-2/php/code_list.php>
25131for a list of ISO 639-2 language codes.
25132
25133  Tag Name                                      Writable
25134  --------                                      --------
25135  ID3v1                                         ID3 v1
25136  ID3v1_Enh                                     ID3 v1_Enh
25137  ID3v2_2                                       ID3 v2_2
25138  ID3v2_3                                       ID3 v2_3
25139  ID3v2_4                                       ID3 v2_4
25140
25141=head3 ID3 v1 Tags
25142
25143  Index1   Tag Name                             Writable
25144  ------   --------                             --------
25145      3    Title                                no
25146     33    Artist                               no
25147     63    Album                                no
25148     93    Year                                 no
25149     97    Comment                              no
25150    125    Track                                no
25151    127    Genre                                no
25152
25153=head3 ID3 v1_Enh Tags
25154
25155ID3 version 1 "Enhanced TAG" information (not part of the official spec).
25156
25157  Index1   Tag Name                             Writable
25158  ------   --------                             --------
25159      4    Title2                               no
25160     64    Artist2                              no
25161    124    Album2                               no
25162    184    Speed                                no
25163    185    Genre                                no
25164    215    StartTime                            no
25165    221    EndTime                              no
25166
25167=head3 ID3 v2_2 Tags
25168
25169ExifTool extracts mainly text-based tags from ID3v2 information.  The tags
25170in the tables below are those extracted by ExifTool, and don't represent a
25171complete list of available ID3v2 tags.
25172
25173ID3 version 2.2 tags.  (These are the tags written by iTunes 5.0.)
25174
25175  Tag ID   Tag Name                             Writable
25176  ------   --------                             --------
25177  'CNT'    PlayCounter                          no
25178  'COM'    Comment                              no
25179  'IPL'    InvolvedPeople                       no
25180  'ITU'    iTunesU?                             no
25181  'PCS'    Podcast?                             no
25182  'PIC'    Picture                              no
25183  'PIC-1'  PictureFormat                        no
25184  'PIC-2'  PictureType                          no
25185  'PIC-3'  PictureDescription                   no
25186  'POP'    Popularimeter                        no
25187  'RVA'    RelativeVolumeAdjustment             no
25188  'SLT'    SynLyrics                            ID3 SynLyrics
25189  'TAL'    Album                                no
25190  'TBP'    BeatsPerMinute                       no
25191  'TCM'    Composer                             no
25192  'TCO'    Genre                                no
25193  'TCP'    Compilation                          no
25194  'TCR'    Copyright                            no
25195  'TDA'    Date                                 no
25196  'TDY'    PlaylistDelay                        no
25197  'TEN'    EncodedBy                            no
25198  'TFT'    FileType                             no
25199  'TIM'    Time                                 no
25200  'TKE'    InitialKey                           no
25201  'TLA'    Language                             no
25202  'TLE'    Length                               no
25203  'TMT'    Media                                no
25204  'TOA'    OriginalArtist                       no
25205  'TOF'    OriginalFileName                     no
25206  'TOL'    OriginalLyricist                     no
25207  'TOR'    OriginalReleaseYear                  no
25208  'TOT'    OriginalAlbum                        no
25209  'TP1'    Artist                               no
25210  'TP2'    Band                                 no
25211  'TP3'    Conductor                            no
25212  'TP4'    InterpretedBy                        no
25213  'TPA'    PartOfSet                            no
25214  'TPB'    Publisher                            no
25215  'TRC'    ISRC                                 no
25216  'TRD'    RecordingDates                       no
25217  'TRK'    Track                                no
25218  'TS2'    AlbumArtistSortOrder                 no
25219  'TSA'    AlbumSortOrder                       no
25220  'TSC'    ComposerSortOrder                    no
25221  'TSI'    Size                                 no
25222  'TSP'    PerformerSortOrder                   no
25223  'TSS'    EncoderSettings                      no
25224  'TST'    TitleSortOrder                       no
25225  'TT1'    Grouping                             no
25226  'TT2'    Title                                no
25227  'TT3'    Subtitle                             no
25228  'TXT'    Lyricist                             no
25229  'TXX'    UserDefinedText                      no
25230  'TYE'    Year                                 no
25231  'ULT'    Lyrics                               no
25232  'WAF'    FileURL                              no
25233  'WAR'    ArtistURL                            no
25234  'WAS'    SourceURL                            no
25235  'WCM'    CommercialURL                        no
25236  'WCP'    CopyrightURL                         no
25237  'WPB'    PublisherURL                         no
25238  'WXX'    UserDefinedURL                       no
25239
25240=head3 ID3 SynLyrics Tags
25241
25242The following tags are extracted from synchronized lyrics/text frames.
25243
25244  Tag Name                                      Writable
25245  --------                                      --------
25246  SynchronizedLyricsDescription                 no
25247  SynchronizedLyricsText                        no+
25248  SynchronizedLyricsType                        no
25249
25250=head3 ID3 v2_3 Tags
25251
25252ID3 version 2.3 tags.  Includes some non-standard tags written by other
25253software.
25254
25255  Tag ID   Tag Name                             Writable
25256  ------   --------                             --------
25257  'APIC'   Picture                              no
25258  'APIC-1' PictureMIMEType                      no
25259  'APIC-2' PictureType                          no
25260  'APIC-3' PictureDescription                   no
25261  'COMM'   Comment                              no
25262  'GRP1'   Grouping                             no
25263  'IPLS'   InvolvedPeople                       no
25264  'ITNU'   iTunesU?                             no
25265  'MCDI'   MusicCDIdentifier                    no
25266  'MVIN'   MovementNumber                       no
25267  'MVNM'   MovementName                         no
25268  'OWNE'   Ownership                            no
25269  'PCNT'   PlayCounter                          no
25270  'PCST'   Podcast?                             no
25271  'POPM'   Popularimeter                        no
25272  'PRIV'   Private                              ID3 Private
25273  'SYLT'   SynLyrics                            ID3 SynLyrics
25274  'TALB'   Album                                no
25275  'TBPM'   BeatsPerMinute                       no
25276  'TCAT'   PodcastCategory                      no
25277  'TCMP'   Compilation                          no
25278  'TCOM'   Composer                             no
25279  'TCON'   Genre                                no
25280  'TCOP'   Copyright                            no
25281  'TDAT'   Date                                 no
25282  'TDES'   PodcastDescription                   no
25283  'TDLY'   PlaylistDelay                        no
25284  'TENC'   EncodedBy                            no
25285  'TEXT'   Lyricist                             no
25286  'TFLT'   FileType                             no
25287  'TGID'   PodcastID                            no
25288  'TIME'   Time                                 no
25289  'TIT1'   Grouping                             no
25290  'TIT2'   Title                                no
25291  'TIT3'   Subtitle                             no
25292  'TKEY'   InitialKey                           no
25293  'TKWD'   PodcastKeywords                      no
25294  'TLAN'   Language                             no
25295  'TLEN'   Length                               no
25296  'TMED'   Media                                no
25297  'TOAL'   OriginalAlbum                        no
25298  'TOFN'   OriginalFileName                     no
25299  'TOLY'   OriginalLyricist                     no
25300  'TOPE'   OriginalArtist                       no
25301  'TORY'   OriginalReleaseYear                  no
25302  'TOWN'   FileOwner                            no
25303  'TPE1'   Artist                               no
25304  'TPE2'   Band                                 no
25305  'TPE3'   Conductor                            no
25306  'TPE4'   InterpretedBy                        no
25307  'TPOS'   PartOfSet                            no
25308  'TPUB'   Publisher                            no
25309  'TRCK'   Track                                no
25310  'TRDA'   RecordingDates                       no
25311  'TRSN'   InternetRadioStationName             no
25312  'TRSO'   InternetRadioStationOwner            no
25313  'TSIZ'   Size                                 no
25314  'TSO2'   AlbumArtistSortOrder                 no
25315  'TSOC'   ComposerSortOrder                    no
25316  'TSRC'   ISRC                                 no
25317  'TSSE'   EncoderSettings                      no
25318  'TXXX'   UserDefinedText                      no
25319  'TYER'   Year                                 no
25320  'USER'   TermsOfUse                           no
25321  'USLT'   Lyrics                               no
25322  'WCOM'   CommercialURL                        no
25323  'WCOP'   CopyrightURL                         no
25324  'WFED'   PodcastURL                           no
25325  'WOAF'   FileURL                              no
25326  'WOAR'   ArtistURL                            no
25327  'WOAS'   SourceURL                            no
25328  'WORS'   InternetRadioStationURL              no
25329  'WPAY'   PaymentURL                           no
25330  'WPUB'   PublisherURL                         no
25331  'WXXX'   UserDefinedURL                       no
25332  'XDOR'   OriginalReleaseTime                  no
25333  'XOLY'   OlympusDSS                           Olympus DSS
25334  'XSOA'   AlbumSortOrder                       no
25335  'XSOP'   PerformerSortOrder                   no
25336  'XSOT'   TitleSortOrder                       no
25337
25338=head3 ID3 Private Tags
25339
25340ID3 private (PRIV) tags.  ExifTool will decode any private tags found, even
25341if they do not appear in this table.
25342
25343  Tag Name                                      Writable
25344  --------                                      --------
25345  AverageLevel                                  no
25346  PeakValue                                     no
25347  WM_CollectionGroupID                          no
25348  WM_CollectionID                               no
25349  WM_ContentID                                  no
25350  WM_MediaClassPrimaryID                        no
25351  WM_MediaClassSecondaryID                      no
25352  WM_Provider                                   no
25353  XMP                                           XMP
25354
25355=head3 ID3 v2_4 Tags
25356
25357ID3 version 2.4 tags.  Includes some non-standard tags written by other
25358software.
25359
25360  Tag ID   Tag Name                             Writable
25361  ------   --------                             --------
25362  'APIC'   Picture                              no
25363  'APIC-1' PictureMIMEType                      no
25364  'APIC-2' PictureType                          no
25365  'APIC-3' PictureDescription                   no
25366  'COMM'   Comment                              no
25367  'GRP1'   Grouping                             no
25368  'ITNU'   iTunesU?                             no
25369  'MCDI'   MusicCDIdentifier                    no
25370  'MVIN'   MovementNumber                       no
25371  'MVNM'   MovementName                         no
25372  'OWNE'   Ownership                            no
25373  'PCNT'   PlayCounter                          no
25374  'PCST'   Podcast?                             no
25375  'POPM'   Popularimeter                        no
25376  'PRIV'   Private                              ID3 Private
25377  'RVA2'   RelativeVolumeAdjustment             no
25378  'SYLT'   SynLyrics                            ID3 SynLyrics
25379  'TALB'   Album                                no
25380  'TBPM'   BeatsPerMinute                       no
25381  'TCAT'   PodcastCategory                      no
25382  'TCMP'   Compilation                          no
25383  'TCOM'   Composer                             no
25384  'TCON'   Genre                                no
25385  'TCOP'   Copyright                            no
25386  'TDEN'   EncodingTime                         no
25387  'TDES'   PodcastDescription                   no
25388  'TDLY'   PlaylistDelay                        no
25389  'TDOR'   OriginalReleaseTime                  no
25390  'TDRC'   RecordingTime                        no
25391  'TDRL'   ReleaseTime                          no
25392  'TDTG'   TaggingTime                          no
25393  'TENC'   EncodedBy                            no
25394  'TEXT'   Lyricist                             no
25395  'TFLT'   FileType                             no
25396  'TGID'   PodcastID                            no
25397  'TIPL'   InvolvedPeople                       no
25398  'TIT1'   Grouping                             no
25399  'TIT2'   Title                                no
25400  'TIT3'   Subtitle                             no
25401  'TKEY'   InitialKey                           no
25402  'TKWD'   PodcastKeywords                      no
25403  'TLAN'   Language                             no
25404  'TLEN'   Length                               no
25405  'TMCL'   MusicianCredits                      no
25406  'TMED'   Media                                no
25407  'TMOO'   Mood                                 no
25408  'TOAL'   OriginalAlbum                        no
25409  'TOFN'   OriginalFileName                     no
25410  'TOLY'   OriginalLyricist                     no
25411  'TOPE'   OriginalArtist                       no
25412  'TOWN'   FileOwner                            no
25413  'TPE1'   Artist                               no
25414  'TPE2'   Band                                 no
25415  'TPE3'   Conductor                            no
25416  'TPE4'   InterpretedBy                        no
25417  'TPOS'   PartOfSet                            no
25418  'TPRO'   ProducedNotice                       no
25419  'TPUB'   Publisher                            no
25420  'TRCK'   Track                                no
25421  'TRSN'   InternetRadioStationName             no
25422  'TRSO'   InternetRadioStationOwner            no
25423  'TSO2'   AlbumArtistSortOrder                 no
25424  'TSOA'   AlbumSortOrder                       no
25425  'TSOC'   ComposerSortOrder                    no
25426  'TSOP'   PerformerSortOrder                   no
25427  'TSOT'   TitleSortOrder                       no
25428  'TSRC'   ISRC                                 no
25429  'TSSE'   EncoderSettings                      no
25430  'TSST'   SetSubtitle                          no
25431  'TXXX'   UserDefinedText                      no
25432  'USER'   TermsOfUse                           no
25433  'USLT'   Lyrics                               no
25434  'WCOM'   CommercialURL                        no
25435  'WCOP'   CopyrightURL                         no
25436  'WFED'   PodcastURL                           no
25437  'WOAF'   FileURL                              no
25438  'WOAR'   ArtistURL                            no
25439  'WOAS'   SourceURL                            no
25440  'WORS'   InternetRadioStationURL              no
25441  'WPAY'   PaymentURL                           no
25442  'WPUB'   PublisherURL                         no
25443  'WXXX'   UserDefinedURL                       no
25444  'XDOR'   OriginalReleaseTime                  no
25445  'XOLY'   OlympusDSS                           Olympus DSS
25446  'XSOA'   AlbumSortOrder                       no
25447  'XSOP'   PerformerSortOrder                   no
25448  'XSOT'   TitleSortOrder                       no
25449
25450=head3 ID3 Lyrics3 Tags
25451
25452ExifTool extracts Lyrics3 version 1.00 and 2.00 tags from any file that
25453supports ID3.  See L<https://id3.org/Lyrics3> for the specification.
25454
25455  Tag ID   Tag Name                             Writable
25456  ------   --------                             --------
25457  'AUT'    Author                               no
25458  'CRC'    CRC                                  no
25459  'EAL'    ExtendedAlbumName                    no
25460  'EAR'    ExtendedArtistName                   no
25461  'ETT'    ExtendedTrackTitle                   no
25462  'IMG'    AssociatedImageFile                  no
25463  'IND'    Indications                          no
25464  'INF'    AdditionalInfo                       no
25465  'LYR'    Lyrics                               no
25466
25467=head2 ITC Tags
25468
25469This information is found in iTunes Cover Flow data files.
25470
25471  Tag ID   Tag Name                             Writable
25472  ------   --------                             --------
25473  'data'   ImageData                            no
25474  'itch'   Itch                                 ITC Header
25475  'item'   Item                                 ITC Item
25476
25477=head3 ITC Header Tags
25478
25479  Index1   Tag Name                             Writable
25480  ------   --------                             --------
25481     16    DataType                             no
25482
25483=head3 ITC Item Tags
25484
25485  Index4   Tag Name                             Writable
25486  ------   --------                             --------
25487      0    LibraryID                            no
25488      2    TrackID                              no
25489      4    DataLocation                         no
25490      5    ImageType                            no
25491      7    ImageWidth                           no
25492      8    ImageHeight                          no
25493
25494=head2 FLAC Tags
25495
25496Free Lossless Audio Codec (FLAC) meta information.  ExifTool also extracts
25497ID3 information from these files.
25498
25499  Tag ID   Tag Name                             Writable
25500  ------   --------                             --------
25501  0x0000   StreamInfo                           FLAC StreamInfo
25502  0x0001   Padding?                             no
25503  0x0002   Application?                         no
25504  0x0003   SeekTable?                           no
25505  0x0004   VorbisComment                        Vorbis Comments
25506  0x0005   CueSheet?                            no
25507  0x0006   Picture                              FLAC Picture
25508
25509=head3 FLAC StreamInfo Tags
25510
25511FLAC is big-endian, so bit 0 is the high-order bit in this table.
25512
25513  Tag ID               Tag Name                 Writable
25514  ------               --------                 --------
25515  'Bit000-015'         BlockSizeMin             no
25516  'Bit016-031'         BlockSizeMax             no
25517  'Bit032-055'         FrameSizeMin             no
25518  'Bit056-079'         FrameSizeMax             no
25519  'Bit080-099'         SampleRate               no
25520  'Bit100-102'         Channels                 no
25521  'Bit103-107'         BitsPerSample            no
25522  'Bit108-143'         TotalSamples             no
25523  'Bit144-271'         MD5Signature             no
25524
25525=head3 FLAC Picture Tags
25526
25527  Index4   Tag Name                             Writable
25528  ------   --------                             --------
25529      0    PictureType                          no
25530      1    PictureMIMEType                      no
25531      2    PictureDescription                   no
25532      3    PictureWidth                         no
25533      4    PictureHeight                        no
25534      5    PictureBitsPerPixel                  no
25535      6    PictureIndexedColors                 no
25536      7    PictureLength                        no
25537      8    Picture                              no
25538
25539=head2 Ogg Tags
25540
25541ExifTool extracts the following types of information from Ogg files.  See
25542L<http://www.xiph.org/vorbis/doc/> for the Ogg specification.
25543
25544  Tag ID   Tag Name                             Writable
25545  ------   --------                             --------
25546  'FLAC'   FLAC                                 FLAC
25547  'ID3'    ID3                                  ID3
25548  'Opus'   Opus                                 Opus
25549  'theora' Theora                               Theora
25550  'vorbis' Vorbis                               Vorbis
25551
25552=head2 Vorbis Tags
25553
25554Information extracted from Ogg Vorbis files.  See
25555L<http://www.xiph.org/vorbis/doc/> for the Vorbis specification.
25556
25557  Tag ID   Tag Name                             Writable
25558  ------   --------                             --------
25559  0x0001   Identification                       Vorbis Identification
25560  0x0003   Comments                             Vorbis Comments
25561
25562=head3 Vorbis Comments Tags
25563
25564The tags below are only some common tags found in the Vorbis comments of Ogg
25565Vorbis and Ogg FLAC audio files, however ExifTool will extract values from
25566any tag found, even if not listed here.
25567
25568  Tag ID                   Tag Name             Writable
25569  ------                   --------             --------
25570  'ACTOR'                  Actor                no
25571  'ALBUM'                  Album                no
25572  'ARTIST'                 Artist               no+
25573  'COMMENT'                Comment              no
25574  'COMPOSER'               Composer             no
25575  'CONTACT'                Contact              no+
25576  'COPYRIGHT'              Copyright            no
25577  'COVERART'               CoverArt             no
25578  'COVERARTMIME'           CoverArtMIMEType     no
25579  'DATE'                   Date                 no
25580  'DESCRIPTION'            Description          no
25581  'DIRECTOR'               Director             no
25582  'ENCODED_BY'             EncodedBy            no
25583  'ENCODED_USING'          EncodedUsing         no
25584  'ENCODER'                Encoder              no
25585  'ENCODER_OPTIONS'        EncoderOptions       no
25586  'GENRE'                  Genre                no
25587  'ISRC'                   ISRCNumber           no
25588  'LICENSE'                License              no
25589  'LOCATION'               Location             no
25590  'METADATA_BLOCK_PICTURE' Picture              FLAC Picture
25591  'ORGANIZATION'           Organization         no
25592  'PERFORMER'              Performer            no+
25593  'PRODUCER'               Producer             no
25594  'REPLAYGAIN_ALBUM_GAIN'  ReplayGainAlbumGain  no
25595  'REPLAYGAIN_ALBUM_PEAK'  ReplayGainAlbumPeak  no
25596  'REPLAYGAIN_TRACK_GAIN'  ReplayGainTrackGain  no
25597  'REPLAYGAIN_TRACK_PEAK'  ReplayGainTrackPeak  no
25598  'TITLE'                  Title                no
25599  'TRACKNUMBER'            TrackNumber          no
25600  'VERSION'                Version              no
25601  'vendor'                 Vendor               no
25602
25603=head3 Vorbis Identification Tags
25604
25605  Index1   Tag Name                             Writable
25606  ------   --------                             --------
25607      0    VorbisVersion                        no
25608      4    AudioChannels                        no
25609      5    SampleRate                           no
25610      9    MaximumBitrate                       no
25611     13    NominalBitrate                       no
25612     17    MinimumBitrate                       no
25613
25614=head2 Opus Tags
25615
25616Information extracted from Ogg Opus files.  See
25617L<https://www.opus-codec.org/docs/> for the specification.
25618
25619  Tag ID       Tag Name                         Writable
25620  ------       --------                         --------
25621  'OpusHead'   Header                           Opus Header
25622  'OpusTags'   Comments                         Vorbis Comments
25623
25624=head3 Opus Header Tags
25625
25626  Index1   Tag Name                             Writable
25627  ------   --------                             --------
25628      0    OpusVersion                          no
25629      1    AudioChannels                        no
25630      4    SampleRate                           no
25631      8    OutputGain                           no
25632
25633=head2 Theora Tags
25634
25635Information extracted from Ogg Theora video files.  See
25636L<http://www.theora.org/doc/Theora.pdf> for the Theora specification.
25637
25638  Tag ID   Tag Name                             Writable
25639  ------   --------                             --------
25640  0x0080   Identification                       Theora Identification
25641  0x0081   Comments                             Vorbis Comments
25642
25643=head3 Theora Identification Tags
25644
25645Tags extracted from the Theora identification header.
25646
25647  Index1   Tag Name                             Writable
25648  ------   --------                             --------
25649      0    TheoraVersion                        no
25650      7    ImageWidth                           no
25651     10    ImageHeight                          no
25652     13    XOffset                              no
25653     14    YOffset                              no
25654     15    FrameRate                            no
25655     23    PixelAspectRatio                     no
25656     29    ColorSpace                           no
25657     30    NominalVideoBitrate                  no
25658     33    Quality                              no
25659     34    PixelFormat                          no
25660
25661=head2 APE Tags
25662
25663Tags found in Monkey's Audio (APE) information.  Only a few common tags are
25664listed below, but ExifTool will extract any tag found.  ExifTool supports
25665APEv1 and APEv2 tags, as well as ID3 information in APE files, and will also
25666read APE metadata from MP3 and MPC files.
25667
25668  Tag ID               Tag Name                 Writable
25669  ------               --------                 --------
25670  'Album'              Album                    no
25671  'Artist'             Artist                   no
25672  'DURATION'           Duration                 no
25673  'Genre'              Genre                    no
25674  'Title'              Title                    no
25675  'Tool Name'          ToolName                 no
25676  'Tool Version'       ToolVersion              no
25677  'Track'              Track                    no
25678  'Year'               Year                     no
25679
25680=head3 APE NewHeader Tags
25681
25682APE MAC audio header for version 3.98 or later.
25683
25684  Index2   Tag Name                             Writable
25685  ------   --------                             --------
25686      0    CompressionLevel                     no
25687      2    BlocksPerFrame                       no
25688      4    FinalFrameBlocks                     no
25689      6    TotalFrames                          no
25690      8    BitsPerSample                        no
25691      9    Channels                             no
25692     10    SampleRate                           no
25693
25694=head3 APE OldHeader Tags
25695
25696APE MAC audio header for version 3.97 or earlier.
25697
25698  Index2   Tag Name                             Writable
25699  ------   --------                             --------
25700      0    APEVersion                           no
25701      1    CompressionLevel                     no
25702      3    Channels                             no
25703      4    SampleRate                           no
25704     10    TotalFrames                          no
25705     12    FinalFrameBlocks                     no
25706
25707=head2 Audible Tags
25708
25709ExifTool will extract any information found in the metadata dictionary of
25710Audible .AA files, even if not listed in the table below.
25711
25712  Tag ID               Tag Name                 Writable
25713  ------               --------                 --------
25714  '_chapter_count'     ChapterCount             no
25715  '_cover_art'         CoverArt                 no
25716  'author'             Author                   no
25717  'copyright'          Copyright                no
25718  'pub_date_start'     PublishDateStart         no
25719  'pubdate'            PublishDate              no
25720
25721=head3 Audible tags Tags
25722
25723Information found in "tags" atom of Audible M4B audio books.
25724
25725  Tag ID   Tag Name                             Writable
25726  ------   --------                             --------
25727  'cvrx'   Audible_cvrx                         Audible cvrx
25728  'meta'   Audible_meta                         Audible meta
25729  'tseg'   Audible_tseg                         Audible tseg
25730
25731=head3 Audible cvrx Tags
25732
25733Audible cover art information in M4B audio books.
25734
25735  Tag Name                                      Writable
25736  --------                                      --------
25737  CoverArt                                      no
25738  CoverArtType                                  no
25739
25740=head3 Audible meta Tags
25741
25742Information found in Audible M4B "meta" atom.
25743
25744  Tag ID               Tag Name                 Writable
25745  ------               --------                 --------
25746  'ALBUMARTIST'        AlbumArtist              no
25747  'Album'              Album                    no
25748  'Artist'             Artist                   no
25749  'Comment'            Comment                  no
25750  'Genre'              Genre                    no
25751  'SUBTITLE'           Subtitle                 no
25752  'TOOL'               CreatorTool              no
25753  'Title'              Title                    no
25754  'Year'               Year                     no
25755  'itunesmediatype'    iTunesMediaType          no
25756  'track'              ChapterName              no
25757
25758=head3 Audible tseg Tags
25759
25760  Tag ID   Tag Name                             Writable
25761  ------   --------                             --------
25762  'meta'   Audible_meta2                        Audible meta
25763  'tshd'   ChapterNumber                        no
25764
25765=head2 MPC Tags
25766
25767Tags used in Musepack (MPC) audio files.  ExifTool also extracts ID3 and APE
25768information from these files.
25769
25770  Tag ID               Tag Name                 Writable
25771  ------               --------                 --------
25772  'Bit032-063'         TotalFrames              no
25773  'Bit080-081'         SampleRate               no
25774  'Bit084-087'         Quality                  no
25775  'Bit088-093'         MaxBand                  no
25776  'Bit096-111'         ReplayGainTrackPeak      no
25777  'Bit112-127'         ReplayGainTrackGain      no
25778  'Bit128-143'         ReplayGainAlbumPeak      no
25779  'Bit144-159'         ReplayGainAlbumGain      no
25780  'Bit179'             FastSeek                 no
25781  'Bit191'             Gapless                  no
25782  'Bit216-223'         EncoderVersion           no
25783
25784=head2 MPEG Tags
25785
25786The MPEG format doesn't specify any file-level meta information.  In lieu of
25787this, information is extracted from the first audio and video frame headers
25788in the file.
25789
25790=head3 MPEG Audio Tags
25791
25792  Tag ID       Tag Name                         Writable
25793  ------       --------                         --------
25794  'Bit11-12'   MPEGAudioVersion                 no
25795  'Bit13-14'   AudioLayer                       no
25796  'Bit16-19'   AudioBitrate                     no
25797  'Bit20-21'   SampleRate                       no
25798  'Bit24-25'   ChannelMode                      no
25799  'Bit26'      MSStereo                         no
25800  'Bit26-27'   ModeExtension                    no
25801  'Bit27'      IntensityStereo                  no
25802  'Bit28'      CopyrightFlag                    no
25803  'Bit29'      OriginalMedia                    no
25804  'Bit30-31'   Emphasis                         no
25805
25806=head3 MPEG Video Tags
25807
25808  Tag ID       Tag Name                         Writable
25809  ------       --------                         --------
25810  'Bit00-11'   ImageWidth                       no
25811  'Bit12-23'   ImageHeight                      no
25812  'Bit24-27'   AspectRatio                      no
25813  'Bit28-31'   FrameRate                        no
25814  'Bit32-49'   VideoBitrate                     no
25815
25816=head3 MPEG Xing Tags
25817
25818These tags are extracted from the Xing/Info frame.
25819
25820  Tag Name                                      Writable
25821  --------                                      --------
25822  Encoder                                       no
25823  LameHeader                                    MPEG Lame
25824  LameQuality                                   no
25825  LameVBRQuality                                no
25826  VBRBytes                                      no
25827  VBRFrames                                     no
25828  VBRScale                                      no
25829
25830=head3 MPEG Lame Tags
25831
25832Tags extracted from Lame 3.90 or later header.
25833
25834  Index1   Tag Name                             Writable
25835  ------   --------                             --------
25836      9    LameMethod                           no
25837     10    LameLowPassFilter                    no
25838     20    LameBitrate                          no
25839     24    LameStereoMode                       no
25840
25841=head2 M2TS Tags
25842
25843The MPEG-2 transport stream is used as a container for many different
25844audio/video formats (including AVCHD).  This table lists information
25845extracted from M2TS files.
25846
25847  Tag Name                                      Writable
25848  --------                                      --------
25849  AudioStreamType                               no
25850  Duration                                      no
25851  VideoStreamType                               no
25852  _AC3                                          M2TS AC3
25853  _H264                                         H264
25854
25855=head3 M2TS AC3 Tags
25856
25857Tags extracted from AC-3 audio streams.
25858
25859  Tag Name                                      Writable
25860  --------                                      --------
25861  AudioBitrate                                  no
25862  AudioChannels                                 no
25863  AudioSampleRate                               no
25864  SurroundMode                                  no
25865
25866=head2 H264 Tags
25867
25868Tags extracted from H.264 video streams.  The metadata for AVCHD videos is
25869stored in this stream.
25870
25871  Tag Name                                      Writable
25872  --------                                      --------
25873  ImageHeight                                   no
25874  ImageWidth                                    no
25875  MDPM                                          H264 MDPM
25876
25877=head3 H264 MDPM Tags
25878
25879The following tags are decoded from the Modified Digital Video Pack Metadata
25880(MDPM) of the unregistered user data with UUID
2588117ee8c60f84d11d98cd60800200c9a66 in the H.264 Supplemental Enhancement
25882Information (SEI).  I<[Yes, this description is confusing, but nothing
25883compared to the challenge of actually decoding the data!]>  This information
25884may exist at regular intervals through the entire video, but only the first
25885occurrence is extracted unless the ExtractEmbedded (-ee) option is used (in
25886which case subsequent occurrences are extracted as sub-documents).
25887
25888  Tag ID   Tag Name                             Writable
25889  ------   --------                             --------
25890  0x0013   TimeCode                             no
25891  0x0018   DateTimeOriginal                     no
25892  0x0070   Camera1                              H264 Camera1
25893  0x0071   Camera2                              H264 Camera2
25894  0x007f   Shutter                              H264 Shutter
25895  0x00a0   ExposureTime                         no
25896  0x00a1   FNumber                              no
25897  0x00a2   ExposureProgram                      no
25898  0x00a3   BrightnessValue                      no
25899  0x00a4   ExposureCompensation                 no
25900  0x00a5   MaxApertureValue                     no
25901  0x00a6   Flash                                no
25902  0x00a7   CustomRendered                       no
25903  0x00a8   WhiteBalance                         no
25904  0x00a9   FocalLengthIn35mmFormat              no
25905  0x00aa   SceneCaptureType                     no
25906  0x00b0   GPSVersionID                         no
25907  0x00b1   GPSLatitudeRef                       no
25908  0x00b2   GPSLatitude                          no
25909  0x00b5   GPSLongitudeRef                      no
25910  0x00b6   GPSLongitude                         no
25911  0x00b9   GPSAltitudeRef                       no
25912  0x00ba   GPSAltitude                          no
25913  0x00bb   GPSTimeStamp                         no
25914  0x00be   GPSStatus                            no
25915  0x00bf   GPSMeasureMode                       no
25916  0x00c0   GPSDOP                               no
25917  0x00c1   GPSSpeedRef                          no
25918  0x00c2   GPSSpeed                             no
25919  0x00c3   GPSTrackRef                          no
25920  0x00c4   GPSTrack                             no
25921  0x00c5   GPSImgDirectionRef                   no
25922  0x00c6   GPSImgDirection                      no
25923  0x00c7   GPSMapDatum                          no
25924  0x00ca   GPSDateStamp                         no
25925  0x00e0   MakeModel                            H264 MakeModel
25926  0x00e1   RecInfo                              H264 RecInfo
25927  0x00e4   Model                                no
25928  0x00ee   FrameInfo                            H264 FrameInfo
25929
25930=head3 H264 Camera1 Tags
25931
25932  Index1   Tag Name                             Writable
25933  ------   --------                             --------
25934      0    ApertureSetting                      no
25935      1    Gain                                 no
25936    1.1    ExposureProgram                      no
25937    2.1    WhiteBalance                         no
25938      3    Focus                                no
25939
25940=head3 H264 Camera2 Tags
25941
25942  Index1   Tag Name                             Writable
25943  ------   --------                             --------
25944      1    ImageStabilization                   no
25945
25946=head3 H264 Shutter Tags
25947
25948  Index2   Tag Name                             Writable
25949  ------   --------                             --------
25950    1.1    ExposureTime                         no
25951
25952=head3 H264 MakeModel Tags
25953
25954  Index2   Tag Name                             Writable
25955  ------   --------                             --------
25956      0    Make                                 no
25957
25958=head3 H264 RecInfo Tags
25959
25960Recording information stored by some Canon video cameras.
25961
25962  Index1   Tag Name                             Writable
25963  ------   --------                             --------
25964      0    RecordingMode                        no
25965
25966=head3 H264 FrameInfo Tags
25967
25968Frame rate information stored by some Canon video cameras.
25969
25970  Index1   Tag Name                             Writable
25971  ------   --------                             --------
25972      0    CaptureFrameRate                     no
25973      1    VideoFrameRate                       no
25974
25975=head2 QuickTime Tags
25976
25977The QuickTime format is used for many different types of audio, video and
25978image files (most notably, MOV/MP4 videos and HEIC/CR3 images).  ExifTool
25979extracts standard meta information and a variety of audio, video and image
25980parameters, as well as proprietary information written by many camera
25981models.  Tags with a question mark after their name are not extracted unless
25982the Unknown option is set.
25983
25984When writing, ExifTool creates both QuickTime and XMP tags by default, but
25985the group may be specified to write one or the other separately.  If no
25986location is specified, newly created QuickTime tags are added in the
25987L<ItemList|Image::ExifTool::TagNames/QuickTime ItemList Tags> location if
25988possible, otherwise in
25989L<UserData|Image::ExifTool::TagNames/QuickTime UserData Tags>, and
25990finally in L<Keys|Image::ExifTool::TagNames/QuickTime Keys Tags>,
25991but this order may be changed by setting the PREFERRED level of the
25992appropriate table in the config file (see
25993example.config in the full distribution for an
25994example).  Note that some tags with the same name but different ID's may
25995exist in the same location, but the family 7 group names may be used to
25996differentiate these.  ExifTool currently writes only top-level metadata in
25997QuickTime-based files; it extracts other track-specific and timed metadata,
25998but can not yet edit tags in these locations (with the exception of
25999track-level date/time tags).
26000
26001Alternate language tags may be accessed for
26002L<ItemList|Image::ExifTool::TagNames/QuickTime ItemList Tags> and
26003L<Keys|Image::ExifTool::TagNames/QuickTime Keys Tags> tags by adding
26004a 3-character ISO 639-2 language code and an optional ISO 3166-1 alpha 2
26005country code to the tag name (eg. "ItemList:Artist-deu" or
26006"ItemList::Artist-deu-DE").  Most
26007L<UserData|Image::ExifTool::TagNames/QuickTime UserData Tags> tags support a
26008language code, but without a country code.  If no language code is specified
26009when writing, the default language is written and alternate languages for
26010the tag are deleted.  Use the "und" language code to write the default
26011language without deleting alternate languages.  Note that "eng" is treated
26012as a default language when reading, but not when writing.
26013
26014According to the specification, integer-format QuickTime date/time tags
26015should be stored as UTC.  Unfortunately, digital cameras often store local
26016time values instead (presumably because they don't know the time zone).  For
26017this reason, by default ExifTool does not assume a time zone for these
26018values.  However, if the QuickTimeUTC API option is set, then ExifTool will
26019assume these values are properly stored as UTC, and will convert them to
26020local time when extracting.
26021
26022When writing string-based date/time tags, the system time zone is added if
26023the PrintConv option is enabled and no time zone is specified.  This is
26024because Apple software may display crazy values if the time zone is missing
26025for some tags.
26026
26027See
26028L<https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/>
26029for the official specification.
26030
26031  Tag ID               Tag Name                 Writable
26032  ------               --------                 --------
26033  'GPS '               GPSDataList2?            no
26034  'IDIT'               DateTimeOriginal         string
26035  'PICT'               PreviewPICT              no
26036  '_htc'               HTCInfo                  QuickTime HTCInfo
26037  'ardt'               ARDroneFile              no
26038  'frea'               Kodak_frea               Kodak frea
26039  'free'               KodakFree                Kodak Free
26040                       Pittasoft                QuickTime Pittasoft
26041                       Free?                    no
26042  'ftyp'               FileType                 QuickTime FileType
26043  'gps0'               GPSTrack                 QuickTime Stream
26044  'gsen'               GSensor                  QuickTime Stream
26045  'junk'               Junk?                    no
26046  'mdat'               MediaData?               no
26047  'mdat-offset'        MediaDataOffset          no
26048  'mdat-size'          MediaDataSize            no
26049  'meco'               OtherMeta                QuickTime OtherMeta
26050  'meta'               Meta                     QuickTime Meta
26051  'moof'               MovieFragment            QuickTime MovieFragment
26052  'moov'               Movie                    QuickTime Movie
26053  'pict'               PreviewPICT              no
26054  'pnot'               Preview                  QuickTime Preview
26055  'prrt'               ARDroneTelemetry         no
26056  'sefd'               SamsungTrailer           Samsung Trailer
26057  'skip'               CanonSkip                Canon Skip
26058                       PreviewImage             no
26059                       Skip?                    no
26060  'thm '               ThumbnailImage           no
26061  'thum'               ThumbnailImage           no
26062  'udat'               GPSLog                   no
26063  'udta'               UserData                 FLIR UserData
26064  'uuid'               XMP                      XMP
26065                       UUID-PROF                QuickTime Profile
26066                       UUID-Flip                QuickTime Flip
26067                       UUID-Canon2              Canon uuid2
26068                       SensorData               QuickTime Tags360Fly
26069                       SensorData               no
26070                       PreviewImage             no
26071                       UUID-Unknown?            no
26072  'wide'               Wide?                    no
26073
26074=head3 QuickTime HTCInfo Tags
26075
26076Tags written by some HTC camera phones.
26077
26078  Tag ID   Tag Name                             Writable
26079  ------   --------                             --------
26080  'slmt'   Unknown_slmt?                        no
26081
26082=head3 QuickTime Pittasoft Tags
26083
26084Tags found in Pittasoft Blackvue dashcam "free" data.
26085
26086  Tag ID   Tag Name                             Writable
26087  ------   --------                             --------
26088  '3gf '   AccelData                            QuickTime Stream
26089  'cprt'   Copyright                            no
26090  'gps '   GPSLog                               no
26091  'ptnm'   OriginalFileName                     no
26092  'ptrh'   Ptrh                                 QuickTime Pittasoft
26093  'sttm'   StartTime                            no
26094  'thum'   PreviewImage                         no
26095
26096=head3 QuickTime Stream Tags
26097
26098The tags below are extracted from timed metadata in QuickTime and other
26099formats of video files when the ExtractEmbedded option is used.  Although
26100most of these tags are combined into the single table below, ExifTool
26101currently reads 55 different formats of timed GPS metadata from video files.
26102
26103  Tag Name                                      Writable
26104  --------                                      --------
26105  Accelerometer                                 no
26106  AccelerometerData                             no
26107  AngularVelocity                               no
26108  CTMD                                          Canon CTMD
26109  CameraDateTime                                no
26110  Car                                           no
26111  Distance                                      no
26112  ExposureCompensation                          no
26113  ExposureTime                                  no
26114  FNumber                                       no
26115  FrameNumber                                   no
26116  GPSAltitude                                   no
26117  GPSDOP                                        no
26118  GPSDateTime                                   no
26119  GPSLatitude                                   no
26120  GPSLongitude                                  no
26121  GPSSatellites                                 no
26122  GPSSpeed                                      no
26123  GPSSpeedRef                                   no
26124  GPSTimeStamp                                  no
26125  GPSTrack                                      no
26126  GPSTrackRef                                   no
26127  GSensor                                       no
26128  INSV                                          QuickTime INSV_MakerNotes
26129  ISO                                           no
26130  JpgFromRaw                                    no
26131  KiloCalories                                  no
26132  PreviewInfo                                   QuickTime PreviewInfo
26133  RVMI_gReV                                     QuickTime RVMI_gReV
26134  RVMI_sReV                                     QuickTime RVMI_sReV
26135  RawGSensor                                    no
26136  SampleDateTime                                no
26137  SampleDuration                                no
26138  SampleTime                                    no
26139  Text                                          no
26140  TimeCode                                      no
26141  Unknown00?                                    no
26142  Unknown01?                                    no
26143  Unknown02?                                    no
26144  Unknown03?                                    no
26145  UserLabel                                     no
26146  VerticalSpeed                                 no
26147  VideoTimeStamp                                no
26148  camm0                                         QuickTime camm0
26149  camm1                                         QuickTime camm1
26150  camm2                                         QuickTime camm2
26151  camm3                                         QuickTime camm3
26152  camm4                                         QuickTime camm4
26153  camm5                                         QuickTime camm5
26154  camm6                                         QuickTime camm6
26155  camm7                                         QuickTime camm7
26156  fdsc                                          GoPro fdsc
26157  gpmd_Kingslim                                 QuickTime Stream
26158  gpmd_Rove                                     QuickTime Stream
26159  gpmd_GoPro                                    GoPro GPMF
26160  marl                                          QuickTime marl
26161  mebx                                          QuickTime Keys
26162  mett                                          Parrot mett
26163  rtmd                                          Sony rtmd
26164  tx3g                                          QuickTime tx3g
26165
26166=head3 QuickTime INSV_MakerNotes Tags
26167
26168  Tag ID   Tag Name                             Writable
26169  ------   --------                             --------
26170  0x000a   SerialNumber                         no
26171  0x0012   Model                                no
26172  0x001a   Firmware                             no
26173  0x002a   Parameters                           no
26174
26175=head3 QuickTime PreviewInfo Tags
26176
26177Preview stored by TomTom Bandit ActionCam.
26178
26179  Index1   Tag Name                             Writable
26180  ------   --------                             --------
26181      8    PreviewImage                         no
26182
26183=head3 QuickTime RVMI_gReV Tags
26184
26185GPS information extracted from the RVMI box of MOV videos.
26186
26187  Index1   Tag Name                             Writable
26188  ------   --------                             --------
26189      4    GPSLatitude                          no
26190      8    GPSLongitude                         no
26191     16    GPSSpeed                             no
26192     18    GPSTrack                             no
26193
26194=head3 QuickTime RVMI_sReV Tags
26195
26196G-sensor information extracted from the RVMI box of MOV videos.
26197
26198  Index1   Tag Name                             Writable
26199  ------   --------                             --------
26200      4    GSensor                              no
26201
26202=head3 QuickTime camm0 Tags
26203
26204The camm0 through camm7 tables define tags extracted from the Google Street
26205View Camera Motion Metadata of MP4 videos.  See
26206L<https://developers.google.com/streetview/publish/camm-spec> for the
26207specification.
26208
26209  Index1   Tag Name                             Writable
26210  ------   --------                             --------
26211      4    AngleAxis                            no
26212
26213=head3 QuickTime camm1 Tags
26214
26215  Index1   Tag Name                             Writable
26216  ------   --------                             --------
26217      4    PixelExposureTime                    no
26218      8    RollingShutterSkewTime               no
26219
26220=head3 QuickTime camm2 Tags
26221
26222  Index1   Tag Name                             Writable
26223  ------   --------                             --------
26224      4    AngularVelocity                      no
26225
26226=head3 QuickTime camm3 Tags
26227
26228  Index1   Tag Name                             Writable
26229  ------   --------                             --------
26230      4    Acceleration                         no
26231
26232=head3 QuickTime camm4 Tags
26233
26234  Index1   Tag Name                             Writable
26235  ------   --------                             --------
26236      4    Position                             no
26237
26238=head3 QuickTime camm5 Tags
26239
26240  Index1   Tag Name                             Writable
26241  ------   --------                             --------
26242      4    GPSLatitude                          no
26243     12    GPSLongitude                         no
26244     20    GPSAltitude                          no
26245
26246=head3 QuickTime camm6 Tags
26247
26248  Index1   Tag Name                             Writable
26249  ------   --------                             --------
26250      4    GPSDateTime                          no
26251     12    GPSMeasureMode                       no
26252     16    GPSLatitude                          no
26253     24    GPSLongitude                         no
26254     32    GPSAltitude                          no
26255     36    GPSHorizontalAccuracy                no
26256     40    GPSVerticalAccuracy                  no
26257     44    GPSVelocityEast                      no
26258     48    GPSVelocityNorth                     no
26259     52    GPSVelocityUp                        no
26260     56    GPSSpeedAccuracy                     no
26261
26262=head3 QuickTime camm7 Tags
26263
26264  Index1   Tag Name                             Writable
26265  ------   --------                             --------
26266      4    MagneticField                        no
26267
26268=head3 QuickTime marl Tags
26269
26270Tags extracted from the marl ctbx timed metadata of GM cars.
26271
26272  Tag ID   Tag Name                             Writable
26273  ------   --------                             --------
26274  [no tags known]
26275
26276=head3 QuickTime Keys Tags
26277
26278This directory contains a list of key names which are used to decode tags
26279written by the "mdta" handler.  Also in this table are a few tags found in
26280timed metadata that are not yet writable by ExifTool.  The prefix of
26281"com.apple.quicktime." has been removed from the TagID's below.  These tags
26282support alternate languages in the same way as the
26283L<ItemList|Image::ExifTool::TagNames/QuickTime ItemList Tags> tags.  Note
26284that by default,
26285L<ItemList|Image::ExifTool::TagNames/QuickTime ItemList Tags> and
26286L<UserData|Image::ExifTool::TagNames/QuickTime UserData Tags> tags are
26287preferred when writing, so to create a tag when a same-named tag exists in
26288either of these tables, either the "Keys" location must be specified (eg.
26289C<-Keys:Author=Phil> on the command line), or the PREFERRED level must be
26290changed via the config file.
26291
26292  Tag ID        Tag Name                        Writable
26293  ------        --------                        --------
26294  'Encoded_With' EncodedWith                    yes
26295  'album'       Album                           yes
26296  'apple.photos.variation-identifier'
26297                ApplePhotosVariationIdentifier  int64s
26298  'artist'      Artist                          yes
26299  'artwork'     Artwork                         yes
26300  'author'      Author                          yes
26301  'camera.framereadouttimeinmicroseconds'
26302                FrameReadoutTime                yes
26303  'camera.identifier' CameraIdentifier          yes
26304  'collection.user' UserCollection              yes
26305  'com.android.version' AndroidVersion          yes
26306  'com.apple.photos.captureMode' CaptureMode    yes
26307  'comment'     Comment                         yes
26308  'copyright'   Copyright                       yes
26309  'creationdate' CreationDate                   yes
26310  'description' Description                     yes
26311  'detected-face' FaceInfo                      QuickTime FaceInfo
26312  'detected-face.bounds' DetectedFaceBounds     no
26313  'detected-face.face-id' DetectedFaceID        no
26314  'detected-face.roll-angle'
26315                DetectedFaceRollAngle           no
26316  'detected-face.yaw-angle'
26317                DetectedFaceYawAngle            no
26318  'direction.facing' CameraDirection            yes
26319  'direction.motion' CameraMotion               yes
26320  'director'    Director                        yes
26321  'displayname' DisplayName                     yes
26322  'genre'       Genre                           yes
26323  'information' Information                     yes
26324  'keywords'    Keywords                        yes
26325  'live-photo-info' LivePhotoInfo               no
26326  'live-photo.auto' LivePhotoAuto               int8u
26327  'live-photo.vitality-score'
26328                LivePhotoVitalityScore          float
26329  'live-photo.vitality-scoring-version'
26330                LivePhotoVitalityScoringVersion int64s
26331  'location.ISO6709' GPSCoordinates             yes
26332  'location.accuracy.horizontal'
26333                LocationAccuracyHorizontal      yes
26334  'location.body' LocationBody                  yes
26335  'location.date' LocationDate                  yes
26336  'location.name' LocationName                  yes
26337  'location.note' LocationNote                  yes
26338  'location.role' LocationRole                  yes
26339  'make'        Make                            yes
26340  'model'       Model                           yes
26341  'player.movie.audio.balance' Balance          yes
26342  'player.movie.audio.bass' Bass                yes
26343  'player.movie.audio.gain' AudioGain           yes
26344  'player.movie.audio.mute' Mute                int8u
26345  'player.movie.audio.pitchshift' PitchShift    yes
26346  'player.movie.audio.treble' Trebel            yes
26347  'player.movie.visual.brightness' Brightness   yes
26348  'player.movie.visual.color' Color             yes
26349  'player.movie.visual.contrast' Contrast       yes
26350  'player.movie.visual.tint' Tint               yes
26351  'player.version' PlayerVersion                yes
26352  'producer'    Producer                        yes
26353  'publisher'   Publisher                       yes
26354  'rating.user' UserRating                      yes
26355  'software'    Software                        yes
26356  'still-image-time' StillImageTime             no
26357  'title'       Title                           yes
26358  'version'     Version                         yes
26359  'video-orientation' VideoOrientation          no
26360  'year'        Year                            yes
26361
26362=head3 QuickTime FaceInfo Tags
26363
26364  Tag ID   Tag Name                             Writable
26365  ------   --------                             --------
26366  'crec'   FaceRec                              QuickTime FaceRec
26367
26368=head3 QuickTime FaceRec Tags
26369
26370  Tag ID   Tag Name                             Writable
26371  ------   --------                             --------
26372  'cits'   FaceItem                             QuickTime Keys
26373
26374=head3 QuickTime tx3g Tags
26375
26376Tags extracted from the tx3g sbtl timed metadata of Yuneec drones, and
26377subtitle text in some other videos.
26378
26379  Tag ID       Tag Name                         Writable
26380  ------       --------                         --------
26381  'Alt'        GPSAltitude                      no
26382  'DateTime'   DateTime                         no
26383  'GimPitch'   GimbalPitch                      no
26384  'GimRoll'    GimbalRoll                       no
26385  'GimYaw'     GimbalYaw                        no
26386  'Lat'        GPSLatitude                      no
26387  'Lon'        GPSLongitude                     no
26388  'Pitch'      Pitch                            no
26389  'Roll'       Roll                             no
26390  'Text'       Text                             no
26391  'Yaw'        Yaw                              no
26392
26393=head3 QuickTime FileType Tags
26394
26395  Index4   Tag Name                             Writable
26396  ------   --------                             --------
26397      0    MajorBrand                           no
26398      1    MinorVersion                         no
26399      2    CompatibleBrands                     no
26400
26401=head3 QuickTime OtherMeta Tags
26402
26403  Tag ID   Tag Name                             Writable
26404  ------   --------                             --------
26405  'mere'   MetaRelation                         QuickTime MetaRelation
26406  'meta'   Meta                                 QuickTime Meta
26407
26408=head3 QuickTime MetaRelation Tags
26409
26410  Index4   Tag Name                             Writable
26411  ------   --------                             --------
26412  [no tags known]
26413
26414=head3 QuickTime Meta Tags
26415
26416  Tag ID   Tag Name                             Writable
26417  ------   --------                             --------
26418  'bxml'   BinaryXML?                           no
26419  'dinf'   DataInfo                             QuickTime DataInfo
26420  'free'   Free?                                no
26421  'hdlr'   Handler                              QuickTime Handler
26422  'idat'   MetaImageSize                        no
26423  'iinf'   ItemInformation                      QuickTime ItemInfo
26424                                                QuickTime ItemInfo
26425  'iloc'   ItemLocation                         no
26426  'ilst'   ItemList                             QuickTime ItemList
26427  'ipmc'   IPMPControl?                         no
26428  'ipro'   ItemProtection?                      no
26429  'iprp'   ItemProperties                       QuickTime ItemProp
26430  'iref'   ItemReference                        QuickTime ItemRef
26431  'keys'   Keys                                 QuickTime Keys
26432  'pitm'   PrimaryItemReference                 no
26433  'uuid'   MetaVersion                          no
26434           UUID-Unknown?                        no
26435  'xml '   XML                                  XMP XML
26436
26437=head3 QuickTime DataInfo Tags
26438
26439MP4 data information box.
26440
26441  Tag ID   Tag Name                             Writable
26442  ------   --------                             --------
26443  'dref'   DataRef                              QuickTime DataRef
26444
26445=head3 QuickTime DataRef Tags
26446
26447MP4 data reference box.
26448
26449  Tag ID   Tag Name                             Writable
26450  ------   --------                             --------
26451  "url\0"  URL                                  no
26452  'url '   URL                                  no
26453  'urn '   URN                                  no
26454
26455=head3 QuickTime Handler Tags
26456
26457  Index1   Tag Name                             Writable
26458  ------   --------                             --------
26459      4    HandlerClass                         no
26460      8    HandlerType                          no
26461     12    HandlerVendorID                      no
26462     24    HandlerDescription                   no
26463
26464=head3 QuickTime ItemInfo Tags
26465
26466  Tag ID   Tag Name                             Writable
26467  ------   --------                             --------
26468  'infe'   ItemInfoEntry                        no
26469
26470=head3 QuickTime ItemList Tags
26471
26472This is the preferred location for creating new QuickTime tags.  Tags in
26473this table support alternate languages which are accessed by adding a
264743-character ISO 639-2 language code and an optional ISO 3166-1 alpha 2
26475country code to the tag name (eg. "ItemList:Title-fra" or
26476"ItemList::Title-fra-FR").  When creating a new Meta box to contain the
26477ItemList directory, by default ExifTool adds an 'mdir' (Metadata) Handler
26478box because Apple software may ignore ItemList tags otherwise, but the API
26479QuickTimeHandler option may be set to 0 to avoid this.
26480
26481  Tag ID       Tag Name                         Writable
26482  ------       --------                         --------
26483  '----'       iTunesInfo                       QuickTime iTunesInfo
26484  '@PST'       ParentShortTitle                 string
26485  '@ppi'       ParentProductID                  string
26486  '@pti'       ParentTitle                      string
26487  '@sti'       ShortTitle                       string
26488  'AACR'       Unknown_AACR?                    string
26489  'CDEK'       Unknown_CDEK?                    string
26490  'CDET'       Unknown_CDET?                    string
26491  'GUID'       GUID                             string
26492  'VERS'       ProductVersion                   string
26493  'aART'       AlbumArtist                      string
26494  'akID'       AppleStoreAccountType            int8s
26495  'albm'       Album                            string/
26496  'apID'       AppleStoreAccount                string
26497  'atID'       AlbumTitleID                     int32s
26498  'auth'       Author                           string
26499  'catg'       Category                         string
26500  'cnID'       AppleStoreCatalogID              int32s
26501  'covr'       CoverArt                         string
26502  'cpil'       Compilation                      int8s
26503  'cprt'       Copyright                        string
26504  'desc'       Description                      string/
26505  'disk'       DiskNumber                       undef
26506  'dscp'       Description                      string/
26507  'egid'       EpisodeGlobalUniqueID            string
26508  'geID'       GenreID                          int32s
26509  'gnre'       Genre                            undef/
26510  'grup'       Grouping                         string/
26511  'gshh'       GoogleHostHeader                 string
26512  'gspm'       GooglePingMessage                string
26513  'gspu'       GooglePingURL                    string
26514  'gssd'       GoogleSourceData                 string
26515  'gsst'       GoogleStartTime                  string
26516  'gstd'       GoogleTrackDuration              string
26517  'hdvd'       HDVideo                          int8s
26518  'itnu'       iTunesU                          int8s
26519  'keyw'       Keyword                          string
26520  'ldes'       LongDescription                  string
26521  'pcst'       Podcast                          int8s
26522  'perf'       Performer                        string
26523  'pgap'       PlayGap                          int8s
26524  'plID'       PlayListID                       int32s[0.25]
26525  'prID'       ProductID                        string
26526  'purd'       PurchaseDate                     string
26527  'purl'       PodcastURL                       string
26528  'rate'       RatingPercent                    string
26529  'rldt'       ReleaseDate                      string
26530  'rtng'       Rating                           int8s
26531  'sdes'       StoreDescription                 string
26532  'sfID'       AppleStoreCountry                int32s
26533  'shwm'       ShowMovement                     int8s
26534  'soaa'       SortAlbumArtist                  string
26535  'soal'       SortAlbum                        string
26536  'soar'       SortArtist                       string
26537  'soco'       SortComposer                     string
26538  'sonm'       SortName                         string
26539  'sosn'       SortShow                         string
26540  'stik'       MediaType                        int8s
26541  'titl'       Title                            string/
26542  'tmpo'       BeatsPerMinute                   int16s
26543  'trkn'       TrackNumber                      undef
26544  'tven'       TVEpisodeID                      string
26545  'tves'       TVEpisode                        int32s
26546  'tvnn'       TVNetworkName                    string
26547  'tvsh'       TVShow                           string
26548  'tvsn'       TVSeason                         int32u
26549  'yrrc'       Year                             string
26550  "\xa9ART"    Artist                           string
26551  "\xa9alb"    Album                            string
26552  "\xa9ard"    ArtDirector                      string
26553  "\xa9arg"    Arranger                         string
26554  "\xa9aut"    Author                           string/
26555  "\xa9cmt"    Comment                          string
26556  "\xa9com"    Composer                         string/
26557  "\xa9con"    Conductor                        string
26558  "\xa9cpy"    Copyright                        string/
26559  "\xa9day"    ContentCreateDate                string
26560  "\xa9des"    Description                      string
26561  "\xa9dir"    Director                         string
26562  "\xa9enc"    EncodedBy                        string
26563  "\xa9gen"    Genre                            string
26564  "\xa9grp"    Grouping                         string
26565  "\xa9lyr"    Lyrics                           string
26566  "\xa9mvc"    MovementCount                    int16s
26567  "\xa9mvi"    MovementNumber                   int16s
26568  "\xa9mvn"    MovementName                     string
26569  "\xa9nam"    Title                            string
26570  "\xa9nrt"    Narrator                         string
26571  "\xa9ope"    OriginalArtist                   string
26572  "\xa9prd"    Producer                         string
26573  "\xa9pub"    Publisher                        string
26574  "\xa9sne"    SoundEngineer                    string
26575  "\xa9sol"    Soloist                          string
26576  "\xa9st3"    Subtitle                         string
26577  "\xa9too"    Encoder                          string
26578  "\xa9trk"    Track                            string
26579  "\xa9wrk"    Work                             string
26580  "\xa9wrt"    Composer                         string
26581  "\xa9xpd"    ExecutiveProducer                string
26582  "\xa9xyz"    GPSCoordinates                   string
26583
26584=head3 QuickTime iTunesInfo Tags
26585
26586ExifTool will extract any iTunesInfo tags that exist, even if they are not
26587defined in this table.
26588
26589  Tag ID                    Tag Name            Writable
26590  ------                    --------            --------
26591  'DISCNUMBER'              DiscNumber          no
26592  'Encoding Params'         EncodingParams      QuickTime EncodingParams
26593  'TRACKNUMBER'             TrackNumber         no
26594  'iTunEXTC'                ContentRating       no
26595  'iTunMOVI'                iTunMOVI            PLIST
26596  'iTunNORM'                VolumeNormalization no
26597  'iTunSMPB'                iTunSMPB            no
26598  'iTunes_CDDB_1'           CDDB1Info           no
26599  'iTunes_CDDB_TrackNumber' CDDBTrackNumber     no
26600  'popularimeter'           Popularimeter       no
26601  'tool'                    iTunTool            no
26602
26603=head3 QuickTime EncodingParams Tags
26604
26605  Tag ID   Tag Name                             Writable
26606  ------   --------                             --------
26607  'abrt'   AudioAvailableBitRateRange           no
26608  'acbf'   AudioBitRateControlMode              no
26609  'acef'   AudioExtendFrequencies               no
26610  'brat'   AudioCurrentTargetBitRate            no
26611  'cdcv'   AudioComponentVersion                no
26612  'cmnc'   AudioAvailableNumberChannels         no
26613  'init'   AudioIsInitialized                   no
26614  'lmrc'   AudioDoesSampleRateConversion        no
26615  'mdel'   AudioMinimumDelayMode                no
26616  'mnip'   AudioMinimumNumberInputPackets       no
26617  'mnop'   AudioMinimumNumberOutputPackets      no
26618  'oppr'   AudioOutputPrecedence                no
26619  'pad0'   AudioZeroFramesPadded                no
26620  'pakb'   AudioMaximumPacketByteSize           no
26621  'pakd'   AudioRequiresPacketDescription       no
26622  'pakf'   AudioPacketFrameSize                 no
26623  'prmm'   AudioCodecPrimeMethod                no
26624  'srcq'   AudioQualitySetting                  no
26625  'tbuf'   AudioInputBufferSize                 no
26626  'ubuf'   AudioUsedInputBufferSize             no
26627  'ursr'   AudioUseRecommendedSampleRate        no
26628  'vbrq'   AudioVBRQuality                      no
26629  'vers'   AudioEncodingParamsVersion           no
26630  'vpk?'   AudioHasVariablePacketByteSizes      no
26631
26632=head3 QuickTime ItemProp Tags
26633
26634  Tag ID   Tag Name                             Writable
26635  ------   --------                             --------
26636  'ipco'   ItemPropertyContainer                QuickTime ItemPropCont
26637  'ipma'   ItemPropertyAssociation              no
26638
26639=head3 QuickTime ItemPropCont Tags
26640
26641  Tag ID   Tag Name                             Writable
26642  ------   --------                             --------
26643  'auxC'   AuxiliaryImageType                   no
26644  'av1C'   AV1Configuration                     QuickTime AV1Config
26645  'clap'   CleanAperture                        no
26646  'colr'   ICC_Profile                          ICC_Profile
26647           ColorRepresentation                  no
26648  'hvcC'   HEVCConfiguration                    QuickTime HEVCConfig
26649  'irot'   Rotation                             int8u!
26650  'ispe'   ImageSpatialExtent                   no
26651  'pasp'   PixelAspectRatio                     int32u!
26652  'pixi'   ImagePixelDepth                      no
26653  'rloc'   RelativeLocation                     no
26654
26655=head3 QuickTime AV1Config Tags
26656
26657  Index1   Tag Name                             Writable
26658  ------   --------                             --------
26659      0    AV1ConfigurationVersion              no
26660      1    SeqProfile?                          no
26661    1.1    SeqLevelIdx0?                        no
26662      2    SeqTier0?                            no
26663    2.1    HighBitDepth?                        no
26664    2.2    TwelveBit?                           no
26665    2.3    ChromaFormat                         no
26666    2.4    ChromaSamplePosition                 no
26667      3    InitialDelaySamples?                 no
26668
26669=head3 QuickTime HEVCConfig Tags
26670
26671  Index1   Tag Name                             Writable
26672  ------   --------                             --------
26673      0    HEVCConfigurationVersion             no
26674      1    GeneralProfileSpace                  no
26675    1.1    GeneralTierFlag                      no
26676    1.2    GeneralProfileIDC                    no
26677      2    GenProfileCompatibilityFlags         no
26678      6    ConstraintIndicatorFlags             no
26679     12    GeneralLevelIDC                      no
26680     13    MinSpatialSegmentationIDC            no
26681     15    ParallelismType                      no
26682     16    ChromaFormat                         no
26683     17    BitDepthLuma                         no
26684     18    BitDepthChroma                       no
26685     19    AverageFrameRate                     no
26686     21    ConstantFrameRate                    no
26687   21.1    NumTemporalLayers                    no
26688   21.2    TemporalIDNested                     no
26689
26690=head3 QuickTime ItemRef Tags
26691
26692The Item reference entries listed in the table below contain information about
26693the associations between items in the file.  This information is used by
26694ExifTool, but these entries are not extracted as tags.
26695
26696  Tag ID   Tag Name                             Writable
26697  ------   --------                             --------
26698  'auxl'   AuxiliaryImageRef                    no
26699  'cdsc'   ContentDescribes                     no
26700  'dimg'   DerivedImageRef                      no
26701  'thmb'   ThumbnailRef                         no
26702
26703=head3 QuickTime MovieFragment Tags
26704
26705  Tag ID   Tag Name                             Writable
26706  ------   --------                             --------
26707  'meta'   Meta                                 QuickTime Meta
26708  'mfhd'   MovieFragmentHeader                  QuickTime MovieFragHdr
26709  'traf'   TrackFragment                        QuickTime TrackFragment
26710
26711=head3 QuickTime MovieFragHdr Tags
26712
26713  Index4   Tag Name                             Writable
26714  ------   --------                             --------
26715      1    MovieFragmentSequence                no
26716
26717=head3 QuickTime TrackFragment Tags
26718
26719  Tag ID   Tag Name                             Writable
26720  ------   --------                             --------
26721  'meta'   Meta                                 QuickTime Meta
26722
26723=head3 QuickTime Movie Tags
26724
26725  Tag ID   Tag Name                             Writable
26726  ------   --------                             --------
26727  'cmov'   CompressedMovie                      QuickTime CMovie
26728  'gps '   GPSDataList?                         no
26729  'htka'   HTCTrack                             QuickTime Track
26730  'iods'   InitialObjectDescriptor?             no
26731  'meco'   OtherMeta                            QuickTime OtherMeta
26732  'meta'   Meta                                 QuickTime Meta
26733  'mvhd'   MovieHeader                          QuickTime MovieHeader
26734  'trak'   Track                                QuickTime Track
26735  'udta'   UserData                             QuickTime UserData
26736  'uuid'   UUID-USMT                            QuickTime UserMedia
26737           UUID-Canon                           Canon uuid
26738           UUID-Unknown?                        no
26739
26740=head3 QuickTime CMovie Tags
26741
26742  Tag ID   Tag Name                             Writable
26743  ------   --------                             --------
26744  'dcom'   Compression                          no
26745
26746=head3 QuickTime Track Tags
26747
26748  Tag ID   Tag Name                             Writable
26749  ------   --------                             --------
26750  'mdia'   Media                                QuickTime Media
26751  'meco'   OtherMeta                            QuickTime OtherMeta
26752  'meta'   Meta                                 QuickTime Meta
26753  'tapt'   TrackAperture                        QuickTime TrackAperture
26754  'tkhd'   TrackHeader                          QuickTime TrackHeader
26755  'tref'   TrackRef                             QuickTime TrackRef
26756  'udta'   UserData                             QuickTime UserData
26757  'uuid'   UUID-USMT                            QuickTime UserMedia
26758           SphericalVideoXML                    XMP
26759           UUID-Unknown?                        no
26760
26761=head3 QuickTime Media Tags
26762
26763MP4 media box.
26764
26765  Tag ID   Tag Name                             Writable
26766  ------   --------                             --------
26767  'hdlr'   Handler                              QuickTime Handler
26768  'mdhd'   MediaHeader                          QuickTime MediaHeader
26769  'minf'   MediaInfo                            QuickTime MediaInfo
26770
26771=head3 QuickTime MediaHeader Tags
26772
26773  Index4   Tag Name                             Writable
26774  ------   --------                             --------
26775      0    MediaHeaderVersion                   no
26776      1    MediaCreateDate                      int32u
26777      2    MediaModifyDate                      int32u
26778      3    MediaTimeScale                       no
26779      4    MediaDuration                        no
26780      5    MediaLanguageCode                    no
26781
26782=head3 QuickTime MediaInfo Tags
26783
26784MP4 media info box.
26785
26786  Tag ID   Tag Name                             Writable
26787  ------   --------                             --------
26788  'dinf'   DataInfo                             QuickTime DataInfo
26789  'gmhd'   GenMediaHeader                       QuickTime GenMediaHeader
26790  'hdlr'   Handler                              QuickTime Handler
26791  'hmhd'   HintHeader                           QuickTime HintHeader
26792  'nmhd'   NullMediaHeader?                     no
26793  'smhd'   AudioHeader                          QuickTime AudioHeader
26794  'stbl'   SampleTable                          QuickTime SampleTable
26795  'vmhd'   VideoHeader                          QuickTime VideoHeader
26796
26797=head3 QuickTime GenMediaHeader Tags
26798
26799  Tag ID   Tag Name                             Writable
26800  ------   --------                             --------
26801  'gmin'   GenMediaInfo                         QuickTime GenMediaInfo
26802  'text'   Text?                                no
26803  'tmcd'   TimeCode                             QuickTime TimeCode
26804
26805=head3 QuickTime GenMediaInfo Tags
26806
26807  Index1   Tag Name                             Writable
26808  ------   --------                             --------
26809      0    GenMediaVersion                      no
26810      1    GenFlags                             no
26811      4    GenGraphicsMode                      no
26812      6    GenOpColor                           no
26813     12    GenBalance                           no
26814
26815=head3 QuickTime TimeCode Tags
26816
26817  Tag ID   Tag Name                             Writable
26818  ------   --------                             --------
26819  'tcmi'   TCMediaInfo                          QuickTime TCMediaInfo
26820
26821=head3 QuickTime TCMediaInfo Tags
26822
26823  Index1   Tag Name                             Writable
26824  ------   --------                             --------
26825      4    TextFont                             no
26826      6    TextFace                             no
26827      8    TextSize                             no
26828     12    TextColor                            no
26829     18    BackgroundColor                      no
26830     24    FontName                             no
26831
26832=head3 QuickTime HintHeader Tags
26833
26834MP4 hint media header.
26835
26836  Index2   Tag Name                             Writable
26837  ------   --------                             --------
26838      2    MaxPDUSize                           no
26839      3    AvgPDUSize                           no
26840      4    MaxBitrate                           no
26841      6    AvgBitrate                           no
26842
26843=head3 QuickTime AudioHeader Tags
26844
26845MP4 audio media header.
26846
26847  Index2   Tag Name                             Writable
26848  ------   --------                             --------
26849      2    Balance                              no
26850
26851=head3 QuickTime SampleTable Tags
26852
26853MP4 sample table box.
26854
26855  Tag ID   Tag Name                             Writable
26856  ------   --------                             --------
26857  'co64'   ChunkOffset64?                       no
26858  'cslg'   CompositionToDecodeTimelineMapping?  no
26859  'ctts'   CompositionTimeToSample?             no
26860  'padb'   SamplePaddingBits?                   no
26861  'sbgp'   SampleToGroup?                       no
26862  'sdtp'   IdependentAndDisposableSamples?      no
26863  'sgpd'   SampleGroupDescription?              no
26864  'stco'   ChunkOffset?                         no
26865  'stdp'   SampleDegradationPriority?           no
26866  'stps'   PartialSyncSamples                   no
26867  'stsc'   SampleToChunk?                       no
26868  'stsd'   AudioSampleDesc                      QuickTime AudioSampleDesc
26869           VideoSampleDesc                      QuickTime ImageDesc
26870           HintSampleDesc                       QuickTime HintSampleDesc
26871           MetaSampleDesc                       QuickTime MetaSampleDesc
26872           OtherSampleDesc                      QuickTime OtherSampleDesc
26873  'stsh'   ShadowSyncSampleTable?               no
26874  'stss'   SyncSampleTable?                     no
26875  'stsz'   SampleSizes?                         no
26876  'stts'   VideoFrameRate                       no
26877           TimeToSampleTable?                   no
26878  'stz2'   CompactSampleSizes?                  no
26879  'subs'   Sub-sampleInformation?               no
26880
26881=head3 QuickTime AudioSampleDesc Tags
26882
26883MP4 audio sample description.  This hybrid atom contains both data and child
26884atoms.
26885
26886  ID/Index Tag Name                             Writable
26887  -------- --------                             --------
26888      4    AudioFormat                          no
26889     20    AudioVendorID                        no
26890     24    AudioChannels                        no
26891     26    AudioBitsPerSample                   no
26892     32    AudioSampleRate                      no
26893  'chan'   AudioChannelLayout                   QuickTime ChannelLayout
26894  'damr'   DecodeConfig                         QuickTime DecodeConfig
26895  'pinf'   PurchaseInfo                         QuickTime ProtectionInfo
26896  'sinf'   ProtectionInfo                       QuickTime ProtectionInfo
26897  'wave'   Wave                                 QuickTime Wave
26898
26899=head3 QuickTime ChannelLayout Tags
26900
26901Audio channel layout.
26902
26903  Index1   Tag Name                             Writable
26904  ------   --------                             --------
26905      4    LayoutFlags                          no
26906      6    AudioChannels                        no
26907      8    AudioChannelTypes                    no
26908     12    NumChannelDescriptions               no
26909     16    Channel1Label                        no
26910     20    Channel1Flags                        no
26911     24    Channel1Coordinates                  no
26912     36    Channel2Label                        no
26913     40    Channel2Flags                        no
26914     44    Channel2Coordinates                  no
26915     56    Channel3Label                        no
26916     60    Channel3Flags                        no
26917     64    Channel3Coordinates                  no
26918     76    Channel4Label                        no
26919     80    Channel4Flags                        no
26920     84    Channel4Coordinates                  no
26921     96    Channel5Label                        no
26922    100    Channel5Flags                        no
26923    104    Channel5Coordinates                  no
26924    116    Channel6Label                        no
26925    120    Channel6Flags                        no
26926    124    Channel6Coordinates                  no
26927    136    Channel7Label                        no
26928    140    Channel7Flags                        no
26929    144    Channel7Coordinates                  no
26930    156    Channel8Label                        no
26931    160    Channel8Flags                        no
26932    164    Channel8Coordinates                  no
26933
26934=head3 QuickTime DecodeConfig Tags
26935
26936  Index1   Tag Name                             Writable
26937  ------   --------                             --------
26938      0    EncoderVendor                        no
26939      4    EncoderVersion                       no
26940
26941=head3 QuickTime ProtectionInfo Tags
26942
26943Child atoms found in "sinf" and/or "pinf" atoms.
26944
26945  Tag ID   Tag Name                             Writable
26946  ------   --------                             --------
26947  'enda'   Endianness                           no
26948  'frma'   OriginalFormat                       no
26949  'schi'   SchemeInfo                           QuickTime SchemeInfo
26950  'schm'   SchemeType                           QuickTime SchemeType
26951
26952=head3 QuickTime SchemeInfo Tags
26953
26954  Tag ID   Tag Name                             Writable
26955  ------   --------                             --------
26956  'cert'   Certificate                          no
26957  'iviv'   InitializationVector                 no
26958  'key '   KeyID                                no
26959  'name'   UserName                             no
26960  'righ'   Rights                               QuickTime Rights
26961  'user'   UserID                               no
26962
26963=head3 QuickTime Rights Tags
26964
26965  Tag ID   Tag Name                             Writable
26966  ------   --------                             --------
26967  'aver'   VersionRestrictions                  no
26968  'medi'   MediaFlags                           no
26969  'mode'   ModeFlags                            no
26970  'plat'   Platform                             no
26971  'song'   ItemID                               no
26972  'tool'   ItemTool                             no
26973  'tran'   TransactionID                        no
26974  'veID'   ItemVendorID                         no
26975
26976=head3 QuickTime SchemeType Tags
26977
26978  Index1   Tag Name                             Writable
26979  ------   --------                             --------
26980      4    SchemeType                           no
26981      8    SchemeVersion                        no
26982     10    SchemeURL                            no
26983
26984=head3 QuickTime Wave Tags
26985
26986  Tag ID   Tag Name                             Writable
26987  ------   --------                             --------
26988  'enda'   Endianness                           no
26989  'frma'   PurchaseFileFormat                   no
26990
26991=head3 QuickTime ImageDesc Tags
26992
26993  ID/Index Tag Name                             Writable
26994  -------- --------                             --------
26995      2    CompressorID                         no
26996     10    VendorID                             no
26997     16    SourceImageWidth                     no
26998     17    SourceImageHeight                    no
26999     18    XResolution                          no
27000     20    YResolution                          no
27001     25    CompressorName                       no
27002     41    BitDepth                             no
27003  'CDI1'   CDI1                                 Canon CDI1
27004  'CMP1'   CMP1                                 Canon CMP1
27005  'JPEG'   JPEGInfo?                            no
27006  'avcC'   AVCConfiguration?                    no
27007  'btrt'   BitrateInfo                          QuickTime Bitrate
27008  'clap'   CleanAperture                        QuickTime CleanAperture
27009  'colr'   ColorRepresentation                  no
27010  'fiel'   VideoFieldOrder                      no
27011  'gama'   Gamma                                no
27012  'pasp'   PixelAspectRatio                     no
27013  'st3d'   Stereoscopic3D                       no
27014  'sv3d'   SphericalVideo                       QuickTime sv3d
27015
27016=head3 QuickTime Bitrate Tags
27017
27018  Index4   Tag Name                             Writable
27019  ------   --------                             --------
27020      0    BufferSize                           no
27021      1    MaxBitrate                           no
27022      2    AverageBitrate                       no
27023
27024=head3 QuickTime CleanAperture Tags
27025
27026  Index8   Tag Name                             Writable
27027  ------   --------                             --------
27028      0    CleanApertureWidth                   no
27029      1    CleanApertureHeight                  no
27030      2    CleanApertureOffsetX                 no
27031      3    CleanApertureOffsetY                 no
27032
27033=head3 QuickTime sv3d Tags
27034
27035Tags defined by the Spherical Video V2 specification.  See
27036L<https://github.com/google/spatial-media/blob/master/docs/spherical-video-v2-rfc.md>
27037for the specification.
27038
27039  Tag ID   Tag Name                             Writable
27040  ------   --------                             --------
27041  'proj'   Projection                           QuickTime proj
27042  'svhd'   MetadataSource                       no
27043
27044=head3 QuickTime proj Tags
27045
27046  Tag ID   Tag Name                             Writable
27047  ------   --------                             --------
27048  'cbmp'   CubemapProj                          QuickTime cbmp
27049  'equi'   EquirectangularProj                  QuickTime equi
27050  'prhd'   ProjectionHeader                     QuickTime prhd
27051
27052=head3 QuickTime cbmp Tags
27053
27054  Index4   Tag Name                             Writable
27055  ------   --------                             --------
27056      1    Layout                               no
27057      2    Padding                              no
27058
27059=head3 QuickTime equi Tags
27060
27061  Index4   Tag Name                             Writable
27062  ------   --------                             --------
27063      1    ProjectionBoundsTop                  no
27064      2    ProjectionBoundsBottom               no
27065      3    ProjectionBoundsLeft                 no
27066      4    ProjectionBoundsRight                no
27067
27068=head3 QuickTime prhd Tags
27069
27070  Index4   Tag Name                             Writable
27071  ------   --------                             --------
27072      1    PoseYawDegrees                       no
27073      2    PosePitchDegrees                     no
27074      3    PoseRollDegrees                      no
27075
27076=head3 QuickTime HintSampleDesc Tags
27077
27078MP4 hint sample description.
27079
27080  ID/Index Tag Name                             Writable
27081  -------- --------                             --------
27082      4    HintFormat                           no
27083     16    HintTrackVersion                     no
27084     20    MaxPacketSize                        no
27085  'snro'   SequenceNumberRandomOffset           no
27086  'tims'   RTPTimeScale                         no
27087  'tsro'   TimestampRandomOffset                no
27088
27089=head3 QuickTime MetaSampleDesc Tags
27090
27091MP4 metadata sample description.
27092
27093  Tag ID   Tag Name                             Writable
27094  ------   --------                             --------
27095  0x0004   MetaFormat                           no
27096  'btrt'   BitrateInfo                          QuickTime Bitrate
27097  'keys'   Keys                                 QuickTime Keys
27098
27099=head3 QuickTime OtherSampleDesc Tags
27100
27101  Tag ID   Tag Name                             Writable
27102  ------   --------                             --------
27103  0x0004   OtherFormat                          no
27104  'ftab'   FontTable                            no
27105  'name'   OtherName                            no
27106
27107=head3 QuickTime VideoHeader Tags
27108
27109MP4 video media header.
27110
27111  Index2   Tag Name                             Writable
27112  ------   --------                             --------
27113      2    GraphicsMode                         no
27114      3    OpColor                              no
27115
27116=head3 QuickTime TrackAperture Tags
27117
27118  Tag ID   Tag Name                             Writable
27119  ------   --------                             --------
27120  'clef'   CleanApertureDimensions              no
27121  'enof'   EncodedPixelsDimensions              no
27122  'prof'   ProductionApertureDimensions         no
27123
27124=head3 QuickTime TrackHeader Tags
27125
27126  Index4   Tag Name                             Writable
27127  ------   --------                             --------
27128      0    TrackHeaderVersion                   no
27129      1    TrackCreateDate                      int32u
27130      2    TrackModifyDate                      int32u
27131      3    TrackID                              no
27132      5    TrackDuration                        no
27133      8    TrackLayer                           no
27134      9    TrackVolume                          no
27135     10    MatrixStructure                      fixed32s[9]!
27136     19    ImageWidth                           no
27137     20    ImageHeight                          no
27138
27139=head3 QuickTime TrackRef Tags
27140
27141  Tag ID   Tag Name                             Writable
27142  ------   --------                             --------
27143  'cdsc'   ContentDescribes                     no
27144  'chap'   ChapterListTrackID                   no
27145  'mpod'   ElementaryStreamTrack                no
27146  'tmcd'   TimeCode                             no
27147
27148=head3 QuickTime UserData Tags
27149
27150Tag ID's beginning with the copyright symbol (hex 0xa9) are multi-language
27151text.  Alternate language tags are accessed by adding a dash followed by a
271523-character ISO 639-2 language code to the tag name.  ExifTool will extract
27153any multi-language user data tags found, even if they aren't in this table.
27154Note when creating new tags,
27155L<ItemList|Image::ExifTool::TagNames/QuickTime ItemList Tags> tags are
27156preferred over these, so to create the tag when a same-named ItemList tag
27157exists, either "UserData" must be specified (eg. C<-UserData:Artist=Monet>
27158on the command line), or the PREFERRED level must be changed via
27159the config file.
27160
27161  Tag ID       Tag Name                         Writable
27162  ------       --------                         --------
27163  '@day'       ContentCreateDate                string/
27164  '@mak'       Make                             string/
27165  '@mod'       Model                            string/
27166  '@sec'       SamsungSec                       Samsung sec
27167  '@swr'       SoftwareVersion                  string/
27168  '@xyz'       GPSCoordinates                   string/
27169  'AllF'       PlayAllFrames                    int8u
27170  'CAME'       SerialNumberHash                 string
27171  'CNCV'       CompressorVersion                string
27172  'CNFV'       FirmwareVersion                  string
27173  'CNMN'       Model                            string/
27174  'CNOP'       CanonCNOP                        Canon CNOP
27175  'CNTH'       CanonCNTH                        Canon CNTH
27176  'DcMD'       KodakDcMD                        Kodak DcMD
27177  'FFMV'       FujiFilmFFMV                     FujiFilm FFMV
27178  'FIRM'       FirmwareVersion                  string/
27179  "FOV\0"      FieldOfView                      string
27180  'GPMF'       GoProGPMF                        GoPro GPMF
27181  'GoPr'       GoProType                        string
27182  'INFO'       SamsungINFO                      Samsung INFO
27183  'LEIC'       LeicaLEIC                        Panasonic PANA
27184  'LENS'       LensSerialNumber                 string
27185  'LOOP'       LoopStyle                        int32u
27186  'Lvlm'       LevelMeter?                      rational64s
27187  'MMA0'       MinoltaMMA0                      Minolta MMA
27188  'MMA1'       MinoltaMMA1                      Minolta MMA
27189  'MVTG'       FujiFilmMVTG                     EXIF
27190  'NCDT'       NikonNCDT                        Nikon NCDT
27191  'PANA'       PanasonicPANA                    Panasonic PANA
27192  'PENT'       PentaxPENT                       Pentax PENT
27193  'PXMN'       MakerNotePentax5b                Pentax
27194               MakerNotePentax5c                Pentax
27195               MakerNotePentaxUnknown           string
27196  'PXTH'       PentaxPreview                    Pentax PXTH
27197  'QVMI'       CasioQVMI                        EXIF
27198  'RMKN'       RicohRMKN                        EXIF
27199  'RTHU'       PreviewImage                     no
27200  'SDLN'       PlayMode                         string
27201  'SNum'       SerialNumber                     string/
27202  'SelO'       PlaySelection                    int8u
27203  'TAGS'       FujiFilmTags                     FujiFilm MOV
27204               KodakTags                        Kodak MOV
27205               KonicaMinoltaTags                Minolta MOV1
27206               MinoltaTags                      Minolta MOV2
27207               NikonTags                        Nikon MOV
27208               OlympusTags1                     Olympus MOV1
27209               OlympusTags2                     Olympus MOV2
27210               OlympusTags3                     Olympus MP4
27211               OlympusTags4                     Olympus MOV3
27212               PentaxTags                       Pentax MOV
27213               SamsungTags                      Samsung MP4
27214               SanyoMOV                         Sanyo MOV
27215               SanyoMP4                         Sanyo MP4
27216               UnknownTags?                     string
27217  'TTMD'       TomTomMetaData                   QuickTime TomTom
27218  'WLOC'       WindowLocation                   int16u
27219  'XMP_'       XMP                              XMP
27220  'Xtra'       MicrosoftXtra                    Microsoft Xtra
27221  '_cx_'       CX?                              rational64s
27222  '_cy_'       CY?                              rational64s
27223  '_yaw'       Yaw                              rational64s/
27224  'albm'       Album                            string/
27225  'albr'       AlbumArtist                      string
27226  'angl'       CameraAngle                      string
27227  'apmd'       ApertureMode                     undef
27228  'auth'       Author                           string/
27229  'ccid'       ContentID                        string
27230  'cdis'       ContentDistributorID             string
27231  'chpl'       ChapterList                      no
27232  'clfn'       ClipFileName                     string
27233  'clid'       ClipID                           string
27234  'clsf'       Classification                   undef/
27235  'cmid'       CameraID                         string
27236  'cmnm'       Model                            string/
27237  'coll'       CollectionName                   string/
27238  'cprt'       Copyright                        string/
27239  'cver'       CodeVersion                      string
27240  'cvru'       CoverURI                         string
27241  'date'       DateTimeOriginal                 string
27242  'dscp'       Description                      string/
27243  'gnre'       Genre                            string/
27244  'hinf'       HintTrackInfo                    QuickTime HintTrackInfo
27245  'hinv'       HintVersion                      string
27246  'hnti'       HintInfo                         QuickTime HintInfo
27247  'htcb'       HTCBinary                        QuickTime HTCBinary
27248  'icnu'       IconURI                          string
27249  'infu'       InfoURL                          string
27250  'kgtt'       TrackType                        string
27251  'kywd'       Keywords                         no
27252  'loci'       LocationInformation              undef/
27253  'lrcu'       LyricsURI                        string
27254  'lvlm'       LevelMeter?                      rational64s
27255  'manu'       Make                             no
27256  'mcvr'       PreviewImage                     string
27257  'meta'       Meta                             QuickTime Meta
27258  'modl'       Model                            no
27259  'name'       Name                             string
27260  'perf'       Performer                        string/
27261  'pmcc'       GarminSettings                   string
27262  'pose'       pose                             Kodak pose
27263  'ptch'       Pitch                            rational64s/
27264  'ptv '       PrintToVideo                     QuickTime Video
27265  'rads'       Rads?                            rational64s
27266  'reel'       ReelName                         string
27267  'roll'       Roll                             rational64s/
27268  'rtng'       Rating                           undef/
27269  'scen'       Scene                            string
27270  'scrn'       OlympusPreview                   Olympus scrn
27271  'shot'       ShotName                         string
27272  'slno'       SerialNumber                     string
27273  'smta'       SamsungSmta                      Samsung smta
27274  'tags'       Audible_tags                     Audible tags
27275  'thmb'       MakerNotePentax5a                Pentax
27276               OlympusThumbnail                 Olympus thmb
27277               ThumbnailImage                   string
27278               ThumbnailPNG                     string
27279               UnknownThumbnail                 string
27280  'titl'       Title                            string/
27281  'urat'       UserRating                       undef/
27282  'uuid'       GarminSoftware                   string
27283               UUID-Unknown?                    no
27284  'vndr'       Vendor                           string
27285  'vrot'       AccelerometerData                no
27286  'yrrc'       Year                             undef/
27287  "\xa9ART"    Artist                           string
27288  "\xa9TIM"    StartTimecode                    string
27289  "\xa9TSC"    StartTimeScale                   string
27290  "\xa9TSZ"    StartTimeSampleSize              string
27291  "\xa9alb"    Album                            string
27292  "\xa9arg"    Arranger                         string
27293  "\xa9ark"    ArrangerKeywords                 string
27294  "\xa9cmt"    Comment                          string
27295  "\xa9cok"    ComposerKeywords                 string
27296  "\xa9com"    Composer                         string
27297  "\xa9cpy"    Copyright                        string
27298  "\xa9day"    ContentCreateDate                string
27299  "\xa9dir"    Director                         string
27300  "\xa9ed1"    Edit1                            string
27301  "\xa9ed2"    Edit2                            string
27302  "\xa9ed3"    Edit3                            string
27303  "\xa9ed4"    Edit4                            string
27304  "\xa9ed5"    Edit5                            string
27305  "\xa9ed6"    Edit6                            string
27306  "\xa9ed7"    Edit7                            string
27307  "\xa9ed8"    Edit8                            string
27308  "\xa9ed9"    Edit9                            string
27309  "\xa9enc"    EncoderID                        string
27310  "\xa9fmt"    Format                           string
27311  "\xa9fpt"    Pitch                            string
27312  "\xa9frl"    Roll                             string
27313  "\xa9fyw"    Yaw                              string
27314  "\xa9gen"    Genre                            string
27315  "\xa9gpt"    CameraPitch                      string
27316  "\xa9grl"    CameraRoll                       string
27317  "\xa9grp"    Grouping                         string
27318  "\xa9gyw"    CameraYaw                        string
27319  "\xa9inf"    Information                      string
27320  "\xa9isr"    ISRCCode                         string
27321  "\xa9lab"    RecordLabelName                  string
27322  "\xa9lal"    RecordLabelURL                   string
27323  "\xa9lyr"    Lyrics                           string
27324  "\xa9mak"    Make                             string
27325  "\xa9mal"    MakerURL                         string
27326  "\xa9mdl"    Model                            string/
27327  "\xa9mod"    Model                            string
27328  "\xa9nam"    Title                            string
27329  "\xa9pdk"    ProducerKeywords                 string
27330  "\xa9phg"    RecordingCopyright               string
27331  "\xa9prd"    Producer                         string
27332  "\xa9prf"    Performers                       string
27333  "\xa9prk"    PerformerKeywords                string
27334  "\xa9prl"    PerformerURL                     string
27335  "\xa9req"    Requirements                     string
27336  "\xa9snk"    SubtitleKeywords                 string
27337  "\xa9snm"    Subtitle                         string
27338  "\xa9src"    SourceCredits                    string
27339  "\xa9swf"    SongWriter                       string
27340  "\xa9swk"    SongWriterKeywords               string
27341  "\xa9swr"    SoftwareVersion                  string
27342  "\xa9too"    Encoder                          string
27343  "\xa9trk"    Track                            string
27344  "\xa9wrt"    Composer                         string/
27345  "\xa9xsp"    SpeedX                           string
27346  "\xa9xyz"    GPSCoordinates                   string
27347  "\xa9ysp"    SpeedY                           string
27348  "\xa9zsp"    SpeedZ                           string
27349
27350=head3 QuickTime TomTom Tags
27351
27352Tags found in TomTom Bandit Action Cam MP4 videos.
27353
27354  Tag ID   Tag Name                             Writable
27355  ------   --------                             --------
27356  'TTAD'   TomTomAD                             QuickTime Stream
27357  'TTHL'   TomTomHL?                            no
27358  'TTID'   TomTomID                             no
27359  'TTVD'   TomTomVD                             no
27360  'TTVI'   TomTomVI?                            no
27361
27362=head3 QuickTime HintTrackInfo Tags
27363
27364  Tag ID   Tag Name                             Writable
27365  ------   --------                             --------
27366  'dimm'   ImmediateDataBytes                   no
27367  'dmax'   LargestPacketDuration                no
27368  'dmed'   MediaTrackBytes                      no
27369  'drep'   RepeatedDataBytes                    no
27370  'maxr'   MaxDataRate                          no
27371  'npck'   NumPackets                           no
27372  'nump'   NumPackets                           no
27373  'payt'   PayloadType                          no
27374  'pmax'   LargestPacketSize                    no
27375  'tmax'   MaxTransmissionTime                  no
27376  'tmin'   MinTransmissionTime                  no
27377  'totl'   TotalBytes                           no
27378  'tpaY'   TotalBytesNoRTPHeaders               no
27379  'tpay'   TotalBytesNoRTPHeaders               no
27380  'tpyl'   TotalBytesNoRTPHeaders               no
27381  'trpY'   TotalBytes                           no
27382  'trpy'   TotalBytes                           no
27383
27384=head3 QuickTime HintInfo Tags
27385
27386  Tag ID   Tag Name                             Writable
27387  ------   --------                             --------
27388  'rtp '   RealtimeStreamingProtocol            no
27389  'sdp '   StreamingDataProtocol                no
27390
27391=head3 QuickTime HTCBinary Tags
27392
27393  Index4   Tag Name                             Writable
27394  ------   --------                             --------
27395  [no tags known]
27396
27397=head3 QuickTime Video Tags
27398
27399  Index1   Tag Name                             Writable
27400  ------   --------                             --------
27401      0    DisplaySize                          no
27402      6    SlideShow                            no
27403
27404=head3 QuickTime UserMedia Tags
27405
27406  Tag ID   Tag Name                             Writable
27407  ------   --------                             --------
27408  'MTDT'   MetaData                             QuickTime MetaData
27409
27410=head3 QuickTime MetaData Tags
27411
27412  Tag ID   Tag Name                             Writable
27413  ------   --------                             --------
27414  0x0001   Title                                no
27415  0x0003   ProductionDate                       no
27416  0x0004   Software                             no
27417  0x0005   Product                              no
27418  0x000a   TrackProperty                        no
27419  0x000b   TimeZone                             no
27420  0x000c   ModifyDate                           no
27421
27422=head3 QuickTime MovieHeader Tags
27423
27424  Index4   Tag Name                             Writable
27425  ------   --------                             --------
27426      0    MovieHeaderVersion                   no
27427      1    CreateDate                           int32u
27428      2    ModifyDate                           int32u
27429      3    TimeScale                            no
27430      4    Duration                             no
27431      5    PreferredRate                        no
27432      6    PreferredVolume                      no
27433      9    MatrixStructure                      no
27434     18    PreviewTime                          no
27435     19    PreviewDuration                      no
27436     20    PosterTime                           no
27437     21    SelectionTime                        no
27438     22    SelectionDuration                    no
27439     23    CurrentTime                          no
27440     24    NextTrackID                          no
27441
27442=head3 QuickTime Preview Tags
27443
27444  Index2   Tag Name                             Writable
27445  ------   --------                             --------
27446      0    PreviewDate                          int32u
27447      2    PreviewVersion                       no
27448      3    PreviewAtomType                      no
27449      5    PreviewAtomIndex                     no
27450
27451=head3 QuickTime Profile Tags
27452
27453  Tag ID   Tag Name                             Writable
27454  ------   --------                             --------
27455  'APRF'   AudioProfile                         QuickTime AudioProf
27456  'FPRF'   FileGlobalProfile                    QuickTime FileProf
27457  'OLYM'   OlympusOLYM                          Olympus OLYM
27458  'VPRF'   VideoProfile                         QuickTime VideoProf
27459
27460=head3 QuickTime AudioProf Tags
27461
27462  Index4   Tag Name                             Writable
27463  ------   --------                             --------
27464      0    AudioProfileVersion?                 no
27465      1    AudioTrackID                         no
27466      2    AudioCodec                           no
27467      3    AudioCodecInfo?                      no
27468      4    AudioAttributes                      no
27469      5    AudioAvgBitrate                      no
27470      6    AudioMaxBitrate                      no
27471      7    AudioSampleRate                      no
27472      8    AudioChannels                        no
27473
27474=head3 QuickTime FileProf Tags
27475
27476  Index4   Tag Name                             Writable
27477  ------   --------                             --------
27478      0    FileProfileVersion?                  no
27479      1    FileFunctionFlags                    no
27480
27481=head3 QuickTime VideoProf Tags
27482
27483  Index4   Tag Name                             Writable
27484  ------   --------                             --------
27485      0    VideoProfileVersion?                 no
27486      1    VideoTrackID                         no
27487      2    VideoCodec                           no
27488      3    VideoCodecInfo?                      no
27489      4    VideoAttributes                      no
27490      5    VideoAvgBitrate                      no
27491      6    VideoMaxBitrate                      no
27492      7    VideoAvgFrameRate                    no
27493      8    VideoMaxFrameRate                    no
27494      9    VideoSize                            no
27495     10    PixelAspectRatio                     no
27496
27497=head3 QuickTime Flip Tags
27498
27499Found in MP4 files from Flip Video cameras.
27500
27501  Index4   Tag Name                             Writable
27502  ------   --------                             --------
27503      1    PreviewImageWidth                    no
27504      2    PreviewImageHeight                   no
27505     13    PreviewImageLength                   no
27506     14    SerialNumber                         no
27507     28    PreviewImage                         no
27508
27509=head3 QuickTime Tags360Fly Tags
27510
27511Timed metadata found in MP4 videos from the 360Fly.
27512
27513  Tag ID   Tag Name                             Writable
27514  ------   --------                             --------
27515  0x0001   Accel360Fly                          QuickTime Accel360Fly
27516  0x0002   Gyro360Fly                           QuickTime Gyro360Fly
27517  0x0003   Mag360Fly                            QuickTime Mag360Fly
27518  0x0005   GPS360Fly                            QuickTime GPS360Fly
27519  0x0006   Rot360Fly                            QuickTime Rot360Fly
27520  0x00fa   Fusion360Fly                         QuickTime Fusion360Fly
27521
27522=head3 QuickTime Accel360Fly Tags
27523
27524  Index1   Tag Name                             Writable
27525  ------   --------                             --------
27526      1    AccelMode?                           no
27527      2    SampleTime                           no
27528     10    AccelYPR                             no
27529
27530=head3 QuickTime Gyro360Fly Tags
27531
27532  Index1   Tag Name                             Writable
27533  ------   --------                             --------
27534      1    GyroMode?                            no
27535      2    SampleTime                           no
27536     10    GyroYPR                              no
27537
27538=head3 QuickTime Mag360Fly Tags
27539
27540  Index1   Tag Name                             Writable
27541  ------   --------                             --------
27542      1    MagMode?                             no
27543      2    SampleTime                           no
27544     10    MagnetometerXYZ                      no
27545
27546=head3 QuickTime GPS360Fly Tags
27547
27548  Index1   Tag Name                             Writable
27549  ------   --------                             --------
27550      1    GPSMode?                             no
27551      2    SampleTime                           no
27552     10    GPSLatitude                          no
27553     14    GPSLongitude                         no
27554     18    GPSAltitude                          no
27555     22    GPSSpeed                             no
27556     24    GPSTrack                             no
27557     26    Acceleration                         no
27558
27559=head3 QuickTime Rot360Fly Tags
27560
27561  Index1   Tag Name                             Writable
27562  ------   --------                             --------
27563      1    RotMode?                             no
27564      2    SampleTime                           no
27565     10    RotationXYZ                          no
27566
27567=head3 QuickTime Fusion360Fly Tags
27568
27569  Index1   Tag Name                             Writable
27570  ------   --------                             --------
27571      1    FusionMode?                          no
27572      2    SampleTime                           no
27573     10    FusionYPR                            no
27574
27575=head3 QuickTime ImageFile Tags
27576
27577Tags used in QTIF QuickTime Image Files.
27578
27579  Tag ID   Tag Name                             Writable
27580  ------   --------                             --------
27581  'idat'   ImageData                            no
27582  'idsc'   ImageDescription                     QuickTime ImageDesc
27583  'iicc'   ICC_Profile                          ICC_Profile
27584
27585=head2 Parrot Tags
27586
27587=head3 Parrot mett Tags
27588
27589Streaming metadata found in Parrot drone videos. See
27590L<https://developer.parrot.com/docs/pdraw/metadata.html> for the
27591specification.
27592
27593  Tag ID   Tag Name                             Writable
27594  ------   --------                             --------
27595  'P1'     ParrotV1                             Parrot V1
27596  'P2'     ParrotV2                             Parrot V2
27597  'P3'     ParrotV3                             Parrot V3
27598  'E1'     ParrotTimeStamp                      Parrot TimeStamp
27599  'E2'     ParrotFollowMe                       Parrot FollowMe
27600  'E3'     ParrotAutomation                     Parrot Automation
27601
27602=head3 Parrot V1 Tags
27603
27604Parrot version 1 streaming metadata.
27605
27606  Index1   Tag Name                             Writable
27607  ------   --------                             --------
27608      4    DroneYaw                             no
27609      6    DronePitch                           no
27610      8    DroneRoll                            no
27611     10    CameraPan                            no
27612     12    CameraTilt                           no
27613     14    FrameView                            no
27614     22    ExposureTime                         no
27615     24    ISO                                  no
27616     26    WifiRSSI                             no
27617     27    Battery                              no
27618     28    GPSLatitude                          no
27619     32    GPSLongitude                         no
27620     36    GPSAltitude                          no
27621   36.1    GPSSatellites                        no
27622     40    AltitudeFromTakeOff                  no
27623     44    DistanceFromHome                     no
27624     48    SpeedX                               no
27625     50    SpeedY                               no
27626     52    SpeedZ                               no
27627     54    Binning                              no
27628   54.1    FlyingState                          no
27629     55    Animation                            no
27630   55.1    PilotingMode                         no
27631
27632=head3 Parrot V2 Tags
27633
27634Parrot version 2 basic streaming metadata.
27635
27636  Index1   Tag Name                             Writable
27637  ------   --------                             --------
27638      4    Elevation                            no
27639      8    GPSLatitude                          no
27640     12    GPSLongitude                         no
27641     16    GPSAltitude                          no
27642   16.1    GPSSatellites                        no
27643     20    GPSVelocityNorth                     no
27644     22    GPSVelocityEast                      no
27645     24    GPSVelocityDown                      no
27646     26    AirSpeed                             no
27647     28    DroneQuaternion                      no
27648     36    FrameView                            no
27649     44    CameraPan                            no
27650     46    CameraTilt                           no
27651     48    ExposureTime                         no
27652     50    ISO                                  no
27653     52    Binning                              no
27654   52.1    FlyingState                          no
27655     53    Animation                            no
27656   53.1    PilotingMode                         no
27657     54    WifiRSSI                             no
27658     55    Battery                              no
27659  'Groups' Groups                               no
27660
27661=head3 Parrot V3 Tags
27662
27663Parrot version 3 basic streaming metadata.
27664
27665  Index1   Tag Name                             Writable
27666  ------   --------                             --------
27667      4    Elevation                            no
27668      8    GPSLatitude                          no
27669     12    GPSLongitude                         no
27670     16    GPSAltitude                          no
27671   16.1    GPSSatellites                        no
27672     20    GPSVelocityNorth                     no
27673     22    GPSVelocityEast                      no
27674     24    GPSVelocityDown                      no
27675     26    AirSpeed                             no
27676     28    DroneQuaternion                      no
27677     36    FrameBaseView                        no
27678     44    FrameView                            no
27679     52    ExposureTime                         no
27680     54    ISO                                  no
27681     56    RedBalance                           no
27682     58    BlueBalance                          no
27683     60    FOV                                  no
27684     64    LinkGoodput                          no
27685   64.1    LinkQuality                          no
27686     68    WifiRSSI                             no
27687     69    Battery                              no
27688     70    Binning                              no
27689   70.1    FlyingState                          no
27690     71    Animation                            no
27691   71.1    PilotingMode                         no
27692
27693=head3 Parrot TimeStamp Tags
27694
27695Parrot streaming metadata timestamp extension.
27696
27697  Index1   Tag Name                             Writable
27698  ------   --------                             --------
27699      4    TimeStamp                            no
27700
27701=head3 Parrot FollowMe Tags
27702
27703Parrot streaming metadata follow-me extension.
27704
27705  Index1   Tag Name                             Writable
27706  ------   --------                             --------
27707      4    GPSTargetLatitude                    no
27708      8    GPSTargetLongitude                   no
27709     12    GPSTargetAltitude                    no
27710     16    Follow-meMode                        no
27711     17    Follow-meAnimation                   no
27712
27713=head3 Parrot Automation Tags
27714
27715Parrot streaming metadata automation extension.
27716
27717  Index1   Tag Name                             Writable
27718  ------   --------                             --------
27719      4    GPSFramingLatitude                   no
27720      8    GPSFramingLongitude                  no
27721     12    GPSFramingAltitude                   no
27722     16    GPSDestLatitude                      no
27723     20    GPSDestLongitude                     no
27724     24    GPSDestAltitude                      no
27725     28    AutomationAnimation                  no
27726     29    AutomationFlags                      no
27727
27728=head2 Matroska Tags
27729
27730The following tags are extracted from Matroska multimedia container files.
27731This container format is used by file types such as MKA, MKV, MKS and WEBM.
27732For speed, ExifTool extracts tags only up to the first Cluster unless the
27733Verbose (-v) or Unknown = 2 (-U) option is used.  See
27734L<http://www.matroska.org/technical/specs/index.html> for the official
27735Matroska specification.
27736
27737  Tag ID       Tag Name                         Writable
27738  ------       --------                         --------
27739  0x0000       ChapterDisplay                   Matroska
27740  0x0003       TrackType                        no
27741  0x0005       ChapterString                    no
27742  0x0006       VideoCodecID                     no
27743               AudioCodecID                     no
27744               CodecID                          no
27745  0x0008       TrackDefault                     no
27746  0x0009       ChapterTrackNumber?              no
27747  0x000e       Slices                           Matroska
27748  0x000f       ChapterTrack                     Matroska
27749  0x0011       ChapterTimeStart                 no
27750  0x0012       ChapterTimeEnd                   no
27751  0x0016       CueRefTime?                      no
27752  0x0017       CueRefCluster?                   no
27753  0x0018       ChapterFlagHidden?               no
27754  0x001a       VideoScanType                    no
27755  0x001b       BlockDuration?                   no
27756  0x001c       TrackLacing?                     no
27757  0x001f       AudioChannels                    no
27758  0x0020       BlockGroup                       Matroska
27759  0x0021       Block?                           no
27760  0x0022       BlockVirtual?                    no
27761  0x0023       SimpleBlock?                     no
27762  0x0024       CodecState?                      no
27763  0x0025       BlockAdditional?                 no
27764  0x0026       BlockMore                        Matroska
27765  0x0027       Position                         no
27766  0x002a       CodecDecodeAll                   no
27767  0x002b       PrevSize                         no
27768  0x002e       TrackEntry                       Matroska
27769  0x002f       EncryptedBlock?                  no
27770  0x0030       ImageWidth                       no
27771  0x0033       CueTime?                         no
27772  0x0035       AudioSampleRate                  no
27773  0x0036       ChapterAtom                      Matroska
27774  0x0037       CueTrackPositions                Matroska
27775  0x0039       TrackUsed                        no
27776  0x003a       ImageHeight                      no
27777  0x003b       CuePoint                         Matroska
27778  0x003f       CRC-32?                          no
27779  0x004b       BlockAdditionalID?               no
27780  0x004c       LaceNumber?                      no
27781  0x004d       FrameNumber?                     no
27782  0x004e       Delay?                           no
27783  0x004f       ClusterDuration?                 no
27784  0x0057       TrackNumber                      no
27785  0x005b       CueReference                     Matroska
27786  0x0060       Video                            Matroska
27787  0x0061       Audio                            Matroska
27788  0x0067       TimeCode?                        no
27789  0x0068       TimeSlice                        Matroska
27790  0x006a       CueCodecState?                   no
27791  0x006b       CueRefCodecState?                no
27792  0x006c       Void?                            no
27793  0x006e       BlockAddID?                      no
27794  0x0071       CueClusterPosition?              no
27795  0x0077       CueTrack?                        no
27796  0x007a       ReferencePriority?               no
27797  0x007b       ReferenceBlock?                  no
27798  0x007d       ReferenceVirtual?                no
27799  0x0254       ContentCompressionAlgorithm      no
27800  0x0255       ContentCompressionSettings?      no
27801  0x0282       DocType                          no
27802  0x0285       DocTypeReadVersion               no
27803  0x0286       EBMLVersion                      no
27804  0x0287       DocTypeVersion                   no
27805  0x02f2       EBMLMaxIDLength?                 no
27806  0x02f3       EBMLMaxSizeLength?               no
27807  0x02f7       EBMLReadVersion                  no
27808  0x037c       ChapterLanguage                  no
27809  0x037e       ChapterCountry                   no
27810  0x0444       SegmentFamily?                   no
27811  0x0461       DateTimeOriginal                 no
27812  0x047a       TagLanguage                      no
27813  0x0484       TagDefault                       no
27814  0x0485       TagBinary                        no
27815  0x0487       TagString                        no
27816  0x0489       Duration                         no
27817  0x050d       ChapterProcessPrivate?           no
27818  0x0598       ChapterFlagEnabled?              no
27819  0x05a3       TagName                          no
27820  0x05b9       EditionEntry                     Matroska
27821  0x05bc       EditionUID?                      no
27822  0x05bd       EditionFlagHidden?               no
27823  0x05db       EditionFlagDefault?              no
27824  0x05dd       EditionFlagOrdered?              no
27825  0x065c       AttachedFileData                 no
27826  0x0660       AttachedFileMIMEType             no
27827  0x066e       AttachedFileName                 no
27828  0x0675       AttachedFileReferral?            no
27829  0x067e       AttachedFileDescription          no
27830  0x06ae       AttachedFileUID                  no
27831  0x07e1       ContentEncryptionAlgorithm       no
27832  0x07e2       ContentEncryptionKeyID?          no
27833  0x07e3       ContentSignature?                no
27834  0x07e4       ContentSignatureKeyID?           no
27835  0x07e5       ContentSignatureAlgorithm        no
27836  0x07e6       ContentSignatureHashAlgorithm    no
27837  0x0d80       MuxingApp                        no
27838  0x0dbb       Seek                             Matroska
27839  0x1031       ContentEncodingOrder?            no
27840  0x1032       ContentEncodingScope?            no
27841  0x1033       ContentEncodingType              no
27842  0x1034       ContentCompression               Matroska
27843  0x1035       ContentEncryption                Matroska
27844  0x135f       CueRefNumber?                    no
27845  0x136e       TrackName                        no
27846  0x1378       CueBlockNumber?                  no
27847  0x137f       TrackOffset?                     no
27848  0x13ab       SeekID?                          no
27849  0x13ac       SeekPosition?                    no
27850  0x13b8       Stereo3DMode                     no
27851  0x14aa       CropBottom                       no
27852  0x14b0       DisplayWidth                     no
27853  0x14b2       DisplayUnit                      no
27854  0x14b3       AspectRatioType                  no
27855  0x14ba       DisplayHeight                    no
27856  0x14bb       CropTop                          no
27857  0x14cc       CropLeft                         no
27858  0x14dd       CropRight                        no
27859  0x15aa       TrackForced                      no
27860  0x15ee       MaxBlockAdditionID?              no
27861  0x1741       WritingApp                       no
27862  0x1854       SilentTracks                     Matroska
27863  0x18d7       SilentTrackNumber                no
27864  0x21a7       AttachedFile                     Matroska
27865  0x2240       ContentEncoding                  Matroska
27866  0x2264       AudioBitsPerSample               no
27867  0x23a2       CodecPrivate?                    no
27868  0x23c0       Targets                          Matroska
27869  0x23c3       ChapterPhysicalEquivalent        no
27870  0x23c4       TagChapterUID?                   no
27871  0x23c5       TagTrackUID?                     no
27872  0x23c6       TagAttachmentUID?                no
27873  0x23c9       TagEditionUID?                   no
27874  0x23ca       TargetType                       no
27875  0x2532       SignedElement?                   no
27876  0x2624       TrackTranslate                   Matroska
27877  0x26a5       TrackTranslateTrackID?           no
27878  0x26bf       TrackTranslateCodec              no
27879  0x26fc       TrackTranslateEditionUID?        no
27880  0x27c8       SimpleTag                        Matroska
27881  0x28ca       TargetTypeValue                  no
27882  0x2911       ChapterProcessCommand            Matroska
27883  0x2922       ChapterProcessTime?              no
27884  0x2924       ChapterTranslate                 Matroska
27885  0x2933       ChapterProcessData?              no
27886  0x2944       ChapterProcess                   Matroska
27887  0x2955       ChapterProcessCodecID?           no
27888  0x29a5       ChapterTranslateID?              no
27889  0x29bf       ChapterTranslateCodec            no
27890  0x29fc       ChapterTranslateEditionUID?      no
27891  0x2d80       ContentEncodings                 Matroska
27892  0x2de7       MinCache?                        no
27893  0x2df8       MaxCache?                        no
27894  0x2e67       ChapterSegmentUID?               no
27895  0x2ebc       ChapterSegmentEditionUID?        no
27896  0x2fab       TrackOverlay?                    no
27897  0x3373       Tag                              Matroska
27898  0x3384       SegmentFileName                  no
27899  0x33a4       SegmentUID?                      no
27900  0x33c4       ChapterUID?                      no
27901  0x33c5       TrackUID?                        no
27902  0x3446       TrackAttachmentUID               no
27903  0x35a1       BlockAdditions                   Matroska
27904  0x38b5       OutputAudioSampleRate            no
27905  0x3ba9       Title                            no
27906  0x3d7b       ChannelPositions?                no
27907  0x3e5b       SignatureElements                Matroska
27908  0x3e7b       SignatureElementList             Matroska
27909  0x3e8a       SignatureAlgo                    no
27910  0x3e9a       SignatureHash                    no
27911  0x3ea5       SignaturePublicKey?              no
27912  0x3eb5       Signature?                       no
27913  0x7670       Projection                       Matroska Projection
27914  0x2b59c      TrackLanguage                    no
27915  0x3314f      TrackTimecodeScale               no
27916  0x383e3      FrameRate                        no
27917  0x3e383      VideoFrameRate                   no
27918               DefaultDuration                  no
27919  0x58688      VideoCodecName                   no
27920               AudioCodecName                   no
27921               CodecName                        no
27922  0x6b240      CodecDownloadURL                 no
27923  0xad7b1      TimecodeScale                    no
27924  0xeb524      ColorSpace?                      no
27925  0xfb523      Gamma                            no
27926  0x1a9697     CodecSettings                    no
27927  0x1b4040     CodecInfoURL                     no
27928  0x1c83ab     PrevFileName                     no
27929  0x1cb923     PrevUID?                         no
27930  0x1e83bb     NextFileName                     no
27931  0x1eb923     NextUID?                         no
27932  0x43a770     Chapters                         Matroska
27933  0x14d9b74    SeekHead                         Matroska
27934  0x254c367    Tags                             Matroska
27935  0x549a966    Info                             Matroska
27936  0x654ae6b    Tracks                           Matroska
27937  0x8538067    SegmentHeader                    Matroska
27938  0x941a469    Attachments                      Matroska
27939  0xa45dfa3    EBMLHeader                       Matroska
27940  0xb538667    SignatureSlot                    Matroska
27941  0xc53bb6b    Cues                             Matroska
27942  0xf43b675    Cluster                          Matroska
27943
27944=head3 Matroska Projection Tags
27945
27946Projection tags defined by the Spherical Video V2 specification.  See
27947L<https://github.com/google/spatial-media/blob/master/docs/spherical-video-v2-rfc.md>
27948for the specification.
27949
27950  Tag ID   Tag Name                             Writable
27951  ------   --------                             --------
27952  0x7671   ProjectionType                       no
27953  0x7672   EquirectangularProj                  QuickTime equi
27954           CubemapProj                          QuickTime cbmp
27955  0x7673   ProjectionPosYaw                     no
27956  0x7674   ProjectionPosPitch                   no
27957  0x7675   ProjectionPosRoll                    no
27958
27959=head2 MOI Tags
27960
27961MOI files store information about associated MOD or TOD files, and are
27962written by some JVC, Canon and Panasonic camcorders.
27963
27964  Index1   Tag Name                             Writable
27965  ------   --------                             --------
27966      0    MOIVersion                           no
27967      6    DateTimeOriginal                     no
27968     14    Duration                             no
27969    128    AspectRatio                          no
27970    132    AudioCodec                           no
27971    134    AudioBitrate                         no
27972    218    VideoBitrate                         no
27973
27974=head2 MXF Tags
27975
27976Tags extracted from Material Exchange Format files.  Tag ID's are not listed
27977because they are bulky 16-byte binary values.
27978
27979  Tag Name                                      Writable
27980  --------                                      --------
27981  AAFManufacturerID?                            no
27982  AES3PCMDescriptor                             MXF
27983  AFDAndBarData?                                no
27984  AGICOAID?                                     no
27985  AICI?                                         no
27986  AIFCSummary?                                  no
27987  ANCPacketCount                                no
27988  ANCPayloadByteArray                           no
27989  ANCPayloadSampleCoding                        no
27990  ANCPayloadSampleCount                         no
27991  ANCWrappingType                               no
27992  Abstract                                      no
27993  Abstract                                      no
27994  AccountingReferenceNumber                     no
27995  ActiveFormatDescriptor                        no
27996  ActiveLinesperFrame                           no
27997  ActiveSamplesperLine                          no
27998  ActiveState                                   no
27999  Ad-ID?                                        no
28000  Address                                       MXF
28001  AddressLine                                   no
28002  AddressLine                                   no
28003  AddressNameValueSets?                         no
28004  AddressSets?                                  no
28005  AdvertisingMaterialReference                  no
28006  AestheticValue                                no
28007  AlphaMaximumRef                               no
28008  AlphaMinimumRef                               no
28009  AlphaSampleDepth                              no
28010  AlphaTransparency                             no
28011  AlternateName                                 no
28012  AlternateName                                 no
28013  Alternates?                                   no
28014  AnalogDataCodingKind                          no
28015  AnalogMetadataCarrier                         no
28016  AnalogMonitoringAndControlCodingKind          no
28017  AnalogSystem                                  no
28018  AnalogVideoSystemName                         no
28019  AnalogVideoSystemName?                        no
28020  AnamorphicLensCharacteristic                  no
28021  AnchorOffset                                  no
28022  AncillaryResourceID?                          no
28023  AngleToNorth                                  no
28024  AngularUnitKind                               no
28025  Annotation?                                   no
28026  Annotation                                    MXF
28027  AnnotationCueWordsSet?                        no
28028  AnnotationDescription                         no
28029  AnnotationDescription                         no
28030  AnnotationKind                                no
28031  AnnotationKind                                no
28032  AnnotationParticipantSets?                    no
28033  AnnotationSets?                               no
28034  AnnotationSynopsis                            no
28035  AnnotationSynopsis                            no
28036  ApplicationEnvironmentID                      no
28037  ApplicationInformationArray?                  no
28038  ApplicationName                               no
28039  ApplicationName                               no
28040  ApplicationPlatform                           no
28041  ApplicationPlatform                           no
28042  ApplicationPlug-InBatch?                      no
28043  ApplicationPlug-InInstanceID?                 no
28044  ApplicationProductID?                         no
28045  ApplicationScheme?                            no
28046  ApplicationSchemeBatch?                       no
28047  ApplicationSupplierName                       no
28048  ApplicationSupplierName                       no
28049  ApplicationVersionNumber                      no
28050  ApplicationVersionString                      no
28051  ApplicationVersionString                      no
28052  ApproximateImageContainerSize                 no
28053  ArchiveID                                     no
28054  AssetValue                                    no
28055  AssignedCategoryName                          no
28056  AssignedCategoryName                          no
28057  AssignedCategoryValue                         no
28058  AssignedCategoryValue                         no
28059  AssociatedMetadataDefinition?                 no
28060  AstronomicalBodyName                          no
28061  AstronomicalBodyName                          no
28062  AudienceAppreciation                          no
28063  AudienceRating                                no
28064  AudienceReach                                 no
28065  AudienceShare                                 no
28066  AudioAverageBitrate                           no
28067  AudioCodingSchemeCode                         no
28068  AudioCodingSchemeID?                          no
28069  AudioCodingSchemeName                         no
28070  AudioCompressionAlgorithm                     no
28071  AudioDeviceKind                               no
28072  AudioDeviceParameter                          no
28073  AudioDeviceParameterSetting                   no
28074  AudioEnhancementOrModificationDescription     no
28075  AudioFirstMix-DownProcess                     no
28076  AudioFixedBitrateFlag                         no
28077  AudioMonoChannelCount                         no
28078  AudioNoiseReductionAlgorithm                  no
28079  AudioReferenceLevel                           no
28080  AudioReferenceLevel                           no
28081  AudioSampleRate                               no
28082  AudioSampleRate                               no
28083  AudioStereoChannelCount                       no
28084  AudioWatermarkKind                            no
28085  AuthenticationFlag                            no
28086  AuxiliaryBitsMode                             no
28087  AvailableRepresentations?                     no
28088  AverageBytesPerSecond                         no
28089  Award                                         MXF
28090  AwardCategory                                 no
28091  AwardCategory                                 no
28092  AwardName                                     no
28093  AwardName                                     no
28094  AwardParticipantSets?                         no
28095  AwardSets?                                    no
28096  BICI?                                         no
28097  BackgroundMusicFlag                           no
28098  BankDetailsSet?                               no
28099  BeginAnchor                                   no
28100  BeginAnchor                                   no
28101  BextCodingHistory                             no
28102  BextCodingHistory                             no
28103  Bitrate                                       no
28104  BitsPerAudioSample                            no
28105  BitsPerPixel                                  no
28106  BitsPerPixel                                  no
28107  BitsPerSample                                 no
28108  BlackReferenceLevel                           no
28109  BlockAlign                                    no
28110  BlockContinuityCount                          no
28111  BlockStartOffset                              no
28112  BoundingRectangle?                            no
28113  BrandMainTitle                                no
28114  BrandMainTitle                                no
28115  BrandOriginalTitle                            no
28116  BrandOriginalTitle                            no
28117  Branding                                      MXF
28118  BrandingSets?                                 no
28119  BroadcastChannel                              no
28120  BroadcastDate                                 no
28121  BroadcastMediumCode                           no
28122  BroadcastMediumKind                           no
28123  BroadcastOrganizationName                     no
28124  BroadcastOrganizationName                     no
28125  BroadcastRegion                               no
28126  BroadcastRegion                               no
28127  BroadcastServiceName                          no
28128  BroadcastTime                                 no
28129  BroadcasterRightsToCopy                       no
28130  BufferDelay?                                  no
28131  BuildingName                                  no
28132  BuildingName                                  no
28133  Bypass                                        no
28134  BypassOverride                                no
28135  ByteOffset                                    no
28136  ByteOrder                                     no
28137  CBEStartOffset                                no
28138  CDCIEssenceDescriptor                         MXF
28139  CISACLegalEntityID?                           no
28140  CaptionDescription                            MXF
28141  CaptionDescriptionSets?                       no
28142  CaptionKind                                   no
28143  CaptionKind                                   no
28144  CaptionTitles                                 no
28145  CaptionsDescriptionParticipantSets?           no
28146  CaptionsViaTeletext                           no
28147  CaptureAspectRatio                            no
28148  CaptureFilmFrameRate                          no
28149  CaptureGammaEquation                          no
28150  CaptureGammaEquation                          no
28151  CaptureGammaEquation?                         no
28152  CatalogDataStatus                             no
28153  CatalogDataStatus                             no
28154  CatalogPrefixNumber                           no
28155  CatalogingSystemName                          no
28156  CentralTelephoneNumber                        no
28157  ChannelAssignment?                            no
28158  ChannelCount                                  no
28159  ChannelHandle                                 no
28160  ChannelID                                     no
28161  ChannelIDs                                    no
28162  ChannelStatusMode                             no
28163  CipherAlgorithm?                              no
28164  CipherAlgorithmAES128CBC?                     no
28165  Citizenship                                   no
28166  Citizenship                                   no
28167  CityName                                      no
28168  CityName                                      no
28169  ClassDefinitions?                             no
28170  Classification                                MXF
28171  ClassificationAndMarkingSystem                no
28172  ClassificationComment                         no
28173  ClassificationComment                         no
28174  ClassificationNameValueSets?                  no
28175  ClassificationReason                          no
28176  ClassificationSets?                           no
28177  ClassifiedBy                                  no
28178  ClassifyingCountryCode                        no
28179  ClipCreationDateTime                          no
28180  ClipFramework                                 MXF
28181  ClipID                                        no
28182  ClipIDArray?                                  no
28183  ClipKind                                      no
28184  ClipNumber                                    no
28185  ClipNumber                                    no
28186  ClipShotSets?                                 no
28187  CloneCount                                    no
28188  ClosedBodyPartition?                          no
28189  ClosedCaptionSubtitlesFlag                    no
28190  ClosedCompleteBodyPartition?                  no
28191  ClosedCompleteHeader                          MXF Header
28192  ClosedGOPIndicator                            no
28193  ClosedHeader                                  MXF Header
28194  CodecDefinition?                              no
28195  CodecDefinition?                              no
28196  CodecDefinitions?                             no
28197  CodecEssenceDescriptor?                       no
28198  CodecEssenceKinds?                            no
28199  CodedContentScanningKind                      no
28200  CodingLawKind                                 no
28201  CodingLawName                                 no
28202  CodingStyleDefault?                           no
28203  CollectionName                                no
28204  CollectionName                                no
28205  ColorDescriptor                               no
28206  ColorDescriptor                               no
28207  ColorFieldCode                                no
28208  ColorPrimaries                                no
28209  ColorPrimaries?                               no
28210  ColorRangeLevels                              no
28211  ColorSiting                                   no
28212  ColorimetryCode                               no
28213  ColorimetryCode?                              no
28214  CommunicationSets?                            no
28215  Communications                                MXF
28216  CompleteFooter?                               no
28217  ComponentAttributes?                          no
28218  ComponentDataDefinition                       no
28219  ComponentDepth                                no
28220  ComponentKLVData?                             no
28221  ComponentMaximumRef                           no
28222  ComponentMinimumRef                           no
28223  ComponentUserComments?                        no
28224  ComponentsInSequence?                         no
28225  CompositionRendering?                         no
28226  ComputedKeyData                               no
28227  ComputedKeyFrames                             no
28228  ComputedKeySounds                             no
28229  ComputedKeywords                              no
28230  ComputedKeywords                              no
28231  ComputedObjectKind                            no
28232  ComputedObjectKind                            no
28233  ComputedStratumKind                           no
28234  ConstantBPictureFlag                          no
28235  ConsumerRightsToCopy                          no
28236  ContactDepartmentName                         no
28237  ContactDepartmentName                         no
28238  ContactID?                                    no
28239  ContactKind                                   no
28240  ContactKind                                   no
28241  ContactNameValueSets?                         no
28242  ContactsList                                  MXF
28243  ContactsListSet?                              no
28244  ContainerDefinitions?                         no
28245  ContainerLastModifyDate                       no
28246  ContainerVersion                              no
28247  ContentClassification                         no
28248  ContentClassification                         no
28249  ContentCodingSystem                           no
28250  ContentMaturityDescription                    no
28251  ContentMaturityGraphic                        no
28252  ContentMaturityRating                         no
28253  ContentPackageIndexArray?                     no
28254  ContentPackageMetadataLink                    no
28255  ContentStorage?                               no
28256  ContentStorageSet                             MXF
28257  ContentValue                                  no
28258  ContextDescription                            no
28259  ContiguousDataFlag                            no
28260  Contract                                      MXF
28261  ContractClauseDescription                     no
28262  ContractClauseDescription                     no
28263  ContractDateTime                              no
28264  ContractEntity                                no
28265  ContractInstallmentPercentage                 no
28266  ContractLineCode                              no
28267  ContractLineName                              no
28268  ContractLineName                              no
28269  ContractParticipantSets?                      no
28270  ContractSets?                                 no
28271  ContractTermsOfBusiness                       no
28272  ContractTermsOfBusiness                       no
28273  ContractType                                  no
28274  ContractType                                  no
28275  ContractTypeCode                              no
28276  ContractTypeLink                              no
28277  ContributionStatus                            no
28278  ContributionStatus                            no
28279  ControlPointList?                             no
28280  ControlPointTime                              no
28281  CopyCount                                     no
28282  CopyrightLicenseCountryCode                   no
28283  CopyrightLicenseRegionCode                    no
28284  CopyrightLicenseRegionName                    no
28285  CopyrightOwnerName                            no
28286  CopyrightOwnerName                            no
28287  CopyrightStatus                               no
28288  CopyrightStatus                               no
28289  CornerLatitudePoint1                          no
28290  CornerLatitudePoint1                          no
28291  CornerLatitudePoint2                          no
28292  CornerLatitudePoint2                          no
28293  CornerLatitudePoint3                          no
28294  CornerLatitudePoint3                          no
28295  CornerLatitudePoint4                          no
28296  CornerLatitudePoint4                          no
28297  CornerLongitudePoint1                         no
28298  CornerLongitudePoint1                         no
28299  CornerLongitudePoint2                         no
28300  CornerLongitudePoint2                         no
28301  CornerLongitudePoint3                         no
28302  CornerLongitudePoint3                         no
28303  CornerLongitudePoint4                         no
28304  CornerLongitudePoint4                         no
28305  CountryCodeMethod                             no
28306  CountryCodeMethod                             no
28307  CountryName                                   no
28308  CountryName                                   no
28309  CountryName                                   no
28310  CountryName                                   no
28311  CreateDate                                    no
28312  CryptographicContext                          MXF
28313  CryptographicContextID?                       no
28314  CryptographicContextLink?                     no
28315  CryptographicContextObject?                   no
28316  CryptographicFramework                        MXF
28317  CryptographicFrameworkLabel?                  no
28318  CryptographicKeyID?                           no
28319  Csiz                                          no
28320  Cue-InWords                                   no
28321  Cue-InWords                                   no
28322  Cue-OutWords                                  no
28323  Cue-OutWords                                  no
28324  CueWords                                      MXF
28325  CulturalValue                                 no
28326  CurrencyCode                                  no
28327  CurrencyName                                  no
28328  CurrentNumberInSequence                       no
28329  CurrentNumberInSequence                       no
28330  CurrentRepeatNumber                           no
28331  CutPoint                                      no
28332  DMFramework                                   MXF
28333  DMSegment                                     MXF
28334  DMSet                                         MXF
28335  DMSourceClip                                  MXF
28336  DOI?                                          no
28337  DVBParentalRating                             no
28338  DataDefinition?                               no
28339  DataDefinitions?                              no
28340  DataDeviceKind                                no
28341  DataDeviceParameterName                       no
28342  DataDeviceParameterSetting                    no
28343  DataEnhancementOrModificationDescription      no
28344  DataEssenceCoding                             no
28345  DataEssenceCodingID?                          no
28346  DateTimeDropFrameFlag                         no
28347  DateTimeEmbeddedFlag                          no
28348  DateTimeKind?                                 no
28349  DateTimeRate                                  no
28350  DeclassificationDate                          no
28351  DefaultDataValue?                             no
28352  DefaultFadeDuration                           no
28353  DefaultFadeEditRate                           no
28354  DefaultFadeType?                              no
28355  DefaultNamespaceURI                           no
28356  DefaultNamespaceURI                           no
28357  DefaultObject?                                no
28358  DefinedName                                   no
28359  DefinedName                                   no
28360  DefinitionObjectID?                           no
28361  DefinitionObjectName                          no
28362  DefinitionObjectName                          no
28363  DegradedEffects?                              no
28364  DeltaEntryArray?                              no
28365  DerivedFrom                                   no
28366  Description                                   no
28367  Description                                   no
28368  DescriptionKind                               no
28369  DescriptionKind                               no
28370  DescriptiveComment                            no
28371  DescriptiveComment                            no
28372  DescriptiveMetadataApplicationEnvironmentID   no
28373  DescriptiveMetadataFramework?                 no
28374  DescriptiveMetadataPlug-InID?                 no
28375  DescriptiveMetadataScheme?                    no
28376  DescriptiveMetadataSchemes?                   no
28377  DescriptiveMetadataSetReferences?             no
28378  DescriptiveMetadataSets?                      no
28379  DescriptiveMetadataTrackIDs                   no
28380  DeviceAbsoluteHeading                         no
28381  DeviceAbsolutePositionalAccuracy              no
28382  DeviceAbsoluteSpeed                           no
28383  DeviceAltitude                                no
28384  DeviceAltitude                                no
28385  DeviceAssetNumber                             no
28386  DeviceDesignation                             no
28387  DeviceIDKind                                  no
28388  DeviceKind                                    no
28389  DeviceKind                                    no
28390  DeviceKindCode                                no
28391  DeviceLatitude                                no
28392  DeviceLatitude                                no
28393  DeviceLatitude                                no
28394  DeviceLongitude                               no
28395  DeviceLongitude                               no
28396  DeviceLongitude                               no
28397  DeviceManufacturerName                        no
28398  DeviceManufacturerName                        no
28399  DeviceModel                                   no
28400  DeviceParameterNameValueSets?                 no
28401  DeviceParameters                              MXF
28402  DeviceParametersSets?                         no
28403  DeviceRelativeHeading                         no
28404  DeviceRelativePositionX                       no
28405  DeviceRelativePositionY                       no
28406  DeviceRelativePositionZ                       no
28407  DeviceRelativePositionalAccuracy              no
28408  DeviceRelativeSpeed                           no
28409  DeviceSerialNumber                            no
28410  DeviceUsageDescription                        no
28411  DeviceUsageDescription                        no
28412  DeviceXDimension                              no
28413  DeviceYDimension                              no
28414  DialNorm                                      no
28415  Dictionary?                                   no
28416  DictionaryDescription                         no
28417  DictionaryDescription                         no
28418  DictionaryIdentifier?                         no
28419  DigitalEncodingBitrate                        no
28420  DigitalMetadataCarrier                        no
28421  DigitalOrAnalogOrigination                    no
28422  DigitalVideoFileFormat                        no
28423  DirectorName                                  no
28424  DiscPartitionCapacity                         no
28425  DisplayF2Offset                               no
28426  DisplayHeight                                 no
28427  DisplayUnits                                  no
28428  DisplayUnits                                  no
28429  DisplayWidth                                  no
28430  DisplayXOffset                                no
28431  DisplayYOffset                                no
28432  Dither                                        no
28433  DropFrame                                     no
28434  Duration                                      no
28435  DynamicSourcePackageID?                       no
28436  DynamicSourceTrackIDs                         no
28437  E-mailAddress                                 no
28438  E-mailAddress                                 no
28439  EPGProgramSynopsis                            no
28440  EdgeCode                                      no
28441  EdgeCodeFilmGauge?                            no
28442  EdgeCodeFormat?                               no
28443  EdgeCodeHeader?                               no
28444  EdgeCodeStart                                 no
28445  EditHint?                                     no
28446  EditRate                                      no
28447  EditUnitFlags                                 no
28448  EditUnitLength                                no
28449  EditingEventComment                           no
28450  EditingEventComment                           no
28451  EffectRendering?                              no
28452  ElectrospatialFormulation                     no
28453  ElementCount                                  no
28454  ElementDelta                                  no
28455  ElementLength                                 no
28456  ElementNameList                               no
28457  Emphasis                                      no
28458  EncryptedContainerLabel?                      no
28459  EncryptedSourceValue?                         no
28460  EncryptedTrackFileID?                         no
28461  EndAnchor                                     no
28462  EndAnchor                                     no
28463  EnhancementOrModificationDescription          no
28464  EnumerationUnderlyingIntegerType?             no
28465  EpisodeEndNumber                              no
28466  EpisodeNumber                                 no
28467  EpisodeNumber                                 no
28468  EpisodeStartNumber                            no
28469  EpisodicItemSets?                             no
28470  EssenceContainerArray?                        no
28471  EssenceContainerDataSet                       MXF
28472  EssenceContainerFormat?                       no
28473  EssenceContainerFormat?                       no
28474  EssenceContainers?                            no
28475  EssenceData?                                  no
28476  EssenceDescription?                           no
28477  EssenceIsIdentified                           no
28478  EssenceLength                                 no
28479  EssenceLocators?                              no
28480  EssenceStreamID                               no
28481  Event                                         MXF
28482  EventAbsoluteDuration                         no
28483  EventAbsoluteDuration?                        no
28484  EventAbsoluteDurationFrameCount               no
28485  EventAnnotationSets?                          no
28486  EventElapsedTimeToEnd                         no
28487  EventElapsedTimeToStart                       no
28488  EventEndTimeOffset                            no
28489  EventEndTimecodeOffset?                       no
28490  EventIndication                               no
28491  EventIndication                               no
28492  EventOrigin                                   no
28493  EventSets?                                    no
28494  EventStart                                    no
28495  EventStartTimeOffset                          no
28496  EventStartTimecodeOffset?                     no
28497  EventTrack                                    MXF
28498  EventTrackEditRate                            no
28499  ExCCIData?                                    no
28500  ExposedAspectRatio                            no
28501  ExtendedCaptionsLanguageCode                  no
28502  ExtendedClipID                                no
28503  ExtendedClipIDArray?                          no
28504  ExtendedTextLanguageCode                      no
28505  ExtendibleElementNameList                     no
28506  FNumber                                       no
28507  Fade-InDuration                               no
28508  Fade-InType?                                  no
28509  Fade-OutDuration                              no
28510  Fade-OutType?                                 no
28511  FamilyName                                    no
28512  FamilyName                                    no
28513  FaxNumber                                     no
28514  FaxNumber                                     no
28515  FemaleLeadActressName                         no
28516  FestivalName                                  no
28517  FestivalName                                  no
28518  FieldDominance                                no
28519  FieldFrameTypeCode                            no
28520  FieldOfViewHorizontal                         no
28521  FieldOfViewHorizontal                         no
28522  FieldOfViewVertical                           no
28523  FieldOfViewVerticalFP                         no
28524  FieldRate                                     no
28525  FileDescriptor                                MXF
28526  FileDescriptors?                              no
28527  FileSecurityReport                            no
28528  FileSecurityWave                              no
28529  FillerData?                                   no
28530  FilmBatchNumber                               no
28531  FilmBatchNumber                               no
28532  FilmCaptureAperture                           no
28533  FilmColorProcess                              no
28534  FilmFormatName                                no
28535  FilmFormatName                                no
28536  FilmFormatName?                               no
28537  FilmGauge?                                    no
28538  FilmStockKind                                 no
28539  FilmStockKind                                 no
28540  FilmStockManufacturerName                     no
28541  FilmStockManufacturerName                     no
28542  FilmTestParameter                             no
28543  FilmTestResult                                no
28544  FilmTestResult?                               no
28545  FilmToVideoTransferDirection?                 no
28546  FilmToVideoTransferKind?                      no
28547  FilmToVideoTransferPhase?                     no
28548  FilteringApplied                              no
28549  FilteringCode                                 no
28550  FirstBroadcastFlag                            no
28551  FirstGivenName                                no
28552  FirstGivenName                                no
28553  FirstNumberInSequence                         no
28554  FirstNumberInSequence                         no
28555  FirstTransmissionInfo                         no
28556  FixedArrayElementType?                        no
28557  FixedChannelStatusData?                       no
28558  FixedUserData?                                no
28559  FocalLength                                   no
28560  FocalLength                                   no
28561  Footer?                                       no
28562  FormatDescriptor                              no
28563  FormatDescriptor                              no
28564  FormerFamilyName                              no
28565  FormerFamilyName                              no
28566  FrameCenterElevation                          no
28567  FrameCenterLatitude                           no
28568  FrameCenterLatitude                           no
28569  FrameCenterLatitude                           no
28570  FrameCenterLatitudeLongitude                  no
28571  FrameCenterLongitude                          no
28572  FrameCenterLongitude                          no
28573  FrameCenterLongitude                          no
28574  FrameCode                                     no
28575  FrameCount                                    no
28576  FrameCountOffset                              no
28577  FrameLayout                                   no
28578  FramePositionalAccuracy                       no
28579  FrameRate                                     no
28580  FrameworkExtendedTextLanguageCode             no
28581  FrameworkTextLanguageCode                     no
28582  FrameworkThesaurusName                        no
28583  FrameworkThesaurusName                        no
28584  FrameworkTitle                                no
28585  FrameworkTitle                                no
28586  GenerationCloneNumber                         no
28587  GenerationCopyNumber                          no
28588  GenerationID?                                 no
28589  GenericDataEssenceDescriptor                  MXF
28590  GenericPackage                                MXF
28591  GenericPayloads?                              no
28592  GenericPictureEssenceDescriptor               MXF
28593  GenericSoundEssenceDescriptor                 MXF
28594  GenericTrack                                  MXF
28595  Genre                                         no
28596  Genre                                         no
28597  GeographicAreaNorthwest?                      no
28598  GeographicAreaSourceDatum                     no
28599  GeographicAreaSoutheast?                      no
28600  GeographicLocation?                           no
28601  GeographicPolygonCoordinates?                 no
28602  GeographicPolygonSourceDatum                  no
28603  GeographicalCoordinates?                      no
28604  GlobalNumber                                  no
28605  GraphicKind                                   no
28606  GraphicUsageKind                              no
28607  GraphicUsageKind                              no
28608  GroupRelationship                             MXF
28609  GroupSet?                                     no
28610  GroupSets?                                    no
28611  GroupSynopsis                                 no
28612  GroupSynopsis                                 no
28613  HMACAlgorithmSHA1128?                         no
28614  HTMLDOCTYPE                                   no
28615  HTMLDOCTYPE                                   no
28616  HTMLMetaDescription                           no
28617  HTMLMetaDescription                           no
28618  HardwareAcceleratorFlag                       no
28619  HasAudioWatermark                             no
28620  HasVideoWatermark                             no
28621  HeaderByteCount                               no
28622  HistoricalValue                               no
28623  HonorsAndQualifications                       no
28624  HonorsAndQualifications                       no
28625  HorizontalActionSafePercentage                no
28626  HorizontalDatum                               no
28627  HorizontalGraphicsSafePercentage              no
28628  HorizontalSubsampling                         no
28629  IBTN?                                         no
28630  IEEEDeviceID                                  no
28631  IEEEManufacturerID                            no
28632  ISAN?                                         no
28633  ISBD?                                         no
28634  ISBN?                                         no
28635  ISCI?                                         no
28636  ISMN?                                         no
28637  ISO3166CountryCode                            no
28638  ISO639-1LanguageCode                          no
28639  ISO639-1LanguageCode                          no
28640  ISO639CaptionsLanguageCode                    no
28641  ISO639TextLanguageCode                        no
28642  ISRC?                                         no
28643  ISRN?                                         no
28644  ISSN?                                         no
28645  ISTC?                                         no
28646  ISWC?                                         no
28647  IdenticalGOPIndicator                         no
28648  Identification                                MXF
28649  Identification                                MXF
28650  IdentificationList?                           no
28651  IdentificationSets?                           no
28652  IdentificationUL?                             no
28653  IdentifierIssuingAuthority                    no
28654  IdentifierIssuingAuthority                    no
28655  IdentifierKind                                no
28656  IdentifierValue                               no
28657  ImageAlignmentOffset                          no
28658  ImageCategory                                 no
28659  ImageCoordinateSystem                         no
28660  ImageEndOffset                                no
28661  ImageFormatSet?                               no
28662  ImageHeight                                   no
28663  ImageSourceDeviceKind                         no
28664  ImageSourceDeviceKind                         no
28665  ImageStartOffset                              no
28666  ImageWidth                                    no
28667  IncludeSync                                   no
28668  IndexByteCount                                no
28669  IndexDuration                                 no
28670  IndexEditRate                                 no
28671  IndexEntryArray?                              no
28672  IndexStreamID                                 no
28673  IndexTableSegment?                            no
28674  IndexingStartPosition                         no
28675  IndividualAwardName                           no
28676  InkNumber                                     no
28677  InputSegment?                                 no
28678  InputSegmentCount                             no
28679  InputSegments?                                no
28680  InsertMusicFlag                               no
28681  InstallmentNumber                             no
28682  InstanceUID?                                  no
28683  IntegrationIndication                         no
28684  IntegrationIndication                         no
28685  IntellectualPropertyDescription               no
28686  IntellectualPropertyDescription               no
28687  IntellectualPropertyLicenseCountryCode        no
28688  IntellectualPropertyLicenseRegionCode         no
28689  IntellectualPropertyLicenseRegionName         no
28690  IntellectualPropertyRights                    no
28691  IntellectualPropertyRights                    no
28692  IntendedAFD                                   no
28693  IntentDescriptor                              no
28694  IntentDescriptor                              no
28695  InterestedPartyName                           no
28696  Interpolation?                                no
28697  InterpolationDefinitions?                     no
28698  IsConcrete                                    no
28699  IsDubbed                                      no
28700  IsLiveProduction                              no
28701  IsLiveTransmission                            no
28702  IsOptional                                    no
28703  IsRecording                                   no
28704  IsRepeat                                      no
28705  IsSearchable                                  no
28706  IsSigned                                      no
28707  IsUniqueIdentifier                            no
28708  IsVoiceover                                   no
28709  ItemDesignatorID?                             no
28710  ItemID                                        no
28711  ItemName                                      no
28712  ItemName                                      no
28713  ItemValue                                     no
28714  ItemValue                                     no
28715  JFIFMarkerDescription                         no
28716  JFIFMarkerDescription                         no
28717  JPEG2000PictureSubDescriptor                  MXF
28718  JPEGTableID?                                  no
28719  JobFunctionCode                               no
28720  JobFunctionName                               no
28721  JobFunctionName                               no
28722  JobTitle                                      no
28723  JobTitle                                      no
28724  Jurisdiction                                  no
28725  Jurisdiction                                  no
28726  KAGSize                                       no
28727  KLVDataDefinitions?                           no
28728  KLVDataParentProperties?                      no
28729  KLVDataType?                                  no
28730  KLVDataValue?                                 no
28731  KLVMetadataSequence?                          no
28732  KeyCode?                                      no
28733  KeyData                                       no
28734  KeyDataOrProgram                              no
28735  KeyFrame                                      no
28736  KeyFrameSampleCount                           no
28737  KeyFrames                                     no
28738  KeyPoint                                      MXF
28739  KeyPointSets?                                 no
28740  KeySound                                      no
28741  KeySounds                                     no
28742  KeyText                                       no
28743  KeyTimePoint                                  no
28744  KeypointKind                                  no
28745  KeypointKind                                  no
28746  KeypointValue                                 no
28747  KeypointValue                                 no
28748  Keywords                                      no
28749  Keywords                                      no
28750  LUID                                          no
28751  LanguageName                                  no
28752  LanguageName                                  no
28753  LastNumberInSequence                          no
28754  LastNumberInSequence                          no
28755  LayerNumber                                   no
28756  LeadingLines                                  no
28757  LengthSystemName                              no
28758  LengthUnitKind                                no
28759  LicenseOptionsDescription                     no
28760  LineNumber                                    no
28761  LinkedApplicationPlug-InInstanceID?           no
28762  LinkedDescriptiveFrameworkPlug-InID?          no
28763  LinkedDescriptiveObjectPlug-InID?             no
28764  LinkedGenerationID?                           no
28765  LinkedPackageID?                              no
28766  LinkedTimecodeTrackID?                        no
28767  LinkedTrackID                                 no
28768  LinkingName                                   no
28769  LinkingName                                   no
28770  LocalCreationDateTime                         no
28771  LocalDatumAbsolutePositionAccuracy            no
28772  LocalDatumRelativePositionAccuracy            no
28773  LocalEndDateTime                              no
28774  LocalEventEndDateTime                         no
28775  LocalEventEndDateTime                         no
28776  LocalEventStartDateTime                       no
28777  LocalEventStartDateTime                       no
28778  LocalFestivalDateTime                         no
28779  LocalFilePath                                 no
28780  LocalFilePath                                 no
28781  LocalID                                       no
28782  LocalLastModifyDate                           no
28783  LocalModifyDate                               no
28784  LocalStartDateTime                            no
28785  LocalTagEntries?                              no
28786  LocalTagUniqueID?                             no
28787  LocalTagValue                                 no
28788  LocalTapeNumber                               no
28789  LocalTargetID                                 no
28790  LocalTargetID                                 no
28791  LocalUserDateTime                             no
28792  Location                                      MXF
28793  LocationDescription                           no
28794  LocationDescription                           no
28795  LocationKind                                  no
28796  LocationKind                                  no
28797  LocationSets?                                 no
28798  LockedIndicator                               no
28799  LogoFlag                                      no
28800  LowDelayIndicator                             no
28801  LumaEquation                                  no
28802  LuminanceSampleRate                           no
28803  MIC?                                          no
28804  MICAlgorithm?                                 no
28805  MIMECharSet                                   no
28806  MIMECharSet                                   no
28807  MIMEEncoding                                  no
28808  MIMEEncoding                                  no
28809  MIMEMediaType                                 no
28810  MIMEMediaType                                 no
28811  MPEG2VideoDescriptor                          MXF
28812  MPEG7BiMAccessUnitFrame1?                     no
28813  MPEG7BiMAccessUnitFrame2?                     no
28814  MPEG7BiMAccessUnitFrame3?                     no
28815  MPEG7BiMAccessUnitFrame4?                     no
28816  MPEG7BiMAccessUnitFrame5?                     no
28817  MPEG7BiMAccessUnitFrame6?                     no
28818  MPEG7BiMAccessUnitFrame7?                     no
28819  MPEG7BiMAccessUnitFrame8?                     no
28820  MPEG7BiMDecoderInitFrame1?                    no
28821  MPEG7BiMDecoderInitFrame2?                    no
28822  MPEG7BiMDecoderInitFrame3?                    no
28823  MPEG7BiMDecoderInitFrame4?                    no
28824  MPEG7BiMDecoderInitFrame5?                    no
28825  MPEG7BiMDecoderInitFrame6?                    no
28826  MPEG7BiMDecoderInitFrame7?                    no
28827  MPEG7BiMDecoderInitFrame8?                    no
28828  MPEGAudioBitrate                              no
28829  MPEGAudioRecodingDataset?                     no
28830  MPEGVideoRecodingDataset?                     no
28831  MagneticDiskNumber                            no
28832  MagneticTrack                                 no
28833  MainCatalogNumber                             no
28834  MainName                                      no
28835  MainName                                      no
28836  MainSponsorName                               no
28837  MainTitle                                     no
28838  MainTitle                                     no
28839  MajorVersion                                  no
28840  MaleLeadActorName                             no
28841  ManufacturerID?                               no
28842  ManufacturerInformationObject?                no
28843  MapDatumUsed                                  no
28844  MarkIn                                        no
28845  MarkOut                                       no
28846  MaterialAbsoluteDuration                      no
28847  MaterialAbsoluteDuration?                     no
28848  MaterialEndTimeOffset                         no
28849  MaterialEndTimecodeOffset?                    no
28850  MaterialPackage                               MXF
28851  MaximumAPIVersion                             no
28852  MaximumBPictureCount                          no
28853  MaximumGOPSize                                no
28854  MaximumSupportedEngineVersion                 no
28855  MaximumSupportedPlatformVersion               no
28856  MaximumUseCount                               no
28857  MediaLocation                                 no
28858  MemberNameList                                no
28859  MemberTypes?                                  no
28860  MetadataEncodingSchemeCode                    no
28861  MetadataItemName                              no
28862  MetadataItemName                              no
28863  MetadataServerLocators?                       no
28864  MicrophonePlacementTechniques                 no
28865  MinimumAPIVersion                             no
28866  MinimumSupportedEngineVersion                 no
28867  MinimumSupportedPlatformVersion               no
28868  MinorVersion                                  no
28869  MissionID                                     no
28870  MissionID                                     no
28871  MobileTelephoneNumber                         no
28872  ModifyDate                                    no
28873  MonoSourceTrackIDs                            no
28874  MultipleDescriptor                            MXF
28875  NITFLayerTargetID                             no
28876  NITFLayerTargetID                             no
28877  NMEADocumentText                              no
28878  NOLACode                                      no
28879  NameSuffix                                    no
28880  NameSuffix                                    no
28881  NameValue                                     MXF
28882  NamespacePrefix                               no
28883  NamespacePrefix                               no
28884  NamespacePrefixes                             no
28885  NamespacePrefixes                             no
28886  NamespaceURI                                  no
28887  NamespaceURI                                  no
28888  NamespaceURIs                                 no
28889  NamespaceURIs                                 no
28890  Nationality                                   no
28891  Nationality                                   no
28892  NatureOfPersonality                           no
28893  NatureOfPersonality                           no
28894  NetworkLocator                                MXF
28895  NextNumberInSequence                          no
28896  NextNumberInSequence                          no
28897  NielsenStreamIdentifier                       no
28898  NominationCategory                            no
28899  NominationCategory                            no
28900  Non-USClassifyingCountryCode                  no
28901  ObjectAreaDimension                           no
28902  ObjectClass?                                  no
28903  ObjectClassDefinition?                        no
28904  ObjectCountryCode                             no
28905  ObjectCountryCode                             no
28906  ObjectCountryCodeMethod                       no
28907  ObjectDescription                             no
28908  ObjectDescription                             no
28909  ObjectDescriptionCode                         no
28910  ObjectHorizontalAverageDimension              no
28911  ObjectIdentificationConfidence                no
28912  ObjectKind                                    no
28913  ObjectKind                                    no
28914  ObjectModelVersion                            no
28915  ObjectName                                    no
28916  ObjectRegionCode                              no
28917  ObjectRegionName                              no
28918  ObjectVerticalAverageDimension                no
28919  ObliquityAngle                                no
28920  OffsetToIndexTable                            no
28921  OffsetToIndexTable                            no
28922  OffsetToMetadata                              no
28923  OffsetToMetadata                              no
28924  OpenBodyPartition?                            no
28925  OpenCompleteBodyPartition?                    no
28926  OpenCompleteHeader                            MXF Header
28927  OpenHeader                                    MXF Header
28928  OperatingSystemInterpretations                no
28929  OperationCategory?                            no
28930  OperationDataDefinition?                      no
28931  OperationDefinitionID?                        no
28932  OperationDefinitions?                         no
28933  OperationParameters?                          no
28934  OperationalPatternUL?                         no
28935  OpticalDiscNumber                             no
28936  OpticalTestParameterName                      no
28937  OpticalTestResult                             no
28938  OpticalTestResult                             no
28939  OpticalTrack                                  no
28940  Organisation                                  MXF
28941  OrganizationCode                              no
28942  OrganizationCode                              no
28943  OrganizationID                                no
28944  OrganizationID                                no
28945  OrganizationIDKind                            no
28946  OrganizationIDKind                            no
28947  OrganizationKind                              no
28948  OrganizationKind                              no
28949  OrganizationMainName                          no
28950  OrganizationMainName                          no
28951  OrganizationSets?                             no
28952  OrganizationalProgramNumber                   no
28953  OrganizationalProgramNumber                   no
28954  Origin                                        no
28955  OriginCode                                    no
28956  OriginalExtendedSpokenPrimaryLanguageCode     no
28957  OriginalProducerName                          no
28958  OriginalProducerName                          no
28959  OriginalTitle                                 no
28960  OriginalTitle                                 no
28961  OtherGivenNames                               no
28962  OtherGivenNames                               no
28963  OtherValues                                   no
28964  PII?                                          no
28965  POSIXMicroseconds                             no
28966  PURL                                          no
28967  PackLength                                    no
28968  PackageAttributes?                            no
28969  PackageID?                                    no
28970  PackageKLVData?                               no
28971  PackageLastModifyDate                         no
28972  PackageMarkInPosition                         no
28973  PackageMarkOutPosition                        no
28974  PackageMarker?                                no
28975  PackageName                                   no
28976  PackageName                                   no
28977  PackageTimelineMarkerRef?                     no
28978  PackageTracks?                                no
28979  PackageUsageKind?                             no
28980  PackageUserComments?                          no
28981  Packages?                                     no
28982  PaddingBits                                   no
28983  Palette?                                      no
28984  PaletteLayout?                                no
28985  PanScanInformation?                           no
28986  ParameterDataType?                            no
28987  ParameterDefinition?                          no
28988  ParameterDefinitions?                         no
28989  Parameters?                                   no
28990  ParentClass?                                  no
28991  Participant                                   MXF
28992  ParticipantID?                                no
28993  ParticipantOrganizationSets?                  no
28994  PartitionMetadata?                            no
28995  Password                                      no
28996  Password                                      no
28997  PayeeAccountName                              no
28998  PayeeAccountNumber                            no
28999  PayeeAccountSortCode                          no
29000  PayerAccountName                              no
29001  PayerAccountNumber                            no
29002  PayerAccountSortCode                          no
29003  PaymentDueDateTime                            no
29004  PaymentsSets?                                 no
29005  PeakChannelCount                              no
29006  PeakEnvelope                                  no
29007  PeakEnvelopeBlockSize                         no
29008  PeakEnvelopeData?                             no
29009  PeakEnvelopeData?                             no
29010  PeakEnvelopeFormat                            no
29011  PeakEnvelopeTimestamp                         no
29012  PeakEnvelopeVersion                           no
29013  PeakFrameCount                                no
29014  PeakOfPeaksPosition                           no
29015  PerceivedDisplayFormatCode                    no
29016  PerceivedDisplayFormatName                    no
29017  PerforationsPerFrame                          no
29018  PerforationsPerFrame                          no
29019  Person                                        MXF
29020  PersonDescription                             no
29021  PersonDescription                             no
29022  PersonOrganizationSets?                       no
29023  PersonSets?                                   no
29024  PhysicalInstanceKind                          no
29025  PhysicalMediaLength?                          no
29026  PhysicalMediaLocation                         no
29027  PictureComponentSizing?                       no
29028  PictureDisplayRate                            no
29029  PictureFormat                                 MXF
29030  PixelLayout?                                  no
29031  PlaceKeyword                                  no
29032  PlaceKeyword                                  no
29033  PlaceName                                     no
29034  PlaceName                                     no
29035  PlaintextOffset                               no
29036  PlatformDesignation                           no
29037  PlatformDesignation                           no
29038  PlatformHeadingAngle                          no
29039  PlatformModel                                 no
29040  PlatformPitchAngle                            no
29041  PlatformRollAngle                             no
29042  PlatformSerialNumber                          no
29043  Plug-InAPIID?                                 no
29044  Plug-InCategoryID?                            no
29045  Plug-InDefinitions?                           no
29046  Plug-InEngineID?                              no
29047  Plug-InLocatorSet?                            no
29048  Plug-InPlatformID?                            no
29049  PointsPerPeakValue                            no
29050  PolarCharacteristic                           no
29051  PosTableArray?                                no
29052  PositionInSequence                            no
29053  PositionTable?                                no
29054  PositionTableCount                            no
29055  PositionTableIndexing                         no
29056  PositionWithinViewportImageXCoordinate        no
29057  PositionWithinViewportImageYCoordinate        no
29058  PostCodeForPostbox                            no
29059  PostalCode                                    no
29060  PostalCode                                    no
29061  PostalTown                                    no
29062  PostalTown                                    no
29063  PostboxNumber                                 no
29064  Preface                                       MXF
29065  PresentationAspectRatio                       no
29066  PresentationGammaEquation                     no
29067  PresentationGammaEquation?                    no
29068  PresenterName                                 no
29069  PreviousNumberInSequence                      no
29070  PreviousNumberInSequence                      no
29071  PreviousRepeatNumber                          no
29072  PrimaryExtendedSpokenLanguageCode             no
29073  PrimaryOriginalLanguageCode                   no
29074  PrimaryPackage?                               no
29075  PrimarySpokenLanguageCode                     no
29076  Primer                                        MXF
29077  Processing                                    MXF
29078  ProcessingSet?                                no
29079  ProducerName                                  no
29080  ProductFormat                                 no
29081  ProductFormat                                 no
29082  ProductionFramework                           MXF
29083  ProductionOrganizationRole                    no
29084  ProductionOrganizationRole                    no
29085  ProductionScriptReference                     no
29086  ProductionScriptReference                     no
29087  ProductionSettingPeriodSets?                  no
29088  ProfileAndLevel                               no
29089  ProgramAwardName                              no
29090  ProgramCommercialMaterialReference            no
29091  ProgramIdentifier                             no
29092  ProgramIdentifierString                       no
29093  ProgramKind                                   no
29094  ProgramMaterialClassificationCode             no
29095  ProgramNumber                                 no
29096  ProgramSupportMaterialReference               no
29097  ProgrammingGroupKind                          no
29098  ProgrammingGroupKind                          no
29099  ProgrammingGroupTitle                         no
29100  ProgrammingGroupTitle                         no
29101  ProjectName                                   no
29102  ProjectName                                   no
29103  ProjectNumber                                 no
29104  ProjectSet?                                   no
29105  Projects                                      MXF
29106  Properties?                                   no
29107  PropertyType?                                 no
29108  Publication                                   MXF
29109  PublicationSets?                              no
29110  PublishingMediumName                          no
29111  PublishingMediumName                          no
29112  PublishingOrganizationName                    no
29113  PublishingOrganizationName                    no
29114  PublishingRegionName                          no
29115  PublishingRegionName                          no
29116  PublishingServiceName                         no
29117  PublishingServiceName                         no
29118  PulldownFieldDominance                        no
29119  PulldownSequence?                             no
29120  PurchaserAccountName                          no
29121  PurchaserAccountName                          no
29122  PurchaserAccountNumber                        no
29123  PurchaserIdentificationKind                   no
29124  PurchaserIdentificationValue                  no
29125  PurchasingDepartment                          no
29126  PurchasingOrganizationName                    no
29127  Purpose                                       no
29128  Purpose                                       no
29129  QltyBasicData                                 no
29130  QltyBasicData                                 no
29131  QltyCueSheet                                  no
29132  QltyCueSheet                                  no
29133  QltyEndOfModulation                           no
29134  QltyEndOfModulation                           no
29135  QltyOperatorComment                           no
29136  QltyOperatorComment                           no
29137  QltyQualityEvent                              no
29138  QltyQualityEvent                              no
29139  QltyQualityParameter                          no
29140  QltyQualityParameter                          no
29141  QltyStartOfModulation                         no
29142  QltyStartOfModulation                         no
29143  QualityFlag                                   no
29144  QuantizationDefault?                          no
29145  RGBAEssenceDescriptor                         MXF
29146  RIFFChunkData?                                no
29147  RIFFChunkID                                   no
29148  RIFFChunkLength                               no
29149  RP217DataStreamPID                            no
29150  RP217VideoStreamPID                           no
29151  RandomIndexMetadata?                          no
29152  RandomIndexMetadataV10?                       no
29153  Rating                                        no
29154  RecordedFormat                                no
29155  RecordedFormat                                no
29156  RecordedTrackNumber                           no
29157  RecordingLabelName                            no
29158  RecordingLabelName                            no
29159  ReelOrRollNumber                              no
29160  RegionCode                                    no
29161  RegionName                                    no
29162  RegionName                                    no
29163  RegisterAction                                no
29164  RegisterAdministrationArray?                  no
29165  RegisterAdministrationNotes                   no
29166  RegisterAdministrationObject?                 no
29167  RegisterApproverName                          no
29168  RegisterChildEntryArray?                      no
29169  RegisterCreationTime                          no
29170  RegisterEditorName                            no
29171  RegisterEntryAdministrationObject?            no
29172  RegisterEntryArray?                           no
29173  RegisterEntryStatus?                          no
29174  RegisterItemDefiningDocumentName              no
29175  RegisterItemDefinition                        no
29176  RegisterItemHierarchyLevel                    no
29177  RegisterItemIntroductionVersion               no
29178  RegisterItemName                              no
29179  RegisterItemNotes                             no
29180  RegisterItemOriginatorName                    no
29181  RegisterItemStatusChangeDateTime              no
29182  RegisterItemSymbol?                           no
29183  RegisterItemUL?                               no
29184  RegisterKind?                                 no
29185  RegisterReleaseDateTime                       no
29186  RegisterStatusKind?                           no
29187  RegisterUserName                              no
29188  RegisterUserTime                              no
29189  RegisterVersion                               no
29190  RegistrantName                                no
29191  RelatedMaterialDescription                    no
29192  RelatedMaterialDescription                    no
29193  RelatedMaterialLocators?                      no
29194  RelativePositionInSequenceName                no
29195  RelativePositionInSequenceOffset              no
29196  RelativeScope                                 no
29197  RelativeTrack                                 no
29198  ReleasableCountryCode                         no
29199  ReleasableCountryCode                         no
29200  RenamedType?                                  no
29201  ResourceID?                                   no
29202  RestrictionsonUse                             no
29203  ReversePlay                                   no
29204  ReversedByteOrder                             no
29205  Rights                                        MXF
29206  RightsComment                                 no
29207  RightsComment                                 no
29208  RightsConditionDescription                    no
29209  RightsConditionDescription                    no
29210  RightsManagementAuthority                     no
29211  RightsManagementAuthority                     no
29212  RightsSets?                                   no
29213  RightsStartDateTime                           no
29214  RightsStopDateTime                            no
29215  Rightsholder                                  no
29216  Rightsholder                                  no
29217  RoleName                                      no
29218  RoleName                                      no
29219  RoomNumber                                    no
29220  RoomNumber                                    no
29221  RoomOrSuiteName                               no
29222  RoomOrSuiteName                               no
29223  RootFormatVersion                             no
29224  RootMetaDictionary?                           no
29225  RootObjectDirectory?                          no
29226  RootPreface?                                  no
29227  RoundedCaptureFilmFrameRate                   no
29228  RoundedTimecodeTimebase                       no
29229  RoundingLaw                                   no
29230  RoundingMethodCode                            no
29231  RoyaltyIncomeInformation                      no
29232  RoyaltyPaymentInformation                     no
29233  Rsiz                                          no
29234  SDKVersion                                    no
29235  SICI?                                         no
29236  SMPTE12MUserDateTime?                         no
29237  SMPTE309MUserDateTime?                        no
29238  SMPTE337MDataStreamNumber                     no
29239  SMPTEUL?                                      no
29240  SalesContractNumber                           no
29241  Salutation                                    no
29242  Salutation                                    no
29243  SampleIndex?                                  no
29244  SampleRate                                    no
29245  SampledHeight                                 no
29246  SampledWidth                                  no
29247  SampledXOffset                                no
29248  SampledYOffset                                no
29249  SamplingHierarchyCode                         no
29250  SamplingStructureCode                         no
29251  ScanningDirection                             no
29252  SceneFramework                                MXF
29253  SceneNumber                                   no
29254  SceneNumber                                   no
29255  SceneSettingPeriodSets?                       no
29256  SceneShotSets?                                no
29257  ScramblingKeyKind                             no
29258  ScramblingKeyValue                            no
29259  Scripting                                     MXF
29260  ScriptingKind                                 no
29261  ScriptingKind                                 no
29262  ScriptingLocators?                            no
29263  ScriptingSets?                                no
29264  ScriptingText                                 no
29265  ScriptingText                                 no
29266  SeasonEpisodeNumber                           no
29267  SeasonEpisodeTitle                            no
29268  SecondGivenName                               no
29269  SecondGivenName                               no
29270  SecondaryExtendedSpokenLanguageCode           no
29271  SecondaryOriginalExtendedSpokenLanguageCode   no
29272  SecondaryOriginalLanguageCode                 no
29273  SecondarySpokenLanguageCode                   no
29274  SecondaryTitle                                no
29275  SecondaryTitle                                no
29276  SectorSize                                    no
29277  SecurityClassification                        no
29278  SecurityClassification                        no
29279  SecurityClassificationCaveats                 no
29280  SecurityClassificationCaveats                 no
29281  Selected?                                     no
29282  SensorMode                                    no
29283  SensorRollAngle                               no
29284  SensorSize                                    no
29285  SensorType                                    no
29286  SensorTypeCode                                no
29287  Sequence?                                     no
29288  SequenceOffset                                no
29289  SequenceSet                                   MXF
29290  SeriesNumber                                  no
29291  SeriesNumber                                  no
29292  SeriesinaSeriesGroupCount                     no
29293  SetElementType?                               no
29294  SettingCityName                               no
29295  SettingCityName                               no
29296  SettingCountryCode                            no
29297  SettingCountryName                            no
29298  SettingCountryName                            no
29299  SettingDateTime                               no
29300  SettingDescription                            no
29301  SettingDescription                            no
29302  SettingPeriod                                 MXF
29303  SettingPeriodDescription                      no
29304  SettingPeriodDescription                      no
29305  SettingPostalCode                             no
29306  SettingPostalCode                             no
29307  SettingRegionCode                             no
29308  SettingRegionName                             no
29309  SettingRoomNumber                             no
29310  SettingRoomNumber                             no
29311  SettingStateOrProvinceOrCountyName            no
29312  SettingStateOrProvinceOrCountyName            no
29313  SettingStreetName                             no
29314  SettingStreetName                             no
29315  SettingStreetNumberOrBuildingName             no
29316  SettingStreetNumberOrBuildingName             no
29317  SettingTownName                               no
29318  SettingTownName                               no
29319  ShimName                                      no
29320  ShootingCountryCode                           no
29321  ShootingRegionCode                            no
29322  ShootingRegionName                            no
29323  Shot                                          MXF
29324  ShotComment                                   no
29325  ShotComment                                   no
29326  ShotCommentKind                               no
29327  ShotCommentKind                               no
29328  ShotCueWordsSet?                              no
29329  ShotDescription                               no
29330  ShotDescription                               no
29331  ShotDuration                                  no
29332  ShotList                                      no
29333  ShotLocationSets?                             no
29334  ShotParticipantRoleSets?                      no
29335  ShotPersonSets?                               no
29336  ShotStartPosition                             no
29337  ShotTrackIDs                                  no
29338  SideNumber                                    no
29339  Signal-to-NoiseRatio                          no
29340  SignalFormCode                                no
29341  SignalStandard                                no
29342  SignalStandard                                no
29343  SignatureTuneFlag                             no
29344  SimpleFlaggingCount                           no
29345  SingleSequenceFlag                            no
29346  Size                                          no
29347  SlantRange                                    no
29348  SlateInformation                              no
29349  SlateTitle                                    no
29350  SliceCount                                    no
29351  SliceNumber                                   no
29352  SliceOffsetList?                              no
29353  Software-OnlySupportFlag                      no
29354  SourceClip?                                   no
29355  SourceContainerFormat?                        no
29356  SourceImageCenterXCoordinate                  no
29357  SourceImageCenterYCoordinate                  no
29358  SourceIndex?                                  no
29359  SourceKey?                                    no
29360  SourceLength                                  no
29361  SourceOrganization                            no
29362  SourceOrganization                            no
29363  SourcePackage                                 MXF
29364  SourcePackageID?                              no
29365  SourceSpecies?                                no
29366  SourceTrackID                                 no
29367  SourceTrackIDs                                no
29368  SourceValue?                                  no
29369  SpeedChangeEffectFlag                         no
29370  SplicingMetadata?                             no
29371  StartTimeRelativeToReference                  no
29372  StartTimeRelativeToReference                  no
29373  StartTimecode                                 no
29374  StartTimecodeRelativeToReference?             no
29375  StateOrProvinceOrCountyName                   no
29376  StateOrProvinceOrCountyName                   no
29377  StaticTrack                                   MXF
29378  StillFrame?                                   no
29379  StorageDeviceKind                             no
29380  StorageKind                                   no
29381  StorageKind                                   no
29382  StorageKindCode                               no
29383  StorageMediaID                                no
29384  StorageMediaKind                              no
29385  StoredANCLineNumber                           no
29386  StoredF2Offset                                no
29387  StoredVBILineNumber                           no
29388  StratumKind                                   no
29389  StreamData?                                   no
29390  StreamElementType?                            no
29391  StreamID                                      no
29392  StreamOffset                                  no
29393  StreamPositionIndicator                       no
29394  StreamPositionIndicator                       no
29395  StreamPositionIndicator                       no
29396  StreamPositionIndicator                       no
29397  StreetName                                    no
29398  StreetName                                    no
29399  StreetNumber                                  no
29400  StreetNumber                                  no
29401  StringElementType?                            no
29402  StructuralComponent                           MXF
29403  Sub-descriptors?                              no
29404  SubDescriptor?                                no
29405  SubDescriptors?                               no
29406  SubjectAbsoluteHeading                        no
29407  SubjectAbsoluteSpeed                          no
29408  SubjectDistance                               no
29409  SubjectName                                   no
29410  SubjectName                                   no
29411  SubjectRelativeHeading                        no
29412  SubjectRelativePositionalAccuracy             no
29413  SubjectRelativeSpeed                          no
29414  SubtitleDatafileFlag                          no
29415  SubtitlesPresent                              no
29416  SupplementaryName                             no
29417  SupplementaryName                             no
29418  SupplementaryOrganizationName                 no
29419  SupplementaryOrganizationName                 no
29420  SupplierAccountName                           no
29421  SupplierAccountName                           no
29422  SupplierAccountNumber                         no
29423  SupplierIdentificationKind                    no
29424  SupplierIdentificationValue                   no
29425  SupplyContractNumber                          no
29426  SupplyingDepartmentName                       no
29427  SupportOrAdministrationStatus                 no
29428  SupportOrAdministrationStatus                 no
29429  SupportOrganizationRole                       no
29430  SupportOrganizationRole                       no
29431  SystemNameOrNumber                            no
29432  TIFFSummary?                                  no
29433  TaggedValueDefinitions?                       no
29434  TaggedValueParentProperties?                  no
29435  TakeNumber                                    no
29436  TapeBatchNumber                               no
29437  TapeBatchNumber                               no
29438  TapeCapacity                                  no
29439  TapeFormat?                                   no
29440  TapeFormulation                               no
29441  TapeFormulation                               no
29442  TapeManufacturer                              no
29443  TapeManufacturer                              no
29444  TapePartitionCapacity                         no
29445  TapeShellKind                                 no
29446  TapeShellKind                                 no
29447  TapeStock                                     no
29448  TapeStock                                     no
29449  TargetAudience                                no
29450  TargetAudience                                no
29451  TargetClassOfStrongReference?                 no
29452  TargetClassOfWeakReference?                   no
29453  TargetSet?                                    no
29454  TargetWidth                                   no
29455  TechnicalValue                                no
29456  TelephoneNumber                               no
29457  TelephoneNumber                               no
29458  TeletextSubtitlesAvailable                    no
29459  TeletextSubtitlesFlag                         no
29460  TemporalOffset                                no
29461  TerminatingFillerData                         no
29462  TextLocator                                   MXF
29463  TextlessBlackDuration                         no
29464  TextlessMaterial                              no
29465  TextualDescriptionKind                        no
29466  TextualDescriptionKind                        no
29467  Theme                                         no
29468  Theme                                         no
29469  ThemeMusicFlag                                no
29470  ThesaurusName                                 no
29471  ThesaurusName                                 no
29472  ThirdGivenName                                no
29473  ThirdGivenName                                no
29474  TimePeriodName                                no
29475  TimePeriodName                                no
29476  TimeSystemOffset                              no
29477  TimeUnitKind                                  no
29478  TimebaseReferenceTrackID                      no
29479  TimecodeArray?                                no
29480  TimecodeComponent                             MXF
29481  TimecodeCreationDateTime?                     no
29482  TimecodeEndDateTime?                          no
29483  TimecodeEventEndDateTime?                     no
29484  TimecodeEventStartDateTime?                   no
29485  TimecodeKind                                  no
29486  TimecodeLastModifyDate?                       no
29487  TimecodeModifyDate?                           no
29488  TimecodeSourceKind                            no
29489  TimecodeStartDateTime?                        no
29490  TimecodeStreamData?                           no
29491  TimecodeTimebase                              no
29492  TimecodeTimebase                              no
29493  TimecodeUserBitsFlag                          no
29494  TimepointValue?                               no
29495  TimingBiasCorrection                          no
29496  TimingBiasCorrectionDescription               no
29497  TitleKind                                     no
29498  TitleKind                                     no
29499  Titles                                        MXF
29500  TitlesSets?                                   no
29501  ToleranceInterpolationMethod?                 no
29502  ToleranceMode?                                no
29503  ToleranceWindow?                              no
29504  ToolkitVersion                                no
29505  TotalCurrencyAmount                           no
29506  TotalEpisodeCount                             no
29507  TotalIncome                                   no
29508  TotalLinesperFrame                            no
29509  TotalNumberInSequence                         no
29510  TotalPayment                                  no
29511  TotalSamplesperLine                           no
29512  Track                                         MXF
29513  TrackID                                       no
29514  TrackName                                     no
29515  TrackName                                     no
29516  TrackNumber                                   no
29517  TrackNumberBatch                              no
29518  Tracks?                                       no
29519  TrafficID                                     no
29520  TrailingLines                                 no
29521  TranscriptReference                           no
29522  TranscriptReference                           no
29523  TransferFilmFrameRate                         no
29524  TransitionEffect?                             no
29525  TransmissionID                                no
29526  TransportStreamID                             no
29527  TripletSequenceNumber                         no
29528  TypeDefinitionElementValueList                no
29529  TypeDefinitionExtendibleElementValues?        no
29530  TypeDefinitions?                              no
29531  UCSEncoding                                   no
29532  UPID?                                         no
29533  UPN?                                          no
29534  URL                                           no
29535  URL                                           no
29536  URL                                           no
29537  URL                                           no
29538  URN                                           no
29539  UTCEndDateTime                                no
29540  UTCEventEndDateTime                           no
29541  UTCEventEndDateTime                           no
29542  UTCEventStartDateTime                         no
29543  UTCEventStartDateTime                         no
29544  UTCInstantDateTime                            no
29545  UTCInstantDateTime                            no
29546  UTCLastModifyDate                             no
29547  UTCLastModifyDate                             no
29548  UTCStartDateTime                              no
29549  UTCStartDateTime                              no
29550  UTCUserDateTime                               no
29551  UniformDataFlag                               no
29552  UnknownBWFChunks?                             no
29553  UpstreamAudioCompressionAlgorithm             no
29554  UseDefaultValue                               no
29555  UserDataMode?                                 no
29556  UserName                                      no
29557  UserName                                      no
29558  UserPosition                                  no
29559  V10IndexTableSegment?                         no
29560  VBEEndOffset                                  no
29561  VBIDataDescriptor                             MXF
29562  VBILineCount                                  no
29563  VBIPayloadByteArray                           no
29564  VBIPayloadSampleCoding                        no
29565  VBIPayloadSampleCount                         no
29566  VBIWrappingType                               no
29567  VC-1AverageBitrate                            no
29568  VC-1BPictureCount                             no
29569  VC-1CodedContentType                          no
29570  VC-1IdenticalGOP                              no
29571  VC-1InitializationMetadata?                   no
29572  VC-1Level                                     no
29573  VC-1MaximumBitrate                            no
29574  VC-1MaximumGOP                                no
29575  VC-1Profile                                   no
29576  VC-1SingleSequence                            no
29577  Value?                                        no
29578  VariableArrayElementType?                     no
29579  VersionNumber                                 no
29580  VersionNumberString                           no
29581  VersionNumberString                           no
29582  VersionTitle                                  no
29583  VersionTitle                                  no
29584  VerticalActionSafePercentage                  no
29585  VerticalDatum                                 no
29586  VerticalGraphicsSafePercentage                no
29587  VerticalSub-sampling                          no
29588  VideoAndFilmFrameRelationship                 no
29589  VideoAverageBitrate                           no
29590  VideoClipDuration                             no
29591  VideoCodingSchemeID                           no
29592  VideoColorKind                                no
29593  VideoCompressionAlgorithm                     no
29594  VideoDeviceKind                               no
29595  VideoDeviceParameterName                      no
29596  VideoDeviceParameterSetting                   no
29597  VideoFixedBitrate                             no
29598  VideoIndexArray?                              no
29599  VideoLineMap                                  no
29600  VideoNoiseReductionAlgorithm                  no
29601  VideoOrImageCompressionAlgorithm              no
29602  VideoPayloadIdentifier                        no
29603  VideoPayloadIdentifier2002                    no
29604  VideoTestParameter                            no
29605  VideoTestResult                               no
29606  VideoTestResult                               no
29607  VideoWatermarkKind                            no
29608  ViewportAspectRatio                           no
29609  ViewportHeight                                no
29610  ViewportImageCenterCCoordinate                no
29611  ViewportImageCenterYCoordinate                no
29612  ViewportWidth                                 no
29613  VoiceTalentName                               no
29614  WAVESummary?                                  no
29615  WaveAudioDescriptor                           MXF
29616  Weighting                                     no
29617  WhiteReferenceLevel                           no
29618  Work-in-ProgressFlag                          no
29619  WorkingTitle                                  no
29620  WorkingTitle                                  no
29621  XMLDocumentText?                              no
29622  XMLDocumentText                               no
29623  XMLDocumentText                               no
29624  XMLDocumentText?                              no
29625  XOsiz                                         no
29626  XTOsiz                                        no
29627  XTsiz                                         no
29628  Xsiz                                          no
29629  YOsiz                                         no
29630  YTOsiz                                        no
29631  YTsiz                                         no
29632  Ysiz                                          no
29633
29634=head3 MXF Header Tags
29635
29636  Index1   Tag Name                             Writable
29637  ------   --------                             --------
29638      0    MXFVersion                           no
29639     24    FooterPosition                       no
29640     32    HeaderSize                           no
29641
29642=head2 DV Tags
29643
29644The following tags are extracted from DV videos.
29645
29646  Tag Name                                      Writable
29647  --------                                      --------
29648  AspectRatio                                   no
29649  AudioBitsPerSample                            no
29650  AudioChannels                                 no
29651  AudioSampleRate                               no
29652  Colorimetry                                   no
29653  DateTimeOriginal                              no
29654  Duration                                      no
29655  FrameRate                                     no
29656  ImageHeight                                   no
29657  ImageWidth                                    no
29658  TotalBitrate                                  no
29659  VideoFormat                                   no
29660  VideoScanType                                 no
29661
29662=head2 Flash Tags
29663
29664The information below is extracted from SWF (Shockwave Flash) files.  Tags
29665with string ID's represent information extracted from the file header.
29666
29667  Tag ID               Tag Name                 Writable
29668  ------               --------                 --------
29669  'Compressed'         Compressed               no
29670  'Duration'           Duration                 no
29671  'FlashVersion'       FlashVersion             no
29672  'FrameCount'         FrameCount               no
29673  'FrameRate'          FrameRate                no
29674  'ImageHeight'        ImageHeight              no
29675  'ImageWidth'         ImageWidth               no
29676  0x0045               FlashAttributes          no
29677  0x004d               XMP                      XMP
29678
29679=head3 Flash FLV Tags
29680
29681Information is extracted from the following packets in FLV (Flash Video)
29682files.
29683
29684  Tag ID   Tag Name                             Writable
29685  ------   --------                             --------
29686  0x0008   Audio                                Flash Audio
29687  0x0009   Video                                Flash Video
29688  0x0012   Meta                                 Flash Meta
29689
29690=head3 Flash Audio Tags
29691
29692Information extracted from the Flash Audio header.
29693
29694  Tag ID   Tag Name                             Writable
29695  ------   --------                             --------
29696  'Bit0-3' AudioEncoding                        no
29697  'Bit4-5' AudioSampleRate                      no
29698  'Bit6'   AudioBitsPerSample                   no
29699  'Bit7'   AudioChannels                        no
29700
29701=head3 Flash Video Tags
29702
29703Information extracted from the Flash Video header.
29704
29705  Tag ID   Tag Name                             Writable
29706  ------   --------                             --------
29707  'Bit4-7' VideoEncoding                        no
29708
29709=head3 Flash Meta Tags
29710
29711Below are a few observed FLV Meta tags, but ExifTool will attempt to extract
29712information from any tag found.
29713
29714  Tag ID                   Tag Name             Writable
29715  ------                   --------             --------
29716  'audiocodecid'           AudioCodecID         no
29717  'audiodatarate'          AudioBitrate         no
29718  'audiodelay'             AudioDelay           no
29719  'audiosamplerate'        AudioSampleRate      no
29720  'audiosamplesize'        AudioSampleSize      no
29721  'audiosize'              AudioSize            no
29722  'bytelength'             ByteLength           no
29723  'canSeekToEnd'           CanSeekToEnd         no
29724  'canseekontime'          CanSeekOnTime        no
29725  'createdby'              CreatedBy            no
29726  'creationdate'           CreateDate           no
29727  'cuePoints'              CuePoint             Flash CuePoint
29728  'datasize'               DataSize             no
29729  'duration'               Duration             no
29730  'filesize'               FileSizeBytes        no
29731  'framerate'              FrameRate            no
29732  'hasAudio'               HasAudio             no
29733  'hasCuePoints'           HasCuePoints         no
29734  'hasKeyframes'           HasKeyFrames         no
29735  'hasMetadata'            HasMetadata          no
29736  'hasVideo'               HasVideo             no
29737  'height'                 ImageHeight          no
29738  'httphostheader'         HTTPHostHeader       no
29739  'keyframesFilepositions' KeyFramePositions    no
29740  'keyframesTimes'         KeyFramesTimes       no
29741  'lastkeyframetimestamp'  LastKeyFrameTime     no
29742  'lasttimestamp'          LastTimeStamp        no
29743  'liveXML'                XMP                  XMP
29744  'metadatacreator'        MetadataCreator      no
29745  'metadatadate'           MetadataDate         no
29746  'pmsg'                   Message              no
29747  'purl'                   URL                  no
29748  'sourcedata'             SourceData           no
29749  'starttime'              StartTime            no
29750  'stereo'                 Stereo               no
29751  'totaldatarate'          TotalDataRate        no
29752  'totalduration'          TotalDuration        no
29753  'videocodecid'           VideoCodecID         no
29754  'videodatarate'          VideoBitrate         no
29755  'videosize'              VideoSize            no
29756  'width'                  ImageWidth           no
29757
29758=head3 Flash CuePoint Tags
29759
29760These tag names are added to the CuePoint name to generate complete tag
29761names like "CuePoint0Name".
29762
29763  Tag ID               Tag Name                 Writable
29764  ------               --------                 --------
29765  'name'               Name                     no
29766  'parameters'         Parameter                Flash Parameter
29767  'time'               Time                     no
29768  'type'               Type                     no
29769
29770=head3 Flash Parameter Tags
29771
29772There are no pre-defined parameter tags, but ExifTool will extract any
29773existing parameters, with tag names like "CuePoint0ParameterXxx".
29774
29775  Tag ID   Tag Name                             Writable
29776  ------   --------                             --------
29777  [no tags known]
29778
29779=head2 Real Tags
29780
29781ExifTool recognizes three basic types of Real audio/video files: 1)
29782RealMedia (RM, RV and RMVB), 2) RealAudio (RA), and 3) Real Metafile (RAM
29783and RPM).
29784
29785=head3 Real Media Tags
29786
29787These B<Tag ID>'s are Chunk ID's used in RealMedia and RealVideo (RM, RV and
29788RMVB) files.
29789
29790  Tag ID   Tag Name                             Writable
29791  ------   --------                             --------
29792  'CONT'   CONT                                 Real ContentDescr
29793  'MDPR'   MDPR                                 Real MediaProps
29794  'PROP'   PROP                                 Real Properties
29795  'RJMD'   RJMD                                 Real Metadata
29796
29797=head3 Real ContentDescr Tags
29798
29799  Sequence Tag Name                             Writable
29800  -------- --------                             --------
29801      0    TitleLen?                            no
29802      1    Title                                no
29803      2    AuthorLen?                           no
29804      3    Author                               no
29805      4    CopyrightLen?                        no
29806      5    Copyright                            no
29807      6    CommentLen?                          no
29808      7    Comment                              no
29809
29810=head3 Real MediaProps Tags
29811
29812  Sequence Tag Name                             Writable
29813  -------- --------                             --------
29814      0    StreamNumber                         no
29815      1    StreamMaxBitrate                     no
29816      2    StreamAvgBitrate                     no
29817      3    StreamMaxPacketSize                  no
29818      4    StreamAvgPacketSize                  no
29819      5    StreamStartTime                      no
29820      6    StreamPreroll                        no
29821      7    StreamDuration                       no
29822      8    StreamNameLen?                       no
29823      9    StreamName                           no
29824     10    StreamMimeLen?                       no
29825     11    StreamMimeType                       no
29826     12    FileInfoLen?                         no
29827     13    FileInfoLen2?                        no
29828     14    FileInfoVersion                      no
29829     15    PhysicalStreams?                     no
29830     16    PhysicalStreamNumbers?               no
29831     17    DataOffsets?                         no
29832     18    NumRules?                            no
29833     19    PhysicalStreamNumberMap?             no
29834     20    NumProperties?                       no
29835     21    FileInfoProperties                   Real FileInfo
29836
29837=head3 Real FileInfo Tags
29838
29839The following tags have been observed in the FileInfo properties, but any
29840other existing information will also be extracted.
29841
29842  Tag ID               Tag Name                 Writable
29843  ------               --------                 --------
29844  'Audiences'          Audiences                no
29845  'Audio Format'       AudioFormat              no
29846  'Content Rating'     ContentRating            no
29847  'Creation Date'      CreateDate               no
29848  'Description'        Description              no
29849  'File ID'            FileID                   no
29850  'Generated By'       Software                 no
29851  'Indexable'          Indexable                no
29852  'Keywords'           Keywords                 no
29853  'Modification Date'  ModifyDate               no
29854  'Target Audiences'   TargetAudiences          no
29855  'Video Quality'      VideoQuality             no
29856  'audioMode'          AudioMode                no
29857  'videoMode'          VideoMode                no
29858
29859=head3 Real Properties Tags
29860
29861  Sequence Tag Name                             Writable
29862  -------- --------                             --------
29863      0    MaxBitrate                           no
29864      1    AvgBitrate                           no
29865      2    MaxPacketSize                        no
29866      3    AvgPacketSize                        no
29867      4    NumPackets                           no
29868      5    Duration                             no
29869      6    Preroll                              no
29870      7    IndexOffset?                         no
29871      8    DataOffset?                          no
29872      9    NumStreams                           no
29873     10    Flags                                no
29874
29875=head3 Real Metadata Tags
29876
29877The tags below represent information which has been observed in the Real
29878Metadata format, but ExifTool will extract any information it finds in this
29879format.  (As far as I can tell from the referenced documentation, string
29880values should be plain text, but this is not the case for the only sample
29881file I have been able to obtain containing this information.  These tags
29882could also be split into separate sub-directories, but this will wait until
29883I have better documentation or a more complete set of samples.)
29884
29885  Tag ID               Tag Name                 Writable
29886  ------               --------                 --------
29887  'Album/Name'         AlbumName                no
29888  'Track/Category'     TrackCategory            no
29889  'Track/Comments'     TrackComments            no
29890  'Track/Lyrics'       TrackLyrics              no
29891
29892=head3 Real Audio Tags
29893
29894Tags in the following table reference information extracted from various
29895versions of RealAudio (RA) files.
29896
29897  Tag ID   Tag Name                             Writable
29898  ------   --------                             --------
29899  '.ra3'   RA3                                  Real AudioV3
29900  '.ra4'   RA4                                  Real AudioV4
29901  '.ra5'   RA5                                  Real AudioV5
29902
29903=head3 Real AudioV3 Tags
29904
29905  Sequence Tag Name                             Writable
29906  -------- --------                             --------
29907      0    Channels                             no
29908      1    Unknown?                             no
29909      2    BytesPerMinute                       no
29910      3    AudioBytes                           no
29911      4    TitleLen?                            no
29912      5    Title                                no
29913      6    ArtistLen?                           no
29914      7    Artist                               no
29915      8    CopyrightLen?                        no
29916      9    Copyright                            no
29917     10    CommentLen?                          no
29918     11    Comment                              no
29919
29920=head3 Real AudioV4 Tags
29921
29922  Sequence Tag Name                             Writable
29923  -------- --------                             --------
29924      0    FourCC1?                             no
29925      1    AudioFileSize?                       no
29926      2    Version2?                            no
29927      3    HeaderSize?                          no
29928      4    CodecFlavorID?                       no
29929      5    CodedFrameSize?                      no
29930      6    AudioBytes                           no
29931      7    BytesPerMinute                       no
29932      8    Unknown?                             no
29933      9    SubPacketH?                          no
29934     10    AudioFrameSize                       no
29935     11    SubPacketSize?                       no
29936     12    Unknown?                             no
29937     13    SampleRate                           no
29938     14    Unknown?                             no
29939     15    BitsPerSample                        no
29940     16    Channels                             no
29941     17    FourCC2Len?                          no
29942     18    FourCC2?                             no
29943     19    FourCC3Len?                          no
29944     20    FourCC3?                             no
29945     21    Unknown?                             no
29946     22    Unknown?                             no
29947     23    TitleLen?                            no
29948     24    Title                                no
29949     25    ArtistLen?                           no
29950     26    Artist                               no
29951     27    CopyrightLen?                        no
29952     28    Copyright                            no
29953     29    CommentLen?                          no
29954     30    Comment                              no
29955
29956=head3 Real AudioV5 Tags
29957
29958  Sequence Tag Name                             Writable
29959  -------- --------                             --------
29960      0    FourCC1?                             no
29961      1    AudioFileSize?                       no
29962      2    Version2?                            no
29963      3    HeaderSize?                          no
29964      4    CodecFlavorID?                       no
29965      5    CodedFrameSize?                      no
29966      6    AudioBytes                           no
29967      7    BytesPerMinute                       no
29968      8    Unknown?                             no
29969      9    SubPacketH?                          no
29970     10    FrameSize?                           no
29971     11    SubPacketSize?                       no
29972     12    SampleRate                           no
29973     13    SampleRate2?                         no
29974     14    BitsPerSample                        no
29975     15    Channels                             no
29976     16    Genr?                                no
29977     17    FourCC3?                             no
29978
29979=head3 Real Metafile Tags
29980
29981Tags representing information extracted from Real Audio Metafile and
29982RealMedia Plug-in Metafile (RAM and RPM) files.
29983
29984  Tag ID   Tag Name                             Writable
29985  ------   --------                             --------
29986  'txt'    Text                                 no
29987  'url'    URL                                  no
29988
29989=head2 Red Tags
29990
29991Tags extracted from Redcode R3D video files.
29992
29993  Tag ID   Tag Name                             Writable
29994  ------   --------                             --------
29995  'RED1'   Red1Header                           Red RED1
29996  'RED2'   Red2Header                           Red RED2
29997  0x1000   StartEdgeCode                        no
29998  0x1001   StartTimecode                        no
29999  0x1002   OtherDate1                           no
30000  0x1003   OtherDate2                           no
30001  0x1004   OtherDate3                           no
30002  0x1005   DateTimeOriginal                     no
30003  0x1006   SerialNumber                         no
30004  0x1019   CameraType                           no
30005  0x101a   ReelNumber                           no
30006  0x101b   Take                                 no
30007  0x1023   DateCreated                          no
30008  0x1024   TimeCreated                          no
30009  0x1025   FirmwareVersion                      no
30010  0x1029   ReelTimecode                         no
30011  0x102a   StorageType                          no
30012  0x1030   StorageFormatDate                    no
30013  0x1031   StorageFormatTime                    no
30014  0x1032   StorageSerialNumber                  no
30015  0x1033   StorageModel                         no
30016  0x1036   AspectRatio                          no
30017  0x1042   Revision                             no
30018  0x1056   OriginalFileName                     no
30019  0x106e   LensMake                             no
30020  0x106f   LensNumber                           no
30021  0x1070   LensModel                            no
30022  0x1071   Model                                no
30023  0x107c   CameraOperator                       no
30024  0x1086   VideoFormat                          no
30025  0x1096   Filter                               no
30026  0x10a0   Brain                                no
30027  0x10a1   Sensor                               no
30028  0x200d   ColorTemperature                     no
30029  0x204b   RGBCurves                            no
30030  0x2066   OriginalFrameRate                    no
30031  0x4037   CropArea                             no
30032  0x403b   ISO                                  no
30033  0x406a   FNumber                              no
30034  0x406b   FocalLength                          no
30035  0x606c   FocusDistance                        no
30036
30037=head3 Red RED1 Tags
30038
30039Redcode version 1 header.
30040
30041  Index1   Tag Name                             Writable
30042  ------   --------                             --------
30043      7    RedcodeVersion                       no
30044     54    ImageWidth                           no
30045     58    ImageHeight                          no
30046     62    FrameRate                            no
30047     67    OriginalFileName                     no
30048
30049=head3 Red RED2 Tags
30050
30051Redcode version 2 header.
30052
30053  Index1   Tag Name                             Writable
30054  ------   --------                             --------
30055      7    RedcodeVersion                       no
30056     76    ImageWidth                           no
30057     80    ImageHeight                          no
30058     86    FrameRate                            no
30059
30060=head2 RIFF Tags
30061
30062The RIFF container format is used various types of fines including AVI, WAV,
30063WEBP, LA, OFR, PAC and WV.  According to the EXIF specification, Meta
30064information is embedded in two types of RIFF C<LIST> chunks: C<INFO> and
30065C<exif>, and information about the audio content is stored in the C<fmt >
30066chunk.  As well as this information, some video information and proprietary
30067manufacturer-specific information is also extracted.
30068
30069Large AVI videos may be a concatenation of two or more RIFF chunks.  For
30070these files, information is extracted from subsequent RIFF chunks as
30071sub-documents, but the Duration is calculated for the full video.
30072
30073  Tag ID               Tag Name                 Writable
30074  ------               --------                 --------
30075  'ALPH'               ALPH                     RIFF ALPH
30076  'ANIM'               ANIM                     RIFF ANIM
30077  'ANMF'               ANMF                     RIFF ANMF
30078  'CSET'               CharacterSet             RIFF CSET
30079  'EXIF'               EXIF                     EXIF
30080                       UnknownEXIF              no
30081  'ICCP'               ICC_Profile              ICC_Profile
30082  'IDIT'               DateTimeOriginal         no
30083  'JUNK'               OlympusJunk              Olympus AVI
30084                       CasioJunk                EXIF
30085                       RicohJunk                Ricoh AVI
30086                       PentaxJunk               Pentax Junk
30087                       PentaxJunk2              Pentax Junk2
30088                       LucasJunk                QuickTime Stream
30089                       TextJunk                 no
30090  'JUNQ'               OldXMP                   no
30091  'LIST_INF0'          Info                     RIFF Info
30092  'LIST_INFO'          Info                     RIFF Info
30093  'LIST_Tdat'          Tdat                     RIFF Tdat
30094  'LIST_adtl'          AssociatedDataList       RIFF
30095  'LIST_exif'          Exif                     RIFF Exif
30096  'LIST_hdrl'          Hdrl                     RIFF Hdrl
30097  'LIST_hydt'          PentaxData               Pentax AVI
30098  'LIST_ncdt'          NikonData                Nikon AVI
30099  'LIST_pntx'          PentaxData2              Pentax AVI
30100  'SGLT'               BikeBroAccel             QuickTime Stream
30101  'SLLT'               BikeBroGPS               QuickTime Stream
30102  'VP8 '               VP8Bitstream             RIFF VP8
30103  'VP8L'               VP8L                     RIFF VP8L
30104  'VP8X'               VP8X                     RIFF VP8X
30105  'XMP '               XMP                      XMP
30106  '_PMX'               XMP                      XMP
30107  'aXML'               AXML                     XMP XML
30108  'afsp'               Afsp                     no
30109  'bext'               BroadcastExtension       RIFF BroadcastExt
30110  'cue '               CuePoints                no
30111  'ds64'               DataSize64               RIFF DS64
30112  'fact'               NumberOfSamples          no
30113  'fmt '               AudioFormat              RIFF AudioFormat
30114  'gps0'               GPSTrack                 QuickTime Stream
30115  'gsen'               GSensor                  QuickTime Stream
30116  'iXML'               IXML                     XMP XML
30117  'id3 '               ID3                      ID3
30118  'inst'               Instrument               RIFF Instrument
30119  'labl'               CuePointLabel            no
30120  'list'               ListType                 no
30121  'ltxt'               LabeledText              no
30122  'note'               CuePointNote             no
30123  'olym'               Olym                     Olympus WAV
30124  'plst'               Playlist                 no
30125  'smpl'               Sampler                  RIFF Sampler
30126  'tx_USER'            UserText                 RIFF UserText
30127  'tx_Unknown'         Text                     no
30128
30129=head3 RIFF ALPH Tags
30130
30131WebP alpha chunk.
30132
30133  Index1   Tag Name                             Writable
30134  ------   --------                             --------
30135      0    AlphaPreprocessing                   no
30136    0.1    AlphaFiltering                       no
30137    0.2    AlphaCompression                     no
30138
30139=head3 RIFF ANIM Tags
30140
30141WebP animation chunk.
30142
30143  Index1   Tag Name                             Writable
30144  ------   --------                             --------
30145      0    BackgroundColor                      no
30146      4    AnimationLoopCount                   no
30147
30148=head3 RIFF ANMF Tags
30149
30150WebP animation frame chunk.
30151
30152  Index1   Tag Name                             Writable
30153  ------   --------                             --------
30154     12    Duration                             no
30155
30156=head3 RIFF CSET Tags
30157
30158  Index2   Tag Name                             Writable
30159  ------   --------                             --------
30160      0    CodePage                             no
30161      1    CountryCode                          no
30162      2    LanguageCode                         no
30163      3    Dialect                              no
30164
30165=head3 RIFF Info Tags
30166
30167RIFF INFO tags found in AVI video and WAV audio files.  Tags which are part
30168of the EXIF 2.3 specification have an underlined Tag Name in the HTML
30169version of this documentation.  Other tags are found in AVI files generated
30170by some software.
30171
30172  Tag ID   Tag Name                             Writable
30173  ------   --------                             --------
30174  'AGES'   Rated                                no
30175  'CMNT'   Comment                              no
30176  'CODE'   EncodedBy                            no
30177  'COMM'   Comments                             no
30178  'DIRC'   Directory                            no
30179  'DISP'   SoundSchemeTitle                     no
30180  'DTIM'   DateTimeOriginal                     no
30181  'GENR'   Genre                                no
30182  'IARL'   ArchivalLocation                     no
30183  'IART'   Artist                               no
30184  'IAS1'   FirstLanguage                        no
30185  'IAS2'   SecondLanguage                       no
30186  'IAS3'   ThirdLanguage                        no
30187  'IAS4'   FourthLanguage                       no
30188  'IAS5'   FifthLanguage                        no
30189  'IAS6'   SixthLanguage                        no
30190  'IAS7'   SeventhLanguage                      no
30191  'IAS8'   EighthLanguage                       no
30192  'IAS9'   NinthLanguage                        no
30193  'IBSU'   BaseURL                              no
30194  'ICAS'   DefaultAudioStream                   no
30195  'ICDS'   CostumeDesigner                      no
30196  'ICMS'   Commissioned                         no
30197  'ICMT'   Comment                              no
30198  'ICNM'   Cinematographer                      no
30199  'ICNT'   Country                              no
30200  'ICOP'   Copyright                            no
30201  'ICRD'   DateCreated                          no
30202  'ICRP'   Cropped                              no
30203  'IDIM'   Dimensions                           no
30204  'IDIT'   DateTimeOriginal                     no
30205  'IDPI'   DotsPerInch                          no
30206  'IDST'   DistributedBy                        no
30207  'IEDT'   EditedBy                             no
30208  'IENC'   EncodedBy                            no
30209  'IENG'   Engineer                             no
30210  'IGNR'   Genre                                no
30211  'IKEY'   Keywords                             no
30212  'ILGT'   Lightness                            no
30213  'ILGU'   LogoURL                              no
30214  'ILIU'   LogoIconURL                          no
30215  'ILNG'   Language                             no
30216  'IMBI'   MoreInfoBannerImage                  no
30217  'IMBU'   MoreInfoBannerURL                    no
30218  'IMED'   Medium                               no
30219  'IMIT'   MoreInfoText                         no
30220  'IMIU'   MoreInfoURL                          no
30221  'IMUS'   MusicBy                              no
30222  'INAM'   Title                                no
30223  'IPDS'   ProductionDesigner                   no
30224  'IPLT'   NumColors                            no
30225  'IPRD'   Product                              no
30226  'IPRO'   ProducedBy                           no
30227  'IRIP'   RippedBy                             no
30228  'IRTD'   Rating                               no
30229  'ISBJ'   Subject                              no
30230  'ISFT'   Software                             no
30231  'ISGN'   SecondaryGenre                       no
30232  'ISHP'   Sharpness                            no
30233  'ISMP'   TimeCode                             no
30234  'ISRC'   Source                               no
30235  'ISRF'   SourceForm                           no
30236  'ISTD'   ProductionStudio                     no
30237  'ISTR'   Starring                             no
30238  'ITCH'   Technician                           no
30239  'ITRK'   TrackNumber                          no
30240  'IWMU'   WatermarkURL                         no
30241  'IWRI'   WrittenBy                            no
30242  'LANG'   Language                             no
30243  'LOCA'   Location                             no
30244  'PRT1'   Part                                 no
30245  'PRT2'   NumberOfParts                        no
30246  'RATE'   Rate                                 no
30247  'STAR'   Starring                             no
30248  'STAT'   Statistics                           no
30249  'TAPE'   TapeName                             no
30250  'TCDO'   EndTimecode                          no
30251  'TCOD'   StartTimecode                        no
30252  'TITL'   Title                                no
30253  'TLEN'   Length                               no
30254  'TORG'   Organization                         no
30255  'TRCK'   TrackNumber                          no
30256  'TURL'   URL                                  no
30257  'TVER'   Version                              no
30258  'VMAJ'   VegasVersionMajor                    no
30259  'VMIN'   VegasVersionMinor                    no
30260  'YEAR'   Year                                 no
30261
30262=head3 RIFF Tdat Tags
30263
30264  Tag ID   Tag Name                             Writable
30265  ------   --------                             --------
30266  [no tags known]
30267
30268=head3 RIFF Exif Tags
30269
30270These tags are part of the EXIF 2.3 specification for WAV audio files.
30271
30272  Tag ID   Tag Name                             Writable
30273  ------   --------                             --------
30274  'ecor'   Make                                 no
30275  'emdl'   Model                                no
30276  'emnt'   MakerNotes                           no
30277  'erel'   RelatedImageFile                     no
30278  'etim'   TimeCreated                          no
30279  'eucm'   UserComment                          no
30280  'ever'   ExifVersion                          no
30281
30282=head3 RIFF Hdrl Tags
30283
30284  Tag ID               Tag Name                 Writable
30285  ------               --------                 --------
30286  'IDIT'               DateTimeOriginal         no
30287  'ISMP'               TimeCode                 no
30288  'LIST_odml'          OpenDML                  RIFF OpenDML
30289  'LIST_strl'          Stream                   RIFF Stream
30290  'avih'               AVIHeader                RIFF AVIHeader
30291
30292=head3 RIFF OpenDML Tags
30293
30294  Tag ID   Tag Name                             Writable
30295  ------   --------                             --------
30296  'dmlh'   ExtendedAVIHeader                    RIFF ExtAVIHdr
30297
30298=head3 RIFF ExtAVIHdr Tags
30299
30300  Index4   Tag Name                             Writable
30301  ------   --------                             --------
30302      0    TotalFrameCount                      no
30303
30304=head3 RIFF Stream Tags
30305
30306  Tag ID   Tag Name                             Writable
30307  ------   --------                             --------
30308  'strd'   StreamData                           RIFF StreamData
30309  'strf'   AudioFormat                          RIFF AudioFormat
30310           VideoFormat                          BMP
30311  'strh'   StreamHeader                         RIFF StreamHeader
30312  'strn'   StreamName                           no
30313
30314=head3 RIFF StreamData Tags
30315
30316This chunk is used to store proprietary information in AVI videos from some
30317cameras.  The first 4 characters of the data are used as the Tag ID below.
30318
30319  Tag ID       Tag Name                         Writable
30320  ------       --------                         --------
30321  'AVIF'       AVIF                             EXIF
30322  'CASI'       CasioData                        Casio AVI
30323  'Zora'       VendorName                       no
30324  'unknown'    UnknownData                      no
30325
30326=head3 RIFF AudioFormat Tags
30327
30328  Index2   Tag Name                             Writable
30329  ------   --------                             --------
30330      0    Encoding                             no
30331      1    NumChannels                          no
30332      2    SampleRate                           no
30333      4    AvgBytesPerSec                       no
30334      7    BitsPerSample                        no
30335
30336=head3 RIFF StreamHeader Tags
30337
30338  Index4   Tag Name                             Writable
30339  ------   --------                             --------
30340      0    StreamType                           no
30341      1    AudioCodec                           no
30342           VideoCodec                           no
30343           Codec                                no
30344      5    AudioSampleRate                      no
30345           VideoFrameRate                       no
30346           StreamSampleRate                     no
30347      8    AudioSampleCount                     no
30348           VideoFrameCount                      no
30349           StreamSampleCount                    no
30350     10    Quality                              no
30351     11    SampleSize                           no
30352
30353=head3 RIFF AVIHeader Tags
30354
30355  Index4   Tag Name                             Writable
30356  ------   --------                             --------
30357      0    FrameRate                            no
30358      1    MaxDataRate                          no
30359      4    FrameCount                           no
30360      6    StreamCount                          no
30361      8    ImageWidth                           no
30362      9    ImageHeight                          no
30363
30364=head3 RIFF VP8 Tags
30365
30366This chunk is found in simple-format (lossy) WebP files. See
30367L<https://developers.google.com/speed/webp/docs/riff_container> for the WebP
30368container specification.
30369
30370  Index1   Tag Name                             Writable
30371  ------   --------                             --------
30372      0    VP8Version                           no
30373      6    ImageWidth                           no
30374    6.1    HorizontalScale                      no
30375      8    ImageHeight                          no
30376    8.1    VerticalScale                        no
30377
30378=head3 RIFF VP8L Tags
30379
30380This chunk is found in lossless WebP files.
30381
30382  Index1   Tag Name                             Writable
30383  ------   --------                             --------
30384      1    ImageWidth                           no
30385      2    ImageHeight                          no
30386
30387=head3 RIFF VP8X Tags
30388
30389This chunk is found in extended WebP files.
30390
30391  Index1   Tag Name                             Writable
30392  ------   --------                             --------
30393      4    ImageWidth                           no
30394      6    ImageHeight                          no
30395
30396=head3 RIFF BroadcastExt Tags
30397
30398Information found in the Broadcast Audio Extension chunk (see
30399L<http://tech.ebu.ch/docs/tech/tech3285.pdf>).
30400
30401  Index1   Tag Name                             Writable
30402  ------   --------                             --------
30403      0    Description                          no
30404    256    Originator                           no
30405    288    OriginatorReference                  no
30406    320    DateTimeOriginal                     no
30407    338    TimeReference                        no
30408    346    BWFVersion                           no
30409    348    BWF_UMID                             no
30410    602    CodingHistory                        no
30411
30412=head3 RIFF DS64 Tags
30413
3041464-bit data sizes for MBWF/RF64 files.  See
30415L<https://tech.ebu.ch/docs/tech/tech3306-2009.pdf> for the specification.
30416
30417  Index8   Tag Name                             Writable
30418  ------   --------                             --------
30419      0    RIFFSize64                           no
30420      1    DataSize64                           no
30421      2    NumberOfSamples64                    no
30422
30423=head3 RIFF Instrument Tags
30424
30425  Index1   Tag Name                             Writable
30426  ------   --------                             --------
30427      0    UnshiftedNote                        no
30428      1    FineTune                             no
30429      2    Gain                                 no
30430      3    LowNote                              no
30431      4    HighNote                             no
30432      5    LowVelocity                          no
30433      6    HighVelocity                         no
30434
30435=head3 RIFF Sampler Tags
30436
30437  Index4   Tag Name                             Writable
30438  ------   --------                             --------
30439      0    Manufacturer                         no
30440      1    Product                              no
30441      2    SamplePeriod                         no
30442      3    MIDIUnityNote                        no
30443      4    MIDIPitchFraction                    no
30444      5    SMPTEFormat                          no
30445      6    SMPTEOffset                          no
30446      7    NumSampleLoops                       no
30447      8    SamplerDataLen                       no
30448      9    SamplerData                          no
30449
30450=head3 RIFF UserText Tags
30451
30452Tags decoded from the USER-format txts stream written by Momento M6 dashcam.
30453Extracted only if the ExtractEmbedded option is used.
30454
30455  Index1   Tag Name                             Writable
30456  ------   --------                             --------
30457     28    GPSAltitude                          no
30458     40    Accelerometer                        no
30459     56    GPSSpeed                             no
30460     60    GPSLatitude                          no
30461     64    GPSLongitude                         no
30462     68    GPSDateTime                          no
30463
30464=head2 AIFF Tags
30465
30466Tags extracted from Audio Interchange File Format (AIFF) files.  See
30467L<http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/AIFF/AIFF.html> for
30468the AIFF specification.
30469
30470  Tag ID   Tag Name                             Writable
30471  ------   --------                             --------
30472  '(c) '   Copyright                            no
30473  'ANNO'   Annotation                           no
30474  'APPL'   ApplicationData                      no
30475  'AUTH'   Author                               no
30476  'COMM'   Common                               AIFF Common
30477  'COMT'   Comment                              AIFF Comment
30478  'FVER'   FormatVersion                        AIFF FormatVers
30479  'ID3 '   ID3                                  ID3
30480  'NAME'   Name                                 no
30481
30482=head3 AIFF Common Tags
30483
30484  Index2   Tag Name                             Writable
30485  ------   --------                             --------
30486      0    NumChannels                          no
30487      1    NumSampleFrames                      no
30488      3    SampleSize                           no
30489      4    SampleRate                           no
30490      9    CompressionType                      no
30491     11    CompressorName                       no
30492
30493=head3 AIFF Comment Tags
30494
30495  Tag ID   Tag Name                             Writable
30496  ------   --------                             --------
30497  0x0000   CommentTime                          no
30498  0x0001   MarkerID                             no
30499  0x0002   Comment                              no
30500
30501=head3 AIFF FormatVers Tags
30502
30503  Index4   Tag Name                             Writable
30504  ------   --------                             --------
30505      0    FormatVersionTime                    no
30506
30507=head2 ASF Tags
30508
30509The ASF format is used by Windows WMA and WMV files, and DIVX videos.  Tag
30510ID's aren't listed because they are huge 128-bit GUID's that would ruin the
30511formatting of this table.
30512
30513  Tag Name                                      Writable
30514  --------                                      --------
30515  SimpleIndex                                   no
30516  TimecodeIndex                                 no
30517  Header                                        ASF Header
30518  Data                                          no
30519  XMP                                           XMP
30520  Index                                         no
30521  MediaIndex                                    no
30522
30523=head3 ASF Header Tags
30524
30525  Tag Name                                      Writable
30526  --------                                      --------
30527  Padding                                       no
30528  ScriptCommand                                 no
30529  ContentBranding                               ASF ContentBranding
30530  ContentEncryption                             no
30531  DigitalSignature                              no
30532  ExtendedContentEncryption                     no
30533  HeaderExtension                               ASF HeaderExtension
30534  ContentDescription                            ASF ContentDescr
30535  ErrorCorrection                               no
30536  StreamBitrateProps                            no
30537  CodecList                                     ASF CodecList
30538  FileProperties                                ASF FileProperties
30539  StreamProperties                              ASF StreamProperties
30540  ExtendedContentDescr                          ASF ExtendedDescr
30541  BitrateMutualExclusion                        no
30542  Marker                                        no
30543
30544=head3 ASF ContentBranding Tags
30545
30546  Tag Name                                      Writable
30547  --------                                      --------
30548  BannerImageType                               no
30549  BannerImage                                   no
30550  BannerImageURL                                no
30551  CopyrightURL                                  no
30552
30553=head3 ASF HeaderExtension Tags
30554
30555  Tag Name                                      Writable
30556  --------                                      --------
30557  ExtendedStreamProps                           no
30558  AdvancedContentEncryption                     no
30559  MetadataLibrary                               ASF ExtendedDescr
30560  TimecodeIndexParms                            no
30561  Compatibility                                 no
30562  LanguageList                                  no
30563  AdvancedMutualExcl                            no
30564  BandwidthSharing                              no
30565  Reserved1                                     no
30566  Metadata                                      ASF ExtendedDescr
30567  GroupMutualExclusion                          no
30568  StreamPrioritization                          no
30569  IndexParameters                               no
30570
30571=head3 ASF ExtendedDescr Tags
30572
30573  Tag Name                                      Writable
30574  --------                                      --------
30575  ASFLeakyBucketPairs                           no
30576  ASFPacketCount                                no
30577  ASFSecurityObjectsSize                        no
30578  AlbumArtist                                   no
30579  AlbumCoverURL                                 no
30580  AlbumTitle                                    no
30581  AspectRatioX                                  no
30582  AspectRatioY                                  no
30583  AudioFileURL                                  no
30584  AudioSourceURL                                no
30585  Author                                        no
30586  AuthorURL                                     no
30587  AverageLevel                                  no
30588  BannerImageData                               no
30589  BannerImageType                               no
30590  BannerImageURL                                no
30591  BeatsPerMinute                                no
30592  Bitrate                                       no
30593  Broadcast                                     no
30594  BufferAverage                                 no
30595  Can_Skip_Backward                             no
30596  Can_Skip_Forward                              no
30597  Category                                      no
30598  Codec                                         no
30599  Composer                                      no
30600  Conductor                                     no
30601  ContainerFormat                               no
30602  ContentDistributor                            no
30603  ContentGroupDescription                       no
30604  Copyright                                     no
30605  CopyrightURL                                  no
30606  CurrentBitrate                                no
30607  DRM                                           no
30608  DRM_ContentID                                 no
30609  DRM_DRMHeader                                 no
30610  DRM_DRMHeader_ContentDistributor              no
30611  DRM_DRMHeader_ContentID                       no
30612  DRM_DRMHeader_IndividualizedVersion           no
30613  DRM_DRMHeader_KeyID                           no
30614  DRM_DRMHeader_LicenseAcqURL                   no
30615  DRM_DRMHeader_SubscriptionContentID           no
30616  DRM_IndividualizedVersion                     no
30617  DRM_KeyID                                     no
30618  DRM_LASignatureCert                           no
30619  DRM_LASignatureLicSrvCert                     no
30620  DRM_LASignaturePrivKey                        no
30621  DRM_LASignatureRootCert                       no
30622  DRM_LicenseAcqURL                             no
30623  DRM_V1LicenseAcqURL                           no
30624  DVDID                                         no
30625  Description                                   no
30626  Director                                      no
30627  Duration                                      no
30628  EncodedBy                                     no
30629  EncodingSettings                              no
30630  EncodingTime                                  no
30631  FileSize                                      no
30632  Genre                                         no
30633  GenreID                                       no
30634  HasArbitraryDataStream                        no
30635  HasAttachedImages                             no
30636  HasAudio                                      no
30637  HasFileTransferStream                         no
30638  HasImage                                      no
30639  HasScript                                     no
30640  HasVideo                                      no
30641  ISRC                                          no
30642  InitialKey                                    no
30643  IsVBR                                         no
30644  Is_Protected                                  no
30645  Is_Trusted                                    no
30646  Language                                      no
30647  Lyrics                                        no
30648  Lyrics_Synchronised                           no
30649  MCDI                                          no
30650  MediaClassPrimaryID                           no
30651  MediaClassSecondaryID                         no
30652  MediaCredits                                  no
30653  MediaIsDelay                                  no
30654  MediaIsFinale                                 no
30655  MediaIsLive                                   no
30656  MediaIsPremiere                               no
30657  MediaIsRepeat                                 no
30658  MediaIsSAP                                    no
30659  MediaIsStereo                                 no
30660  MediaIsSubtitled                              no
30661  MediaIsTape                                   no
30662  MediaNetworkAffiliation                       no
30663  MediaOriginalBroadcastDateTime                no
30664  MediaOriginalChannel                          no
30665  MediaStationCallSign                          no
30666  MediaStationName                              no
30667  ModifiedBy                                    no
30668  Mood                                          no
30669  NSC_Address                                   no
30670  NSC_Description                               no
30671  NSC_Email                                     no
30672  NSC_Name                                      no
30673  NSC_Phone                                     no
30674  NumberOfFrames                                no
30675  OptimalBitrate                                no
30676  OriginalAlbumTitle                            no
30677  OriginalArtist                                no
30678  OriginalFileName                              no
30679  OriginalLyricist                              no
30680  OriginalReleaseTime                           no
30681  OriginalReleaseYear                           no
30682  ParentalRating                                no
30683  ParentalRatingReason                          no
30684  PartOfSet                                     no
30685  PeakBitrate                                   no
30686  PeakValue                                     no
30687  Period                                        no
30688  Picture                                       ASF Picture
30689  PlaylistDelay                                 no
30690  Producer                                      no
30691  PromotionURL                                  no
30692  ProtectionType                                no
30693  Provider                                      no
30694  ProviderCopyright                             no
30695  ProviderRating                                no
30696  ProviderStyle                                 no
30697  Publisher                                     no
30698  RadioStationName                              no
30699  RadioStationOwner                             no
30700  Rating                                        no
30701  Seekable                                      no
30702  SharedUserRating                              no
30703  Signature_Name                                no
30704  StreamTypeInfo                                no
30705  Stridable                                     no
30706  Subtitle                                      no
30707  SubtitleDescription                           no
30708  SubscriptionContentID                         no
30709  Text                                          no
30710  Title                                         no
30711  ToolName                                      no
30712  ToolVersion                                   no
30713  Track                                         no
30714  TrackNumber                                   no
30715  UniqueFileIdentifier                          no
30716  UserWebURL                                    no
30717  VBRPeak                                       no
30718  VideoClosedCaptioning                         no
30719  VideoFrameRate                                no
30720  VideoHeight                                   no
30721  VideoWidth                                    no
30722  WMADRCAverageReference                        no
30723  WMADRCAverageTarget                           no
30724  WMADRCPeakReference                           no
30725  WMADRCPeakTarget                              no
30726  WMCollectionGroupID                           no
30727  WMCollectionID                                no
30728  WMContentID                                   no
30729  Writer                                        no
30730  Year                                          no
30731
30732=head3 ASF Picture Tags
30733
30734  Tag Name                                      Writable
30735  --------                                      --------
30736  PictureType                                   no
30737  PictureMIMEType                               no
30738  PictureDescription                            no
30739  Picture                                       no
30740
30741=head3 ASF ContentDescr Tags
30742
30743  Tag Name                                      Writable
30744  --------                                      --------
30745  Title                                         no
30746  Author                                        no
30747  Copyright                                     no
30748  Description                                   no
30749  Rating                                        no
30750
30751=head3 ASF CodecList Tags
30752
30753  Tag Name                                      Writable
30754  --------                                      --------
30755  AudioCodecDescription                         no
30756  AudioCodecName                                no
30757  OtherCodecDescription                         no
30758  OtherCodecName                                no
30759  VideoCodecDescription                         no
30760  VideoCodecName                                no
30761
30762=head3 ASF FileProperties Tags
30763
30764  Index1   Tag Name                             Writable
30765  ------   --------                             --------
30766      0    FileID                               no
30767     16    FileLength                           no
30768     24    CreationDate                         no
30769     32    DataPackets                          no
30770     40    Duration                             no
30771     48    SendDuration                         no
30772     56    Preroll                              no
30773     64    Flags                                no
30774     68    MinPacketSize                        no
30775     72    MaxPacketSize                        no
30776     76    MaxBitrate                           no
30777
30778=head3 ASF StreamProperties Tags
30779
30780Tags with index 54 and greater are conditional based on the StreamType.
30781
30782  Index1   Tag Name                             Writable
30783  ------   --------                             --------
30784      0    StreamType                           no
30785     16    ErrorCorrectionType                  no
30786     32    TimeOffset                           no
30787     48    StreamNumber                         no
30788     54    AudioCodecID                         no
30789           ImageWidth                           no
30790     56    AudioChannels                        no
30791     58    AudioSampleRate                      no
30792           ImageHeight                          no
30793
30794=head2 WTV Tags
30795
30796Tags found in Windows recorded TV (WTV) videos.
30797
30798  Tag ID                          Tag Name      Writable
30799  ------                          --------      --------
30800  'table.0.entries.legacy_attrib' Metdata       WTV Metadata
30801
30802=head3 WTV Metadata Tags
30803
30804ExifTool will extract any tag found, even if not in this table.
30805
30806  Tag Name                                      Writable
30807  --------                                      --------
30808  ATSCContent                                   no
30809  ActualSoftPostPadding                         no
30810  ActualSoftPrePadding                          no
30811  Bitrate?                                      no
30812  BrandingImageID                               no
30813  BrandingName                                  no
30814  ContentProtected                              no
30815  ContentProtectedPercent                       no
30816  DTVContent                                    no
30817  Duration                                      no
30818  EncodeTime                                    no
30819  EndTime                                       no
30820  ExpirationDate?                               no
30821  ExpirationSpan?                               no
30822  Genre                                         no
30823  HDContent                                     no
30824  HardPostPadding                               no
30825  HardPrePadding                                no
30826  InBandRatingAttributes                        no
30827  InBandRatingLevel                             no
30828  InBandRatingSystem                            no
30829  KeepUntil                                     no
30830  Language                                      no
30831  MediaClassPrimaryID                           no
30832  MediaClassSecondaryID                         no
30833  MediaCredits                                  no
30834  MediaIsDelay                                  no
30835  MediaIsFinale                                 no
30836  MediaIsLive                                   no
30837  MediaIsMovie                                  no
30838  MediaIsPremiere                               no
30839  MediaIsRepeat                                 no
30840  MediaIsSAP                                    no
30841  MediaIsSport                                  no
30842  MediaIsStereo                                 no
30843  MediaIsSubtitled                              no
30844  MediaIsTape                                   no
30845  MediaNetworkAffiliation                       no
30846  MediaOriginalBroadcastDateTime                no
30847  MediaOriginalChannel                          no
30848  MediaOriginalChannelSubNumber                 no
30849  MediaOriginalRunTime                          no
30850  MediaStationCallSign                          no
30851  MediaStationName                              no
30852  MediaThumbAspectRatioX                        no
30853  MediaThumbAspectRatioY                        no
30854  MediaThumbHeight                              no
30855  MediaThumbRatingAttributes                    no
30856  MediaThumbRatingLevel                         no
30857  MediaThumbRatingSystem                        no
30858  MediaThumbRet                                 no
30859  MediaThumbStride                              no
30860  MediaThumbTimeStamp?                          no
30861  MediaThumbWidth                               no
30862  OriginalReleaseTime                           no
30863  OriginalSoftPostPadding                       no
30864  OriginalSoftPrePadding                        no
30865  ParentalRating                                no
30866  ParentalRatingReason                          no
30867  ProgramID                                     no
30868  Provider                                      no
30869  ProviderCopyright                             no
30870  ProviderRating                                no
30871  Quality                                       no
30872  RequestID                                     no
30873  ScheduleItemID                                no
30874  SeriesUID                                     no
30875  ServiceID                                     no
30876  Subtitle                                      no
30877  SubtitleDescription                           no
30878  Title                                         no
30879  VideoClosedCaptioning                         no
30880  Watched                                       no
30881
30882=head2 DICOM Tags
30883
30884The DICOM format is based on the ACR-NEMA specification, but adds a file
30885header and a number of new tags.  ExifTool will extract information from
30886either type of file.  The Tag ID's in the following table are the tag group
30887and element numbers in hexadecimal, as given in the DICOM specification (see
30888L<http://medical.nema.org/>).  The table below contains tags from the DICOM
308892009 and earlier specifications plus some vendor-specific private tags.
30890
30891Note that DICOM information may be saved in other file formats using the
30892L<XMP DICOM Tags|Image::ExifTool::TagNames/XMP DICOM Tags>.
30893
30894  Tag ID     Tag Name                           Writable
30895  ------     --------                           --------
30896  0002,0000  FileMetaInfoGroupLength            no
30897  0002,0001  FileMetaInfoVersion                no
30898  0002,0002  MediaStorageSOPClassUID            no
30899  0002,0003  MediaStorageSOPInstanceUID         no
30900  0002,0010  TransferSyntaxUID                  no
30901  0002,0012  ImplementationClassUID             no
30902  0002,0013  ImplementationVersionName          no
30903  0002,0016  SourceApplicationEntityTitle       no
30904  0002,0100  PrivateInformationCreatorUID       no
30905  0002,0102  PrivateInformation                 no
30906  0004,1130  FileSetID                          no
30907  0004,1141  FileSetDescriptorFileID            no
30908  0004,1142  SpecificCharacterSetOfFile         no
30909  0004,1200  FirstDirectoryRecordOffset         no
30910  0004,1202  LastDirectoryRecordOffset          no
30911  0004,1212  FileSetConsistencyFlag             no
30912  0004,1220  DirectoryRecordSequence            no
30913  0004,1400  OffsetOfNextDirectoryRecord        no
30914  0004,1410  RecordInUseFlag                    no
30915  0004,1420  LowerLevelDirectoryEntityOffset    no
30916  0004,1430  DirectoryRecordType                no
30917  0004,1432  PrivateRecordUID                   no
30918  0004,1500  ReferencedFileID                   no
30919  0004,1504  MRDRDirectoryRecordOffset          no
30920  0004,1510  ReferencedSOPClassUIDInFile        no
30921  0004,1511  ReferencedSOPInstanceUIDInFile     no
30922  0004,1512  ReferencedTransferSyntaxUIDInFile  no
30923  0004,151A  ReferencedRelatedSOPClassUIDInFile no
30924  0004,1600  NumberOfReferences                 no
30925  0008,0000  IdentifyingGroupLength             no
30926  0008,0001  LengthToEnd                        no
30927  0008,0005  SpecificCharacterSet               no
30928  0008,0006  LanguageCodeSequence               no
30929  0008,0008  ImageType                          no
30930  0008,0010  RecognitionCode                    no
30931  0008,0012  InstanceCreationDate               no
30932  0008,0013  InstanceCreationTime               no
30933  0008,0014  InstanceCreatorUID                 no
30934  0008,0016  SOPClassUID                        no
30935  0008,0018  SOPInstanceUID                     no
30936  0008,001A  RelatedGeneralSOPClassUID          no
30937  0008,001B  OriginalSpecializedSOPClassUID     no
30938  0008,0020  StudyDate                          no
30939  0008,0021  SeriesDate                         no
30940  0008,0022  AcquisitionDate                    no
30941  0008,0023  ContentDate                        no
30942  0008,0024  OverlayDate                        no
30943  0008,0025  CurveDate                          no
30944  0008,002A  AcquisitionDateTime                no
30945  0008,0030  StudyTime                          no
30946  0008,0031  SeriesTime                         no
30947  0008,0032  AcquisitionTime                    no
30948  0008,0033  ContentTime                        no
30949  0008,0034  OverlayTime                        no
30950  0008,0035  CurveTime                          no
30951  0008,0040  DataSetType                        no
30952  0008,0041  DataSetSubtype                     no
30953  0008,0042  NuclearMedicineSeriesType          no
30954  0008,0050  AccessionNumber                    no
30955  0008,0052  QueryRetrieveLevel                 no
30956  0008,0054  RetrieveAETitle                    no
30957  0008,0056  InstanceAvailability               no
30958  0008,0058  FailedSOPInstanceUIDList           no
30959  0008,0060  Modality                           no
30960  0008,0061  ModalitiesInStudy                  no
30961  0008,0062  SOPClassesInStudy                  no
30962  0008,0064  ConversionType                     no
30963  0008,0068  PresentationIntentType             no
30964  0008,0070  Manufacturer                       no
30965  0008,0080  InstitutionName                    no
30966  0008,0081  InstitutionAddress                 no
30967  0008,0082  InstitutionCodeSequence            no
30968  0008,0090  ReferringPhysicianName             no
30969  0008,0092  ReferringPhysicianAddress          no
30970  0008,0094  ReferringPhysicianTelephoneNumber  no
30971  0008,0096  ReferringPhysicianIDSequence       no
30972  0008,0100  CodeValue                          no
30973  0008,0102  CodingSchemeDesignator             no
30974  0008,0103  CodingSchemeVersion                no
30975  0008,0104  CodeMeaning                        no
30976  0008,0105  MappingResource                    no
30977  0008,0106  ContextGroupVersion                no
30978  0008,0107  ContextGroupLocalVersion           no
30979  0008,010B  ContextGroupExtensionFlag          no
30980  0008,010C  CodingSchemeUID                    no
30981  0008,010D  ContextGroupExtensionCreatorUID    no
30982  0008,010F  ContextIdentifier                  no
30983  0008,0110  CodingSchemeIDSequence             no
30984  0008,0112  CodingSchemeRegistry               no
30985  0008,0114  CodingSchemeExternalID             no
30986  0008,0115  CodingSchemeName                   no
30987  0008,0116  ResponsibleOrganization            no
30988  0008,0117  ContextUID                         no
30989  0008,0201  TimezoneOffsetFromUTC              no
30990  0008,1000  NetworkID                          no
30991  0008,1010  StationName                        no
30992  0008,1030  StudyDescription                   no
30993  0008,1032  ProcedureCodeSequence              no
30994  0008,103E  SeriesDescription                  no
30995  0008,1040  InstitutionalDepartmentName        no
30996  0008,1048  PhysiciansOfRecord                 no
30997  0008,1049  PhysiciansOfRecordIDSequence       no
30998  0008,1050  PerformingPhysicianName            no
30999  0008,1052  PerformingPhysicianIDSequence      no
31000  0008,1060  NameOfPhysicianReadingStudy        no
31001  0008,1062  PhysicianReadingStudyIDSequence    no
31002  0008,1070  OperatorsName                      no
31003  0008,1072  OperatorIDSequence                 no
31004  0008,1080  AdmittingDiagnosesDescription      no
31005  0008,1084  AdmittingDiagnosesCodeSequence     no
31006  0008,1090  ManufacturersModelName             no
31007  0008,1100  ReferencedResultsSequence          no
31008  0008,1110  ReferencedStudySequence            no
31009  0008,1111  ReferencedProcedureStepSequence    no
31010  0008,1115  ReferencedSeriesSequence           no
31011  0008,1120  ReferencedPatientSequence          no
31012  0008,1125  ReferencedVisitSequence            no
31013  0008,1130  ReferencedOverlaySequence          no
31014  0008,113A  ReferencedWaveformSequence         no
31015  0008,1140  ReferencedImageSequence            no
31016  0008,1145  ReferencedCurveSequence            no
31017  0008,114A  ReferencedInstanceSequence         no
31018  0008,1150  ReferencedSOPClassUID              no
31019  0008,1155  ReferencedSOPInstanceUID           no
31020  0008,115A  SOPClassesSupported                no
31021  0008,1160  ReferencedFrameNumber              no
31022  0008,1161  SimpleFrameList                    no
31023  0008,1162  CalculatedFrameList                no
31024  0008,1163  TimeRange                          no
31025  0008,1164  FrameExtractionSequence            no
31026  0008,1195  TransactionUID                     no
31027  0008,1197  FailureReason                      no
31028  0008,1198  FailedSOPSequence                  no
31029  0008,1199  ReferencedSOPSequence              no
31030  0008,1200  OtherReferencedStudiesSequence     no
31031  0008,1250  RelatedSeriesSequence              no
31032  0008,2110  LossyImageCompression              no
31033  0008,2111  DerivationDescription              no
31034  0008,2112  SourceImageSequence                no
31035  0008,2120  StageName                          no
31036  0008,2122  StageNumber                        no
31037  0008,2124  NumberOfStages                     no
31038  0008,2127  ViewName                           no
31039  0008,2128  ViewNumber                         no
31040  0008,2129  NumberOfEventTimers                no
31041  0008,212A  NumberOfViewsInStage               no
31042  0008,2130  EventElapsedTimes                  no
31043  0008,2132  EventTimerNames                    no
31044  0008,2133  EventTimerSequence                 no
31045  0008,2134  EventTimeOffset                    no
31046  0008,2135  EventCodeSequence                  no
31047  0008,2142  StartTrim                          no
31048  0008,2143  StopTrim                           no
31049  0008,2144  RecommendedDisplayFrameRate        no
31050  0008,2200  TransducerPosition                 no
31051  0008,2204  TransducerOrientation              no
31052  0008,2208  AnatomicStructure                  no
31053  0008,2218  AnatomicRegionSequence             no
31054  0008,2220  AnatomicRegionModifierSequence     no
31055  0008,2228  PrimaryAnatomicStructureSequence   no
31056  0008,2229  AnatomicStructureOrRegionSequence  no
31057  0008,2230  AnatomicStructureModifierSequence  no
31058  0008,2240  TransducerPositionSequence         no
31059  0008,2242  TransducerPositionModifierSequence no
31060  0008,2244  TransducerOrientationSequence      no
31061  0008,2246  TransducerOrientationModifierSeq   no
31062  0008,2253  AnatomicEntrancePortalCodeSeqTrial no
31063  0008,2255  AnatomicApproachDirCodeSeqTrial    no
31064  0008,2256  AnatomicPerspectiveDescrTrial      no
31065  0008,2257  AnatomicPerspectiveCodeSeqTrial    no
31066  0008,3001  AlternateRepresentationSequence    no
31067  0008,3010  IrradiationEventUID                no
31068  0008,4000  IdentifyingComments                no
31069  0008,9007  FrameType                          no
31070  0008,9092  ReferencedImageEvidenceSequence    no
31071  0008,9121  ReferencedRawDataSequence          no
31072  0008,9123  CreatorVersionUID                  no
31073  0008,9124  DerivationImageSequence            no
31074  0008,9154  SourceImageEvidenceSequence        no
31075  0008,9205  PixelPresentation                  no
31076  0008,9206  VolumetricProperties               no
31077  0008,9207  VolumeBasedCalculationTechnique    no
31078  0008,9208  ComplexImageComponent              no
31079  0008,9209  AcquisitionContrast                no
31080  0008,9215  DerivationCodeSequence             no
31081  0008,9237  GrayscalePresentationStateSequence no
31082  0008,9410  ReferencedOtherPlaneSequence       no
31083  0008,9458  FrameDisplaySequence               no
31084  0008,9459  RecommendedDisplayFrameRateInFloat no
31085  0008,9460  SkipFrameRangeFlag                 no
31086  0009,1001  FullFidelity                       no
31087  0009,1002  SuiteID                            no
31088  0009,1004  ProductID                          no
31089  0009,1027  ImageActualDate                    no
31090  0009,1030  ServiceID                          no
31091  0009,1031  MobileLocationNumber               no
31092  0009,10E3  EquipmentUID                       no
31093  0009,10E6  GenesisVersionNow                  no
31094  0009,10E7  ExamRecordChecksum                 no
31095  0009,10E9  ActualSeriesDataTimeStamp          no
31096  0010,0000  PatientGroupLength                 no
31097  0010,0010  PatientName                        no
31098  0010,0020  PatientID                          no
31099  0010,0021  IssuerOfPatientID                  no
31100  0010,0022  TypeOfPatientID                    no
31101  0010,0030  PatientBirthDate                   no
31102  0010,0032  PatientBirthTime                   no
31103  0010,0040  PatientSex                         no
31104  0010,0050  PatientInsurancePlanCodeSequence   no
31105  0010,0101  PatientPrimaryLanguageCodeSeq      no
31106  0010,0102  PatientPrimaryLanguageCodeModSeq   no
31107  0010,1000  OtherPatientIDs                    no
31108  0010,1001  OtherPatientNames                  no
31109  0010,1002  OtherPatientIDsSequence            no
31110  0010,1005  PatientBirthName                   no
31111  0010,1010  PatientAge                         no
31112  0010,1020  PatientSize                        no
31113  0010,1030  PatientWeight                      no
31114  0010,1040  PatientAddress                     no
31115  0010,1050  InsurancePlanIdentification        no
31116  0010,1060  PatientMotherBirthName             no
31117  0010,1080  MilitaryRank                       no
31118  0010,1081  BranchOfService                    no
31119  0010,1090  MedicalRecordLocator               no
31120  0010,2000  MedicalAlerts                      no
31121  0010,2110  Allergies                          no
31122  0010,2150  CountryOfResidence                 no
31123  0010,2152  RegionOfResidence                  no
31124  0010,2154  PatientTelephoneNumbers            no
31125  0010,2160  EthnicGroup                        no
31126  0010,2180  Occupation                         no
31127  0010,21A0  SmokingStatus                      no
31128  0010,21B0  AdditionalPatientHistory           no
31129  0010,21C0  PregnancyStatus                    no
31130  0010,21D0  LastMenstrualDate                  no
31131  0010,21F0  PatientReligiousPreference         no
31132  0010,2201  PatientSpeciesDescription          no
31133  0010,2202  PatientSpeciesCodeSequence         no
31134  0010,2203  PatientSexNeutered                 no
31135  0010,2210  AnatomicalOrientationType          no
31136  0010,2292  PatientBreedDescription            no
31137  0010,2293  PatientBreedCodeSequence           no
31138  0010,2294  BreedRegistrationSequence          no
31139  0010,2295  BreedRegistrationNumber            no
31140  0010,2296  BreedRegistryCodeSequence          no
31141  0010,2297  ResponsiblePerson                  no
31142  0010,2298  ResponsiblePersonRole              no
31143  0010,2299  ResponsibleOrganization            no
31144  0010,4000  PatientComments                    no
31145  0010,9431  ExaminedBodyThickness              no
31146  0011,1010  PatientStatus                      no
31147  0012,0010  ClinicalTrialSponsorName           no
31148  0012,0020  ClinicalTrialProtocolID            no
31149  0012,0021  ClinicalTrialProtocolName          no
31150  0012,0030  ClinicalTrialSiteID                no
31151  0012,0031  ClinicalTrialSiteName              no
31152  0012,0040  ClinicalTrialSubjectID             no
31153  0012,0042  ClinicalTrialSubjectReadingID      no
31154  0012,0050  ClinicalTrialTimePointID           no
31155  0012,0051  ClinicalTrialTimePointDescription  no
31156  0012,0060  ClinicalTrialCoordinatingCenter    no
31157  0012,0062  PatientIdentityRemoved             no
31158  0012,0063  DeidentificationMethod             no
31159  0012,0064  DeidentificationMethodCodeSequence no
31160  0012,0071  ClinicalTrialSeriesID              no
31161  0012,0072  ClinicalTrialSeriesDescription     no
31162  0012,0084  DistributionType                   no
31163  0012,0085  ConsentForDistributionFlag         no
31164  0018,0000  AcquisitionGroupLength             no
31165  0018,0010  ContrastBolusAgent                 no
31166  0018,0012  ContrastBolusAgentSequence         no
31167  0018,0014  ContrastBolusAdministrationRoute   no
31168  0018,0015  BodyPartExamined                   no
31169  0018,0020  ScanningSequence                   no
31170  0018,0021  SequenceVariant                    no
31171  0018,0022  ScanOptions                        no
31172  0018,0023  MRAcquisitionType                  no
31173  0018,0024  SequenceName                       no
31174  0018,0025  AngioFlag                          no
31175  0018,0026  InterventionDrugInformationSeq     no
31176  0018,0027  InterventionDrugStopTime           no
31177  0018,0028  InterventionDrugDose               no
31178  0018,0029  InterventionDrugSequence           no
31179  0018,002A  AdditionalDrugSequence             no
31180  0018,0030  Radionuclide                       no
31181  0018,0031  Radiopharmaceutical                no
31182  0018,0032  EnergyWindowCenterline             no
31183  0018,0033  EnergyWindowTotalWidth             no
31184  0018,0034  InterventionDrugName               no
31185  0018,0035  InterventionDrugStartTime          no
31186  0018,0036  InterventionSequence               no
31187  0018,0037  TherapyType                        no
31188  0018,0038  InterventionStatus                 no
31189  0018,0039  TherapyDescription                 no
31190  0018,003A  InterventionDescription            no
31191  0018,0040  CineRate                           no
31192  0018,0042  InitialCineRunState                no
31193  0018,0050  SliceThickness                     no
31194  0018,0060  KVP                                no
31195  0018,0070  CountsAccumulated                  no
31196  0018,0071  AcquisitionTerminationCondition    no
31197  0018,0072  EffectiveDuration                  no
31198  0018,0073  AcquisitionStartCondition          no
31199  0018,0074  AcquisitionStartConditionData      no
31200  0018,0075  AcquisitionEndConditionData        no
31201  0018,0080  RepetitionTime                     no
31202  0018,0081  EchoTime                           no
31203  0018,0082  InversionTime                      no
31204  0018,0083  NumberOfAverages                   no
31205  0018,0084  ImagingFrequency                   no
31206  0018,0085  ImagedNucleus                      no
31207  0018,0086  EchoNumber                         no
31208  0018,0087  MagneticFieldStrength              no
31209  0018,0088  SpacingBetweenSlices               no
31210  0018,0089  NumberOfPhaseEncodingSteps         no
31211  0018,0090  DataCollectionDiameter             no
31212  0018,0091  EchoTrainLength                    no
31213  0018,0093  PercentSampling                    no
31214  0018,0094  PercentPhaseFieldOfView            no
31215  0018,0095  PixelBandwidth                     no
31216  0018,1000  DeviceSerialNumber                 no
31217  0018,1002  DeviceUID                          no
31218  0018,1003  DeviceID                           no
31219  0018,1004  PlateID                            no
31220  0018,1005  GeneratorID                        no
31221  0018,1006  GridID                             no
31222  0018,1007  CassetteID                         no
31223  0018,1008  GantryID                           no
31224  0018,1010  SecondaryCaptureDeviceID           no
31225  0018,1011  HardcopyCreationDeviceID           no
31226  0018,1012  DateOfSecondaryCapture             no
31227  0018,1014  TimeOfSecondaryCapture             no
31228  0018,1016  SecondaryCaptureDeviceManufacturer no
31229  0018,1017  HardcopyDeviceManufacturer         no
31230  0018,1018  SecondaryCaptureDeviceModelName    no
31231  0018,1019  SecondaryCaptureDeviceSoftwareVers no
31232  0018,101A  HardcopyDeviceSoftwareVersion      no
31233  0018,101B  HardcopyDeviceModelName            no
31234  0018,1020  SoftwareVersion                    no
31235  0018,1022  VideoImageFormatAcquired           no
31236  0018,1023  DigitalImageFormatAcquired         no
31237  0018,1030  ProtocolName                       no
31238  0018,1040  ContrastBolusRoute                 no
31239  0018,1041  ContrastBolusVolume                no
31240  0018,1042  ContrastBolusStartTime             no
31241  0018,1043  ContrastBolusStopTime              no
31242  0018,1044  ContrastBolusTotalDose             no
31243  0018,1045  SyringeCounts                      no
31244  0018,1046  ContrastFlowRate                   no
31245  0018,1047  ContrastFlowDuration               no
31246  0018,1048  ContrastBolusIngredient            no
31247  0018,1049  ContrastBolusConcentration         no
31248  0018,1050  SpatialResolution                  no
31249  0018,1060  TriggerTime                        no
31250  0018,1061  TriggerSourceOrType                no
31251  0018,1062  NominalInterval                    no
31252  0018,1063  FrameTime                          no
31253  0018,1064  CardiacFramingType                 no
31254  0018,1065  FrameTimeVector                    no
31255  0018,1066  FrameDelay                         no
31256  0018,1067  ImageTriggerDelay                  no
31257  0018,1068  MultiplexGroupTimeOffset           no
31258  0018,1069  TriggerTimeOffset                  no
31259  0018,106A  SynchronizationTrigger             no
31260  0018,106C  SynchronizationChannel             no
31261  0018,106E  TriggerSamplePosition              no
31262  0018,1070  RadiopharmaceuticalRoute           no
31263  0018,1071  RadiopharmaceuticalVolume          no
31264  0018,1072  RadiopharmaceuticalStartTime       no
31265  0018,1073  RadiopharmaceuticalStopTime        no
31266  0018,1074  RadionuclideTotalDose              no
31267  0018,1075  RadionuclideHalfLife               no
31268  0018,1076  RadionuclidePositronFraction       no
31269  0018,1077  RadiopharmaceuticalSpecActivity    no
31270  0018,1078  RadiopharmaceuticalStartDateTime   no
31271  0018,1079  RadiopharmaceuticalStopDateTime    no
31272  0018,1080  BeatRejectionFlag                  no
31273  0018,1081  LowRRValue                         no
31274  0018,1082  HighRRValue                        no
31275  0018,1083  IntervalsAcquired                  no
31276  0018,1084  IntervalsRejected                  no
31277  0018,1085  PVCRejection                       no
31278  0018,1086  SkipBeats                          no
31279  0018,1088  HeartRate                          no
31280  0018,1090  CardiacNumberOfImages              no
31281  0018,1094  TriggerWindow                      no
31282  0018,1100  ReconstructionDiameter             no
31283  0018,1110  DistanceSourceToDetector           no
31284  0018,1111  DistanceSourceToPatient            no
31285  0018,1114  EstimatedRadiographicMagnification no
31286  0018,1120  GantryDetectorTilt                 no
31287  0018,1121  GantryDetectorSlew                 no
31288  0018,1130  TableHeight                        no
31289  0018,1131  TableTraverse                      no
31290  0018,1134  TableMotion                        no
31291  0018,1135  TableVerticalIncrement             no
31292  0018,1136  TableLateralIncrement              no
31293  0018,1137  TableLongitudinalIncrement         no
31294  0018,1138  TableAngle                         no
31295  0018,113A  TableType                          no
31296  0018,1140  RotationDirection                  no
31297  0018,1141  AngularPosition                    no
31298  0018,1142  RadialPosition                     no
31299  0018,1143  ScanArc                            no
31300  0018,1144  AngularStep                        no
31301  0018,1145  CenterOfRotationOffset             no
31302  0018,1146  RotationOffset                     no
31303  0018,1147  FieldOfViewShape                   no
31304  0018,1149  FieldOfViewDimensions              no
31305  0018,1150  ExposureTime                       no
31306  0018,1151  XRayTubeCurrent                    no
31307  0018,1152  Exposure                           no
31308  0018,1153  ExposureInMicroAmpSec              no
31309  0018,1154  AveragePulseWidth                  no
31310  0018,1155  RadiationSetting                   no
31311  0018,1156  RectificationType                  no
31312  0018,115A  RadiationMode                      no
31313  0018,115E  ImageAreaDoseProduct               no
31314  0018,1160  FilterType                         no
31315  0018,1161  TypeOfFilters                      no
31316  0018,1162  IntensifierSize                    no
31317  0018,1164  ImagerPixelSpacing                 no
31318  0018,1166  Grid                               no
31319  0018,1170  GeneratorPower                     no
31320  0018,1180  CollimatorGridName                 no
31321  0018,1181  CollimatorType                     no
31322  0018,1182  FocalDistance                      no
31323  0018,1183  XFocusCenter                       no
31324  0018,1184  YFocusCenter                       no
31325  0018,1190  FocalSpots                         no
31326  0018,1191  AnodeTargetMaterial                no
31327  0018,11A0  BodyPartThickness                  no
31328  0018,11A2  CompressionForce                   no
31329  0018,1200  DateOfLastCalibration              no
31330  0018,1201  TimeOfLastCalibration              no
31331  0018,1210  ConvolutionKernel                  no
31332  0018,1240  UpperLowerPixelValues              no
31333  0018,1242  ActualFrameDuration                no
31334  0018,1243  CountRate                          no
31335  0018,1244  PreferredPlaybackSequencing        no
31336  0018,1250  ReceiveCoilName                    no
31337  0018,1251  TransmitCoilName                   no
31338  0018,1260  PlateType                          no
31339  0018,1261  PhosphorType                       no
31340  0018,1300  ScanVelocity                       no
31341  0018,1301  WholeBodyTechnique                 no
31342  0018,1302  ScanLength                         no
31343  0018,1310  AcquisitionMatrix                  no
31344  0018,1312  InPlanePhaseEncodingDirection      no
31345  0018,1314  FlipAngle                          no
31346  0018,1315  VariableFlipAngleFlag              no
31347  0018,1316  SAR                                no
31348  0018,1318  DB-Dt                              no
31349  0018,1400  AcquisitionDeviceProcessingDescr   no
31350  0018,1401  AcquisitionDeviceProcessingCode    no
31351  0018,1402  CassetteOrientation                no
31352  0018,1403  CassetteSize                       no
31353  0018,1404  ExposuresOnPlate                   no
31354  0018,1405  RelativeXRayExposure               no
31355  0018,1450  ColumnAngulation                   no
31356  0018,1460  TomoLayerHeight                    no
31357  0018,1470  TomoAngle                          no
31358  0018,1480  TomoTime                           no
31359  0018,1490  TomoType                           no
31360  0018,1491  TomoClass                          no
31361  0018,1495  NumberOfTomosynthesisSourceImages  no
31362  0018,1500  PositionerMotion                   no
31363  0018,1508  PositionerType                     no
31364  0018,1510  PositionerPrimaryAngle             no
31365  0018,1511  PositionerSecondaryAngle           no
31366  0018,1520  PositionerPrimaryAngleIncrement    no
31367  0018,1521  PositionerSecondaryAngleIncrement  no
31368  0018,1530  DetectorPrimaryAngle               no
31369  0018,1531  DetectorSecondaryAngle             no
31370  0018,1600  ShutterShape                       no
31371  0018,1602  ShutterLeftVerticalEdge            no
31372  0018,1604  ShutterRightVerticalEdge           no
31373  0018,1606  ShutterUpperHorizontalEdge         no
31374  0018,1608  ShutterLowerHorizontalEdge         no
31375  0018,1610  CenterOfCircularShutter            no
31376  0018,1612  RadiusOfCircularShutter            no
31377  0018,1620  VerticesOfPolygonalShutter         no
31378  0018,1622  ShutterPresentationValue           no
31379  0018,1623  ShutterOverlayGroup                no
31380  0018,1624  ShutterPresentationColorCIELabVal  no
31381  0018,1700  CollimatorShape                    no
31382  0018,1702  CollimatorLeftVerticalEdge         no
31383  0018,1704  CollimatorRightVerticalEdge        no
31384  0018,1706  CollimatorUpperHorizontalEdge      no
31385  0018,1708  CollimatorLowerHorizontalEdge      no
31386  0018,1710  CenterOfCircularCollimator         no
31387  0018,1712  RadiusOfCircularCollimator         no
31388  0018,1720  VerticesOfPolygonalCollimator      no
31389  0018,1800  AcquisitionTimeSynchronized        no
31390  0018,1801  TimeSource                         no
31391  0018,1802  TimeDistributionProtocol           no
31392  0018,1803  NTPSourceAddress                   no
31393  0018,2001  PageNumberVector                   no
31394  0018,2002  FrameLabelVector                   no
31395  0018,2003  FramePrimaryAngleVector            no
31396  0018,2004  FrameSecondaryAngleVector          no
31397  0018,2005  SliceLocationVector                no
31398  0018,2006  DisplayWindowLabelVector           no
31399  0018,2010  NominalScannedPixelSpacing         no
31400  0018,2020  DigitizingDeviceTransportDirection no
31401  0018,2030  RotationOfScannedFilm              no
31402  0018,3100  IVUSAcquisition                    no
31403  0018,3101  IVUSPullbackRate                   no
31404  0018,3102  IVUSGatedRate                      no
31405  0018,3103  IVUSPullbackStartFrameNumber       no
31406  0018,3104  IVUSPullbackStopFrameNumber        no
31407  0018,3105  LesionNumber                       no
31408  0018,4000  AcquisitionComments                no
31409  0018,5000  OutputPower                        no
31410  0018,5010  TransducerData                     no
31411  0018,5012  FocusDepth                         no
31412  0018,5020  ProcessingFunction                 no
31413  0018,5021  PostprocessingFunction             no
31414  0018,5022  MechanicalIndex                    no
31415  0018,5024  BoneThermalIndex                   no
31416  0018,5026  CranialThermalIndex                no
31417  0018,5027  SoftTissueThermalIndex             no
31418  0018,5028  SoftTissueFocusThermalIndex        no
31419  0018,5029  SoftTissueSurfaceThermalIndex      no
31420  0018,5030  DynamicRange                       no
31421  0018,5040  TotalGain                          no
31422  0018,5050  DepthOfScanField                   no
31423  0018,5100  PatientPosition                    no
31424  0018,5101  ViewPosition                       no
31425  0018,5104  ProjectionEponymousNameCodeSeq     no
31426  0018,5210  ImageTransformationMatrix          no
31427  0018,5212  ImageTranslationVector             no
31428  0018,6000  Sensitivity                        no
31429  0018,6011  SequenceOfUltrasoundRegions        no
31430  0018,6012  RegionSpatialFormat                no
31431  0018,6014  RegionDataType                     no
31432  0018,6016  RegionFlags                        no
31433  0018,6018  RegionLocationMinX0                no
31434  0018,601A  RegionLocationMinY0                no
31435  0018,601C  RegionLocationMaxX1                no
31436  0018,601E  RegionLocationMaxY1                no
31437  0018,6020  ReferencePixelX0                   no
31438  0018,6022  ReferencePixelY0                   no
31439  0018,6024  PhysicalUnitsXDirection            no
31440  0018,6026  PhysicalUnitsYDirection            no
31441  0018,6028  ReferencePixelPhysicalValueX       no
31442  0018,602A  ReferencePixelPhysicalValueY       no
31443  0018,602C  PhysicalDeltaX                     no
31444  0018,602E  PhysicalDeltaY                     no
31445  0018,6030  TransducerFrequency                no
31446  0018,6031  TransducerType                     no
31447  0018,6032  PulseRepetitionFrequency           no
31448  0018,6034  DopplerCorrectionAngle             no
31449  0018,6036  SteeringAngle                      no
31450  0018,6038  DopplerSampleVolumeXPosRetired     no
31451  0018,6039  DopplerSampleVolumeXPosition       no
31452  0018,603A  DopplerSampleVolumeYPosRetired     no
31453  0018,603B  DopplerSampleVolumeYPosition       no
31454  0018,603C  TMLinePositionX0Retired            no
31455  0018,603D  TMLinePositionX0                   no
31456  0018,603E  TMLinePositionY0Retired            no
31457  0018,603F  TMLinePositionY0                   no
31458  0018,6040  TMLinePositionX1Retired            no
31459  0018,6041  TMLinePositionX1                   no
31460  0018,6042  TMLinePositionY1Retired            no
31461  0018,6043  TMLinePositionY1                   no
31462  0018,6044  PixelComponentOrganization         no
31463  0018,6046  PixelComponentMask                 no
31464  0018,6048  PixelComponentRangeStart           no
31465  0018,604A  PixelComponentRangeStop            no
31466  0018,604C  PixelComponentPhysicalUnits        no
31467  0018,604E  PixelComponentDataType             no
31468  0018,6050  NumberOfTableBreakPoints           no
31469  0018,6052  TableOfXBreakPoints                no
31470  0018,6054  TableOfYBreakPoints                no
31471  0018,6056  NumberOfTableEntries               no
31472  0018,6058  TableOfPixelValues                 no
31473  0018,605A  TableOfParameterValues             no
31474  0018,6060  RWaveTimeVector                    no
31475  0018,7000  DetectorConditionsNominalFlag      no
31476  0018,7001  DetectorTemperature                no
31477  0018,7004  DetectorType                       no
31478  0018,7005  DetectorConfiguration              no
31479  0018,7006  DetectorDescription                no
31480  0018,7008  DetectorMode                       no
31481  0018,700A  DetectorID                         no
31482  0018,700C  DateOfLastDetectorCalibration      no
31483  0018,700E  TimeOfLastDetectorCalibration      no
31484  0018,7010  DetectorExposuresSinceCalibration  no
31485  0018,7011  DetectorExposuresSinceManufactured no
31486  0018,7012  DetectorTimeSinceLastExposure      no
31487  0018,7014  DetectorActiveTime                 no
31488  0018,7016  DetectorActiveOffsetFromExposure   no
31489  0018,701A  DetectorBinning                    no
31490  0018,7020  DetectorElementPhysicalSize        no
31491  0018,7022  DetectorElementSpacing             no
31492  0018,7024  DetectorActiveShape                no
31493  0018,7026  DetectorActiveDimensions           no
31494  0018,7028  DetectorActiveOrigin               no
31495  0018,702A  DetectorManufacturerName           no
31496  0018,702B  DetectorManufacturersModelName     no
31497  0018,7030  FieldOfViewOrigin                  no
31498  0018,7032  FieldOfViewRotation                no
31499  0018,7034  FieldOfViewHorizontalFlip          no
31500  0018,7040  GridAbsorbingMaterial              no
31501  0018,7041  GridSpacingMaterial                no
31502  0018,7042  GridThickness                      no
31503  0018,7044  GridPitch                          no
31504  0018,7046  GridAspectRatio                    no
31505  0018,7048  GridPeriod                         no
31506  0018,704C  GridFocalDistance                  no
31507  0018,7050  FilterMaterial                     no
31508  0018,7052  FilterThicknessMinimum             no
31509  0018,7054  FilterThicknessMaximum             no
31510  0018,7060  ExposureControlMode                no
31511  0018,7062  ExposureControlModeDescription     no
31512  0018,7064  ExposureStatus                     no
31513  0018,7065  PhototimerSetting                  no
31514  0018,8150  ExposureTimeInMicroSec             no
31515  0018,8151  XRayTubeCurrentInMicroAmps         no
31516  0018,9004  ContentQualification               no
31517  0018,9005  PulseSequenceName                  no
31518  0018,9006  MRImagingModifierSequence          no
31519  0018,9008  EchoPulseSequence                  no
31520  0018,9009  InversionRecovery                  no
31521  0018,9010  FlowCompensation                   no
31522  0018,9011  MultipleSpinEcho                   no
31523  0018,9012  MultiPlanarExcitation              no
31524  0018,9014  PhaseContrast                      no
31525  0018,9015  TimeOfFlightContrast               no
31526  0018,9016  Spoiling                           no
31527  0018,9017  SteadyStatePulseSequence           no
31528  0018,9018  EchoPlanarPulseSequence            no
31529  0018,9019  TagAngleFirstAxis                  no
31530  0018,9020  MagnetizationTransfer              no
31531  0018,9021  T2Preparation                      no
31532  0018,9022  BloodSignalNulling                 no
31533  0018,9024  SaturationRecovery                 no
31534  0018,9025  SpectrallySelectedSuppression      no
31535  0018,9026  SpectrallySelectedExcitation       no
31536  0018,9027  SpatialPresaturation               no
31537  0018,9028  Tagging                            no
31538  0018,9029  OversamplingPhase                  no
31539  0018,9030  TagSpacingFirstDimension           no
31540  0018,9032  GeometryOfKSpaceTraversal          no
31541  0018,9033  SegmentedKSpaceTraversal           no
31542  0018,9034  RectilinearPhaseEncodeReordering   no
31543  0018,9035  TagThickness                       no
31544  0018,9036  PartialFourierDirection            no
31545  0018,9037  CardiacSynchronizationTechnique    no
31546  0018,9041  ReceiveCoilManufacturerName        no
31547  0018,9042  MRReceiveCoilSequence              no
31548  0018,9043  ReceiveCoilType                    no
31549  0018,9044  QuadratureReceiveCoil              no
31550  0018,9045  MultiCoilDefinitionSequence        no
31551  0018,9046  MultiCoilConfiguration             no
31552  0018,9047  MultiCoilElementName               no
31553  0018,9048  MultiCoilElementUsed               no
31554  0018,9049  MRTransmitCoilSequence             no
31555  0018,9050  TransmitCoilManufacturerName       no
31556  0018,9051  TransmitCoilType                   no
31557  0018,9052  SpectralWidth                      no
31558  0018,9053  ChemicalShiftReference             no
31559  0018,9054  VolumeLocalizationTechnique        no
31560  0018,9058  MRAcquisitionFrequencyEncodeSteps  no
31561  0018,9059  Decoupling                         no
31562  0018,9060  DecoupledNucleus                   no
31563  0018,9061  DecouplingFrequency                no
31564  0018,9062  DecouplingMethod                   no
31565  0018,9063  DecouplingChemicalShiftReference   no
31566  0018,9064  KSpaceFiltering                    no
31567  0018,9065  TimeDomainFiltering                no
31568  0018,9066  NumberOfZeroFills                  no
31569  0018,9067  BaselineCorrection                 no
31570  0018,9069  ParallelReductionFactorInPlane     no
31571  0018,9070  CardiacRRIntervalSpecified         no
31572  0018,9073  AcquisitionDuration                no
31573  0018,9074  FrameAcquisitionDateTime           no
31574  0018,9075  DiffusionDirectionality            no
31575  0018,9076  DiffusionGradientDirectionSequence no
31576  0018,9077  ParallelAcquisition                no
31577  0018,9078  ParallelAcquisitionTechnique       no
31578  0018,9079  InversionTimes                     no
31579  0018,9080  MetaboliteMapDescription           no
31580  0018,9081  PartialFourier                     no
31581  0018,9082  EffectiveEchoTime                  no
31582  0018,9083  MetaboliteMapCodeSequence          no
31583  0018,9084  ChemicalShiftSequence              no
31584  0018,9085  CardiacSignalSource                no
31585  0018,9087  DiffusionBValue                    no
31586  0018,9089  DiffusionGradientOrientation       no
31587  0018,9090  VelocityEncodingDirection          no
31588  0018,9091  VelocityEncodingMinimumValue       no
31589  0018,9093  NumberOfKSpaceTrajectories         no
31590  0018,9094  CoverageOfKSpace                   no
31591  0018,9095  SpectroscopyAcquisitionPhaseRows   no
31592  0018,9096  ParallelReductFactorInPlaneRetired no
31593  0018,9098  TransmitterFrequency               no
31594  0018,9100  ResonantNucleus                    no
31595  0018,9101  FrequencyCorrection                no
31596  0018,9103  MRSpectroscopyFOV-GeometrySequence no
31597  0018,9104  SlabThickness                      no
31598  0018,9105  SlabOrientation                    no
31599  0018,9106  MidSlabPosition                    no
31600  0018,9107  MRSpatialSaturationSequence        no
31601  0018,9112  MRTimingAndRelatedParametersSeq    no
31602  0018,9114  MREchoSequence                     no
31603  0018,9115  MRModifierSequence                 no
31604  0018,9117  MRDiffusionSequence                no
31605  0018,9118  CardiacTriggerSequence             no
31606  0018,9119  MRAveragesSequence                 no
31607  0018,9125  MRFOV-GeometrySequence             no
31608  0018,9126  VolumeLocalizationSequence         no
31609  0018,9127  SpectroscopyAcquisitionDataColumns no
31610  0018,9147  DiffusionAnisotropyType            no
31611  0018,9151  FrameReferenceDateTime             no
31612  0018,9152  MRMetaboliteMapSequence            no
31613  0018,9155  ParallelReductionFactorOutOfPlane  no
31614  0018,9159  SpectroscopyOutOfPlanePhaseSteps   no
31615  0018,9166  BulkMotionStatus                   no
31616  0018,9168  ParallelReductionFactSecondInPlane no
31617  0018,9169  CardiacBeatRejectionTechnique      no
31618  0018,9170  RespiratoryMotionCompTechnique     no
31619  0018,9171  RespiratorySignalSource            no
31620  0018,9172  BulkMotionCompensationTechnique    no
31621  0018,9173  BulkMotionSignalSource             no
31622  0018,9174  ApplicableSafetyStandardAgency     no
31623  0018,9175  ApplicableSafetyStandardDescr      no
31624  0018,9176  OperatingModeSequence              no
31625  0018,9177  OperatingModeType                  no
31626  0018,9178  OperatingMode                      no
31627  0018,9179  SpecificAbsorptionRateDefinition   no
31628  0018,9180  GradientOutputType                 no
31629  0018,9181  SpecificAbsorptionRateValue        no
31630  0018,9182  GradientOutput                     no
31631  0018,9183  FlowCompensationDirection          no
31632  0018,9184  TaggingDelay                       no
31633  0018,9185  RespiratoryMotionCompTechDescr     no
31634  0018,9186  RespiratorySignalSourceID          no
31635  0018,9195  ChemicalShiftsMinIntegrateLimitHz  no
31636  0018,9196  ChemicalShiftsMaxIntegrateLimitHz  no
31637  0018,9197  MRVelocityEncodingSequence         no
31638  0018,9198  FirstOrderPhaseCorrection          no
31639  0018,9199  WaterReferencedPhaseCorrection     no
31640  0018,9200  MRSpectroscopyAcquisitionType      no
31641  0018,9214  RespiratoryCyclePosition           no
31642  0018,9217  VelocityEncodingMaximumValue       no
31643  0018,9218  TagSpacingSecondDimension          no
31644  0018,9219  TagAngleSecondAxis                 no
31645  0018,9220  FrameAcquisitionDuration           no
31646  0018,9226  MRImageFrameTypeSequence           no
31647  0018,9227  MRSpectroscopyFrameTypeSequence    no
31648  0018,9231  MRAcqPhaseEncodingStepsInPlane     no
31649  0018,9232  MRAcqPhaseEncodingStepsOutOfPlane  no
31650  0018,9234  SpectroscopyAcqPhaseColumns        no
31651  0018,9236  CardiacCyclePosition               no
31652  0018,9239  SpecificAbsorptionRateSequence     no
31653  0018,9240  RFEchoTrainLength                  no
31654  0018,9241  GradientEchoTrainLength            no
31655  0018,9295  ChemicalShiftsMinIntegrateLimitPPM no
31656  0018,9296  ChemicalShiftsMaxIntegrateLimitPPM no
31657  0018,9301  CTAcquisitionTypeSequence          no
31658  0018,9302  AcquisitionType                    no
31659  0018,9303  TubeAngle                          no
31660  0018,9304  CTAcquisitionDetailsSequence       no
31661  0018,9305  RevolutionTime                     no
31662  0018,9306  SingleCollimationWidth             no
31663  0018,9307  TotalCollimationWidth              no
31664  0018,9308  CTTableDynamicsSequence            no
31665  0018,9309  TableSpeed                         no
31666  0018,9310  TableFeedPerRotation               no
31667  0018,9311  SpiralPitchFactor                  no
31668  0018,9312  CTGeometrySequence                 no
31669  0018,9313  DataCollectionCenterPatient        no
31670  0018,9314  CTReconstructionSequence           no
31671  0018,9315  ReconstructionAlgorithm            no
31672  0018,9316  ConvolutionKernelGroup             no
31673  0018,9317  ReconstructionFieldOfView          no
31674  0018,9318  ReconstructionTargetCenterPatient  no
31675  0018,9319  ReconstructionAngle                no
31676  0018,9320  ImageFilter                        no
31677  0018,9321  CTExposureSequence                 no
31678  0018,9322  ReconstructionPixelSpacing         no
31679  0018,9323  ExposureModulationType             no
31680  0018,9324  EstimatedDoseSaving                no
31681  0018,9325  CTXRayDetailsSequence              no
31682  0018,9326  CTPositionSequence                 no
31683  0018,9327  TablePosition                      no
31684  0018,9328  ExposureTimeInMilliSec             no
31685  0018,9329  CTImageFrameTypeSequence           no
31686  0018,9330  XRayTubeCurrentInMilliAmps         no
31687  0018,9332  ExposureInMilliAmpSec              no
31688  0018,9333  ConstantVolumeFlag                 no
31689  0018,9334  FluoroscopyFlag                    no
31690  0018,9335  SourceToDataCollectionCenterDist   no
31691  0018,9337  ContrastBolusAgentNumber           no
31692  0018,9338  ContrastBolusIngredientCodeSeq     no
31693  0018,9340  ContrastAdministrationProfileSeq   no
31694  0018,9341  ContrastBolusUsageSequence         no
31695  0018,9342  ContrastBolusAgentAdministered     no
31696  0018,9343  ContrastBolusAgentDetected         no
31697  0018,9344  ContrastBolusAgentPhase            no
31698  0018,9345  CTDIvol                            no
31699  0018,9346  CTDIPhantomTypeCodeSequence        no
31700  0018,9351  CalciumScoringMassFactorPatient    no
31701  0018,9352  CalciumScoringMassFactorDevice     no
31702  0018,9353  EnergyWeightingFactor              no
31703  0018,9360  CTAdditionalXRaySourceSequence     no
31704  0018,9401  ProjectionPixelCalibrationSequence no
31705  0018,9402  DistanceSourceToIsocenter          no
31706  0018,9403  DistanceObjectToTableTop           no
31707  0018,9404  ObjectPixelSpacingInCenterOfBeam   no
31708  0018,9405  PositionerPositionSequence         no
31709  0018,9406  TablePositionSequence              no
31710  0018,9407  CollimatorShapeSequence            no
31711  0018,9412  XA-XRFFrameCharacteristicsSequence no
31712  0018,9417  FrameAcquisitionSequence           no
31713  0018,9420  XRayReceptorType                   no
31714  0018,9423  AcquisitionProtocolName            no
31715  0018,9424  AcquisitionProtocolDescription     no
31716  0018,9425  ContrastBolusIngredientOpaque      no
31717  0018,9426  DistanceReceptorPlaneToDetHousing  no
31718  0018,9427  IntensifierActiveShape             no
31719  0018,9428  IntensifierActiveDimensions        no
31720  0018,9429  PhysicalDetectorSize               no
31721  0018,9430  PositionOfIsocenterProjection      no
31722  0018,9432  FieldOfViewSequence                no
31723  0018,9433  FieldOfViewDescription             no
31724  0018,9434  ExposureControlSensingRegionsSeq   no
31725  0018,9435  ExposureControlSensingRegionShape  no
31726  0018,9436  ExposureControlSensRegionLeftEdge  no
31727  0018,9437  ExposureControlSensRegionRightEdge no
31728  0018,9440  CenterOfCircExposControlSensRegion no
31729  0018,9441  RadiusOfCircExposControlSensRegion no
31730  0018,9447  ColumnAngulationPatient            no
31731  0018,9449  BeamAngle                          no
31732  0018,9451  FrameDetectorParametersSequence    no
31733  0018,9452  CalculatedAnatomyThickness         no
31734  0018,9455  CalibrationSequence                no
31735  0018,9456  ObjectThicknessSequence            no
31736  0018,9457  PlaneIdentification                no
31737  0018,9461  FieldOfViewDimensionsInFloat       no
31738  0018,9462  IsocenterReferenceSystemSequence   no
31739  0018,9463  PositionerIsocenterPrimaryAngle    no
31740  0018,9464  PositionerIsocenterSecondaryAngle  no
31741  0018,9465  PositionerIsocenterDetRotAngle     no
31742  0018,9466  TableXPositionToIsocenter          no
31743  0018,9467  TableYPositionToIsocenter          no
31744  0018,9468  TableZPositionToIsocenter          no
31745  0018,9469  TableHorizontalRotationAngle       no
31746  0018,9470  TableHeadTiltAngle                 no
31747  0018,9471  TableCradleTiltAngle               no
31748  0018,9472  FrameDisplayShutterSequence        no
31749  0018,9473  AcquiredImageAreaDoseProduct       no
31750  0018,9474  CArmPositionerTabletopRelationship no
31751  0018,9476  XRayGeometrySequence               no
31752  0018,9477  IrradiationEventIDSequence         no
31753  0018,9504  XRay3DFrameTypeSequence            no
31754  0018,9506  ContributingSourcesSequence        no
31755  0018,9507  XRay3DAcquisitionSequence          no
31756  0018,9508  PrimaryPositionerScanArc           no
31757  0018,9509  SecondaryPositionerScanArc         no
31758  0018,9510  PrimaryPositionerScanStartAngle    no
31759  0018,9511  SecondaryPositionerScanStartAngle  no
31760  0018,9514  PrimaryPositionerIncrement         no
31761  0018,9515  SecondaryPositionerIncrement       no
31762  0018,9516  StartAcquisitionDateTime           no
31763  0018,9517  EndAcquisitionDateTime             no
31764  0018,9524  ApplicationName                    no
31765  0018,9525  ApplicationVersion                 no
31766  0018,9526  ApplicationManufacturer            no
31767  0018,9527  AlgorithmType                      no
31768  0018,9528  AlgorithmDescription               no
31769  0018,9530  XRay3DReconstructionSequence       no
31770  0018,9531  ReconstructionDescription          no
31771  0018,9538  PerProjectionAcquisitionSequence   no
31772  0018,9601  DiffusionBMatrixSequence           no
31773  0018,9602  DiffusionBValueXX                  no
31774  0018,9603  DiffusionBValueXY                  no
31775  0018,9604  DiffusionBValueXZ                  no
31776  0018,9605  DiffusionBValueYY                  no
31777  0018,9606  DiffusionBValueYZ                  no
31778  0018,9607  DiffusionBValueZZ                  no
31779  0018,9701  DecayCorrectionDateTime            no
31780  0018,9715  StartDensityThreshold              no
31781  0018,9722  TerminationTimeThreshold           no
31782  0018,9725  DetectorGeometry                   no
31783  0018,9727  AxialDetectorDimension             no
31784  0018,9735  PETPositionSequence                no
31785  0018,9739  NumberOfIterations                 no
31786  0018,9740  NumberOfSubsets                    no
31787  0018,9751  PETFrameTypeSequence               no
31788  0018,9756  ReconstructionType                 no
31789  0018,9758  DecayCorrected                     no
31790  0018,9759  AttenuationCorrected               no
31791  0018,9760  ScatterCorrected                   no
31792  0018,9761  DeadTimeCorrected                  no
31793  0018,9762  GantryMotionCorrected              no
31794  0018,9763  PatientMotionCorrected             no
31795  0018,9765  RandomsCorrected                   no
31796  0018,9767  SensitivityCalibrated              no
31797  0018,9801  DepthsOfFocus                      no
31798  0018,9804  ExclusionStartDatetime             no
31799  0018,9805  ExclusionDuration                  no
31800  0018,9807  ImageDataTypeSequence              no
31801  0018,9808  DataType                           no
31802  0018,980B  AliasedDataType                    no
31803  0018,A001  ContributingEquipmentSequence      no
31804  0018,A002  ContributionDateTime               no
31805  0018,A003  ContributionDescription            no
31806  0019,1002  NumberOfCellsIInDetector           no
31807  0019,1003  CellNumberAtTheta                  no
31808  0019,1004  CellSpacing                        no
31809  0019,100F  HorizFrameOfRef                    no
31810  0019,1011  SeriesContrast                     no
31811  0019,1012  LastPseq                           no
31812  0019,1013  StartNumberForBaseline             no
31813  0019,1014  EndNumberForBaseline               no
31814  0019,1015  StartNumberForEnhancedScans        no
31815  0019,1016  EndNumberForEnhancedScans          no
31816  0019,1017  SeriesPlane                        no
31817  0019,1018  FirstScanRas                       no
31818  0019,1019  FirstScanLocation                  no
31819  0019,101A  LastScanRas                        no
31820  0019,101B  LastScanLoc                        no
31821  0019,101E  DisplayFieldOfView                 no
31822  0019,1023  TableSpeed                         no
31823  0019,1024  MidScanTime                        no
31824  0019,1025  MidScanFlag                        no
31825  0019,1026  DegreesOfAzimuth                   no
31826  0019,1027  GantryPeriod                       no
31827  0019,102A  XRayOnPosition                     no
31828  0019,102B  XRayOffPosition                    no
31829  0019,102C  NumberOfTriggers                   no
31830  0019,102E  AngleOfFirstView                   no
31831  0019,102F  TriggerFrequency                   no
31832  0019,1039  ScanFOVType                        no
31833  0019,1040  StatReconFlag                      no
31834  0019,1041  ComputeType                        no
31835  0019,1042  SegmentNumber                      no
31836  0019,1043  TotalSegmentsRequested             no
31837  0019,1044  InterscanDelay                     no
31838  0019,1047  ViewCompressionFactor              no
31839  0019,104A  TotalNoOfRefChannels               no
31840  0019,104B  DataSizeForScanData                no
31841  0019,1052  ReconPostProcflag                  no
31842  0019,1057  CTWaterNumber                      no
31843  0019,1058  CTBoneNumber                       no
31844  0019,105A  AcquisitionDuration                no
31845  0019,105E  NumberOfChannels                   no
31846  0019,105F  IncrementBetweenChannels           no
31847  0019,1060  StartingView                       no
31848  0019,1061  NumberOfViews                      no
31849  0019,1062  IncrementBetweenViews              no
31850  0019,106A  DependantOnNoViewsProcessed        no
31851  0019,106B  FieldOfViewInDetectorCells         no
31852  0019,1070  ValueOfBackProjectionButton        no
31853  0019,1071  SetIfFatqEstimatesWereUsed         no
31854  0019,1072  ZChanAvgOverViews                  no
31855  0019,1073  AvgOfLeftRefChansOverViews         no
31856  0019,1074  MaxLeftChanOverViews               no
31857  0019,1075  AvgOfRightRefChansOverViews        no
31858  0019,1076  MaxRightChanOverViews              no
31859  0019,107D  SecondEcho                         no
31860  0019,107E  NumberOfEchoes                     no
31861  0019,107F  TableDelta                         no
31862  0019,1081  Contiguous                         no
31863  0019,1084  PeakSAR                            no
31864  0019,1085  MonitorSAR                         no
31865  0019,1087  CardiacRepetitionTime              no
31866  0019,1088  ImagesPerCardiacCycle              no
31867  0019,108A  ActualReceiveGainAnalog            no
31868  0019,108B  ActualReceiveGainDigital           no
31869  0019,108D  DelayAfterTrigger                  no
31870  0019,108F  Swappf                             no
31871  0019,1090  PauseInterval                      no
31872  0019,1091  PulseTime                          no
31873  0019,1092  SliceOffsetOnFreqAxis              no
31874  0019,1093  CenterFrequency                    no
31875  0019,1094  TransmitGain                       no
31876  0019,1095  AnalogReceiverGain                 no
31877  0019,1096  DigitalReceiverGain                no
31878  0019,1097  BitmapDefiningCVs                  no
31879  0019,1098  CenterFreqMethod                   no
31880  0019,109B  PulseSeqMode                       no
31881  0019,109C  PulseSeqName                       no
31882  0019,109D  PulseSeqDate                       no
31883  0019,109E  InternalPulseSeqName               no
31884  0019,109F  TransmittingCoil                   no
31885  0019,10A0  SurfaceCoilType                    no
31886  0019,10A1  ExtremityCoilFlag                  no
31887  0019,10A2  RawDataRunNumber                   no
31888  0019,10A3  CalibratedFieldStrength            no
31889  0019,10A4  SATFatWaterBone                    no
31890  0019,10A5  ReceiveBandwidth                   no
31891  0019,10A7  UserData01                         no
31892  0019,10A8  UserData02                         no
31893  0019,10A9  UserData03                         no
31894  0019,10AA  UserData04                         no
31895  0019,10AB  UserData05                         no
31896  0019,10AC  UserData06                         no
31897  0019,10AD  UserData07                         no
31898  0019,10AE  UserData08                         no
31899  0019,10AF  UserData09                         no
31900  0019,10B0  UserData10                         no
31901  0019,10B1  UserData11                         no
31902  0019,10B2  UserData12                         no
31903  0019,10B3  UserData13                         no
31904  0019,10B4  UserData14                         no
31905  0019,10B5  UserData15                         no
31906  0019,10B6  UserData16                         no
31907  0019,10B7  UserData17                         no
31908  0019,10B8  UserData18                         no
31909  0019,10B9  UserData19                         no
31910  0019,10BA  UserData20                         no
31911  0019,10BB  UserData21                         no
31912  0019,10BC  UserData22                         no
31913  0019,10BD  UserData23                         no
31914  0019,10BE  ProjectionAngle                    no
31915  0019,10C0  SaturationPlanes                   no
31916  0019,10C1  SurfaceCoilIntensity               no
31917  0019,10C2  SATLocationR                       no
31918  0019,10C3  SATLocationL                       no
31919  0019,10C4  SATLocationA                       no
31920  0019,10C5  SATLocationP                       no
31921  0019,10C6  SATLocationH                       no
31922  0019,10C7  SATLocationF                       no
31923  0019,10C8  SATThicknessR-L                    no
31924  0019,10C9  SATThicknessA-P                    no
31925  0019,10CA  SATThicknessH-F                    no
31926  0019,10CB  PrescribedFlowAxis                 no
31927  0019,10CC  VelocityEncoding                   no
31928  0019,10CD  ThicknessDisclaimer                no
31929  0019,10CE  PrescanType                        no
31930  0019,10CF  PrescanStatus                      no
31931  0019,10D0  RawDataType                        no
31932  0019,10D2  ProjectionAlgorithm                no
31933  0019,10D3  ProjectionAlgorithm                no
31934  0019,10D5  FractionalEcho                     no
31935  0019,10D6  PrepPulse                          no
31936  0019,10D7  CardiacPhases                      no
31937  0019,10D8  VariableEchoflag                   no
31938  0019,10D9  ConcatenatedSAT                    no
31939  0019,10DA  ReferenceChannelUsed               no
31940  0019,10DB  BackProjectorCoefficient           no
31941  0019,10DC  PrimarySpeedCorrectionUsed         no
31942  0019,10DD  OverrangeCorrectionUsed            no
31943  0019,10DE  DynamicZAlphaValue                 no
31944  0019,10DF  UserData                           no
31945  0019,10E0  UserData                           no
31946  0019,10E2  VelocityEncodeScale                no
31947  0019,10F2  FastPhases                         no
31948  0019,10F9  TransmissionGain                   no
31949  0020,0000  RelationshipGroupLength            no
31950  0020,000D  StudyInstanceUID                   no
31951  0020,000E  SeriesInstanceUID                  no
31952  0020,0010  StudyID                            no
31953  0020,0011  SeriesNumber                       no
31954  0020,0012  AcquisitionNumber                  no
31955  0020,0013  InstanceNumber                     no
31956  0020,0014  IsotopeNumber                      no
31957  0020,0015  PhaseNumber                        no
31958  0020,0016  IntervalNumber                     no
31959  0020,0017  TimeSlotNumber                     no
31960  0020,0018  AngleNumber                        no
31961  0020,0019  ItemNumber                         no
31962  0020,0020  PatientOrientation                 no
31963  0020,0022  OverlayNumber                      no
31964  0020,0024  CurveNumber                        no
31965  0020,0026  LookupTableNumber                  no
31966  0020,0030  ImagePosition                      no
31967  0020,0032  ImagePositionPatient               no
31968  0020,0035  ImageOrientation                   no
31969  0020,0037  ImageOrientationPatient            no
31970  0020,0050  Location                           no
31971  0020,0052  FrameOfReferenceUID                no
31972  0020,0060  Laterality                         no
31973  0020,0062  ImageLaterality                    no
31974  0020,0070  ImageGeometryType                  no
31975  0020,0080  MaskingImage                       no
31976  0020,0100  TemporalPositionIdentifier         no
31977  0020,0105  NumberOfTemporalPositions          no
31978  0020,0110  TemporalResolution                 no
31979  0020,0200  SynchronizationFrameOfReferenceUID no
31980  0020,1000  SeriesInStudy                      no
31981  0020,1001  AcquisitionsInSeries               no
31982  0020,1002  ImagesInAcquisition                no
31983  0020,1003  ImagesInSeries                     no
31984  0020,1004  AcquisitionsInStudy                no
31985  0020,1005  ImagesInStudy                      no
31986  0020,1020  Reference                          no
31987  0020,1040  PositionReferenceIndicator         no
31988  0020,1041  SliceLocation                      no
31989  0020,1070  OtherStudyNumbers                  no
31990  0020,1200  NumberOfPatientRelatedStudies      no
31991  0020,1202  NumberOfPatientRelatedSeries       no
31992  0020,1204  NumberOfPatientRelatedInstances    no
31993  0020,1206  NumberOfStudyRelatedSeries         no
31994  0020,1208  NumberOfStudyRelatedInstances      no
31995  0020,1209  NumberOfSeriesRelatedInstances     no
31996  0020,31xx  SourceImageIDs                     no
31997  0020,3401  ModifyingDeviceID                  no
31998  0020,3402  ModifiedImageID                    no
31999  0020,3403  ModifiedImageDate                  no
32000  0020,3404  ModifyingDeviceManufacturer        no
32001  0020,3405  ModifiedImageTime                  no
32002  0020,3406  ModifiedImageDescription           no
32003  0020,4000  ImageComments                      no
32004  0020,5000  OriginalImageIdentification        no
32005  0020,5002  OriginalImageIdentNomenclature     no
32006  0020,9056  StackID                            no
32007  0020,9057  InStackPositionNumber              no
32008  0020,9071  FrameAnatomySequence               no
32009  0020,9072  FrameLaterality                    no
32010  0020,9111  FrameContentSequence               no
32011  0020,9113  PlanePositionSequence              no
32012  0020,9116  PlaneOrientationSequence           no
32013  0020,9128  TemporalPositionIndex              no
32014  0020,9153  TriggerDelayTime                   no
32015  0020,9156  FrameAcquisitionNumber             no
32016  0020,9157  DimensionIndexValues               no
32017  0020,9158  FrameComments                      no
32018  0020,9161  ConcatenationUID                   no
32019  0020,9162  InConcatenationNumber              no
32020  0020,9163  InConcatenationTotalNumber         no
32021  0020,9164  DimensionOrganizationUID           no
32022  0020,9165  DimensionIndexPointer              no
32023  0020,9167  FunctionalGroupPointer             no
32024  0020,9213  DimensionIndexPrivateCreator       no
32025  0020,9221  DimensionOrganizationSequence      no
32026  0020,9222  DimensionIndexSequence             no
32027  0020,9228  ConcatenationFrameOffsetNumber     no
32028  0020,9238  FunctionalGroupPrivateCreator      no
32029  0020,9241  NominalPercentageOfCardiacPhase    no
32030  0020,9245  NominalPercentOfRespiratoryPhase   no
32031  0020,9246  StartingRespiratoryAmplitude       no
32032  0020,9247  StartingRespiratoryPhase           no
32033  0020,9248  EndingRespiratoryAmplitude         no
32034  0020,9249  EndingRespiratoryPhase             no
32035  0020,9250  RespiratoryTriggerType             no
32036  0020,9251  RRIntervalTimeNominal              no
32037  0020,9252  ActualCardiacTriggerDelayTime      no
32038  0020,9253  RespiratorySynchronizationSequence no
32039  0020,9254  RespiratoryIntervalTime            no
32040  0020,9255  NominalRespiratoryTriggerDelayTime no
32041  0020,9256  RespiratoryTriggerDelayThreshold   no
32042  0020,9257  ActualRespiratoryTriggerDelayTime  no
32043  0020,9301  ImagePositionVolume                no
32044  0020,9302  ImageOrientationVolume             no
32045  0020,9308  ApexPosition                       no
32046  0020,9421  DimensionDescriptionLabel          no
32047  0020,9450  PatientOrientationInFrameSequence  no
32048  0020,9453  FrameLabel                         no
32049  0020,9518  AcquisitionIndex                   no
32050  0020,9529  ContributingSOPInstancesRefSeq     no
32051  0020,9536  ReconstructionIndex                no
32052  0021,1003  SeriesFromWhichPrescribed          no
32053  0021,1005  GenesisVersionNow                  no
32054  0021,1007  SeriesRecordChecksum               no
32055  0021,1018  GenesisVersionNow                  no
32056  0021,1019  AcqreconRecordChecksum             no
32057  0021,1020  TableStartLocation                 no
32058  0021,1035  SeriesFromWhichPrescribed          no
32059  0021,1036  ImageFromWhichPrescribed           no
32060  0021,1037  ScreenFormat                       no
32061  0021,104A  AnatomicalReferenceForScout        no
32062  0021,104F  LocationsInAcquisition             no
32063  0021,1050  GraphicallyPrescribed              no
32064  0021,1051  RotationFromSourceXRot             no
32065  0021,1052  RotationFromSourceYRot             no
32066  0021,1053  RotationFromSourceZRot             no
32067  0021,1054  ImagePosition                      no
32068  0021,1055  ImageOrientation                   no
32069  0021,1056  IntegerSlop                        no
32070  0021,1057  IntegerSlop                        no
32071  0021,1058  IntegerSlop                        no
32072  0021,1059  IntegerSlop                        no
32073  0021,105A  IntegerSlop                        no
32074  0021,105B  FloatSlop                          no
32075  0021,105C  FloatSlop                          no
32076  0021,105D  FloatSlop                          no
32077  0021,105E  FloatSlop                          no
32078  0021,105F  FloatSlop                          no
32079  0021,1081  AutoWindowLevelAlpha               no
32080  0021,1082  AutoWindowLevelBeta                no
32081  0021,1083  AutoWindowLevelWindow              no
32082  0021,1084  ToWindowLevelLevel                 no
32083  0021,1090  TubeFocalSpotPosition              no
32084  0021,1091  BiopsyPosition                     no
32085  0021,1092  BiopsyTLocation                    no
32086  0021,1093  BiopsyRefLocation                  no
32087  0022,0001  LightPathFilterPassThroughWavelen  no
32088  0022,0002  LightPathFilterPassBand            no
32089  0022,0003  ImagePathFilterPassThroughWavelen  no
32090  0022,0004  ImagePathFilterPassBand            no
32091  0022,0005  PatientEyeMovementCommanded        no
32092  0022,0006  PatientEyeMovementCommandCodeSeq   no
32093  0022,0007  SphericalLensPower                 no
32094  0022,0008  CylinderLensPower                  no
32095  0022,0009  CylinderAxis                       no
32096  0022,000A  EmmetropicMagnification            no
32097  0022,000B  IntraOcularPressure                no
32098  0022,000C  HorizontalFieldOfView              no
32099  0022,000D  PupilDilated                       no
32100  0022,000E  DegreeOfDilation                   no
32101  0022,0010  StereoBaselineAngle                no
32102  0022,0011  StereoBaselineDisplacement         no
32103  0022,0012  StereoHorizontalPixelOffset        no
32104  0022,0013  StereoVerticalPixelOffset          no
32105  0022,0014  StereoRotation                     no
32106  0022,0015  AcquisitionDeviceTypeCodeSequence  no
32107  0022,0016  IlluminationTypeCodeSequence       no
32108  0022,0017  LightPathFilterTypeStackCodeSeq    no
32109  0022,0018  ImagePathFilterTypeStackCodeSeq    no
32110  0022,0019  LensesCodeSequence                 no
32111  0022,001A  ChannelDescriptionCodeSequence     no
32112  0022,001B  RefractiveStateSequence            no
32113  0022,001C  MydriaticAgentCodeSequence         no
32114  0022,001D  RelativeImagePositionCodeSequence  no
32115  0022,0020  StereoPairsSequence                no
32116  0022,0021  LeftImageSequence                  no
32117  0022,0022  RightImageSequence                 no
32118  0022,0030  AxialLengthOfTheEye                no
32119  0022,0031  OphthalmicFrameLocationSequence    no
32120  0022,0032  ReferenceCoordinates               no
32121  0022,0035  DepthSpatialResolution             no
32122  0022,0036  MaximumDepthDistortion             no
32123  0022,0037  AlongScanSpatialResolution         no
32124  0022,0038  MaximumAlongScanDistortion         no
32125  0022,0039  OphthalmicImageOrientation         no
32126  0022,0041  DepthOfTransverseImage             no
32127  0022,0042  MydriaticAgentConcUnitsSeq         no
32128  0022,0048  AcrossScanSpatialResolution        no
32129  0022,0049  MaximumAcrossScanDistortion        no
32130  0022,004E  MydriaticAgentConcentration        no
32131  0022,0055  IlluminationWaveLength             no
32132  0022,0056  IlluminationPower                  no
32133  0022,0057  IlluminationBandwidth              no
32134  0022,0058  MydriaticAgentSequence             no
32135  0023,1001  NumberOfSeriesInStudy              no
32136  0023,1002  NumberOfUnarchivedSeries           no
32137  0023,1010  ReferenceImageField                no
32138  0023,1050  SummaryImage                       no
32139  0023,1070  StartTimeSecsInFirstAxial          no
32140  0023,1074  NoofUpdatesToHeader                no
32141  0023,107D  IndicatesIfTheStudyHasCompleteInfo no
32142  0025,1006  LastPulseSequenceUsed              no
32143  0025,1007  ImagesInSeries                     no
32144  0025,1010  LandmarkCounter                    no
32145  0025,1011  NumberOfAcquisitions               no
32146  0025,1014  IndicatesNoofUpdatesToHeader       no
32147  0025,1017  SeriesCompleteFlag                 no
32148  0025,1018  NumberOfImagesArchived             no
32149  0025,1019  LastImageNumberUsed                no
32150  0025,101A  PrimaryReceiverSuiteAndHost        no
32151  0027,1006  ImageArchiveFlag                   no
32152  0027,1010  ScoutType                          no
32153  0027,101C  VmaMamp                            no
32154  0027,101D  VmaPhase                           no
32155  0027,101E  VmaMod                             no
32156  0027,101F  VmaClip                            no
32157  0027,1020  SmartScanOnOffFlag                 no
32158  0027,1030  ForeignImageRevision               no
32159  0027,1031  ImagingMode                        no
32160  0027,1032  PulseSequence                      no
32161  0027,1033  ImagingOptions                     no
32162  0027,1035  PlaneType                          no
32163  0027,1036  ObliquePlane                       no
32164  0027,1040  RASLetterOfImageLocation           no
32165  0027,1041  ImageLocation                      no
32166  0027,1042  CenterRCoordOfPlaneImage           no
32167  0027,1043  CenterACoordOfPlaneImage           no
32168  0027,1044  CenterSCoordOfPlaneImage           no
32169  0027,1045  NormalRCoord                       no
32170  0027,1046  NormalACoord                       no
32171  0027,1047  NormalSCoord                       no
32172  0027,1048  RCoordOfTopRightCorner             no
32173  0027,1049  ACoordOfTopRightCorner             no
32174  0027,104A  SCoordOfTopRightCorner             no
32175  0027,104B  RCoordOfBottomRightCorner          no
32176  0027,104C  ACoordOfBottomRightCorner          no
32177  0027,104D  SCoordOfBottomRightCorner          no
32178  0027,1050  TableStartLocation                 no
32179  0027,1051  TableEndLocation                   no
32180  0027,1052  RASLetterForSideOfImage            no
32181  0027,1053  RASLetterForAnteriorPosterior      no
32182  0027,1054  RASLetterForScoutStartLoc          no
32183  0027,1055  RASLetterForScoutEndLoc            no
32184  0027,1060  ImageDimensionX                    no
32185  0027,1061  ImageDimensionY                    no
32186  0027,1062  NumberOfExcitations                no
32187  0028,0000  ImagePresentationGroupLength       no
32188  0028,0002  SamplesPerPixel                    no
32189  0028,0003  SamplesPerPixelUsed                no
32190  0028,0004  PhotometricInterpretation          no
32191  0028,0005  ImageDimensions                    no
32192  0028,0006  PlanarConfiguration                no
32193  0028,0008  NumberOfFrames                     no
32194  0028,0009  FrameIncrementPointer              no
32195  0028,000A  FrameDimensionPointer              no
32196  0028,0010  Rows                               no
32197  0028,0011  Columns                            no
32198  0028,0012  Planes                             no
32199  0028,0014  UltrasoundColorDataPresent         no
32200  0028,0030  PixelSpacing                       no
32201  0028,0031  ZoomFactor                         no
32202  0028,0032  ZoomCenter                         no
32203  0028,0034  PixelAspectRatio                   no
32204  0028,0040  ImageFormat                        no
32205  0028,0050  ManipulatedImage                   no
32206  0028,0051  CorrectedImage                     no
32207  0028,005F  CompressionRecognitionCode         no
32208  0028,0060  CompressionCode                    no
32209  0028,0061  CompressionOriginator              no
32210  0028,0062  CompressionLabel                   no
32211  0028,0063  CompressionDescription             no
32212  0028,0065  CompressionSequence                no
32213  0028,0066  CompressionStepPointers            no
32214  0028,0068  RepeatInterval                     no
32215  0028,0069  BitsGrouped                        no
32216  0028,0070  PerimeterTable                     no
32217  0028,0071  PerimeterValue                     no
32218  0028,0080  PredictorRows                      no
32219  0028,0081  PredictorColumns                   no
32220  0028,0082  PredictorConstants                 no
32221  0028,0090  BlockedPixels                      no
32222  0028,0091  BlockRows                          no
32223  0028,0092  BlockColumns                       no
32224  0028,0093  RowOverlap                         no
32225  0028,0094  ColumnOverlap                      no
32226  0028,0100  BitsAllocated                      no
32227  0028,0101  BitsStored                         no
32228  0028,0102  HighBit                            no
32229  0028,0103  PixelRepresentation                no
32230  0028,0104  SmallestValidPixelValue            no
32231  0028,0105  LargestValidPixelValue             no
32232  0028,0106  SmallestImagePixelValue            no
32233  0028,0107  LargestImagePixelValue             no
32234  0028,0108  SmallestPixelValueInSeries         no
32235  0028,0109  LargestPixelValueInSeries          no
32236  0028,0110  SmallestImagePixelValueInPlane     no
32237  0028,0111  LargestImagePixelValueInPlane      no
32238  0028,0120  PixelPaddingValue                  no
32239  0028,0121  PixelPaddingRangeLimit             no
32240  0028,0200  ImageLocation                      no
32241  0028,0300  QualityControlImage                no
32242  0028,0301  BurnedInAnnotation                 no
32243  0028,0400  TransformLabel                     no
32244  0028,0401  TransformVersionNumber             no
32245  0028,0402  NumberOfTransformSteps             no
32246  0028,0403  SequenceOfCompressedData           no
32247  0028,0404  DetailsOfCoefficients              no
32248  0028,04x2  CoefficientCoding                  no
32249  0028,04x3  CoefficientCodingPointers          no
32250  0028,0700  DCTLabel                           no
32251  0028,0701  DataBlockDescription               no
32252  0028,0702  DataBlock                          no
32253  0028,0710  NormalizationFactorFormat          no
32254  0028,0720  ZonalMapNumberFormat               no
32255  0028,0721  ZonalMapLocation                   no
32256  0028,0722  ZonalMapFormat                     no
32257  0028,0730  AdaptiveMapFormat                  no
32258  0028,0740  CodeNumberFormat                   no
32259  0028,08x0  CodeLabel                          no
32260  0028,08x2  NumberOfTables                     no
32261  0028,08x3  CodeTableLocation                  no
32262  0028,08x4  BitsForCodeWord                    no
32263  0028,08x8  ImageDataLocation                  no
32264  0028,0A02  PixelSpacingCalibrationType        no
32265  0028,0A04  PixelSpacingCalibrationDescription no
32266  0028,1040  PixelIntensityRelationship         no
32267  0028,1041  PixelIntensityRelationshipSign     no
32268  0028,1050  WindowCenter                       no
32269  0028,1051  WindowWidth                        no
32270  0028,1052  RescaleIntercept                   no
32271  0028,1053  RescaleSlope                       no
32272  0028,1054  RescaleType                        no
32273  0028,1055  WindowCenterAndWidthExplanation    no
32274  0028,1056  VOI_LUTFunction                    no
32275  0028,1080  GrayScale                          no
32276  0028,1090  RecommendedViewingMode             no
32277  0028,1100  GrayLookupTableDescriptor          no
32278  0028,1101  RedPaletteColorTableDescriptor     no
32279  0028,1102  GreenPaletteColorTableDescriptor   no
32280  0028,1103  BluePaletteColorTableDescriptor    no
32281  0028,1111  LargeRedPaletteColorTableDescr     no
32282  0028,1112  LargeGreenPaletteColorTableDescr   no
32283  0028,1113  LargeBluePaletteColorTableDescr    no
32284  0028,1199  PaletteColorTableUID               no
32285  0028,1200  GrayLookupTableData                no
32286  0028,1201  RedPaletteColorTableData           no
32287  0028,1202  GreenPaletteColorTableData         no
32288  0028,1203  BluePaletteColorTableData          no
32289  0028,1211  LargeRedPaletteColorTableData      no
32290  0028,1212  LargeGreenPaletteColorTableData    no
32291  0028,1213  LargeBluePaletteColorTableData     no
32292  0028,1214  LargePaletteColorLookupTableUID    no
32293  0028,1221  SegmentedRedColorTableData         no
32294  0028,1222  SegmentedGreenColorTableData       no
32295  0028,1223  SegmentedBlueColorTableData        no
32296  0028,1300  BreastImplantPresent               no
32297  0028,1350  PartialView                        no
32298  0028,1351  PartialViewDescription             no
32299  0028,1352  PartialViewCodeSequence            no
32300  0028,135A  SpatialLocationsPreserved          no
32301  0028,1402  DataPathAssignment                 no
32302  0028,1404  BlendingLUT1Sequence               no
32303  0028,1406  BlendingWeightConstant             no
32304  0028,1408  BlendingLookupTableData            no
32305  0028,140C  BlendingLUT2Sequence               no
32306  0028,140E  DataPathID                         no
32307  0028,140F  RGBLUTTransferFunction             no
32308  0028,1410  AlphaLUTTransferFunction           no
32309  0028,2000  ICCProfile                         no
32310  0028,2110  LossyImageCompression              no
32311  0028,2112  LossyImageCompressionRatio         no
32312  0028,2114  LossyImageCompressionMethod        no
32313  0028,3000  ModalityLUTSequence                no
32314  0028,3002  LUTDescriptor                      no
32315  0028,3003  LUTExplanation                     no
32316  0028,3004  ModalityLUTType                    no
32317  0028,3006  LUTData                            no
32318  0028,3010  VOILUTSequence                     no
32319  0028,3110  SoftcopyVOILUTSequence             no
32320  0028,4000  ImagePresentationComments          no
32321  0028,5000  BiPlaneAcquisitionSequence         no
32322  0028,6010  RepresentativeFrameNumber          no
32323  0028,6020  FrameNumbersOfInterest             no
32324  0028,6022  FrameOfInterestDescription         no
32325  0028,6023  FrameOfInterestType                no
32326  0028,6030  MaskPointers                       no
32327  0028,6040  RWavePointer                       no
32328  0028,6100  MaskSubtractionSequence            no
32329  0028,6101  MaskOperation                      no
32330  0028,6102  ApplicableFrameRange               no
32331  0028,6110  MaskFrameNumbers                   no
32332  0028,6112  ContrastFrameAveraging             no
32333  0028,6114  MaskSubPixelShift                  no
32334  0028,6120  TIDOffset                          no
32335  0028,6190  MaskOperationExplanation           no
32336  0028,7FE0  PixelDataProviderURL               no
32337  0028,9001  DataPointRows                      no
32338  0028,9002  DataPointColumns                   no
32339  0028,9003  SignalDomainColumns                no
32340  0028,9099  LargestMonochromePixelValue        no
32341  0028,9108  DataRepresentation                 no
32342  0028,9110  PixelMeasuresSequence              no
32343  0028,9132  FrameVOILUTSequence                no
32344  0028,9145  PixelValueTransformationSequence   no
32345  0028,9235  SignalDomainRows                   no
32346  0028,9411  DisplayFilterPercentage            no
32347  0028,9415  FramePixelShiftSequence            no
32348  0028,9416  SubtractionItemID                  no
32349  0028,9422  PixelIntensityRelationshipLUTSeq   no
32350  0028,9443  FramePixelDataPropertiesSequence   no
32351  0028,9444  GeometricalProperties              no
32352  0028,9445  GeometricMaximumDistortion         no
32353  0028,9446  ImageProcessingApplied             no
32354  0028,9454  MaskSelectionMode                  no
32355  0028,9474  LUTFunction                        no
32356  0028,9478  MaskVisibilityPercentage           no
32357  0028,9501  PixelShiftSequence                 no
32358  0028,9502  RegionPixelShiftSequence           no
32359  0028,9503  VerticesOfTheRegion                no
32360  0028,9506  PixelShiftFrameRange               no
32361  0028,9507  LUTFrameRange                      no
32362  0028,9520  ImageToEquipmentMappingMatrix      no
32363  0028,9537  EquipmentCoordinateSystemID        no
32364  0029,1004  LowerRangeOfPixels1a               no
32365  0029,1005  LowerRangeOfPixels1b               no
32366  0029,1006  LowerRangeOfPixels1c               no
32367  0029,1007  LowerRangeOfPixels1d               no
32368  0029,1008  LowerRangeOfPixels1e               no
32369  0029,1009  LowerRangeOfPixels1f               no
32370  0029,100A  LowerRangeOfPixels1g               no
32371  0029,1015  LowerRangeOfPixels1h               no
32372  0029,1016  LowerRangeOfPixels1i               no
32373  0029,1017  LowerRangeOfPixels2                no
32374  0029,1018  UpperRangeOfPixels2                no
32375  0029,101A  LenOfTotHdrInBytes                 no
32376  0029,1026  VersionOfTheHdrStruct              no
32377  0029,1034  AdvantageCompOverflow              no
32378  0029,1035  AdvantageCompUnderflow             no
32379  0032,0000  StudyGroupLength                   no
32380  0032,000A  StudyStatusID                      no
32381  0032,000C  StudyPriorityID                    no
32382  0032,0012  StudyIDIssuer                      no
32383  0032,0032  StudyVerifiedDate                  no
32384  0032,0033  StudyVerifiedTime                  no
32385  0032,0034  StudyReadDate                      no
32386  0032,0035  StudyReadTime                      no
32387  0032,1000  ScheduledStudyStartDate            no
32388  0032,1001  ScheduledStudyStartTime            no
32389  0032,1010  ScheduledStudyStopDate             no
32390  0032,1011  ScheduledStudyStopTime             no
32391  0032,1020  ScheduledStudyLocation             no
32392  0032,1021  ScheduledStudyLocationAETitle      no
32393  0032,1030  ReasonForStudy                     no
32394  0032,1031  RequestingPhysicianIDSequence      no
32395  0032,1032  RequestingPhysician                no
32396  0032,1033  RequestingService                  no
32397  0032,1040  StudyArrivalDate                   no
32398  0032,1041  StudyArrivalTime                   no
32399  0032,1050  StudyCompletionDate                no
32400  0032,1051  StudyCompletionTime                no
32401  0032,1055  StudyComponentStatusID             no
32402  0032,1060  RequestedProcedureDescription      no
32403  0032,1064  RequestedProcedureCodeSequence     no
32404  0032,1070  RequestedContrastAgent             no
32405  0032,4000  StudyComments                      no
32406  0038,0004  ReferencedPatientAliasSequence     no
32407  0038,0008  VisitStatusID                      no
32408  0038,0010  AdmissionID                        no
32409  0038,0011  IssuerOfAdmissionID                no
32410  0038,0016  RouteOfAdmissions                  no
32411  0038,001A  ScheduledAdmissionDate             no
32412  0038,001B  ScheduledAdmissionTime             no
32413  0038,001C  ScheduledDischargeDate             no
32414  0038,001D  ScheduledDischargeTime             no
32415  0038,001E  ScheduledPatientInstitResidence    no
32416  0038,0020  AdmittingDate                      no
32417  0038,0021  AdmittingTime                      no
32418  0038,0030  DischargeDate                      no
32419  0038,0032  DischargeTime                      no
32420  0038,0040  DischargeDiagnosisDescription      no
32421  0038,0044  DischargeDiagnosisCodeSequence     no
32422  0038,0050  SpecialNeeds                       no
32423  0038,0060  ServiceEpisodeID                   no
32424  0038,0061  IssuerOfServiceEpisodeID           no
32425  0038,0062  ServiceEpisodeDescription          no
32426  0038,0100  PertinentDocumentsSequence         no
32427  0038,0300  CurrentPatientLocation             no
32428  0038,0400  PatientInstitutionResidence        no
32429  0038,0500  PatientState                       no
32430  0038,0502  PatientClinicalTrialParticipSeq    no
32431  0038,4000  VisitComments                      no
32432  003A,0004  WaveformOriginality                no
32433  003A,0005  NumberOfWaveformChannels           no
32434  003A,0010  NumberOfWaveformSamples            no
32435  003A,001A  SamplingFrequency                  no
32436  003A,0020  MultiplexGroupLabel                no
32437  003A,0200  ChannelDefinitionSequence          no
32438  003A,0202  WaveformChannelNumber              no
32439  003A,0203  ChannelLabel                       no
32440  003A,0205  ChannelStatus                      no
32441  003A,0208  ChannelSourceSequence              no
32442  003A,0209  ChannelSourceModifiersSequence     no
32443  003A,020A  SourceWaveformSequence             no
32444  003A,020C  ChannelDerivationDescription       no
32445  003A,0210  ChannelSensitivity                 no
32446  003A,0211  ChannelSensitivityUnitsSequence    no
32447  003A,0212  ChannelSensitivityCorrectionFactor no
32448  003A,0213  ChannelBaseline                    no
32449  003A,0214  ChannelTimeSkew                    no
32450  003A,0215  ChannelSampleSkew                  no
32451  003A,0218  ChannelOffset                      no
32452  003A,021A  WaveformBitsStored                 no
32453  003A,0220  FilterLowFrequency                 no
32454  003A,0221  FilterHighFrequency                no
32455  003A,0222  NotchFilterFrequency               no
32456  003A,0223  NotchFilterBandwidth               no
32457  003A,0230  WaveformDataDisplayScale           no
32458  003A,0231  WaveformDisplayBkgCIELabValue      no
32459  003A,0240  WaveformPresentationGroupSequence  no
32460  003A,0241  PresentationGroupNumber            no
32461  003A,0242  ChannelDisplaySequence             no
32462  003A,0244  ChannelRecommendDisplayCIELabValue no
32463  003A,0245  ChannelPosition                    no
32464  003A,0246  DisplayShadingFlag                 no
32465  003A,0247  FractionalChannelDisplayScale      no
32466  003A,0248  AbsoluteChannelDisplayScale        no
32467  003A,0300  MultiplexAudioChannelsDescrCodeSeq no
32468  003A,0301  ChannelIdentificationCode          no
32469  003A,0302  ChannelMode                        no
32470  0040,0001  ScheduledStationAETitle            no
32471  0040,0002  ScheduledProcedureStepStartDate    no
32472  0040,0003  ScheduledProcedureStepStartTime    no
32473  0040,0004  ScheduledProcedureStepEndDate      no
32474  0040,0005  ScheduledProcedureStepEndTime      no
32475  0040,0006  ScheduledPerformingPhysiciansName  no
32476  0040,0007  ScheduledProcedureStepDescription  no
32477  0040,0008  ScheduledProtocolCodeSequence      no
32478  0040,0009  ScheduledProcedureStepID           no
32479  0040,000A  StageCodeSequence                  no
32480  0040,000B  ScheduledPerformingPhysicianIDSeq  no
32481  0040,0010  ScheduledStationName               no
32482  0040,0011  ScheduledProcedureStepLocation     no
32483  0040,0012  PreMedication                      no
32484  0040,0020  ScheduledProcedureStepStatus       no
32485  0040,0031  LocalNamespaceEntityID             no
32486  0040,0032  UniversalEntityID                  no
32487  0040,0033  UniversalEntityIDType              no
32488  0040,0035  IdentifierTypeCode                 no
32489  0040,0036  AssigningFacilitySequence          no
32490  0040,0100  ScheduledProcedureStepSequence     no
32491  0040,0220  ReferencedNonImageCompositeSOPSeq  no
32492  0040,0241  PerformedStationAETitle            no
32493  0040,0242  PerformedStationName               no
32494  0040,0243  PerformedLocation                  no
32495  0040,0244  PerformedProcedureStepStartDate    no
32496  0040,0245  PerformedProcedureStepStartTime    no
32497  0040,0250  PerformedProcedureStepEndDate      no
32498  0040,0251  PerformedProcedureStepEndTime      no
32499  0040,0252  PerformedProcedureStepStatus       no
32500  0040,0253  PerformedProcedureStepID           no
32501  0040,0254  PerformedProcedureStepDescription  no
32502  0040,0255  PerformedProcedureTypeDescription  no
32503  0040,0260  PerformedProtocolCodeSequence      no
32504  0040,0261  PerformedProtocolType              no
32505  0040,0270  ScheduledStepAttributesSequence    no
32506  0040,0275  RequestAttributesSequence          no
32507  0040,0280  CommentsOnPerformedProcedureStep   no
32508  0040,0281  ProcStepDiscontinueReasonCodeSeq   no
32509  0040,0293  QuantitySequence                   no
32510  0040,0294  Quantity                           no
32511  0040,0295  MeasuringUnitsSequence             no
32512  0040,0296  BillingItemSequence                no
32513  0040,0300  TotalTimeOfFluoroscopy             no
32514  0040,0301  TotalNumberOfExposures             no
32515  0040,0302  EntranceDose                       no
32516  0040,0303  ExposedArea                        no
32517  0040,0306  DistanceSourceToEntrance           no
32518  0040,0307  DistanceSourceToSupport            no
32519  0040,030E  ExposureDoseSequence               no
32520  0040,0310  CommentsOnRadiationDose            no
32521  0040,0312  XRayOutput                         no
32522  0040,0314  HalfValueLayer                     no
32523  0040,0316  OrganDose                          no
32524  0040,0318  OrganExposed                       no
32525  0040,0320  BillingProcedureStepSequence       no
32526  0040,0321  FilmConsumptionSequence            no
32527  0040,0324  BillingSuppliesAndDevicesSequence  no
32528  0040,0330  ReferencedProcedureStepSequence    no
32529  0040,0340  PerformedSeriesSequence            no
32530  0040,0400  CommentsOnScheduledProcedureStep   no
32531  0040,0440  ProtocolContextSequence            no
32532  0040,0441  ContentItemModifierSequence        no
32533  0040,050A  SpecimenAccessionNumber            no
32534  0040,0512  ContainerIdentifier                no
32535  0040,051A  ContainerDescription               no
32536  0040,0550  SpecimenSequence                   no
32537  0040,0551  SpecimenIdentifier                 no
32538  0040,0552  SpecimenDescriptionSequenceTrial   no
32539  0040,0553  SpecimenDescriptionTrial           no
32540  0040,0554  SpecimenUID                        no
32541  0040,0555  AcquisitionContextSequence         no
32542  0040,0556  AcquisitionContextDescription      no
32543  0040,059A  SpecimenTypeCodeSequence           no
32544  0040,0600  SpecimenShortDescription           no
32545  0040,06FA  SlideIdentifier                    no
32546  0040,071A  ImageCenterPointCoordinatesSeq     no
32547  0040,072A  XOffsetInSlideCoordinateSystem     no
32548  0040,073A  YOffsetInSlideCoordinateSystem     no
32549  0040,074A  ZOffsetInSlideCoordinateSystem     no
32550  0040,08D8  PixelSpacingSequence               no
32551  0040,08DA  CoordinateSystemAxisCodeSequence   no
32552  0040,08EA  MeasurementUnitsCodeSequence       no
32553  0040,09F8  VitalStainCodeSequenceTrial        no
32554  0040,1001  RequestedProcedureID               no
32555  0040,1002  ReasonForRequestedProcedure        no
32556  0040,1003  RequestedProcedurePriority         no
32557  0040,1004  PatientTransportArrangements       no
32558  0040,1005  RequestedProcedureLocation         no
32559  0040,1006  PlacerOrderNumber-Procedure        no
32560  0040,1007  FillerOrderNumber-Procedure        no
32561  0040,1008  ConfidentialityCode                no
32562  0040,1009  ReportingPriority                  no
32563  0040,100A  ReasonForRequestedProcedureCodeSeq no
32564  0040,1010  NamesOfIntendedRecipientsOfResults no
32565  0040,1011  IntendedRecipientsOfResultsIDSeq   no
32566  0040,1101  PersonIdentificationCodeSequence   no
32567  0040,1102  PersonAddress                      no
32568  0040,1103  PersonTelephoneNumbers             no
32569  0040,1400  RequestedProcedureComments         no
32570  0040,2001  ReasonForImagingServiceRequest     no
32571  0040,2004  IssueDateOfImagingServiceRequest   no
32572  0040,2005  IssueTimeOfImagingServiceRequest   no
32573  0040,2006  PlacerOrderNum-ImagingServiceReq   no
32574  0040,2007  FillerOrderNum-ImagingServiceReq   no
32575  0040,2008  OrderEnteredBy                     no
32576  0040,2009  OrderEntererLocation               no
32577  0040,2010  OrderCallbackPhoneNumber           no
32578  0040,2016  PlacerOrderNum-ImagingServiceReq   no
32579  0040,2017  FillerOrderNum-ImagingServiceReq   no
32580  0040,2400  ImagingServiceRequestComments      no
32581  0040,3001  ConfidentialityOnPatientDataDescr  no
32582  0040,4001  GenPurposeScheduledProcStepStatus  no
32583  0040,4002  GenPurposePerformedProcStepStatus  no
32584  0040,4003  GenPurposeSchedProcStepPriority    no
32585  0040,4004  SchedProcessingApplicationsCodeSeq no
32586  0040,4005  SchedProcedureStepStartDateAndTime no
32587  0040,4006  MultipleCopiesFlag                 no
32588  0040,4007  PerformedProcessingAppsCodeSeq     no
32589  0040,4009  HumanPerformerCodeSequence         no
32590  0040,4010  SchedProcStepModificationDateTime  no
32591  0040,4011  ExpectedCompletionDateAndTime      no
32592  0040,4015  ResultingGenPurposePerfProcStepSeq no
32593  0040,4016  RefGenPurposeSchedProcStepSeq      no
32594  0040,4018  ScheduledWorkitemCodeSequence      no
32595  0040,4019  PerformedWorkitemCodeSequence      no
32596  0040,4020  InputAvailabilityFlag              no
32597  0040,4021  InputInformationSequence           no
32598  0040,4022  RelevantInformationSequence        no
32599  0040,4023  RefGenPurSchedProcStepTransUID     no
32600  0040,4025  ScheduledStationNameCodeSequence   no
32601  0040,4026  ScheduledStationClassCodeSequence  no
32602  0040,4027  SchedStationGeographicLocCodeSeq   no
32603  0040,4028  PerformedStationNameCodeSequence   no
32604  0040,4029  PerformedStationClassCodeSequence  no
32605  0040,4030  PerformedStationGeogLocCodeSeq     no
32606  0040,4031  RequestedSubsequentWorkItemCodeSeq no
32607  0040,4032  NonDICOMOutputCodeSequence         no
32608  0040,4033  OutputInformationSequence          no
32609  0040,4034  ScheduledHumanPerformersSequence   no
32610  0040,4035  ActualHumanPerformersSequence      no
32611  0040,4036  HumanPerformersOrganization        no
32612  0040,4037  HumanPerformerName                 no
32613  0040,4040  RawDataHandling                    no
32614  0040,8302  EntranceDoseInMilliGy              no
32615  0040,9094  RefImageRealWorldValueMappingSeq   no
32616  0040,9096  RealWorldValueMappingSequence      no
32617  0040,9098  PixelValueMappingCodeSequence      no
32618  0040,9210  LUTLabel                           no
32619  0040,9211  RealWorldValueLastValueMapped      no
32620  0040,9212  RealWorldValueLUTData              no
32621  0040,9216  RealWorldValueFirstValueMapped     no
32622  0040,9224  RealWorldValueIntercept            no
32623  0040,9225  RealWorldValueSlope                no
32624  0040,A010  RelationshipType                   no
32625  0040,A027  VerifyingOrganization              no
32626  0040,A030  VerificationDateTime               no
32627  0040,A032  ObservationDateTime                no
32628  0040,A040  ValueType                          no
32629  0040,A043  ConceptNameCodeSequence            no
32630  0040,A050  ContinuityOfContent                no
32631  0040,A073  VerifyingObserverSequence          no
32632  0040,A075  VerifyingObserverName              no
32633  0040,A078  AuthorObserverSequence             no
32634  0040,A07A  ParticipantSequence                no
32635  0040,A07C  CustodialOrganizationSequence      no
32636  0040,A080  ParticipationType                  no
32637  0040,A082  ParticipationDateTime              no
32638  0040,A084  ObserverType                       no
32639  0040,A088  VerifyingObserverIdentCodeSequence no
32640  0040,A090  EquivalentCDADocumentSequence      no
32641  0040,A0B0  ReferencedWaveformChannels         no
32642  0040,A120  DateTime                           no
32643  0040,A121  Date                               no
32644  0040,A122  Time                               no
32645  0040,A123  PersonName                         no
32646  0040,A124  UID                                no
32647  0040,A130  TemporalRangeType                  no
32648  0040,A132  ReferencedSamplePositions          no
32649  0040,A136  ReferencedFrameNumbers             no
32650  0040,A138  ReferencedTimeOffsets              no
32651  0040,A13A  ReferencedDateTime                 no
32652  0040,A160  TextValue                          no
32653  0040,A168  ConceptCodeSequence                no
32654  0040,A170  PurposeOfReferenceCodeSequence     no
32655  0040,A180  AnnotationGroupNumber              no
32656  0040,A195  ModifierCodeSequence               no
32657  0040,A300  MeasuredValueSequence              no
32658  0040,A301  NumericValueQualifierCodeSequence  no
32659  0040,A30A  NumericValue                       no
32660  0040,A353  AddressTrial                       no
32661  0040,A354  TelephoneNumberTrial               no
32662  0040,A360  PredecessorDocumentsSequence       no
32663  0040,A370  ReferencedRequestSequence          no
32664  0040,A372  PerformedProcedureCodeSequence     no
32665  0040,A375  CurrentRequestedProcEvidenceSeq    no
32666  0040,A385  PertinentOtherEvidenceSequence     no
32667  0040,A390  HL7StructuredDocumentRefSeq        no
32668  0040,A491  CompletionFlag                     no
32669  0040,A492  CompletionFlagDescription          no
32670  0040,A493  VerificationFlag                   no
32671  0040,A494  ArchiveRequested                   no
32672  0040,A496  PreliminaryFlag                    no
32673  0040,A504  ContentTemplateSequence            no
32674  0040,A525  IdenticalDocumentsSequence         no
32675  0040,A730  ContentSequence                    no
32676  0040,B020  AnnotationSequence                 no
32677  0040,DB00  TemplateIdentifier                 no
32678  0040,DB06  TemplateVersion                    no
32679  0040,DB07  TemplateLocalVersion               no
32680  0040,DB0B  TemplateExtensionFlag              no
32681  0040,DB0C  TemplateExtensionOrganizationUID   no
32682  0040,DB0D  TemplateExtensionCreatorUID        no
32683  0040,DB73  ReferencedContentItemIdentifier    no
32684  0040,E001  HL7InstanceIdentifier              no
32685  0040,E004  HL7DocumentEffectiveTime           no
32686  0040,E006  HL7DocumentTypeCodeSequence        no
32687  0040,E010  RetrieveURI                        no
32688  0040,E011  RetrieveLocationUID                no
32689  0042,0010  DocumentTitle                      no
32690  0042,0011  EncapsulatedDocument               no
32691  0042,0012  MIMETypeOfEncapsulatedDocument     no
32692  0042,0013  SourceInstanceSequence             no
32693  0042,0014  ListOfMIMETypes                    no
32694  0043,1001  BitmapOfPrescanOptions             no
32695  0043,1002  GradientOffsetInX                  no
32696  0043,1003  GradientOffsetInY                  no
32697  0043,1004  GradientOffsetInZ                  no
32698  0043,1005  ImgIsOriginalOrUnoriginal          no
32699  0043,1006  NumberOfEPIShots                   no
32700  0043,1007  ViewsPerSegment                    no
32701  0043,1008  RespiratoryRateBpm                 no
32702  0043,1009  RespiratoryTriggerPoint            no
32703  0043,100A  TypeOfReceiverUsed                 no
32704  0043,100B  PeakRateOfChangeOfGradientField    no
32705  0043,100C  LimitsInUnitsOfPercent             no
32706  0043,100D  PSDEstimatedLimit                  no
32707  0043,100E  PSDEstimatedLimitInTeslaPerSecond  no
32708  0043,100F  Saravghead                         no
32709  0043,1010  WindowValue                        no
32710  0043,1011  TotalInputViews                    no
32711  0043,1012  X-RayChain                         no
32712  0043,1013  DeconKernelParameters              no
32713  0043,1014  CalibrationParameters              no
32714  0043,1015  TotalOutputViews                   no
32715  0043,1016  NumberOfOverranges                 no
32716  0043,1017  IBHImageScaleFactors               no
32717  0043,1018  BBHCoefficients                    no
32718  0043,1019  NumberOfBBHChainsToBlend           no
32719  0043,101A  StartingChannelNumber              no
32720  0043,101B  PpscanParameters                   no
32721  0043,101C  GEImageIntegrity                   no
32722  0043,101D  LevelValue                         no
32723  0043,101E  DeltaStartTime                     no
32724  0043,101F  MaxOverrangesInAView               no
32725  0043,1020  AvgOverrangesAllViews              no
32726  0043,1021  CorrectedAfterGlowTerms            no
32727  0043,1025  ReferenceChannels                  no
32728  0043,1026  NoViewsRefChansBlocked             no
32729  0043,1027  ScanPitchRatio                     no
32730  0043,1028  UniqueImageIden                    no
32731  0043,1029  HistogramTables                    no
32732  0043,102A  UserDefinedData                    no
32733  0043,102B  PrivateScanOptions                 no
32734  0043,102C  EffectiveEchoSpacing               no
32735  0043,102D  StringSlopField1                   no
32736  0043,102E  StringSlopField2                   no
32737  0043,102F  RawDataType                        no
32738  0043,1030  RawDataType                        no
32739  0043,1031  RACordOfTargetReconCenter          no
32740  0043,1032  RawDataType                        no
32741  0043,1033  NegScanspacing                     no
32742  0043,1034  OffsetFrequency                    no
32743  0043,1035  UserUsageTag                       no
32744  0043,1036  UserFillMapMSW                     no
32745  0043,1037  UserFillMapLSW                     no
32746  0043,1038  User25-48                          no
32747  0043,1039  SlopInt6-9                         no
32748  0043,1040  TriggerOnPosition                  no
32749  0043,1041  DegreeOfRotation                   no
32750  0043,1042  DASTriggerSource                   no
32751  0043,1043  DASFpaGain                         no
32752  0043,1044  DASOutputSource                    no
32753  0043,1045  DASAdInput                         no
32754  0043,1046  DASCalMode                         no
32755  0043,1047  DASCalFrequency                    no
32756  0043,1048  DASRegXm                           no
32757  0043,1049  DASAutoZero                        no
32758  0043,104A  StartingChannelOfView              no
32759  0043,104B  DASXmPattern                       no
32760  0043,104C  TGGCTriggerMode                    no
32761  0043,104D  StartScanToXrayOnDelay             no
32762  0043,104E  DurationOfXrayOn                   no
32763  0043,1060  SlopInt10-17                       no
32764  0043,1061  ScannerStudyEntityUID              no
32765  0043,1062  ScannerStudyID                     no
32766  0043,106f  ScannerTableEntry                  no
32767  0044,0001  ProductPackageIdentifier           no
32768  0044,0002  SubstanceAdministrationApproval    no
32769  0044,0003  ApprovalStatusFurtherDescription   no
32770  0044,0004  ApprovalStatusDateTime             no
32771  0044,0007  ProductTypeCodeSequence            no
32772  0044,0008  ProductName                        no
32773  0044,0009  ProductDescription                 no
32774  0044,000A  ProductLotIdentifier               no
32775  0044,000B  ProductExpirationDateTime          no
32776  0044,0010  SubstanceAdministrationDateTime    no
32777  0044,0011  SubstanceAdministrationNotes       no
32778  0044,0012  SubstanceAdministrationDeviceID    no
32779  0044,0013  ProductParameterSequence           no
32780  0044,0019  SubstanceAdminParameterSeq         no
32781  0045,1001  NumberOfMacroRowsInDetector        no
32782  0045,1002  MacroWidthAtISOCenter              no
32783  0045,1003  DASType                            no
32784  0045,1004  DASGain                            no
32785  0045,1005  DASTemperature                     no
32786  0045,1006  TableDirectionInOrOut              no
32787  0045,1007  ZSmoothingFactor                   no
32788  0045,1008  ViewWeightingMode                  no
32789  0045,1009  SigmaRowNumberWhichRowsWereUsed    no
32790  0045,100A  MinimumDasValueFoundInTheScanData  no
32791  0045,100B  MaximumOffsetShiftValueUsed        no
32792  0045,100C  NumberOfViewsShifted               no
32793  0045,100D  ZTrackingFlag                      no
32794  0045,100E  MeanZError                         no
32795  0045,100F  ZTrackingMaximumError              no
32796  0045,1010  StartingViewForRow2a               no
32797  0045,1011  NumberOfViewsInRow2a               no
32798  0045,1012  StartingViewForRow1a               no
32799  0045,1013  SigmaMode                          no
32800  0045,1014  NumberOfViewsInRow1a               no
32801  0045,1015  StartingViewForRow2b               no
32802  0045,1016  NumberOfViewsInRow2b               no
32803  0045,1017  StartingViewForRow1b               no
32804  0045,1018  NumberOfViewsInRow1b               no
32805  0045,1019  AirFilterCalibrationDate           no
32806  0045,101A  AirFilterCalibrationTime           no
32807  0045,101B  PhantomCalibrationDate             no
32808  0045,101C  PhantomCalibrationTime             no
32809  0045,101D  ZSlopeCalibrationDate              no
32810  0045,101E  ZSlopeCalibrationTime              no
32811  0045,101F  CrosstalkCalibrationDate           no
32812  0045,1020  CrosstalkCalibrationTime           no
32813  0045,1021  IterboneOptionFlag                 no
32814  0045,1022  PeristalticFlagOption              no
32815  0046,0012  LensDescription                    no
32816  0046,0014  RightLensSequence                  no
32817  0046,0015  LeftLensSequence                   no
32818  0046,0018  CylinderSequence                   no
32819  0046,0028  PrismSequence                      no
32820  0046,0030  HorizontalPrismPower               no
32821  0046,0032  HorizontalPrismBase                no
32822  0046,0034  VerticalPrismPower                 no
32823  0046,0036  VerticalPrismBase                  no
32824  0046,0038  LensSegmentType                    no
32825  0046,0040  OpticalTransmittance               no
32826  0046,0042  ChannelWidth                       no
32827  0046,0044  PupilSize                          no
32828  0046,0046  CornealSize                        no
32829  0046,0060  DistancePupillaryDistance          no
32830  0046,0062  NearPupillaryDistance              no
32831  0046,0064  OtherPupillaryDistance             no
32832  0046,0075  RadiusOfCurvature                  no
32833  0046,0076  KeratometricPower                  no
32834  0046,0077  KeratometricAxis                   no
32835  0046,0092  BackgroundColor                    no
32836  0046,0094  Optotype                           no
32837  0046,0095  OptotypePresentation               no
32838  0046,0100  AddNearSequence                    no
32839  0046,0101  AddIntermediateSequence            no
32840  0046,0102  AddOtherSequence                   no
32841  0046,0104  AddPower                           no
32842  0046,0106  ViewingDistance                    no
32843  0046,0125  ViewingDistanceType                no
32844  0046,0135  VisualAcuityModifiers              no
32845  0046,0137  DecimalVisualAcuity                no
32846  0046,0139  OptotypeDetailedDefinition         no
32847  0046,0146  SpherePower                        no
32848  0046,0147  CylinderPower                      no
32849  0050,0004  CalibrationImage                   no
32850  0050,0010  DeviceSequence                     no
32851  0050,0014  DeviceLength                       no
32852  0050,0015  ContainerComponentWidth            no
32853  0050,0016  DeviceDiameter                     no
32854  0050,0017  DeviceDiameterUnits                no
32855  0050,0018  DeviceVolume                       no
32856  0050,0019  InterMarkerDistance                no
32857  0050,001B  ContainerComponentID               no
32858  0050,0020  DeviceDescription                  no
32859  0054,0010  EnergyWindowVector                 no
32860  0054,0011  NumberOfEnergyWindows              no
32861  0054,0012  EnergyWindowInformationSequence    no
32862  0054,0013  EnergyWindowRangeSequence          no
32863  0054,0014  EnergyWindowLowerLimit             no
32864  0054,0015  EnergyWindowUpperLimit             no
32865  0054,0016  RadiopharmaceuticalInformationSeq  no
32866  0054,0017  ResidualSyringeCounts              no
32867  0054,0018  EnergyWindowName                   no
32868  0054,0020  DetectorVector                     no
32869  0054,0021  NumberOfDetectors                  no
32870  0054,0022  DetectorInformationSequence        no
32871  0054,0030  PhaseVector                        no
32872  0054,0031  NumberOfPhases                     no
32873  0054,0032  PhaseInformationSequence           no
32874  0054,0033  NumberOfFramesInPhase              no
32875  0054,0036  PhaseDelay                         no
32876  0054,0038  PauseBetweenFrames                 no
32877  0054,0039  PhaseDescription                   no
32878  0054,0050  RotationVector                     no
32879  0054,0051  NumberOfRotations                  no
32880  0054,0052  RotationInformationSequence        no
32881  0054,0053  NumberOfFramesInRotation           no
32882  0054,0060  RRIntervalVector                   no
32883  0054,0061  NumberOfRRIntervals                no
32884  0054,0062  GatedInformationSequence           no
32885  0054,0063  DataInformationSequence            no
32886  0054,0070  TimeSlotVector                     no
32887  0054,0071  NumberOfTimeSlots                  no
32888  0054,0072  TimeSlotInformationSequence        no
32889  0054,0073  TimeSlotTime                       no
32890  0054,0080  SliceVector                        no
32891  0054,0081  NumberOfSlices                     no
32892  0054,0090  AngularViewVector                  no
32893  0054,0100  TimeSliceVector                    no
32894  0054,0101  NumberOfTimeSlices                 no
32895  0054,0200  StartAngle                         no
32896  0054,0202  TypeOfDetectorMotion               no
32897  0054,0210  TriggerVector                      no
32898  0054,0211  NumberOfTriggersInPhase            no
32899  0054,0220  ViewCodeSequence                   no
32900  0054,0222  ViewModifierCodeSequence           no
32901  0054,0300  RadionuclideCodeSequence           no
32902  0054,0302  AdministrationRouteCodeSequence    no
32903  0054,0304  RadiopharmaceuticalCodeSequence    no
32904  0054,0306  CalibrationDataSequence            no
32905  0054,0308  EnergyWindowNumber                 no
32906  0054,0400  ImageID                            no
32907  0054,0410  PatientOrientationCodeSequence     no
32908  0054,0412  PatientOrientationModifierCodeSeq  no
32909  0054,0414  PatientGantryRelationshipCodeSeq   no
32910  0054,0500  SliceProgressionDirection          no
32911  0054,1000  SeriesType                         no
32912  0054,1001  Units                              no
32913  0054,1002  CountsSource                       no
32914  0054,1004  ReprojectionMethod                 no
32915  0054,1100  RandomsCorrectionMethod            no
32916  0054,1101  AttenuationCorrectionMethod        no
32917  0054,1102  DecayCorrection                    no
32918  0054,1103  ReconstructionMethod               no
32919  0054,1104  DetectorLinesOfResponseUsed        no
32920  0054,1105  ScatterCorrectionMethod            no
32921  0054,1200  AxialAcceptance                    no
32922  0054,1201  AxialMash                          no
32923  0054,1202  TransverseMash                     no
32924  0054,1203  DetectorElementSize                no
32925  0054,1210  CoincidenceWindowWidth             no
32926  0054,1220  SecondaryCountsType                no
32927  0054,1300  FrameReferenceTime                 no
32928  0054,1310  PrimaryCountsAccumulated           no
32929  0054,1311  SecondaryCountsAccumulated         no
32930  0054,1320  SliceSensitivityFactor             no
32931  0054,1321  DecayFactor                        no
32932  0054,1322  DoseCalibrationFactor              no
32933  0054,1323  ScatterFractionFactor              no
32934  0054,1324  DeadTimeFactor                     no
32935  0054,1330  ImageIndex                         no
32936  0054,1400  CountsIncluded                     no
32937  0054,1401  DeadTimeCorrectionFlag             no
32938  0060,3000  HistogramSequence                  no
32939  0060,3002  HistogramNumberOfBins              no
32940  0060,3004  HistogramFirstBinValue             no
32941  0060,3006  HistogramLastBinValue              no
32942  0060,3008  HistogramBinWidth                  no
32943  0060,3010  HistogramExplanation               no
32944  0060,3020  HistogramData                      no
32945  0062,0001  SegmentationType                   no
32946  0062,0002  SegmentSequence                    no
32947  0062,0003  SegmentedPropertyCategoryCodeSeq   no
32948  0062,0004  SegmentNumber                      no
32949  0062,0005  SegmentLabel                       no
32950  0062,0006  SegmentDescription                 no
32951  0062,0008  SegmentAlgorithmType               no
32952  0062,0009  SegmentAlgorithmName               no
32953  0062,000A  SegmentIdentificationSequence      no
32954  0062,000B  ReferencedSegmentNumber            no
32955  0062,000C  RecommendedDisplayGrayscaleValue   no
32956  0062,000D  RecommendedDisplayCIELabValue      no
32957  0062,000E  MaximumFractionalValue             no
32958  0062,000F  SegmentedPropertyTypeCodeSequence  no
32959  0062,0010  SegmentationFractionalType         no
32960  0064,0002  DeformableRegistrationSequence     no
32961  0064,0003  SourceFrameOfReferenceUID          no
32962  0064,0005  DeformableRegistrationGridSequence no
32963  0064,0007  GridDimensions                     no
32964  0064,0008  GridResolution                     no
32965  0064,0009  VectorGridData                     no
32966  0064,000F  PreDeformationMatrixRegistSeq      no
32967  0064,0010  PostDeformationMatrixRegistSeq     no
32968  0066,0001  NumberOfSurfaces                   no
32969  0066,0002  SurfaceSequence                    no
32970  0066,0003  SurfaceNumber                      no
32971  0066,0004  SurfaceComments                    no
32972  0066,0009  SurfaceProcessing                  no
32973  0066,000A  SurfaceProcessingRatio             no
32974  0066,000E  FiniteVolume                       no
32975  0066,0010  Manifold                           no
32976  0066,0011  SurfacePointsSequence              no
32977  0066,0015  NumberOfSurfacePoints              no
32978  0066,0016  PointCoordinatesData               no
32979  0066,0017  PointPositionAccuracy              no
32980  0066,0018  MeanPointDistance                  no
32981  0066,0019  MaximumPointDistance               no
32982  0066,001B  AxisOfRotation                     no
32983  0066,001C  CenterOfRotation                   no
32984  0066,001E  NumberOfVectors                    no
32985  0066,001F  VectorDimensionality               no
32986  0066,0020  VectorAccuracy                     no
32987  0066,0021  VectorCoordinateData               no
32988  0066,0023  TrianglePointIndexList             no
32989  0066,0024  EdgePointIndexList                 no
32990  0066,0025  VertexPointIndexList               no
32991  0066,0026  TriangleStripSequence              no
32992  0066,0027  TriangleFanSequence                no
32993  0066,0028  LineSequence                       no
32994  0066,0029  PrimitivePointIndexList            no
32995  0066,002A  SurfaceCount                       no
32996  0066,002F  AlgorithmFamilyCodeSequ            no
32997  0066,0031  AlgorithmVersion                   no
32998  0066,0032  AlgorithmParameters                no
32999  0066,0034  FacetSequence                      no
33000  0066,0036  AlgorithmName                      no
33001  0070,0001  GraphicAnnotationSequence          no
33002  0070,0002  GraphicLayer                       no
33003  0070,0003  BoundingBoxAnnotationUnits         no
33004  0070,0004  AnchorPointAnnotationUnits         no
33005  0070,0005  GraphicAnnotationUnits             no
33006  0070,0006  UnformattedTextValue               no
33007  0070,0008  TextObjectSequence                 no
33008  0070,0009  GraphicObjectSequence              no
33009  0070,0010  BoundingBoxTopLeftHandCorner       no
33010  0070,0011  BoundingBoxBottomRightHandCorner   no
33011  0070,0012  BoundingBoxTextHorizJustification  no
33012  0070,0014  AnchorPoint                        no
33013  0070,0015  AnchorPointVisibility              no
33014  0070,0020  GraphicDimensions                  no
33015  0070,0021  NumberOfGraphicPoints              no
33016  0070,0022  GraphicData                        no
33017  0070,0023  GraphicType                        no
33018  0070,0024  GraphicFilled                      no
33019  0070,0040  ImageRotationRetired               no
33020  0070,0041  ImageHorizontalFlip                no
33021  0070,0042  ImageRotation                      no
33022  0070,0050  DisplayedAreaTopLeftTrial          no
33023  0070,0051  DisplayedAreaBottomRightTrial      no
33024  0070,0052  DisplayedAreaTopLeft               no
33025  0070,0053  DisplayedAreaBottomRight           no
33026  0070,005A  DisplayedAreaSelectionSequence     no
33027  0070,0060  GraphicLayerSequence               no
33028  0070,0062  GraphicLayerOrder                  no
33029  0070,0066  GraphicLayerRecDisplayGraysclValue no
33030  0070,0067  GraphicLayerRecDisplayRGBValue     no
33031  0070,0068  GraphicLayerDescription            no
33032  0070,0080  ContentLabel                       no
33033  0070,0081  ContentDescription                 no
33034  0070,0082  PresentationCreationDate           no
33035  0070,0083  PresentationCreationTime           no
33036  0070,0084  ContentCreatorName                 no
33037  0070,0086  ContentCreatorIDCodeSequence       no
33038  0070,0100  PresentationSizeMode               no
33039  0070,0101  PresentationPixelSpacing           no
33040  0070,0102  PresentationPixelAspectRatio       no
33041  0070,0103  PresentationPixelMagRatio          no
33042  0070,0306  ShapeType                          no
33043  0070,0308  RegistrationSequence               no
33044  0070,0309  MatrixRegistrationSequence         no
33045  0070,030A  MatrixSequence                     no
33046  0070,030C  FrameOfRefTransformationMatrixType no
33047  0070,030D  RegistrationTypeCodeSequence       no
33048  0070,030F  FiducialDescription                no
33049  0070,0310  FiducialIdentifier                 no
33050  0070,0311  FiducialIdentifierCodeSequence     no
33051  0070,0312  ContourUncertaintyRadius           no
33052  0070,0314  UsedFiducialsSequence              no
33053  0070,0318  GraphicCoordinatesDataSequence     no
33054  0070,031A  FiducialUID                        no
33055  0070,031C  FiducialSetSequence                no
33056  0070,031E  FiducialSequence                   no
33057  0070,0401  GraphicLayerRecomDisplayCIELabVal  no
33058  0070,0402  BlendingSequence                   no
33059  0070,0403  RelativeOpacity                    no
33060  0070,0404  ReferencedSpatialRegistrationSeq   no
33061  0070,0405  BlendingPosition                   no
33062  0072,0002  HangingProtocolName                no
33063  0072,0004  HangingProtocolDescription         no
33064  0072,0006  HangingProtocolLevel               no
33065  0072,0008  HangingProtocolCreator             no
33066  0072,000A  HangingProtocolCreationDateTime    no
33067  0072,000C  HangingProtocolDefinitionSequence  no
33068  0072,000E  HangingProtocolUserIDCodeSequence  no
33069  0072,0010  HangingProtocolUserGroupName       no
33070  0072,0012  SourceHangingProtocolSequence      no
33071  0072,0014  NumberOfPriorsReferenced           no
33072  0072,0020  ImageSetsSequence                  no
33073  0072,0022  ImageSetSelectorSequence           no
33074  0072,0024  ImageSetSelectorUsageFlag          no
33075  0072,0026  SelectorAttribute                  no
33076  0072,0028  SelectorValueNumber                no
33077  0072,0030  TimeBasedImageSetsSequence         no
33078  0072,0032  ImageSetNumber                     no
33079  0072,0034  ImageSetSelectorCategory           no
33080  0072,0038  RelativeTime                       no
33081  0072,003A  RelativeTimeUnits                  no
33082  0072,003C  AbstractPriorValue                 no
33083  0072,003E  AbstractPriorCodeSequence          no
33084  0072,0040  ImageSetLabel                      no
33085  0072,0050  SelectorAttributeVR                no
33086  0072,0052  SelectorSequencePointer            no
33087  0072,0054  SelectorSeqPointerPrivateCreator   no
33088  0072,0056  SelectorAttributePrivateCreator    no
33089  0072,0060  SelectorATValue                    no
33090  0072,0062  SelectorCSValue                    no
33091  0072,0064  SelectorISValue                    no
33092  0072,0066  SelectorLOValue                    no
33093  0072,0068  SelectorLTValue                    no
33094  0072,006A  SelectorPNValue                    no
33095  0072,006C  SelectorSHValue                    no
33096  0072,006E  SelectorSTValue                    no
33097  0072,0070  SelectorUTValue                    no
33098  0072,0072  SelectorDSValue                    no
33099  0072,0074  SelectorFDValue                    no
33100  0072,0076  SelectorFLValue                    no
33101  0072,0078  SelectorULValue                    no
33102  0072,007A  SelectorUSValue                    no
33103  0072,007C  SelectorSLValue                    no
33104  0072,007E  SelectorSSValue                    no
33105  0072,0080  SelectorCodeSequenceValue          no
33106  0072,0100  NumberOfScreens                    no
33107  0072,0102  NominalScreenDefinitionSequence    no
33108  0072,0104  NumberOfVerticalPixels             no
33109  0072,0106  NumberOfHorizontalPixels           no
33110  0072,0108  DisplayEnvironmentSpatialPosition  no
33111  0072,010A  ScreenMinimumGrayscaleBitDepth     no
33112  0072,010C  ScreenMinimumColorBitDepth         no
33113  0072,010E  ApplicationMaximumRepaintTime      no
33114  0072,0200  DisplaySetsSequence                no
33115  0072,0202  DisplaySetNumber                   no
33116  0072,0203  DisplaySetLabel                    no
33117  0072,0204  DisplaySetPresentationGroup        no
33118  0072,0206  DisplaySetPresentationGroupDescr   no
33119  0072,0208  PartialDataDisplayHandling         no
33120  0072,0210  SynchronizedScrollingSequence      no
33121  0072,0212  DisplaySetScrollingGroup           no
33122  0072,0214  NavigationIndicatorSequence        no
33123  0072,0216  NavigationDisplaySet               no
33124  0072,0218  ReferenceDisplaySets               no
33125  0072,0300  ImageBoxesSequence                 no
33126  0072,0302  ImageBoxNumber                     no
33127  0072,0304  ImageBoxLayoutType                 no
33128  0072,0306  ImageBoxTileHorizontalDimension    no
33129  0072,0308  ImageBoxTileVerticalDimension      no
33130  0072,0310  ImageBoxScrollDirection            no
33131  0072,0312  ImageBoxSmallScrollType            no
33132  0072,0314  ImageBoxSmallScrollAmount          no
33133  0072,0316  ImageBoxLargeScrollType            no
33134  0072,0318  ImageBoxLargeScrollAmount          no
33135  0072,0320  ImageBoxOverlapPriority            no
33136  0072,0330  CineRelativeToRealTime             no
33137  0072,0400  FilterOperationsSequence           no
33138  0072,0402  FilterByCategory                   no
33139  0072,0404  FilterByAttributePresence          no
33140  0072,0406  FilterByOperator                   no
33141  0072,0432  SynchronizedImageBoxList           no
33142  0072,0434  TypeOfSynchronization              no
33143  0072,0500  BlendingOperationType              no
33144  0072,0510  ReformattingOperationType          no
33145  0072,0512  ReformattingThickness              no
33146  0072,0514  ReformattingInterval               no
33147  0072,0516  ReformattingOpInitialViewDir       no
33148  0072,0520  RenderingType3D                    no
33149  0072,0600  SortingOperationsSequence          no
33150  0072,0602  SortByCategory                     no
33151  0072,0604  SortingDirection                   no
33152  0072,0700  DisplaySetPatientOrientation       no
33153  0072,0702  VOIType                            no
33154  0072,0704  PseudoColorType                    no
33155  0072,0706  ShowGrayscaleInverted              no
33156  0072,0710  ShowImageTrueSizeFlag              no
33157  0072,0712  ShowGraphicAnnotationFlag          no
33158  0072,0714  ShowPatientDemographicsFlag        no
33159  0072,0716  ShowAcquisitionTechniquesFlag      no
33160  0072,0717  DisplaySetHorizontalJustification  no
33161  0072,0718  DisplaySetVerticalJustification    no
33162  0074,1000  UnifiedProcedureStepState          no
33163  0074,1002  UPSProgressInformationSequence     no
33164  0074,1004  UnifiedProcedureStepProgress       no
33165  0074,1006  UnifiedProcedureStepProgressDescr  no
33166  0074,1008  UnifiedProcedureStepComURISeq      no
33167  0074,100a  ContactURI                         no
33168  0074,100c  ContactDisplayName                 no
33169  0074,1020  BeamTaskSequence                   no
33170  0074,1022  BeamTaskType                       no
33171  0074,1024  BeamOrderIndex                     no
33172  0074,1030  DeliveryVerificationImageSequence  no
33173  0074,1032  VerificationImageTiming            no
33174  0074,1034  DoubleExposureFlag                 no
33175  0074,1036  DoubleExposureOrdering             no
33176  0074,1038  DoubleExposureMeterset             no
33177  0074,103A  DoubleExposureFieldDelta           no
33178  0074,1040  RelatedReferenceRTImageSequence    no
33179  0074,1042  GeneralMachineVerificationSequence no
33180  0074,1044  ConventionalMachineVerificationSeq no
33181  0074,1046  IonMachineVerificationSequence     no
33182  0074,1048  FailedAttributesSequence           no
33183  0074,104A  OverriddenAttributesSequence       no
33184  0074,104C  ConventionalControlPointVerifySeq  no
33185  0074,104E  IonControlPointVerificationSeq     no
33186  0074,1050  AttributeOccurrenceSequence        no
33187  0074,1052  AttributeOccurrencePointer         no
33188  0074,1054  AttributeItemSelector              no
33189  0074,1056  AttributeOccurrencePrivateCreator  no
33190  0074,1200  ScheduledProcedureStepPriority     no
33191  0074,1202  WorklistLabel                      no
33192  0074,1204  ProcedureStepLabel                 no
33193  0074,1210  ScheduledProcessingParametersSeq   no
33194  0074,1212  PerformedProcessingParametersSeq   no
33195  0074,1216  UPSPerformedProcedureSequence      no
33196  0074,1220  RelatedProcedureStepSequence       no
33197  0074,1222  ProcedureStepRelationshipType      no
33198  0074,1230  DeletionLock                       no
33199  0074,1234  ReceivingAE                        no
33200  0074,1236  RequestingAE                       no
33201  0074,1238  ReasonForCancellation              no
33202  0074,1242  SCPStatus                          no
33203  0074,1244  SubscriptionListStatus             no
33204  0074,1246  UPSListStatus                      no
33205  0088,0130  StorageMediaFileSetID              no
33206  0088,0140  StorageMediaFileSetUID             no
33207  0088,0200  IconImageSequence                  no
33208  0088,0904  TopicTitle                         no
33209  0088,0906  TopicSubject                       no
33210  0088,0910  TopicAuthor                        no
33211  0088,0912  TopicKeywords                      no
33212  0100,0410  SOPInstanceStatus                  no
33213  0100,0420  SOPAuthorizationDateAndTime        no
33214  0100,0424  SOPAuthorizationComment            no
33215  0100,0426  AuthorizationEquipmentCertNumber   no
33216  0400,0005  MACIDNumber                        no
33217  0400,0010  MACCalculationTransferSyntaxUID    no
33218  0400,0015  MACAlgorithm                       no
33219  0400,0020  DataElementsSigned                 no
33220  0400,0100  DigitalSignatureUID                no
33221  0400,0105  DigitalSignatureDateTime           no
33222  0400,0110  CertificateType                    no
33223  0400,0115  CertificateOfSigner                no
33224  0400,0120  Signature                          no
33225  0400,0305  CertifiedTimestampType             no
33226  0400,0310  CertifiedTimestamp                 no
33227  0400,0401  DigitalSignaturePurposeCodeSeq     no
33228  0400,0402  ReferencedDigitalSignatureSeq      no
33229  0400,0403  ReferencedSOPInstanceMACSeq        no
33230  0400,0404  MAC                                no
33231  0400,0500  EncryptedAttributesSequence        no
33232  0400,0510  EncryptedContentTransferSyntaxUID  no
33233  0400,0520  EncryptedContent                   no
33234  0400,0550  ModifiedAttributesSequence         no
33235  0400,0561  OriginalAttributesSequence         no
33236  0400,0562  AttributeModificationDateTime      no
33237  0400,0563  ModifyingSystem                    no
33238  0400,0564  SourceOfPreviousValues             no
33239  0400,0565  ReasonForTheAttributeModification  no
33240  1000,xxx0  EscapeTriplet                      no
33241  1000,xxx1  RunLengthTriplet                   no
33242  1000,xxx2  HuffmanTableSize                   no
33243  1000,xxx3  HuffmanTableTriplet                no
33244  1000,xxx4  ShiftTableSize                     no
33245  1000,xxx5  ShiftTableTriplet                  no
33246  1010,xxxx  ZonalMap                           no
33247  2000,0010  NumberOfCopies                     no
33248  2000,001E  PrinterConfigurationSequence       no
33249  2000,0020  PrintPriority                      no
33250  2000,0030  MediumType                         no
33251  2000,0040  FilmDestination                    no
33252  2000,0050  FilmSessionLabel                   no
33253  2000,0060  MemoryAllocation                   no
33254  2000,0061  MaximumMemoryAllocation            no
33255  2000,0062  ColorImagePrintingFlag             no
33256  2000,0063  CollationFlag                      no
33257  2000,0065  AnnotationFlag                     no
33258  2000,0067  ImageOverlayFlag                   no
33259  2000,0069  PresentationLUTFlag                no
33260  2000,006A  ImageBoxPresentationLUTFlag        no
33261  2000,00A0  MemoryBitDepth                     no
33262  2000,00A1  PrintingBitDepth                   no
33263  2000,00A2  MediaInstalledSequence             no
33264  2000,00A4  OtherMediaAvailableSequence        no
33265  2000,00A8  SupportedImageDisplayFormatSeq     no
33266  2000,0500  ReferencedFilmBoxSequence          no
33267  2000,0510  ReferencedStoredPrintSequence      no
33268  2010,0010  ImageDisplayFormat                 no
33269  2010,0030  AnnotationDisplayFormatID          no
33270  2010,0040  FilmOrientation                    no
33271  2010,0050  FilmSizeID                         no
33272  2010,0052  PrinterResolutionID                no
33273  2010,0054  DefaultPrinterResolutionID         no
33274  2010,0060  MagnificationType                  no
33275  2010,0080  SmoothingType                      no
33276  2010,00A6  DefaultMagnificationType           no
33277  2010,00A7  OtherMagnificationTypesAvailable   no
33278  2010,00A8  DefaultSmoothingType               no
33279  2010,00A9  OtherSmoothingTypesAvailable       no
33280  2010,0100  BorderDensity                      no
33281  2010,0110  EmptyImageDensity                  no
33282  2010,0120  MinDensity                         no
33283  2010,0130  MaxDensity                         no
33284  2010,0140  Trim                               no
33285  2010,0150  ConfigurationInformation           no
33286  2010,0152  ConfigurationInformationDescr      no
33287  2010,0154  MaximumCollatedFilms               no
33288  2010,015E  Illumination                       no
33289  2010,0160  ReflectedAmbientLight              no
33290  2010,0376  PrinterPixelSpacing                no
33291  2010,0500  ReferencedFilmSessionSequence      no
33292  2010,0510  ReferencedImageBoxSequence         no
33293  2010,0520  ReferencedBasicAnnotationBoxSeq    no
33294  2020,0010  ImageBoxPosition                   no
33295  2020,0020  Polarity                           no
33296  2020,0030  RequestedImageSize                 no
33297  2020,0040  RequestedDecimate-CropBehavior     no
33298  2020,0050  RequestedResolutionID              no
33299  2020,00A0  RequestedImageSizeFlag             no
33300  2020,00A2  DecimateCropResult                 no
33301  2020,0110  BasicGrayscaleImageSequence        no
33302  2020,0111  BasicColorImageSequence            no
33303  2020,0130  ReferencedImageOverlayBoxSequence  no
33304  2020,0140  ReferencedVOILUTBoxSequence        no
33305  2030,0010  AnnotationPosition                 no
33306  2030,0020  TextString                         no
33307  2040,0010  ReferencedOverlayPlaneSequence     no
33308  2040,0011  ReferencedOverlayPlaneGroups       no
33309  2040,0020  OverlayPixelDataSequence           no
33310  2040,0060  OverlayMagnificationType           no
33311  2040,0070  OverlaySmoothingType               no
33312  2040,0072  OverlayOrImageMagnification        no
33313  2040,0074  MagnifyToNumberOfColumns           no
33314  2040,0080  OverlayForegroundDensity           no
33315  2040,0082  OverlayBackgroundDensity           no
33316  2040,0090  OverlayMode                        no
33317  2040,0100  ThresholdDensity                   no
33318  2040,0500  ReferencedImageBoxSequence         no
33319  2050,0010  PresentationLUTSequence            no
33320  2050,0020  PresentationLUTShape               no
33321  2050,0500  ReferencedPresentationLUTSequence  no
33322  2100,0010  PrintJobID                         no
33323  2100,0020  ExecutionStatus                    no
33324  2100,0030  ExecutionStatusInfo                no
33325  2100,0040  CreationDate                       no
33326  2100,0050  CreationTime                       no
33327  2100,0070  Originator                         no
33328  2100,0140  DestinationAE                      no
33329  2100,0160  OwnerID                            no
33330  2100,0170  NumberOfFilms                      no
33331  2100,0500  ReferencedPrintJobSequence         no
33332  2110,0010  PrinterStatus                      no
33333  2110,0020  PrinterStatusInfo                  no
33334  2110,0030  PrinterName                        no
33335  2110,0099  PrintQueueID                       no
33336  2120,0010  QueueStatus                        no
33337  2120,0050  PrintJobDescriptionSequence        no
33338  2120,0070  ReferencedPrintJobSequence         no
33339  2130,0010  PrintManagementCapabilitiesSeq     no
33340  2130,0015  PrinterCharacteristicsSequence     no
33341  2130,0030  FilmBoxContentSequence             no
33342  2130,0040  ImageBoxContentSequence            no
33343  2130,0050  AnnotationContentSequence          no
33344  2130,0060  ImageOverlayBoxContentSequence     no
33345  2130,0080  PresentationLUTContentSequence     no
33346  2130,00A0  ProposedStudySequence              no
33347  2130,00C0  OriginalImageSequence              no
33348  2200,0001  LabelFromInfoExtractedFromInstance no
33349  2200,0002  LabelText                          no
33350  2200,0003  LabelStyleSelection                no
33351  2200,0004  MediaDisposition                   no
33352  2200,0005  BarcodeValue                       no
33353  2200,0006  BarcodeSymbology                   no
33354  2200,0007  AllowMediaSplitting                no
33355  2200,0008  IncludeNonDICOMObjects             no
33356  2200,0009  IncludeDisplayApplication          no
33357  2200,000A  SaveCompInstancesAfterMediaCreate  no
33358  2200,000B  TotalNumberMediaPiecesCreated      no
33359  2200,000C  RequestedMediaApplicationProfile   no
33360  2200,000D  ReferencedStorageMediaSequence     no
33361  2200,000E  FailureAttributes                  no
33362  2200,000F  AllowLossyCompression              no
33363  2200,0020  RequestPriority                    no
33364  3002,0002  RTImageLabel                       no
33365  3002,0003  RTImageName                        no
33366  3002,0004  RTImageDescription                 no
33367  3002,000A  ReportedValuesOrigin               no
33368  3002,000C  RTImagePlane                       no
33369  3002,000D  XRayImageReceptorTranslation       no
33370  3002,000E  XRayImageReceptorAngle             no
33371  3002,0010  RTImageOrientation                 no
33372  3002,0011  ImagePlanePixelSpacing             no
33373  3002,0012  RTImagePosition                    no
33374  3002,0020  RadiationMachineName               no
33375  3002,0022  RadiationMachineSAD                no
33376  3002,0024  RadiationMachineSSD                no
33377  3002,0026  RTImageSID                         no
33378  3002,0028  SourceToReferenceObjectDistance    no
33379  3002,0029  FractionNumber                     no
33380  3002,0030  ExposureSequence                   no
33381  3002,0032  MetersetExposure                   no
33382  3002,0034  DiaphragmPosition                  no
33383  3002,0040  FluenceMapSequence                 no
33384  3002,0041  FluenceDataSource                  no
33385  3002,0042  FluenceDataScale                   no
33386  3002,0051  FluenceMode                        no
33387  3002,0052  FluenceModeID                      no
33388  3004,0001  DVHType                            no
33389  3004,0002  DoseUnits                          no
33390  3004,0004  DoseType                           no
33391  3004,0006  DoseComment                        no
33392  3004,0008  NormalizationPoint                 no
33393  3004,000A  DoseSummationType                  no
33394  3004,000C  GridFrameOffsetVector              no
33395  3004,000E  DoseGridScaling                    no
33396  3004,0010  RTDoseROISequence                  no
33397  3004,0012  DoseValue                          no
33398  3004,0014  TissueHeterogeneityCorrection      no
33399  3004,0040  DVHNormalizationPoint              no
33400  3004,0042  DVHNormalizationDoseValue          no
33401  3004,0050  DVHSequence                        no
33402  3004,0052  DVHDoseScaling                     no
33403  3004,0054  DVHVolumeUnits                     no
33404  3004,0056  DVHNumberOfBins                    no
33405  3004,0058  DVHData                            no
33406  3004,0060  DVHReferencedROISequence           no
33407  3004,0062  DVHROIContributionType             no
33408  3004,0070  DVHMinimumDose                     no
33409  3004,0072  DVHMaximumDose                     no
33410  3004,0074  DVHMeanDose                        no
33411  3006,0002  StructureSetLabel                  no
33412  3006,0004  StructureSetName                   no
33413  3006,0006  StructureSetDescription            no
33414  3006,0008  StructureSetDate                   no
33415  3006,0009  StructureSetTime                   no
33416  3006,0010  ReferencedFrameOfReferenceSequence no
33417  3006,0012  RTReferencedStudySequence          no
33418  3006,0014  RTReferencedSeriesSequence         no
33419  3006,0016  ContourImageSequence               no
33420  3006,0020  StructureSetROISequence            no
33421  3006,0022  ROINumber                          no
33422  3006,0024  ReferencedFrameOfReferenceUID      no
33423  3006,0026  ROIName                            no
33424  3006,0028  ROIDescription                     no
33425  3006,002A  ROIDisplayColor                    no
33426  3006,002C  ROIVolume                          no
33427  3006,0030  RTRelatedROISequence               no
33428  3006,0033  RTROIRelationship                  no
33429  3006,0036  ROIGenerationAlgorithm             no
33430  3006,0038  ROIGenerationDescription           no
33431  3006,0039  ROIContourSequence                 no
33432  3006,0040  ContourSequence                    no
33433  3006,0042  ContourGeometricType               no
33434  3006,0044  ContourSlabThickness               no
33435  3006,0045  ContourOffsetVector                no
33436  3006,0046  NumberOfContourPoints              no
33437  3006,0048  ContourNumber                      no
33438  3006,0049  AttachedContours                   no
33439  3006,0050  ContourData                        no
33440  3006,0080  RTROIObservationsSequence          no
33441  3006,0082  ObservationNumber                  no
33442  3006,0084  ReferencedROINumber                no
33443  3006,0085  ROIObservationLabel                no
33444  3006,0086  RTROIIdentificationCodeSequence    no
33445  3006,0088  ROIObservationDescription          no
33446  3006,00A0  RelatedRTROIObservationsSequence   no
33447  3006,00A4  RTROIInterpretedType               no
33448  3006,00A6  ROIInterpreter                     no
33449  3006,00B0  ROIPhysicalPropertiesSequence      no
33450  3006,00B2  ROIPhysicalProperty                no
33451  3006,00B4  ROIPhysicalPropertyValue           no
33452  3006,00B6  ROIElementalCompositionSequence    no
33453  3006,00B7  ROIElementalCompAtomicNumber       no
33454  3006,00B8  ROIElementalCompAtomicMassFraction no
33455  3006,00C0  FrameOfReferenceRelationshipSeq    no
33456  3006,00C2  RelatedFrameOfReferenceUID         no
33457  3006,00C4  FrameOfReferenceTransformType      no
33458  3006,00C6  FrameOfReferenceTransformMatrix    no
33459  3006,00C8  FrameOfReferenceTransformComment   no
33460  3008,0010  MeasuredDoseReferenceSequence      no
33461  3008,0012  MeasuredDoseDescription            no
33462  3008,0014  MeasuredDoseType                   no
33463  3008,0016  MeasuredDoseValue                  no
33464  3008,0020  TreatmentSessionBeamSequence       no
33465  3008,0021  TreatmentSessionIonBeamSequence    no
33466  3008,0022  CurrentFractionNumber              no
33467  3008,0024  TreatmentControlPointDate          no
33468  3008,0025  TreatmentControlPointTime          no
33469  3008,002A  TreatmentTerminationStatus         no
33470  3008,002B  TreatmentTerminationCode           no
33471  3008,002C  TreatmentVerificationStatus        no
33472  3008,0030  ReferencedTreatmentRecordSequence  no
33473  3008,0032  SpecifiedPrimaryMeterset           no
33474  3008,0033  SpecifiedSecondaryMeterset         no
33475  3008,0036  DeliveredPrimaryMeterset           no
33476  3008,0037  DeliveredSecondaryMeterset         no
33477  3008,003A  SpecifiedTreatmentTime             no
33478  3008,003B  DeliveredTreatmentTime             no
33479  3008,0040  ControlPointDeliverySequence       no
33480  3008,0041  IonControlPointDeliverySequence    no
33481  3008,0042  SpecifiedMeterset                  no
33482  3008,0044  DeliveredMeterset                  no
33483  3008,0045  MetersetRateSet                    no
33484  3008,0046  MetersetRateDelivered              no
33485  3008,0047  ScanSpotMetersetsDelivered         no
33486  3008,0048  DoseRateDelivered                  no
33487  3008,0050  TreatmentSummaryCalcDoseRefSeq     no
33488  3008,0052  CumulativeDoseToDoseReference      no
33489  3008,0054  FirstTreatmentDate                 no
33490  3008,0056  MostRecentTreatmentDate            no
33491  3008,005A  NumberOfFractionsDelivered         no
33492  3008,0060  OverrideSequence                   no
33493  3008,0061  ParameterSequencePointer           no
33494  3008,0062  OverrideParameterPointer           no
33495  3008,0063  ParameterItemIndex                 no
33496  3008,0064  MeasuredDoseReferenceNumber        no
33497  3008,0065  ParameterPointer                   no
33498  3008,0066  OverrideReason                     no
33499  3008,0068  CorrectedParameterSequence         no
33500  3008,006A  CorrectionValue                    no
33501  3008,0070  CalculatedDoseReferenceSequence    no
33502  3008,0072  CalculatedDoseReferenceNumber      no
33503  3008,0074  CalculatedDoseReferenceDescription no
33504  3008,0076  CalculatedDoseReferenceDoseValue   no
33505  3008,0078  StartMeterset                      no
33506  3008,007A  EndMeterset                        no
33507  3008,0080  ReferencedMeasuredDoseReferenceSeq no
33508  3008,0082  ReferencedMeasuredDoseReferenceNum no
33509  3008,0090  ReferencedCalculatedDoseRefSeq     no
33510  3008,0092  ReferencedCalculatedDoseRefNumber  no
33511  3008,00A0  BeamLimitingDeviceLeafPairsSeq     no
33512  3008,00B0  RecordedWedgeSequence              no
33513  3008,00C0  RecordedCompensatorSequence        no
33514  3008,00D0  RecordedBlockSequence              no
33515  3008,00E0  TreatmentSummaryMeasuredDoseRefSeq no
33516  3008,00F0  RecordedSnoutSequence              no
33517  3008,00F2  RecordedRangeShifterSequence       no
33518  3008,00F4  RecordedLateralSpreadingDeviceSeq  no
33519  3008,00F6  RecordedRangeModulatorSequence     no
33520  3008,0100  RecordedSourceSequence             no
33521  3008,0105  SourceSerialNumber                 no
33522  3008,0110  TreatmentSessionAppSetupSeq        no
33523  3008,0116  ApplicationSetupCheck              no
33524  3008,0120  RecordedBrachyAccessoryDeviceSeq   no
33525  3008,0122  ReferencedBrachyAccessoryDeviceNum no
33526  3008,0130  RecordedChannelSequence            no
33527  3008,0132  SpecifiedChannelTotalTime          no
33528  3008,0134  DeliveredChannelTotalTime          no
33529  3008,0136  SpecifiedNumberOfPulses            no
33530  3008,0138  DeliveredNumberOfPulses            no
33531  3008,013A  SpecifiedPulseRepetitionInterval   no
33532  3008,013C  DeliveredPulseRepetitionInterval   no
33533  3008,0140  RecordedSourceApplicatorSequence   no
33534  3008,0142  ReferencedSourceApplicatorNumber   no
33535  3008,0150  RecordedChannelShieldSequence      no
33536  3008,0152  ReferencedChannelShieldNumber      no
33537  3008,0160  BrachyControlPointDeliveredSeq     no
33538  3008,0162  SafePositionExitDate               no
33539  3008,0164  SafePositionExitTime               no
33540  3008,0166  SafePositionReturnDate             no
33541  3008,0168  SafePositionReturnTime             no
33542  3008,0200  CurrentTreatmentStatus             no
33543  3008,0202  TreatmentStatusComment             no
33544  3008,0220  FractionGroupSummarySequence       no
33545  3008,0223  ReferencedFractionNumber           no
33546  3008,0224  FractionGroupType                  no
33547  3008,0230  BeamStopperPosition                no
33548  3008,0240  FractionStatusSummarySequence      no
33549  3008,0250  TreatmentDate                      no
33550  3008,0251  TreatmentTime                      no
33551  300A,0002  RTPlanLabel                        no
33552  300A,0003  RTPlanName                         no
33553  300A,0004  RTPlanDescription                  no
33554  300A,0006  RTPlanDate                         no
33555  300A,0007  RTPlanTime                         no
33556  300A,0009  TreatmentProtocols                 no
33557  300A,000A  PlanIntent                         no
33558  300A,000B  TreatmentSites                     no
33559  300A,000C  RTPlanGeometry                     no
33560  300A,000E  PrescriptionDescription            no
33561  300A,0010  DoseReferenceSequence              no
33562  300A,0012  DoseReferenceNumber                no
33563  300A,0013  DoseReferenceUID                   no
33564  300A,0014  DoseReferenceStructureType         no
33565  300A,0015  NominalBeamEnergyUnit              no
33566  300A,0016  DoseReferenceDescription           no
33567  300A,0018  DoseReferencePointCoordinates      no
33568  300A,001A  NominalPriorDose                   no
33569  300A,0020  DoseReferenceType                  no
33570  300A,0021  ConstraintWeight                   no
33571  300A,0022  DeliveryWarningDose                no
33572  300A,0023  DeliveryMaximumDose                no
33573  300A,0025  TargetMinimumDose                  no
33574  300A,0026  TargetPrescriptionDose             no
33575  300A,0027  TargetMaximumDose                  no
33576  300A,0028  TargetUnderdoseVolumeFraction      no
33577  300A,002A  OrganAtRiskFullVolumeDose          no
33578  300A,002B  OrganAtRiskLimitDose               no
33579  300A,002C  OrganAtRiskMaximumDose             no
33580  300A,002D  OrganAtRiskOverdoseVolumeFraction  no
33581  300A,0040  ToleranceTableSequence             no
33582  300A,0042  ToleranceTableNumber               no
33583  300A,0043  ToleranceTableLabel                no
33584  300A,0044  GantryAngleTolerance               no
33585  300A,0046  BeamLimitingDeviceAngleTolerance   no
33586  300A,0048  BeamLimitingDeviceToleranceSeq     no
33587  300A,004A  BeamLimitingDevicePositionTol      no
33588  300A,004B  SnoutPositionTolerance             no
33589  300A,004C  PatientSupportAngleTolerance       no
33590  300A,004E  TableTopEccentricAngleTolerance    no
33591  300A,004F  TableTopPitchAngleTolerance        no
33592  300A,0050  TableTopRollAngleTolerance         no
33593  300A,0051  TableTopVerticalPositionTolerance  no
33594  300A,0052  TableTopLongitudinalPositionTol    no
33595  300A,0053  TableTopLateralPositionTolerance   no
33596  300A,0055  RTPlanRelationship                 no
33597  300A,0070  FractionGroupSequence              no
33598  300A,0071  FractionGroupNumber                no
33599  300A,0072  FractionGroupDescription           no
33600  300A,0078  NumberOfFractionsPlanned           no
33601  300A,0079  NumberFractionPatternDigitsPerDay  no
33602  300A,007A  RepeatFractionCycleLength          no
33603  300A,007B  FractionPattern                    no
33604  300A,0080  NumberOfBeams                      no
33605  300A,0082  BeamDoseSpecificationPoint         no
33606  300A,0084  BeamDose                           no
33607  300A,0086  BeamMeterset                       no
33608  300A,0088  BeamDosePointDepth                 no
33609  300A,0089  BeamDosePointEquivalentDepth       no
33610  300A,008A  BeamDosePointSSD                   no
33611  300A,00A0  NumberOfBrachyApplicationSetups    no
33612  300A,00A2  BrachyAppSetupDoseSpecPoint        no
33613  300A,00A4  BrachyApplicationSetupDose         no
33614  300A,00B0  BeamSequence                       no
33615  300A,00B2  TreatmentMachineName               no
33616  300A,00B3  PrimaryDosimeterUnit               no
33617  300A,00B4  SourceAxisDistance                 no
33618  300A,00B6  BeamLimitingDeviceSequence         no
33619  300A,00B8  RTBeamLimitingDeviceType           no
33620  300A,00BA  SourceToBeamLimitingDeviceDistance no
33621  300A,00BB  IsocenterToBeamLimitingDeviceDist  no
33622  300A,00BC  NumberOfLeafJawPairs               no
33623  300A,00BE  LeafPositionBoundaries             no
33624  300A,00C0  BeamNumber                         no
33625  300A,00C2  BeamName                           no
33626  300A,00C3  BeamDescription                    no
33627  300A,00C4  BeamType                           no
33628  300A,00C6  RadiationType                      no
33629  300A,00C7  HighDoseTechniqueType              no
33630  300A,00C8  ReferenceImageNumber               no
33631  300A,00CA  PlannedVerificationImageSequence   no
33632  300A,00CC  ImagingDeviceSpecificAcqParams     no
33633  300A,00CE  TreatmentDeliveryType              no
33634  300A,00D0  NumberOfWedges                     no
33635  300A,00D1  WedgeSequence                      no
33636  300A,00D2  WedgeNumber                        no
33637  300A,00D3  WedgeType                          no
33638  300A,00D4  WedgeID                            no
33639  300A,00D5  WedgeAngle                         no
33640  300A,00D6  WedgeFactor                        no
33641  300A,00D7  TotalWedgeTrayWaterEquivThickness  no
33642  300A,00D8  WedgeOrientation                   no
33643  300A,00D9  IsocenterToWedgeTrayDistance       no
33644  300A,00DA  SourceToWedgeTrayDistance          no
33645  300A,00DB  WedgeThinEdgePosition              no
33646  300A,00DC  BolusID                            no
33647  300A,00DD  BolusDescription                   no
33648  300A,00E0  NumberOfCompensators               no
33649  300A,00E1  MaterialID                         no
33650  300A,00E2  TotalCompensatorTrayFactor         no
33651  300A,00E3  CompensatorSequence                no
33652  300A,00E4  CompensatorNumber                  no
33653  300A,00E5  CompensatorID                      no
33654  300A,00E6  SourceToCompensatorTrayDistance    no
33655  300A,00E7  CompensatorRows                    no
33656  300A,00E8  CompensatorColumns                 no
33657  300A,00E9  CompensatorPixelSpacing            no
33658  300A,00EA  CompensatorPosition                no
33659  300A,00EB  CompensatorTransmissionData        no
33660  300A,00EC  CompensatorThicknessData           no
33661  300A,00ED  NumberOfBoli                       no
33662  300A,00EE  CompensatorType                    no
33663  300A,00F0  NumberOfBlocks                     no
33664  300A,00F2  TotalBlockTrayFactor               no
33665  300A,00F3  TotalBlockTrayWaterEquivThickness  no
33666  300A,00F4  BlockSequence                      no
33667  300A,00F5  BlockTrayID                        no
33668  300A,00F6  SourceToBlockTrayDistance          no
33669  300A,00F7  IsocenterToBlockTrayDistance       no
33670  300A,00F8  BlockType                          no
33671  300A,00F9  AccessoryCode                      no
33672  300A,00FA  BlockDivergence                    no
33673  300A,00FB  BlockMountingPosition              no
33674  300A,00FC  BlockNumber                        no
33675  300A,00FE  BlockName                          no
33676  300A,0100  BlockThickness                     no
33677  300A,0102  BlockTransmission                  no
33678  300A,0104  BlockNumberOfPoints                no
33679  300A,0106  BlockData                          no
33680  300A,0107  ApplicatorSequence                 no
33681  300A,0108  ApplicatorID                       no
33682  300A,0109  ApplicatorType                     no
33683  300A,010A  ApplicatorDescription              no
33684  300A,010C  CumulativeDoseReferenceCoefficient no
33685  300A,010E  FinalCumulativeMetersetWeight      no
33686  300A,0110  NumberOfControlPoints              no
33687  300A,0111  ControlPointSequence               no
33688  300A,0112  ControlPointIndex                  no
33689  300A,0114  NominalBeamEnergy                  no
33690  300A,0115  DoseRateSet                        no
33691  300A,0116  WedgePositionSequence              no
33692  300A,0118  WedgePosition                      no
33693  300A,011A  BeamLimitingDevicePositionSequence no
33694  300A,011C  LeafJawPositions                   no
33695  300A,011E  GantryAngle                        no
33696  300A,011F  GantryRotationDirection            no
33697  300A,0120  BeamLimitingDeviceAngle            no
33698  300A,0121  BeamLimitingDeviceRotateDirection  no
33699  300A,0122  PatientSupportAngle                no
33700  300A,0123  PatientSupportRotationDirection    no
33701  300A,0124  TableTopEccentricAxisDistance      no
33702  300A,0125  TableTopEccentricAngle             no
33703  300A,0126  TableTopEccentricRotateDirection   no
33704  300A,0128  TableTopVerticalPosition           no
33705  300A,0129  TableTopLongitudinalPosition       no
33706  300A,012A  TableTopLateralPosition            no
33707  300A,012C  IsocenterPosition                  no
33708  300A,012E  SurfaceEntryPoint                  no
33709  300A,0130  SourceToSurfaceDistance            no
33710  300A,0134  CumulativeMetersetWeight           no
33711  300A,0140  TableTopPitchAngle                 no
33712  300A,0142  TableTopPitchRotationDirection     no
33713  300A,0144  TableTopRollAngle                  no
33714  300A,0146  TableTopRollRotationDirection      no
33715  300A,0148  HeadFixationAngle                  no
33716  300A,014A  GantryPitchAngle                   no
33717  300A,014C  GantryPitchRotationDirection       no
33718  300A,014E  GantryPitchAngleTolerance          no
33719  300A,0180  PatientSetupSequence               no
33720  300A,0182  PatientSetupNumber                 no
33721  300A,0183  PatientSetupLabel                  no
33722  300A,0184  PatientAdditionalPosition          no
33723  300A,0190  FixationDeviceSequence             no
33724  300A,0192  FixationDeviceType                 no
33725  300A,0194  FixationDeviceLabel                no
33726  300A,0196  FixationDeviceDescription          no
33727  300A,0198  FixationDevicePosition             no
33728  300A,0199  FixationDevicePitchAngle           no
33729  300A,019A  FixationDeviceRollAngle            no
33730  300A,01A0  ShieldingDeviceSequence            no
33731  300A,01A2  ShieldingDeviceType                no
33732  300A,01A4  ShieldingDeviceLabel               no
33733  300A,01A6  ShieldingDeviceDescription         no
33734  300A,01A8  ShieldingDevicePosition            no
33735  300A,01B0  SetupTechnique                     no
33736  300A,01B2  SetupTechniqueDescription          no
33737  300A,01B4  SetupDeviceSequence                no
33738  300A,01B6  SetupDeviceType                    no
33739  300A,01B8  SetupDeviceLabel                   no
33740  300A,01BA  SetupDeviceDescription             no
33741  300A,01BC  SetupDeviceParameter               no
33742  300A,01D0  SetupReferenceDescription          no
33743  300A,01D2  TableTopVerticalSetupDisplacement  no
33744  300A,01D4  TableTopLongitudinalSetupDisplace  no
33745  300A,01D6  TableTopLateralSetupDisplacement   no
33746  300A,0200  BrachyTreatmentTechnique           no
33747  300A,0202  BrachyTreatmentType                no
33748  300A,0206  TreatmentMachineSequence           no
33749  300A,0210  SourceSequence                     no
33750  300A,0212  SourceNumber                       no
33751  300A,0214  SourceType                         no
33752  300A,0216  SourceManufacturer                 no
33753  300A,0218  ActiveSourceDiameter               no
33754  300A,021A  ActiveSourceLength                 no
33755  300A,0222  SourceEncapsulationNomThickness    no
33756  300A,0224  SourceEncapsulationNomTransmission no
33757  300A,0226  SourceIsotopeName                  no
33758  300A,0228  SourceIsotopeHalfLife              no
33759  300A,0229  SourceStrengthUnits                no
33760  300A,022A  ReferenceAirKermaRate              no
33761  300A,022B  SourceStrength                     no
33762  300A,022C  SourceStrengthReferenceDate        no
33763  300A,022E  SourceStrengthReferenceTime        no
33764  300A,0230  ApplicationSetupSequence           no
33765  300A,0232  ApplicationSetupType               no
33766  300A,0234  ApplicationSetupNumber             no
33767  300A,0236  ApplicationSetupName               no
33768  300A,0238  ApplicationSetupManufacturer       no
33769  300A,0240  TemplateNumber                     no
33770  300A,0242  TemplateType                       no
33771  300A,0244  TemplateName                       no
33772  300A,0250  TotalReferenceAirKerma             no
33773  300A,0260  BrachyAccessoryDeviceSequence      no
33774  300A,0262  BrachyAccessoryDeviceNumber        no
33775  300A,0263  BrachyAccessoryDeviceID            no
33776  300A,0264  BrachyAccessoryDeviceType          no
33777  300A,0266  BrachyAccessoryDeviceName          no
33778  300A,026A  BrachyAccessoryDeviceNomThickness  no
33779  300A,026C  BrachyAccessoryDevNomTransmission  no
33780  300A,0280  ChannelSequence                    no
33781  300A,0282  ChannelNumber                      no
33782  300A,0284  ChannelLength                      no
33783  300A,0286  ChannelTotalTime                   no
33784  300A,0288  SourceMovementType                 no
33785  300A,028A  NumberOfPulses                     no
33786  300A,028C  PulseRepetitionInterval            no
33787  300A,0290  SourceApplicatorNumber             no
33788  300A,0291  SourceApplicatorID                 no
33789  300A,0292  SourceApplicatorType               no
33790  300A,0294  SourceApplicatorName               no
33791  300A,0296  SourceApplicatorLength             no
33792  300A,0298  SourceApplicatorManufacturer       no
33793  300A,029C  SourceApplicatorWallNomThickness   no
33794  300A,029E  SourceApplicatorWallNomTrans       no
33795  300A,02A0  SourceApplicatorStepSize           no
33796  300A,02A2  TransferTubeNumber                 no
33797  300A,02A4  TransferTubeLength                 no
33798  300A,02B0  ChannelShieldSequence              no
33799  300A,02B2  ChannelShieldNumber                no
33800  300A,02B3  ChannelShieldID                    no
33801  300A,02B4  ChannelShieldName                  no
33802  300A,02B8  ChannelShieldNominalThickness      no
33803  300A,02BA  ChannelShieldNominalTransmission   no
33804  300A,02C8  FinalCumulativeTimeWeight          no
33805  300A,02D0  BrachyControlPointSequence         no
33806  300A,02D2  ControlPointRelativePosition       no
33807  300A,02D4  ControlPoint3DPosition             no
33808  300A,02D6  CumulativeTimeWeight               no
33809  300A,02E0  CompensatorDivergence              no
33810  300A,02E1  CompensatorMountingPosition        no
33811  300A,02E2  SourceToCompensatorDistance        no
33812  300A,02E3  TotalCompTrayWaterEquivThickness   no
33813  300A,02E4  IsocenterToCompensatorTrayDistance no
33814  300A,02E5  CompensatorColumnOffset            no
33815  300A,02E6  IsocenterToCompensatorDistances    no
33816  300A,02E7  CompensatorRelStoppingPowerRatio   no
33817  300A,02E8  CompensatorMillingToolDiameter     no
33818  300A,02EA  IonRangeCompensatorSequence        no
33819  300A,02EB  CompensatorDescription             no
33820  300A,0302  RadiationMassNumber                no
33821  300A,0304  RadiationAtomicNumber              no
33822  300A,0306  RadiationChargeState               no
33823  300A,0308  ScanMode                           no
33824  300A,030A  VirtualSourceAxisDistances         no
33825  300A,030C  SnoutSequence                      no
33826  300A,030D  SnoutPosition                      no
33827  300A,030F  SnoutID                            no
33828  300A,0312  NumberOfRangeShifters              no
33829  300A,0314  RangeShifterSequence               no
33830  300A,0316  RangeShifterNumber                 no
33831  300A,0318  RangeShifterID                     no
33832  300A,0320  RangeShifterType                   no
33833  300A,0322  RangeShifterDescription            no
33834  300A,0330  NumberOfLateralSpreadingDevices    no
33835  300A,0332  LateralSpreadingDeviceSequence     no
33836  300A,0334  LateralSpreadingDeviceNumber       no
33837  300A,0336  LateralSpreadingDeviceID           no
33838  300A,0338  LateralSpreadingDeviceType         no
33839  300A,033A  LateralSpreadingDeviceDescription  no
33840  300A,033C  LateralSpreadingDevWaterEquivThick no
33841  300A,0340  NumberOfRangeModulators            no
33842  300A,0342  RangeModulatorSequence             no
33843  300A,0344  RangeModulatorNumber               no
33844  300A,0346  RangeModulatorID                   no
33845  300A,0348  RangeModulatorType                 no
33846  300A,034A  RangeModulatorDescription          no
33847  300A,034C  BeamCurrentModulationID            no
33848  300A,0350  PatientSupportType                 no
33849  300A,0352  PatientSupportID                   no
33850  300A,0354  PatientSupportAccessoryCode        no
33851  300A,0356  FixationLightAzimuthalAngle        no
33852  300A,0358  FixationLightPolarAngle            no
33853  300A,035A  MetersetRate                       no
33854  300A,0360  RangeShifterSettingsSequence       no
33855  300A,0362  RangeShifterSetting                no
33856  300A,0364  IsocenterToRangeShifterDistance    no
33857  300A,0366  RangeShifterWaterEquivThickness    no
33858  300A,0370  LateralSpreadingDeviceSettingsSeq  no
33859  300A,0372  LateralSpreadingDeviceSetting      no
33860  300A,0374  IsocenterToLateralSpreadingDevDist no
33861  300A,0380  RangeModulatorSettingsSequence     no
33862  300A,0382  RangeModulatorGatingStartValue     no
33863  300A,0384  RangeModulatorGatingStopValue      no
33864  300A,038A  IsocenterToRangeModulatorDistance  no
33865  300A,0390  ScanSpotTuneID                     no
33866  300A,0392  NumberOfScanSpotPositions          no
33867  300A,0394  ScanSpotPositionMap                no
33868  300A,0396  ScanSpotMetersetWeights            no
33869  300A,0398  ScanningSpotSize                   no
33870  300A,039A  NumberOfPaintings                  no
33871  300A,03A0  IonToleranceTableSequence          no
33872  300A,03A2  IonBeamSequence                    no
33873  300A,03A4  IonBeamLimitingDeviceSequence      no
33874  300A,03A6  IonBlockSequence                   no
33875  300A,03A8  IonControlPointSequence            no
33876  300A,03AA  IonWedgeSequence                   no
33877  300A,03AC  IonWedgePositionSequence           no
33878  300A,0401  ReferencedSetupImageSequence       no
33879  300A,0402  SetupImageComment                  no
33880  300A,0410  MotionSynchronizationSequence      no
33881  300A,0412  ControlPointOrientation            no
33882  300A,0420  GeneralAccessorySequence           no
33883  300A,0421  GeneralAccessoryID                 no
33884  300A,0422  GeneralAccessoryDescription        no
33885  300A,0423  GeneralAccessoryType               no
33886  300A,0424  GeneralAccessoryNumber             no
33887  300C,0002  ReferencedRTPlanSequence           no
33888  300C,0004  ReferencedBeamSequence             no
33889  300C,0006  ReferencedBeamNumber               no
33890  300C,0007  ReferencedReferenceImageNumber     no
33891  300C,0008  StartCumulativeMetersetWeight      no
33892  300C,0009  EndCumulativeMetersetWeight        no
33893  300C,000A  ReferencedBrachyAppSetupSeq        no
33894  300C,000C  ReferencedBrachyAppSetupNumber     no
33895  300C,000E  ReferencedSourceNumber             no
33896  300C,0020  ReferencedFractionGroupSequence    no
33897  300C,0022  ReferencedFractionGroupNumber      no
33898  300C,0040  ReferencedVerificationImageSeq     no
33899  300C,0042  ReferencedReferenceImageSequence   no
33900  300C,0050  ReferencedDoseReferenceSequence    no
33901  300C,0051  ReferencedDoseReferenceNumber      no
33902  300C,0055  BrachyReferencedDoseReferenceSeq   no
33903  300C,0060  ReferencedStructureSetSequence     no
33904  300C,006A  ReferencedPatientSetupNumber       no
33905  300C,0080  ReferencedDoseSequence             no
33906  300C,00A0  ReferencedToleranceTableNumber     no
33907  300C,00B0  ReferencedBolusSequence            no
33908  300C,00C0  ReferencedWedgeNumber              no
33909  300C,00D0  ReferencedCompensatorNumber        no
33910  300C,00E0  ReferencedBlockNumber              no
33911  300C,00F0  ReferencedControlPointIndex        no
33912  300C,00F2  ReferencedControlPointSequence     no
33913  300C,00F4  ReferencedStartControlPointIndex   no
33914  300C,00F6  ReferencedStopControlPointIndex    no
33915  300C,0100  ReferencedRangeShifterNumber       no
33916  300C,0102  ReferencedLateralSpreadingDevNum   no
33917  300C,0104  ReferencedRangeModulatorNumber     no
33918  300E,0002  ApprovalStatus                     no
33919  300E,0004  ReviewDate                         no
33920  300E,0005  ReviewTime                         no
33921  300E,0008  ReviewerName                       no
33922  4000,0000  TextGroupLength                    no
33923  4000,0010  Arbitrary                          no
33924  4000,4000  TextComments                       no
33925  4008,0040  ResultsID                          no
33926  4008,0042  ResultsIDIssuer                    no
33927  4008,0050  ReferencedInterpretationSequence   no
33928  4008,0100  InterpretationRecordedDate         no
33929  4008,0101  InterpretationRecordedTime         no
33930  4008,0102  InterpretationRecorder             no
33931  4008,0103  ReferenceToRecordedSound           no
33932  4008,0108  InterpretationTranscriptionDate    no
33933  4008,0109  InterpretationTranscriptionTime    no
33934  4008,010A  InterpretationTranscriber          no
33935  4008,010B  InterpretationText                 no
33936  4008,010C  InterpretationAuthor               no
33937  4008,0111  InterpretationApproverSequence     no
33938  4008,0112  InterpretationApprovalDate         no
33939  4008,0113  InterpretationApprovalTime         no
33940  4008,0114  PhysicianApprovingInterpretation   no
33941  4008,0115  InterpretationDiagnosisDescription no
33942  4008,0117  InterpretationDiagnosisCodeSeq     no
33943  4008,0118  ResultsDistributionListSequence    no
33944  4008,0119  DistributionName                   no
33945  4008,011A  DistributionAddress                no
33946  4008,0200  InterpretationID                   no
33947  4008,0202  InterpretationIDIssuer             no
33948  4008,0210  InterpretationTypeID               no
33949  4008,0212  InterpretationStatusID             no
33950  4008,0300  Impressions                        no
33951  4008,4000  ResultsComments                    no
33952  4FFE,0001  MACParametersSequence              no
33953  50xx,0005  CurveDimensions                    no
33954  50xx,0010  NumberOfPoints                     no
33955  50xx,0020  TypeOfData                         no
33956  50xx,0022  CurveDescription                   no
33957  50xx,0030  AxisUnits                          no
33958  50xx,0040  AxisLabels                         no
33959  50xx,0103  DataValueRepresentation            no
33960  50xx,0104  MinimumCoordinateValue             no
33961  50xx,0105  MaximumCoordinateValue             no
33962  50xx,0106  CurveRange                         no
33963  50xx,0110  CurveDataDescriptor                no
33964  50xx,0112  CoordinateStartValue               no
33965  50xx,0114  CoordinateStepValue                no
33966  50xx,1001  CurveActivationLayer               no
33967  50xx,2000  AudioType                          no
33968  50xx,2002  AudioSampleFormat                  no
33969  50xx,2004  NumberOfChannels                   no
33970  50xx,2006  NumberOfSamples                    no
33971  50xx,2008  SampleRate                         no
33972  50xx,200A  TotalTime                          no
33973  50xx,200C  AudioSampleData                    no
33974  50xx,200E  AudioComments                      no
33975  50xx,2500  CurveLabel                         no
33976  50xx,2600  ReferencedOverlaySequence          no
33977  50xx,2610  ReferencedOverlayGroup             no
33978  50xx,3000  CurveData                          no
33979  5200,9229  SharedFunctionalGroupsSequence     no
33980  5200,9230  PerFrameFunctionalGroupsSequence   no
33981  5400,0100  WaveformSequence                   no
33982  5400,0110  ChannelMinimumValue                no
33983  5400,0112  ChannelMaximumValue                no
33984  5400,1004  WaveformBitsAllocated              no
33985  5400,1006  WaveformSampleInterpretation       no
33986  5400,100A  WaveformPaddingValue               no
33987  5400,1010  WaveformData                       no
33988  5600,0010  FirstOrderPhaseCorrectionAngle     no
33989  5600,0020  SpectroscopyData                   no
33990  6000,0000  OverlayGroupLength                 no
33991  60xx,0010  OverlayRows                        no
33992  60xx,0011  OverlayColumns                     no
33993  60xx,0012  OverlayPlanes                      no
33994  60xx,0015  NumberOfFramesInOverlay            no
33995  60xx,0022  OverlayDescription                 no
33996  60xx,0040  OverlayType                        no
33997  60xx,0045  OverlaySubtype                     no
33998  60xx,0050  OverlayOrigin                      no
33999  60xx,0051  ImageFrameOrigin                   no
34000  60xx,0052  OverlayPlaneOrigin                 no
34001  60xx,0060  OverlayCompressionCode             no
34002  60xx,0061  OverlayCompressionOriginator       no
34003  60xx,0062  OverlayCompressionLabel            no
34004  60xx,0063  OverlayCompressionDescription      no
34005  60xx,0066  OverlayCompressionStepPointers     no
34006  60xx,0068  OverlayRepeatInterval              no
34007  60xx,0069  OverlayBitsGrouped                 no
34008  60xx,0100  OverlayBitsAllocated               no
34009  60xx,0102  OverlayBitPosition                 no
34010  60xx,0110  OverlayFormat                      no
34011  60xx,0200  OverlayLocation                    no
34012  60xx,0800  OverlayCodeLabel                   no
34013  60xx,0802  OverlayNumberOfTables              no
34014  60xx,0803  OverlayCodeTableLocation           no
34015  60xx,0804  OverlayBitsForCodeWord             no
34016  60xx,1001  OverlayActivationLayer             no
34017  60xx,1100  OverlayDescriptorGray              no
34018  60xx,1101  OverlayDescriptorRed               no
34019  60xx,1102  OverlayDescriptorGreen             no
34020  60xx,1103  OverlayDescriptorBlue              no
34021  60xx,1200  OverlaysGray                       no
34022  60xx,1201  OverlaysRed                        no
34023  60xx,1202  OverlaysGreen                      no
34024  60xx,1203  OverlaysBlue                       no
34025  60xx,1301  ROIArea                            no
34026  60xx,1302  ROIMean                            no
34027  60xx,1303  ROIStandardDeviation               no
34028  60xx,1500  OverlayLabel                       no
34029  60xx,3000  OverlayData                        no
34030  60xx,4000  OverlayComments                    no
34031  7Fxx,0000  PixelDataGroupLength               no
34032  7Fxx,0010  PixelData                          no
34033  7Fxx,0011  VariableNextDataGroup              no
34034  7Fxx,0020  VariableCoefficientsSDVN           no
34035  7Fxx,0030  VariableCoefficientsSDHN           no
34036  7Fxx,0040  VariableCoefficientsSDDN           no
34037  FFFA,FFFA  DigitalSignaturesSequence          no
34038  FFFC,FFFC  DataSetTrailingPadding             no
34039  FFFE,E000  StartOfItem                        no
34040  FFFE,E00D  EndOfItems                         no
34041  FFFE,E0DD  EndOfSequence                      no
34042
34043=head2 FITS Tags
34044
34045This table lists some standard Flexible Image Transport System (FITS) tags,
34046but ExifTool will extract any other tags found.  See
34047L<https://fits.gsfc.nasa.gov/fits_standard.html> for the specification.
34048
34049  Tag ID       Tag Name                         Writable
34050  ------       --------                         --------
34051  'AUTHOR'     Author                           no
34052  'BACKGRND'   Background                       no
34053  'COMMENT'    Comment                          no
34054  'DATE'       CreateDate                       no
34055  'DATE-END'   ObservationDateEnd               no
34056  'DATE-OBS'   ObservationDate                  no
34057  'HISTORY'    History                          no
34058  'INSTRUME'   Instrument                       no
34059  'OBJECT'     Object                           no
34060  'OBSERVER'   Observer                         no
34061  'REFERENC'   Reference                        no
34062  'TELESCOP'   Telescope                        no
34063  'TIME-END'   ObservationTimeEnd               no
34064  'TIME-OBS'   ObservationTime                  no
34065
34066=head2 HTML Tags
34067
34068Meta information extracted from the header of HTML and XHTML files.  This is
34069a mix of information found in the C<META> elements, C<XML> element, and the
34070C<TITLE> element.
34071
34072  Tag ID                      Tag Name          Writable
34073  ------                      --------          --------
34074  'abstract'                  Abstract          no
34075  'author'                    Author            no
34076  'classification'            Classification    no
34077  'content-language'          ContentLanguage   no
34078  'copyright'                 Copyright         no
34079  'dc'                        DC                HTML dc
34080  'description'               Description       no
34081  'distribution'              Distribution      no
34082  'doc-class'                 DocClass          no
34083  'doc-rights'                DocRights         no
34084  'doc-type'                  DocType           no
34085  'formatter'                 Formatter         no
34086  'generator'                 Generator         no
34087  'generatorversion'          GeneratorVersion  no
34088  'googlebot'                 GoogleBot         no
34089  'http-equiv'                HTTP-equiv        HTML equiv
34090  'keywords'                  Keywords          no+
34091  'mssmarttagspreventparsing' NoMSSmartTags     no
34092  'ncc'                       NCC               HTML ncc
34093  'o'                         Office            HTML Office
34094  'originator'                Originator        no
34095  'owner'                     Owner             no
34096  'prod'                      Prod              HTML prod
34097  'progid'                    ProgID            no
34098  'rating'                    Rating            no
34099  'refresh'                   Refresh           no
34100  'resource-type'             ResourceType      no
34101  'revisit-after'             RevisitAfter      no
34102  'robots'                    Robots            no+
34103  'title'                     Title             no
34104  'vw96'                      VW96              HTML vw96
34105
34106=head3 HTML dc Tags
34107
34108Dublin Core schema tags (also used in XMP).
34109
34110  Tag ID               Tag Name                 Writable
34111  ------               --------                 --------
34112  'contributor'        Contributor              no+
34113  'coverage'           Coverage                 no
34114  'creator'            Creator                  no+
34115  'date'               Date                     no+
34116  'description'        Description              no
34117  'format'             Format                   no
34118  'identifier'         Identifier               no
34119  'language'           Language                 no+
34120  'publisher'          Publisher                no+
34121  'relation'           Relation                 no+
34122  'rights'             Rights                   no
34123  'source'             Source                   no
34124  'subject'            Subject                  no+
34125  'title'              Title                    no
34126  'type'               Type                     no+
34127
34128=head3 HTML equiv Tags
34129
34130These tags have a family 1 group name of "HTTP-equiv".
34131
34132  Tag ID                Tag Name                Writable
34133  ------                --------                --------
34134  'cache-control'       CacheControl            no
34135  'content-disposition' ContentDisposition      no
34136  'content-language'    ContentLanguage         no
34137  'content-script-type' ContentScriptType       no
34138  'content-style-type'  ContentStyleType        no
34139  'content-type'        ContentType             no
34140  'default-style'       DefaultStyle            no
34141  'expires'             Expires                 no
34142  'ext-cache'           ExtCache                no
34143  'imagetoolbar'        ImageToolbar            no
34144  'lotus'               Lotus                   no
34145  'page-enter'          PageEnter               no
34146  'page-exit'           PageExit                no
34147  'pics-label'          PicsLabel               no
34148  'pragma'              Pragma                  no
34149  'refresh'             Refresh                 no
34150  'reply-to'            ReplyTo                 no
34151  'set-cookie'          SetCookie               no
34152  'site-enter'          SiteEnter               no
34153  'site-exit'           SiteExit                no
34154  'vary'                Vary                    no
34155  'window-target'       WindowTarget            no
34156
34157=head3 HTML ncc Tags
34158
34159  Tag ID               Tag Name                 Writable
34160  ------               --------                 --------
34161  'charset'            CharacterSet             no
34162  'depth'              Depth                    no
34163  'files'              Files                    no
34164  'footnotes'          Footnotes                no
34165  'generator'          Generator                no
34166  'kbytesize'          KByteSize                no
34167  'maxpagenormal'      MaxPageNormal            no
34168  'multimediatype'     MultimediaType           no
34169  'narrator'           Narrator                 no
34170  'pagefront'          PageFront                no
34171  'pagenormal'         PageNormal               no
34172  'pagespecial'        PageSpecial              no
34173  'prodnotes'          ProdNotes                no
34174  'produceddate'       ProducedDate             no
34175  'producer'           Producer                 no
34176  'revision'           Revision                 no
34177  'revisiondate'       RevisionDate             no
34178  'setinfo'            SetInfo                  no
34179  'sidebars'           Sidebars                 no
34180  'sourcedate'         SourceDate               no
34181  'sourceedition'      SourceEdition            no
34182  'sourcepublisher'    SourcePublisher          no
34183  'sourcerights'       SourceRights             no
34184  'sourcetitle'        SourceTitle              no
34185  'tocitems'           TOCItems                 no
34186  'totaltime'          Duration                 no
34187
34188=head3 HTML Office Tags
34189
34190Tags written by Microsoft Office applications.
34191
34192  Tag ID                 Tag Name               Writable
34193  ------                 --------               --------
34194  'Author'               Author                 no
34195  'Category'             Category               no
34196  'Characters'           Characters             no
34197  'CharactersWithSpaces' CharactersWithSpaces   no
34198  'Company'              Company                no
34199  'Created'              CreateDate             no
34200  'Description'          Description            no
34201  'Keywords'             Keywords               no
34202  'LastAuthor'           LastAuthor             no
34203  'LastPrinted'          LastPrinted            no
34204  'LastSaved'            ModifyDate             no
34205  'Lines'                Lines                  no
34206  'Manager'              Manager                no
34207  'Pages'                Pages                  no
34208  'Paragraphs'           Paragraphs             no
34209  'Revision'             RevisionNumber         no
34210  'Subject'              Subject                no
34211  'Template'             Template               no
34212  'TotalTime'            TotalEditTime          no
34213  'Version'              RevisionNumber         no
34214  'Words'                Words                  no
34215
34216=head3 HTML prod Tags
34217
34218  Tag ID               Tag Name                 Writable
34219  ------               --------                 --------
34220  'recengineer'        RecEngineer              no
34221  'reclocation'        RecLocation              no
34222
34223=head3 HTML vw96 Tags
34224
34225  Tag ID               Tag Name                 Writable
34226  ------               --------                 --------
34227  'objecttype'         ObjectType               no
34228
34229=head2 Palm Tags
34230
34231Information extracted from Palm database files (PDB and PRC extensions),
34232Mobipocket electronic books (MOBI), and Amazon Kindle KF7 and KF8 books (AZW
34233and AZW3).
34234
34235  Index4   Tag Name                             Writable
34236  ------   --------                             --------
34237      0    DatabaseName                         no
34238      9    CreateDate                           no
34239     10    ModifyDate                           no
34240     11    LastBackupDate                       no
34241     12    ModificationNumber                   no
34242     15    PalmFileType                         no
34243
34244=head3 Palm MOBI Tags
34245
34246Information extracted from the MOBI header of Mobipocket and Amazon Kindle
34247KF7 and KF8 files.
34248
34249  Index4   Tag Name                             Writable
34250  ------   --------                             --------
34251      0    Compression                          no
34252      1    UncompressedTextLength               no
34253      3    Encryption                           no
34254      6    MobiType                             no
34255      7    CodePage                             no
34256      9    MobiVersion                          no
34257     21    BookName                             no
34258     26    MinimumVersion                       no
34259
34260=head3 Palm EXTH Tags
34261
34262Information extracted from the MOBI extended header.
34263
34264  Tag ID   Tag Name                             Writable
34265  ------   --------                             --------
34266  0x0001   DRMServerID                          no
34267  0x0002   DRMCommerceID                        no
34268  0x0003   DRM_E-BookBaseID                     no
34269  0x0064   Author                               no
34270  0x0065   Publisher                            no
34271  0x0066   Imprint                              no
34272  0x0067   Description                          no
34273  0x0068   ISBN                                 no
34274  0x0069   Subject                              no+
34275  0x006a   PublishDate                          no
34276  0x006b   Review                               no
34277  0x006c   Contributor                          no
34278  0x006d   Rights                               no
34279  0x006e   SubjectCode                          no
34280  0x006f   BookType                             no
34281  0x0070   Source                               no
34282  0x0071   ASIN                                 no
34283  0x0072   BookVersion                          no
34284  0x0073   SampleFlag                           no
34285  0x0074   StartReading                         no
34286  0x0075   Adult                                no
34287  0x0076   RetailPrice                          no
34288  0x0077   RetailPriceCurrency                  no
34289  0x007d   ResourceCount                        no
34290  0x0081   KF8CoverURI                          no
34291  0x00c8   DictionaryShortName                  no
34292  0x00cc   CreatorSoftware                      no
34293  0x00cd   CreatorMajorVersion                  no
34294  0x00ce   CreatorMinorVersion                  no
34295  0x00cf   CreatorBuildNumber                   no
34296  0x00d0   Watermark                            no
34297  0x00d1   Tamper-proofKeys                     no
34298  0x0191   ClippingLimit                        no
34299  0x0192   PublisherLimit                       no
34300  0x0194   TextToSpeech                         no
34301  0x0195   RentalFlag                           no
34302  0x0196   RentalExpirationDate                 no
34303  0x01f5   CDEType                              no
34304  0x01f6   LastUpdateTime                       no
34305  0x01f7   UpdatedTitle                         no
34306  0x01f8   ASIN2                                no
34307  0x020c   Language                             no
34308  0x020d   Alignment                            no
34309  0x0217   CreatorBuildNumber2                  no
34310
34311=head2 Torrent Tags
34312
34313Below are tags commonly found in BitTorrent files.  As well as these tags,
34314any other existing tags will be extracted.  For convenience, list items are
34315expanded into individual tags with an index in the tag name, but only the
34316tags with index "1" are listed in the tables below.  See
34317L<https://wiki.theory.org/BitTorrentSpecification> for the BitTorrent
34318specification.
34319
34320  Tag ID               Tag Name                 Writable
34321  ------               --------                 --------
34322  'announce'           Announce                 no
34323  'announce-list'      AnnounceList1            no
34324  'comment'            Comment                  no
34325  'created by'         Creator                  no
34326  'creation date'      CreateDate               no
34327  'encoding'           Encoding                 no
34328  'info'               Info                     Torrent Info
34329  'url-list'           URLList1                 no
34330
34331=head3 Torrent Info Tags
34332
34333  Tag ID               Tag Name                 Writable
34334  ------               --------                 --------
34335  'file-duration'      File1Duration            no
34336  'file-media'         File1Media               no
34337  'files'              Files                    Torrent Files
34338  'length'             Length                   no
34339  'md5sum'             MD5Sum                   no
34340  'name'               Name                     no
34341  'name.utf-8'         NameUTF-8                no
34342  'piece length'       PieceLength              no
34343  'pieces'             Pieces                   no
34344  'private'            Private                  no
34345  'profiles'           Profiles                 Torrent Profiles
34346
34347=head3 Torrent Files Tags
34348
34349  Tag ID               Tag Name                 Writable
34350  ------               --------                 --------
34351  'length'             File1Length              no
34352  'md5sum'             File1MD5Sum              no
34353  'path'               File1Path                no
34354  'path.utf-8'         File1PathUTF-8           no
34355
34356=head3 Torrent Profiles Tags
34357
34358  Tag ID   Tag Name                             Writable
34359  ------   --------                             --------
34360  'acodec' Profile1AudioCodec                   no
34361  'height' Profile1Height                       no
34362  'vcodec' Profile1VideoCodec                   no
34363  'width'  Profile1Width                        no
34364
34365=head2 EXE Tags
34366
34367This module extracts information from various types of Windows, MacOS and
34368Unix executable and library files.  The first table below lists information
34369extracted from the header of Windows PE (Portable Executable) EXE files and
34370DLL libraries.
34371
34372  Index2   Tag Name                             Writable
34373  ------   --------                             --------
34374      0    MachineType                          no
34375      2    TimeStamp                            no
34376      9    ImageFileCharacteristics             no
34377     10    PEType                               no
34378     11    LinkerVersion                        no
34379     12    CodeSize                             no
34380     14    InitializedDataSize                  no
34381     16    UninitializedDataSize                no
34382     18    EntryPoint                           no
34383     30    OSVersion                            no
34384     32    ImageVersion                         no
34385     34    SubsystemVersion                     no
34386     44    Subsystem                            no
34387
34388=head3 EXE PEVersion Tags
34389
34390Information extracted from the VS_VERSION_INFO structure of Windows PE
34391files.
34392
34393  Index4   Tag Name                             Writable
34394  ------   --------                             --------
34395      2    FileVersionNumber                    no
34396      4    ProductVersionNumber                 no
34397      6    FileFlagsMask                        no
34398      7    FileFlags                            no
34399      8    FileOS                               no
34400      9    ObjectFileType                       no
34401     10    FileSubtype                          no
34402
34403=head3 EXE PEString Tags
34404
34405Resource strings found in Windows PE files.  The B<TagID>'s are not shown
34406because they are the same as the B<Tag Name>.  ExifTool will extract any
34407existing StringFileInfo tags even if not listed in this table.
34408
34409  Tag Name                                      Writable
34410  --------                                      --------
34411  BuildDate                                     no
34412  BuildVersion                                  no
34413  CharacterSet                                  no
34414  Comments                                      no
34415  CompanyName                                   no
34416  Copyright                                     no
34417  FileDescription                               no
34418  FileVersion                                   no
34419  InternalName                                  no
34420  LanguageCode                                  no
34421  LegalCopyright                                no
34422  LegalTrademarks                               no
34423  OriginalFileName                              no
34424  PrivateBuild                                  no
34425  ProductName                                   no
34426  ProductVersion                                no
34427  SpecialBuild                                  no
34428
34429=head3 EXE MachO Tags
34430
34431Information extracted from Mach-O (Mac OS X) executable files and DYLIB
34432libraries.
34433
34434   Index   Tag Name                             Writable
34435   -----   --------                             --------
34436      0    CPUArchitecture                      no
34437      1    CPUByteOrder                         no
34438      2    CPUCount                             no
34439      3    CPUType                              no+
34440      4    CPUSubtype                           no+
34441      5    ObjectFileType                       no
34442      6    ObjectFlags                          no
34443
34444=head3 EXE PEF Tags
34445
34446Information extracted from PEF (Classic MacOS) executable files and
34447libraries.
34448
34449  Index4   Tag Name                             Writable
34450  ------   --------                             --------
34451      2    CPUArchitecture                      no
34452      3    PEFVersion                           no
34453      4    TimeStamp                            no
34454
34455=head3 EXE ELF Tags
34456
34457Information extracted from ELF (Unix) executable files and SO libraries.
34458
34459  Index1   Tag Name                             Writable
34460  ------   --------                             --------
34461      4    CPUArchitecture                      no
34462      5    CPUByteOrder                         no
34463     16    ObjectFileType                       no
34464     18    CPUType                              no
34465
34466=head3 EXE AR Tags
34467
34468Information extracted from static libraries.
34469
34470  Index1   Tag Name                             Writable
34471  ------   --------                             --------
34472     16    CreateDate                           no
34473
34474=head3 EXE CHM Tags
34475
34476Tags extracted from Microsoft Compiled HTML files.
34477
34478  Index4   Tag Name                             Writable
34479  ------   --------                             --------
34480      1    CHMVersion                           no
34481      5    LanguageCode                         no
34482
34483=head2 LNK Tags
34484
34485Information extracted from MS Shell Link (Windows shortcut) files.
34486
34487  Index1       Tag Name                         Writable
34488  ------       --------                         --------
34489  0x0014       Flags                            no
34490  0x0018       FileAttributes                   no
34491  0x001c       CreateDate                       no
34492  0x0024       AccessDate                       no
34493  0x002c       ModifyDate                       no
34494  0x0034       TargetFileSize                   no
34495  0x0038       IconIndex                        no
34496  0x003c       RunWindow                        no
34497  0x0040       HotKey                           no
34498  0x10000      ItemID                           LNK ItemID
34499  0x20000      LinkInfo                         LNK LinkInfo
34500  0x30004      Description                      no
34501  0x30008      RelativePath                     no
34502  0x30010      WorkingDirectory                 no
34503  0x30020      CommandLineArguments             no
34504  0x30040      IconFileName                     no
34505  0xa0000000   UnknownData                      LNK UnknownData
34506  0xa0000001   EnvVarData                       LNK UnknownData
34507  0xa0000002   ConsoleData                      LNK ConsoleData
34508  0xa0000003   TrackerData                      LNK TrackerData
34509  0xa0000004   ConsoleFEData                    LNK ConsoleFEData
34510  0xa0000005   SpecialFolderData                LNK UnknownData
34511  0xa0000006   DarwinData                       LNK UnknownData
34512  0xa0000007   IconEnvData                      LNK UnknownData
34513  0xa0000008   ShimData                         LNK UnknownData
34514  0xa0000009   PropertyStoreData                LNK UnknownData
34515  0xa000000b   KnownFolderData                  LNK UnknownData
34516  0xa000000c   VistaIDListData                  LNK UnknownData
34517
34518=head3 LNK ItemID Tags
34519
34520  Tag ID   Tag Name                             Writable
34521  ------   --------                             --------
34522  0x0032   Item0032                             LNK Item0032
34523
34524=head3 LNK Item0032 Tags
34525
34526  Index1   Tag Name                             Writable
34527  ------   --------                             --------
34528     14    TargetFileDOSName                    no
34529
34530=head3 LNK LinkInfo Tags
34531
34532  Tag Name                                      Writable
34533  --------                                      --------
34534  CommonNetworkRelLink                          no
34535  CommonPathSuffix                              no
34536  DeviceName                                    no
34537  DriveSerialNumber                             no
34538  DriveType                                     no
34539  LocalBasePath                                 no
34540  NetName                                       no
34541  NetProviderType                               no
34542  VolumeID                                      no
34543  VolumeLabel                                   no
34544
34545=head3 LNK UnknownData Tags
34546
34547  Index1   Tag Name                             Writable
34548  ------   --------                             --------
34549  [no tags known]
34550
34551=head3 LNK ConsoleData Tags
34552
34553  Index1   Tag Name                             Writable
34554  ------   --------                             --------
34555      8    FillAttributes                       no
34556     10    PopupFillAttributes                  no
34557     12    ScreenBufferSize                     no
34558     16    WindowSize                           no
34559     20    WindowOrigin                         no
34560     32    FontSize                             no
34561     36    FontFamily                           no
34562     40    FontWeight                           no
34563     44    FontName                             no
34564    108    CursorSize                           no
34565    112    FullScreen                           no
34566    116    QuickEdit                            no
34567    120    InsertMode                           no
34568    124    WindowOriginAuto                     no
34569    128    HistoryBufferSize                    no
34570    132    NumHistoryBuffers                    no
34571    136    RemoveHistoryDuplicates              no
34572
34573=head3 LNK TrackerData Tags
34574
34575  Index1   Tag Name                             Writable
34576  ------   --------                             --------
34577     16    MachineID                            no
34578
34579=head3 LNK ConsoleFEData Tags
34580
34581  Index1   Tag Name                             Writable
34582  ------   --------                             --------
34583      8    CodePage                             no
34584
34585=head2 Font Tags
34586
34587This table contains a collection of tags found in font files of various
34588formats.  ExifTool current recognizes OTF, TTF, TTC, DFONT, PFA, PFB, PFM,
34589AFM, ACFM and AMFM font files.
34590
34591  Tag ID       Tag Name                         Writable
34592  ------       --------                         --------
34593  'AFM'        AFM                              Font AFM
34594  'PFM'        PFMHeader                        Font PFM
34595  'PSInfo'     PSFontInfo                       Font PSInfo
34596  'fontname'   FontName                         no
34597  'name'       Name                             Font Name
34598  'numfonts'   NumFonts                         no
34599  'postfont'   PostScriptFontName               no
34600
34601=head3 Font AFM Tags
34602
34603Tags extracted from Adobe Font Metrics files (AFM, ACFM and AMFM).
34604
34605  Tag ID               Tag Name                 Writable
34606  ------               --------                 --------
34607  'Ascender'           Ascender                 no
34608  'CapHeight'          CapHeight                no
34609  'CharacterSet'       CharacterSet             no
34610  'Characters'         Characters               no
34611  'Creation Date'      CreateDate               no
34612  'Descender'          Descender                no
34613  'EncodingScheme'     EncodingScheme           no
34614  'EscChar'            EscChar                  no
34615  'FamilyName'         FontFamily               no
34616  'FontName'           FontName                 no
34617  'FullName'           FullName                 no
34618  'IsBaseFont'         IsBaseFont               no
34619  'IsFixedV'           IsFixedV                 no
34620  'MappingScheme'      MappingScheme            no
34621  'Notice'             Notice                   no
34622  'Version'            Version                  no
34623  'Weight'             Weight                   no
34624  'XHeight'            XHeight                  no
34625
34626=head3 Font PFM Tags
34627
34628Tags extracted from the PFM file header.
34629
34630  Index1   Tag Name                             Writable
34631  ------   --------                             --------
34632      0    PFMVersion                           no
34633      6    Copyright                            no
34634     66    FontType                             no
34635     68    PointSize                            no
34636     70    YResolution                          no
34637     72    XResolution                          no
34638     74    Ascent                               no
34639     76    InternalLeading                      no
34640     78    ExternalLeading                      no
34641     80    Italic                               no
34642     81    Underline                            no
34643     82    Strikeout                            no
34644     83    Weight                               no
34645     85    CharacterSet                         no
34646     86    PixWidth                             no
34647     88    PixHeight                            no
34648     90    PitchAndFamily                       no
34649     91    AvgWidth                             no
34650     93    MaxWidth                             no
34651     95    FirstChar                            no
34652     96    LastChar                             no
34653     97    DefaultChar                          no
34654     98    BreakChar                            no
34655     99    WidthBytes                           no
34656
34657=head3 Font PSInfo Tags
34658
34659Tags extracted from PostScript font files (PFA and PFB).
34660
34661  Tag ID               Tag Name                 Writable
34662  ------               --------                 --------
34663  'Copyright'          Copyright                no
34664  'FSType'             FSType                   no
34665  'FamilyName'         FontFamily               no
34666  'FontName'           FontName                 no
34667  'FontType'           FontType                 no
34668  'FullName'           FullName                 no
34669  'ItalicAngle'        ItalicAngle              no
34670  'Notice'             Notice                   no
34671  'UnderlinePosition'  UnderlinePosition        no
34672  'UnderlineThickness' UnderlineThickness       no
34673  'Weight'             Weight                   no
34674  'isFixedPitch'       IsFixedPitch             no
34675  'version'            Version                  no
34676
34677=head3 Font Name Tags
34678
34679The following tags are extracted from the TrueType font "name" table found
34680in OTF, TTF, TTC and DFONT files.  These tags support localized languages by
34681adding a hyphen followed by a language code to the end of the tag name (eg.
34682"Copyright-fr" or "License-en-US").  Tags with no language code use the
34683default language of "en".
34684
34685  Tag ID   Tag Name                             Writable
34686  ------   --------                             --------
34687  0x0000   Copyright                            no
34688  0x0001   FontFamily                           no
34689  0x0002   FontSubfamily                        no
34690  0x0003   FontSubfamilyID                      no
34691  0x0004   FontName                             no
34692  0x0005   NameTableVersion                     no
34693  0x0006   PostScriptFontName                   no
34694  0x0007   Trademark                            no
34695  0x0008   Manufacturer                         no
34696  0x0009   Designer                             no
34697  0x000a   Description                          no
34698  0x000b   VendorURL                            no
34699  0x000c   DesignerURL                          no
34700  0x000d   License                              no
34701  0x000e   LicenseInfoURL                       no
34702  0x0010   PreferredFamily                      no
34703  0x0011   PreferredSubfamily                   no
34704  0x0012   CompatibleFontName                   no
34705  0x0013   SampleText                           no
34706  0x0014   PostScriptFontName                   no
34707  0x0015   WWSFamilyName                        no
34708  0x0016   WWSSubfamilyName                     no
34709
34710=head2 VCard Tags
34711
34712This table lists common vCard tags, but ExifTool will also extract any other
34713vCard tags found.  Tag names may have "Pref" added to indicate the preferred
34714instance of a vCard property, and other "TYPE" parameters may also added to
34715the tag name.  VCF files may contain multiple vCard entries which are
34716distinguished by the ExifTool family 3 group name (document  number). See
34717L<http://tools.ietf.org/html/rfc6350> for the vCard 4.0 specification.
34718
34719  Tag ID               Tag Name                 Writable
34720  ------               --------                 --------
34721  'Adr'                Address                  no
34722  'Anniversary'        Anniversary              no
34723  'Bday'               Birthday                 no
34724  'Email'              Email                    no
34725  'Fn'                 FormattedName            no
34726  'Gender'             Gender                   no
34727  'Geo'                Geolocation              no
34728  'Impp'               IMPP                     no
34729  'Lang'               Language                 no
34730  'Logo'               Logo                     no
34731  'N'                  Name                     no
34732  'Nickname'           Nickname                 no
34733  'Note'               Note                     no
34734  'Org'                Organization             no
34735  'Photo'              Photo                    no
34736  'Prodid'             Software                 no
34737  'Rev'                Revision                 no
34738  'Sound'              Sound                    no
34739  'Tel'                Telephone                no
34740  'Title'              JobTitle                 no
34741  'Tz'                 TimeZone                 no
34742  'Uid'                UID                      no
34743  'Url'                URL                      no
34744  'Version'            VCardVersion             no
34745  'X-abdate'           ABDate                   no
34746  'X-ablabel'          ABLabel                  no
34747  'X-abrelatednames'   ABRelatedNames           no
34748  'X-abuid'            AB_UID                   no
34749  'X-aim'              AIM                      no
34750  'X-icq'              ICQ                      no
34751  'X-socialprofile'    SocialProfile            no
34752
34753=head3 VCard VCalendar Tags
34754
34755The VCard module is also used to process iCalendar ICS files since they use
34756a format similar to vCard.  The following table lists standard iCalendar
34757tags, but any existing tags will be extracted.  Top-level iCalendar
34758components (eg. Event, Todo, Timezone, etc.) are used for the family 1 group
34759names, and embedded components (eg. Alarm) are added as a prefix to the tag
34760name.  See L<http://tools.ietf.org/html/rfc5545> for the official iCalendar
347612.0 specification.
34762
34763  Tag ID                Tag Name                Writable
34764  ------                --------                --------
34765  'Acknowledged'        Acknowledged            no
34766  'Action'              Action                  no
34767  'Attach'              Attachment              no
34768  'Attendee'            Attendee                no
34769  'Calscale'            CalendarScale           no
34770  'Categories'          Categories              no
34771  'Class'               Classification          no
34772  'Comment'             Comment                 no
34773  'Completed'           DateTimeCompleted       no
34774  'Contact'             Contact                 no
34775  'Created'             DateCreated             no
34776  'Description'         Description             no
34777  'Dtend'               DateTimeEnd             no
34778  'Dtstamp'             DateTimeStamp           no
34779  'Dtstart'             DateTimeStart           no
34780  'Due'                 DateTimeDue             no
34781  'Duration'            Duration                no
34782  'Exdate'              ExceptionDateTimes      no
34783  'Freebusy'            FreeBusyTime            no
34784  'Geo'                 Geolocation             no
34785  'Last-modified'       ModifyDate              no
34786  'Location'            Location                no
34787  'Method'              Method                  no
34788  'Organizer'           Organizer               no
34789  'Percent-complete'    PercentComplete         no
34790  'Priority'            Priority                no
34791  'Prodid'              Software                no
34792  'Rdate'               RecurrenceDateTimes     no
34793  'Recurrence-id'       RecurrenceID            no
34794  'Related-to'          RelatedTo               no
34795  'Repeat'              Repeat                  no
34796  'Request-status'      RequestStatus           no
34797  'Resources'           Resources               no
34798  'Rrule'               RecurrenceRule          no
34799  'Sequence'            SequenceNumber          no
34800  'Status'              Status                  no
34801  'Summary'             Summary                 no
34802  'Transp'              TimeTransparency        no
34803  'Trigger'             Trigger                 no
34804  'Tzid'                TimezoneID              no
34805  'Tzname'              TimezoneName            no
34806  'Tzoffsetfrom'        TimezoneOffsetFrom      no
34807  'Tzoffsetto'          TimezoneOffsetTo        no
34808  'Tzurl'               TimeZoneURL             no
34809  'Uid'                 UID                     no
34810  'Url'                 URL                     no
34811  'Version'             VCalendarVersion        no
34812  'X-apple-calendar-color' CalendarColor        no
34813  'X-apple-default-alarm' DefaultAlarm          no
34814  'X-apple-local-default-alarm'
34815                        LocalDefaultAlarm       no
34816  'X-microsoft-cdo-alldayevent' AllDayEvent     no
34817  'X-microsoft-cdo-appt-sequence'
34818                        AppointmentSequence     no
34819  'X-microsoft-cdo-busystatus' BusyStatus       no
34820  'X-microsoft-cdo-importance' Importance       no
34821  'X-microsoft-cdo-insttype' InstanceType       no
34822  'X-microsoft-cdo-intendedstatus'
34823                        IntendedBusyStatus      no
34824  'X-microsoft-cdo-ownerapptid'
34825                        OwnerAppointmentID      no
34826  'X-microsoft-disallow-counter'
34827                        DisallowCounterProposal no
34828  'X-microsoft-donotforwardmeeting'
34829                        DoNotForwardMeeting     no
34830  'X-microsoft-locations' MeetingLocations      no
34831  'X-wr-alarmuid'       AlarmUID                no
34832  'X-wr-caldesc'        CalendarDescription     no
34833  'X-wr-calname'        CalendarName            no
34834  'X-wr-relcalid'       CalendarID              no
34835  'X-wr-timezone'       TimeZone2               no
34836
34837=head2 Text Tags
34838
34839Although basic text files contain no metadata, the following tags are
34840determined from a simple analysis of the data in TXT and CSV files.
34841Statistics are generated only for 8-bit encodings, but the FastScan (-fast)
34842option may be used to limit processing to the first 64 kB in which case some
34843tags are not produced.  To avoid long processing delays, ExifTool will issue
34844a minor warning and process only the first 64 kB of any file larger than 20
34845MB unless the IgnoreMinorErrors (-m)
34846option is used.
34847
34848  Tag Name                                      Writable
34849  --------                                      --------
34850  ByteOrderMark                                 no
34851  ColumnCount                                   no
34852  Delimiter                                     no
34853  LineCount                                     no
34854  MIMEEncoding                                  no
34855  Newlines                                      no
34856  Quoting                                       no
34857  RowCount                                      no
34858  WordCount                                     no
34859
34860=head2 RSRC Tags
34861
34862Tags extracted from Mac OS resource files, DFONT files and "._" sidecar
34863files.  These tags may also be extracted from the resource fork of any file
34864in OS X, either by adding "/..namedfork/rsrc" to the filename to process the
34865resource fork alone, or by using the ExtractEmbedded (-ee) option to process
34866the resource fork as a sub-document of the main file.  When writing,
34867ExifTool preserves the Mac OS resource fork by default, but it may deleted
34868with C<-rsrc:all=> on the command line.
34869
34870  Tag ID               Tag Name                 Writable
34871  ------               --------                 --------
34872  '8BIM'               PhotoshopInfo            Photoshop
34873  'POST_0x01f5'        PostscriptFont           PostScript
34874  'STR _0xbff3'        ApplicationMissingMsg    no
34875  'STR _0xbff4'        CreatorApplication       no
34876  'STR#_0x0080'        Keywords                 no
34877  'TEXT_0x0080'        Description              no
34878  'sfnt'               Font                     Font Name
34879  'usro_0x0000'        OpenWithApplication      no
34880  'vers_0x0001'        ApplicationVersion       no
34881
34882=head2 Rawzor Tags
34883
34884Rawzor files store compressed images of other formats. As well as the
34885information listed below, exiftool uncompresses and extracts the meta
34886information from the original image.
34887
34888  Tag Name                                      Writable
34889  --------                                      --------
34890  CompressionFactor                             no
34891  OriginalFileSize                              no
34892  OriginalFileType                              no
34893  RawzorCreatorVersion                          no
34894  RawzorRequiredVersion                         no
34895
34896=head2 ZIP Tags
34897
34898The following tags are extracted from ZIP archives.  ExifTool also extracts
34899additional meta information from compressed documents inside some ZIP-based
34900files such Office Open XML (DOCX, PPTX and XLSX), Open Document (ODB, ODC,
34901ODF, ODG, ODI, ODP, ODS and ODT), iWork (KEY, PAGES, NUMBERS), Capture One
34902Enhanced Image Package (EIP), Adobe InDesign Markup Language (IDML),
34903Electronic Publication (EPUB), and Sketch design files (SKETCH).  The
34904ExifTool family 3 groups may be used to organize ZIP tags by embedded
34905document number (ie. the exiftool C<-g3> option).
34906
34907  Index2   Tag Name                             Writable
34908  ------   --------                             --------
34909      2    ZipRequiredVersion                   no
34910      3    ZipBitFlag                           no
34911      4    ZipCompression                       no
34912      5    ZipModifyDate                        no
34913      7    ZipCRC                               no
34914      9    ZipCompressedSize                    no
34915     11    ZipUncompressedSize                  no
34916     15    ZipFileName                          no
34917
34918=head3 ZIP GZIP Tags
34919
34920These tags are extracted from GZIP (GNU ZIP) archives, but currently only
34921for the first file in the archive.
34922
34923  Index1   Tag Name                             Writable
34924  ------   --------                             --------
34925      2    Compression                          no
34926      3    Flags                                no
34927      4    ModifyDate                           no
34928      8    ExtraFlags                           no
34929      9    OperatingSystem                      no
34930     10    ArchivedFileName                     no
34931     11    Comment                              no
34932
34933=head3 ZIP RAR Tags
34934
34935These tags are extracted from RAR archive files.
34936
34937  Index1   Tag Name                             Writable
34938  ------   --------                             --------
34939      0    CompressedSize                       no
34940      4    UncompressedSize                     no
34941      8    OperatingSystem                      no
34942     13    ModifyDate                           no
34943     18    PackingMethod                        no
34944     25    ArchivedFileName                     no
34945
34946=head2 RTF Tags
34947
34948This table lists standard tags of the RTF information group, but ExifTool
34949will also extract any non-standard tags found in this group.  As well,
34950ExifTool will extract any custom properties that are found.  See
34951L<http://www.microsoft.com/en-ca/download/details.aspx?id=10725> for the
34952specification.
34953
34954  Tag ID               Tag Name                 Writable
34955  ------               --------                 --------
34956  'author'             Author                   no
34957  'buptim'             BackupTime               no
34958  'category'           Category                 no
34959  'comment'            Comment                  no
34960  'company'            Company                  no
34961  'copyright'          Copyright                no
34962  'creatim'            CreateDate               no
34963  'doccomm'            Comments                 no
34964  'edmins'             TotalEditTime            no
34965  'hlinkbase'          HyperlinkBase            no
34966  'id'                 InternalIDNumber         no
34967  'keywords'           Keywords                 no
34968  'manager'            Manager                  no
34969  'nofchars'           Characters               no
34970  'nofcharsws'         CharactersWithSpaces     no
34971  'nofpages'           Pages                    no
34972  'nofwords'           Words                    no
34973  'operator'           LastModifiedBy           no
34974  'printim'            LastPrinted              no
34975  'revtim'             ModifyDate               no
34976  'subject'            Subject                  no
34977  'title'              Title                    no
34978  'vern'               InternalVersionNumber    no
34979  'version'            RevisionNumber           no
34980
34981=head2 OOXML Tags
34982
34983The Office Open XML (OOXML) format was introduced with Microsoft Office 2007
34984and is used by file types such as DOCX, PPTX and XLSX.  These are
34985essentially ZIP archives containing XML files.  The table below lists some
34986tags which have been observed in OOXML documents, but ExifTool will extract
34987any tags found from XML files of the OOXML document properties ("docProps")
34988directory.
34989
34990B<Tips:>
34991
349921) Structural ZIP tags may be ignored (if desired) with C<--ZIP:all> on the
34993command line.
34994
349952) Tags may be grouped by their document number in the ZIP archive with the
34996C<-g3> or C<-G3> option.
34997
34998  Tag Name                                      Writable
34999  --------                                      --------
35000  AppVersion                                    no
35001  Application                                   no
35002  Category                                      no
35003  Characters                                    no
35004  CharactersWithSpaces                          no
35005  CheckedBy                                     no
35006  Client                                        no
35007  Company                                       no
35008  CreateDate                                    no
35009  DateCompleted                                 no
35010  Department                                    no
35011  Destination                                   no
35012  Disposition                                   no
35013  Division                                      no
35014  DocSecurity                                   no
35015  DocumentNumber                                no
35016  Editor                                        no
35017  ForwardTo                                     no
35018  Group                                         no
35019  HeadingPairs                                  no
35020  HiddenSlides                                  no
35021  HyperlinkBase                                 no
35022  HyperlinksChanged                             no
35023  Keywords                                      no
35024  Language                                      no
35025  LastModifiedBy                                no
35026  LastPrinted                                   no
35027  Lines                                         no
35028  LinksUpToDate                                 no
35029  MMClips                                       no
35030  Mailstop                                      no
35031  Manager                                       no
35032  Matter                                        no
35033  ModifyDate                                    no
35034  Notes                                         no
35035  Office                                        no
35036  Owner                                         no
35037  Pages                                         no
35038  Paragraphs                                    no
35039  PresentationFormat                            no
35040  Project                                       no
35041  Publisher                                     no
35042  Purpose                                       no
35043  ReceivedFrom                                  no
35044  RecordedBy                                    no
35045  RecordedDate                                  no
35046  Reference                                     no
35047  RevisionNumber                                no
35048  ScaleCrop                                     no
35049  SharedDoc                                     no
35050  Slides                                        no
35051  Source                                        no
35052  Status                                        no
35053  TelephoneNumber                               no
35054  Template                                      no
35055  TitlesOfParts                                 no
35056  TotalEditTime                                 no
35057  Typist                                        no
35058  Words                                         no
35059
35060=head2 iWork Tags
35061
35062The Apple iWork '09 file format is a ZIP archive containing XML files
35063similar to the Office Open XML (OOXML) format.  Metadata tags in iWork
35064files are extracted even if they don't appear below.
35065
35066  Tag Name                                      Writable
35067  --------                                      --------
35068  Author                                        no
35069  Comment                                       no
35070  Copyright                                     no
35071  Keywords                                      no
35072  Projects                                      no+
35073  Title                                         no
35074
35075=head2 ISO Tags
35076
35077Tags extracted from ISO 9660 disk images.
35078
35079  Tag ID   Tag Name                             Writable
35080  ------   --------                             --------
35081  0x0000   BootRecord                           ISO BootRecord
35082  0x0001   PrimaryVolume                        ISO PrimaryVolume
35083
35084=head3 ISO BootRecord Tags
35085
35086  Index1   Tag Name                             Writable
35087  ------   --------                             --------
35088      7    BootSystem                           no
35089     39    BootIdentifier                       no
35090
35091=head3 ISO PrimaryVolume Tags
35092
35093  Index1   Tag Name                             Writable
35094  ------   --------                             --------
35095      8    System                               no
35096     40    VolumeName                           no
35097     80    VolumeBlockCount                     no
35098    120    VolumeSetDiskCount?                  no
35099    124    VolumeSetDiskNumber?                 no
35100    128    VolumeBlockSize                      no
35101    132    PathTableSize?                       no
35102    140    PathTableLocation?                   no
35103    174    RootDirectoryCreateDate              no
35104    190    VolumeSetName                        no
35105    318    Publisher                            no
35106    446    DataPreparer                         no
35107    574    Software                             no
35108    702    CopyrightFileName                    no
35109    740    AbstractFileName                     no
35110    776    BibligraphicFileName                 no
35111    813    VolumeCreateDate                     no
35112    830    VolumeModifyDate                     no
35113    847    VolumeExpirationDate                 no
35114    864    VolumeEffectiveDate                  no
35115
35116=head2 MacOS Tags
35117
35118On MacOS systems, the there are additional MDItem and XAttr Finder tags that
35119may be extracted.  These tags are not extracted by default -- they must be
35120specifically requested or enabled via an API option.  (Except when reading
35121MacOS "._" files directly, see below.)
35122
35123The tables below list some of the tags that may be extracted, but ExifTool
35124will extract all available information even for tags not listed.
35125
35126Tags in these tables are referred to as "pseudo" tags because their
35127information is not stored in the file itself.  As such, B<Writable> tags in
35128these tables may be changed without having to rewrite the file.
35129
35130Note that on some filesystems, MacOS creates sidecar files with names that
35131begin with "._".  ExifTool will read these files if specified, and extract
35132the information listed in the following table without the need for extra
35133options, but these files are not writable directly.
35134
35135  Tag ID   Tag Name                             Writable
35136  ------   --------                             --------
35137  0x0002   RSRC                                 RSRC
35138  0x0009   ATTR                                 MacOS XAttr
35139
35140=head3 MacOS XAttr Tags
35141
35142XAttr tags are extracted using the "xattr" utility.  They are extracted if
35143any "XAttr*" tag or the MacOS group is specifically requested, or by setting
35144the XAttrTags API option to 1 or the RequestAll API option to 2 or higher.
35145And they are extracted by default from MacOS "._" files when reading
35146these files directly.
35147
35148  Tag Name                                      Writable
35149  --------                                      --------
35150  XAttrAppleMailDateReceived                    no
35151  XAttrAppleMailDateSent                        no
35152  XAttrAppleMailIsRemoteAttachment              no
35153  XAttrFinderInfo                               no
35154  XAttrLastUsedDate                             no
35155  XAttrMDItemDownloadedDate                     no
35156  XAttrMDItemFinderComment                      no
35157  XAttrMDItemWhereFroms                         no
35158  XAttrMDLabel                                  no
35159  XAttrQuarantine                               yes!
35160  XAttrResourceFork                             no
35161
35162=head3 MacOS MDItem Tags
35163
35164MDItem tags are extracted using the "mdls" utility.  They are extracted if
35165any "MDItem*" tag or the MacOS group is specifically requested, or by
35166setting the MDItemTags API option to 1 or the RequestAll API option to 2 or
35167higher.  Note that these tags do not necessarily reflect the current
35168metadata of a file -- it may take some time for the MacOS mdworker daemon to
35169index the file after a metadata change.
35170
35171  Tag Name                                      Writable
35172  --------                                      --------
35173  AppleMailDateReceived                         no
35174  AppleMailDateSent                             no
35175  AppleMailFlagged                              no
35176  AppleMailIsRemoteAttachment                   no
35177  AppleMailMessageID                            no
35178  AppleMailPriority                             no
35179  AppleMailRead                                 no
35180  AppleMailRepliedTo                            no
35181  MDItemAccountHandles                          no
35182  MDItemAccountIdentifier                       no
35183  MDItemAcquisitionMake                         no
35184  MDItemAcquisitionModel                        no
35185  MDItemAltitude                                no
35186  MDItemAperture                                no
35187  MDItemAudioBitRate                            no
35188  MDItemAudioChannelCount                       no
35189  MDItemAuthorEmailAddresses                    no
35190  MDItemAuthors                                 no
35191  MDItemBitsPerSample                           no
35192  MDItemBundleIdentifier                        no
35193  MDItemCity                                    no
35194  MDItemCodecs                                  no
35195  MDItemColorSpace                              no
35196  MDItemComment                                 no
35197  MDItemContentCreationDate                     no
35198  MDItemContentCreationDateRanking              no
35199  MDItemContentCreationDate_Ranking             no
35200  MDItemContentModificationDate                 no
35201  MDItemContentType                             no
35202  MDItemContentTypeTree                         no
35203  MDItemContributors                            no
35204  MDItemCopyright                               no
35205  MDItemCountry                                 no
35206  MDItemCreator                                 no
35207  MDItemDateAdded                               no
35208  MDItemDateAdded_Ranking                       no
35209  MDItemDescription                             no
35210  MDItemDisplayName                             no
35211  MDItemDownloadedDate                          no
35212  MDItemDurationSeconds                         no
35213  MDItemEXIFGPSVersion                          no
35214  MDItemEXIFVersion                             no
35215  MDItemEmailConversationID                     no
35216  MDItemEncodingApplications                    no
35217  MDItemExposureMode                            no
35218  MDItemExposureProgram                         no
35219  MDItemExposureTimeSeconds                     no
35220  MDItemFNumber                                 no
35221  MDItemFSContentChangeDate                     no
35222  MDItemFSCreationDate                          yes!
35223  MDItemFSCreatorCode                           no
35224  MDItemFSFinderFlags                           no
35225  MDItemFSHasCustomIcon                         no
35226  MDItemFSInvisible                             no
35227  MDItemFSIsExtensionHidden                     no
35228  MDItemFSIsStationery                          no
35229  MDItemFSLabel                                 yes!
35230  MDItemFSName                                  no
35231  MDItemFSNodeCount                             no
35232  MDItemFSOwnerGroupID                          no
35233  MDItemFSOwnerUserID                           no
35234  MDItemFSSize                                  no
35235  MDItemFSTypeCode                              no
35236  MDItemFinderComment                           yes!
35237  MDItemFlashOnOff                              no
35238  MDItemFocalLength                             no
35239  MDItemGPSDateStamp                            no
35240  MDItemGPSStatus                               no
35241  MDItemGPSTrack                                no
35242  MDItemHasAlphaChannel                         no
35243  MDItemISOSpeed                                no
35244  MDItemIdentifier                              no
35245  MDItemImageDirection                          no
35246  MDItemInterestingDateRanking                  no
35247  MDItemInterestingDate_Ranking                 no
35248  MDItemIsApplicationManaged                    no
35249  MDItemIsExistingThread                        no
35250  MDItemIsLikelyJunk                            no
35251  MDItemKeywords                                no
35252  MDItemKind                                    no
35253  MDItemLastUsedDate                            no
35254  MDItemLastUsedDate_Ranking                    no
35255  MDItemLatitude                                no
35256  MDItemLensModel                               no
35257  MDItemLogicalSize                             no
35258  MDItemLongitude                               no
35259  MDItemMailDateReceived_Ranking                no
35260  MDItemMailboxes                               no
35261  MDItemMediaTypes                              no
35262  MDItemNumberOfPages                           no
35263  MDItemOrientation                             no
35264  MDItemOriginApplicationIdentifier             no
35265  MDItemOriginMessageID                         no
35266  MDItemOriginSenderDisplayName                 no
35267  MDItemOriginSenderHandle                      no
35268  MDItemOriginSubject                           no
35269  MDItemPageHeight                              no
35270  MDItemPageWidth                               no
35271  MDItemPhysicalSize                            no
35272  MDItemPixelCount                              no
35273  MDItemPixelHeight                             no
35274  MDItemPixelWidth                              no
35275  MDItemPrimaryRecipientEmailAddresses          no
35276  MDItemProfileName                             no
35277  MDItemRecipients                              no
35278  MDItemRedEyeOnOff                             no
35279  MDItemResolutionHeightDPI                     no
35280  MDItemResolutionWidthDPI                      no
35281  MDItemSecurityMethod                          no
35282  MDItemSpeed                                   no
35283  MDItemStateOrProvince                         no
35284  MDItemStreamable                              no
35285  MDItemSubject                                 no
35286  MDItemTimestamp                               no
35287  MDItemTitle                                   no
35288  MDItemTotalBitRate                            no
35289  MDItemUseCount                                no
35290  MDItemUsedDates                               no
35291  MDItemUserDownloadedDate                      no
35292  MDItemUserDownloadedUserHandle                no
35293  MDItemUserSharedReceivedDate                  no
35294  MDItemUserSharedReceivedRecipient             no
35295  MDItemUserSharedReceivedRecipientHandle       no
35296  MDItemUserSharedReceivedSender                no
35297  MDItemUserSharedReceivedSenderHandle          no
35298  MDItemUserSharedReceivedTransport             no
35299  MDItemUserTags                                yes!+
35300  MDItemVersion                                 no
35301  MDItemVideoBitRate                            no
35302  MDItemWhereFroms                              no
35303  MDItemWhiteBalance                            no
35304
35305=head2 Extra Tags
35306
35307The extra tags provide extra features or extra information extracted or
35308generated by ExifTool that is not directly associated with another tag
35309group.  The B<Group> column lists the family 1 group name when reading.
35310Tags with a "-" in this column are write-only.
35311
35312Tags in the family 1 "System" group are referred to as "pseudo" tags because
35313they don't represent real metadata in the file.  Instead, this information
35314is stored in the directory structure of the filesystem.  The B<Writable>
35315System "pseudo" tags in this table may be written without modifying the file
35316itself.  The TestName tag is used for dry-run testing before writing
35317FileName.
35318
35319  Tag Name                   Group              Writable
35320  --------                   -----              --------
35321  Adobe                      Adobe              yes!
35322  BaseName                   System             no
35323  CanonDR4                   CanonVRD           yes!^
35324  CanonVRD                   CanonVRD           yes!^
35325  Comment                    File               yes
35326  CurrentIPTCDigest          File               no
35327  Directory                  System             yes!
35328  EXIF                       EXIF               yes!
35329  EmbeddedVideo              File               no
35330  Error                      ExifTool           no
35331  ExifByteOrder              File               yes
35332  ExifToolVersion            ExifTool           no
35333  ExifUnicodeByteOrder       -                  yes
35334  FileAccessDate             System             no
35335  FileAttributes             System             no
35336  FileBlockCount             System             no
35337  FileBlockSize              System             no
35338  FileCreateDate             System             yes!
35339  FileDeviceID               System             no
35340  FileDeviceNumber           System             no
35341  FileGroupID                System             yes!
35342  FileHardLinks              System             no
35343  FileInodeChangeDate        System             no
35344  FileInodeNumber            System             no
35345  FileModifyDate             System             yes!
35346  FileName                   System             yes!
35347  FilePath                   System             no
35348  FilePermissions            System             yes!
35349  FileSequence               ExifTool           no
35350  FileSize                   System             no
35351  FileType                   File               no
35352  FileTypeExtension          File               no
35353  FileUserID                 System             yes!
35354  ForceWrite                 -                  yes
35355  Geosync                    -                  yes
35356  Geotag                     -                  yes
35357  Geotime                    -                  yes
35358  HardLink                   -                  yes!
35359  ICC_Profile                ICC_Profile        yes!
35360  ID3Size                    File               no
35361  IPTC                       IPTC               yes!
35362  ImageHeight                File               no
35363  ImageWidth                 File               no
35364  JPEGDigest                 File               no
35365  JPEGImageLength            File               no
35366  JPEGQualityEstimate        File               no
35367  MIMEType                   File               no
35368  MaxVal                     File               no
35369  NewGUID                    ExifTool           no
35370  Now                        ExifTool           no
35371  OtherImage                 File               no
35372  PreviewImage               File               yes
35373  PreviewPDF                 File               no
35374  PreviewPNG                 File               no
35375  PreviewTIFF                File               no
35376  PreviewWMF                 File               no
35377  ProcessingTime             ExifTool           no
35378  RAFVersion                 File               no
35379  ResourceForkSize           System             no
35380  SymLink                    -                  yes!
35381  TestName                   -                  yes!
35382  ThumbnailImage             File               no
35383  Trailer                    File               yes!
35384  Validate                   ExifTool           no
35385  Warning                    ExifTool           no
35386  XML                        XML                no
35387  XMP                        XMP                yes!
35388  XResolution                File               no
35389  YResolution                File               no
35390
35391=head2 Composite Tags
35392
35393The values of the composite tags are B<Derived From> the values of other
35394tags.  These are convenience tags which are calculated after all other
35395information is extracted.  Only a few of these tags are writable directly,
35396the others are changed by writing the corresponding B<Derived From> tags.
35397User-defined Composite tags, also useful for custom-formatting of tag
35398values, may created via the ExifTool configuration file.
35399
35400  Tag Name             Derived From             Writable
35401  --------             ------------             --------
35402  AdvancedSceneMode    Model                    no
35403                       SceneMode
35404                       AdvancedSceneType
35405  Aperture             FNumber                  no
35406                       ApertureValue
35407  AudioBitrate         MPEG:MPEGAudioVersion    no
35408                       MPEG:SampleRate
35409                       MPEG:VBRBytes
35410                       MPEG:VBRFrames
35411  AutoFocus            Nikon:PhaseDetectAF      no
35412                       Nikon:ContrastDetectAF
35413  AvgBitrate           QuickTime::MediaDataSize no
35414                       QuickTime::Duration
35415  BlueBalance          WB_RGGBLevels            no
35416                       WB_RGBGLevels
35417                       WB_RBGGLevels
35418                       WB_GRBGLevels
35419                       WB_GRGBLevels
35420                       WB_GBRGLevels
35421                       WB_RGBLevels
35422                       WB_GRBLevels
35423                       WB_RBLevels
35424                       WBBlueLevel
35425                       WBGreenLevel
35426  CDDBDiscPlayTime     CDDB1Info                no
35427  CDDBDiscTracks       CDDB1Info                no
35428  CFAPattern           CFARepeatPatternDim      no
35429                       CFAPattern2
35430  CircleOfConfusion    ScaleFactor35efl         no
35431  ConditionalFEC       FlashExposureComp        no
35432                       FlashBits
35433  DOF                  FocalLength              no
35434                       Aperture
35435                       CircleOfConfusion
35436                       FocusDistance
35437                       SubjectDistance
35438                       ObjectDistance
35439                       ApproximateFocusDistance
35440                       FocusDistanceLower
35441                       FocusDistanceUpper
35442  DateCreated          Kodak:YearCreated        no
35443                       Kodak:MonthDayCreated
35444  DateTimeCreated      IPTC:DateCreated         no
35445                       IPTC:TimeCreated
35446  DateTimeOriginal     DateTimeCreated          no
35447                       DateCreated
35448                       TimeCreated
35449  DateTimeOriginal     ID3:RecordingTime        no
35450                       ID3:Year
35451                       ID3:Date
35452                       ID3:Time
35453  DepthMapTiff         DepthMapData             no
35454                       DepthMapWidth
35455                       DepthMapHeight
35456  DigitalCreationDateTime IPTC:DigitalCreationDate no
35457                       IPTC:DigitalCreationTime
35458  DigitalZoom          Canon:ZoomSourceWidth    no
35459                       Canon:ZoomTargetWidth
35460                       Canon:DigitalZoom
35461  DriveMode            ContinuousDrive          no
35462                       SelfTimer
35463  Duration             AIFF:SampleRate          no
35464                       AIFF:NumSampleFrames
35465  Duration             APE:SampleRate           no
35466                       APE:TotalFrames
35467                       APE:BlocksPerFrame
35468                       APE:FinalFrameBlocks
35469  Duration             FLAC:SampleRate          no
35470                       FLAC:TotalSamples
35471  Duration             FileSize                 no
35472                       ID3Size
35473                       MPEG:AudioBitrate
35474                       MPEG:VideoBitrate
35475                       MPEG:VBRFrames
35476                       MPEG:SampleRate
35477                       MPEG:MPEGAudioVersion
35478  Duration             RIFF:FrameRate           no
35479                       RIFF:FrameCount
35480                       VideoFrameRate
35481                       VideoFrameCount
35482  Duration             RIFF:AvgBytesPerSec      no
35483                       FileSize
35484                       FrameCount
35485                       VideoFrameCount
35486  Duration             Vorbis:NominalBitrate    no
35487                       FileSize
35488  ExtenderStatus       Olympus:Extender         no
35489                       Olympus:LensType
35490                       MaxApertureValue
35491  FOV                  FocalLength              no
35492                       ScaleFactor35efl
35493                       FocusDistance
35494  FileNumber           DirectoryIndex           yes
35495                       FileIndex
35496  Flash                XMP:FlashFired           yes
35497                       XMP:FlashReturn
35498                       XMP:FlashMode
35499                       XMP:FlashFunction
35500                       XMP:FlashRedEyeMode
35501                       XMP:Flash
35502  FlashType            FlashBits                no
35503  FocalLength35efl     FocalLength              no
35504                       ScaleFactor35efl
35505  FocusDistance        Sony:FocusPosition       no
35506                       FocalLength
35507  FocusDistance2       Sony:FocusPosition2      no
35508                       FocalLengthIn35mmFormat
35509  GPSAltitude          GPS:GPSAltitude          no
35510                       GPS:GPSAltitudeRef
35511                       XMP:GPSAltitude
35512                       XMP:GPSAltitudeRef
35513  GPSAltitude          QuickTime:GPSCoordinates no
35514  GPSAltitude          QuickTime:LocationInformation no
35515  GPSAltitudeRef       QuickTime:GPSCoordinates no
35516  GPSAltitudeRef       QuickTime:LocationInformation no
35517  GPSDateTime          GPS:GPSDateStamp         no
35518                       GPS:GPSTimeStamp
35519  GPSDateTime          Parrot:GPSLatitude       no
35520                       Main:CreateDate
35521                       SampleTime
35522  GPSDateTime          Sony:GPSDateStamp        no
35523                       Sony:GPSTimeStamp
35524  GPSDestLatitude      GPS:GPSDestLatitude      no
35525                       GPS:GPSDestLatitudeRef
35526  GPSDestLatitudeRef   XMP-exif:GPSDestLatitude no
35527  GPSDestLongitude     GPS:GPSDestLongitude     no
35528                       GPS:GPSDestLongitudeRef
35529  GPSDestLongitudeRef  XMP-exif:GPSDestLongitude no
35530  GPSLatitude          GPS:GPSLatitude          no
35531                       GPS:GPSLatitudeRef
35532  GPSLatitude          QuickTime:GPSCoordinates no
35533  GPSLatitude          QuickTime:LocationInformation no
35534  GPSLatitudeRef       XMP-exif:GPSLatitude     no
35535  GPSLongitude         GPS:GPSLongitude         no
35536                       GPS:GPSLongitudeRef
35537  GPSLongitude         QuickTime:GPSCoordinates no
35538  GPSLongitude         QuickTime:LocationInformation no
35539  GPSLongitudeRef      XMP-exif:GPSLongitude    no
35540  GPSPosition          GPSLatitude              no
35541                       GPSLongitude
35542  HyperfocalDistance   FocalLength              no
35543                       Aperture
35544                       CircleOfConfusion
35545  IDCPreviewImage      IDCPreviewStart          no
35546                       IDCPreviewLength
35547  ISO                  Canon:CameraISO          no
35548                       Canon:BaseISO
35549                       Canon:AutoISO
35550  ImageHeight          IFD0:SensorTopBorder     no
35551                       IFD0:SensorBottomBorder
35552  ImageHeight          Main:PostScript:ImageData no
35553                       PostScript:BoundingBox
35554  ImageSize            ImageWidth               no
35555                       ImageHeight
35556                       ExifImageWidth
35557                       ExifImageHeight
35558                       RawImageCroppedSize
35559  ImageWidth           IFD0:SensorLeftBorder    no
35560                       IFD0:SensorRightBorder
35561  ImageWidth           Main:PostScript:ImageData no
35562                       PostScript:BoundingBox
35563  JpgFromRaw           JpgFromRawStart          yes
35564                       JpgFromRawLength
35565  Lens                 Canon:MinFocalLength     no
35566                       Canon:MaxFocalLength
35567  Lens35efl            Canon:MinFocalLength     no
35568                       Canon:MaxFocalLength
35569                       Lens
35570                       ScaleFactor35efl
35571  LensID               LensType                 no
35572                       FocalLength
35573                       MaxAperture
35574                       MaxApertureValue
35575                       MinFocalLength
35576                       MaxFocalLength
35577                       LensModel
35578                       LensFocalRange
35579                       LensSpec
35580                       LensType2
35581                       LensType3
35582                       LensFocalLength
35583                       RFLensType
35584  LensID               LensModel                no
35585                       Lens
35586                       XMP-aux:LensID
35587                       Make
35588  LensID               Nikon:LensIDNumber       no
35589                       LensFStops
35590                       MinFocalLength
35591                       MaxFocalLength
35592                       MaxApertureAtMinFocal
35593                       MaxApertureAtMaxFocal
35594                       MCUVersion
35595                       Nikon:LensType
35596  LensID               Ricoh:LensFirmware       no
35597  LensID               XMP-aux:LensID           no
35598                       Make
35599                       LensInfo
35600                       FocalLength
35601                       LensModel
35602                       MaxApertureValue
35603  LensSpec             Nikon:Lens               no
35604                       Nikon:LensType
35605  LensType             LensTypeMake             no
35606                       LensTypeModel
35607  LightValue           Aperture                 no
35608                       ShutterSpeed
35609                       ISO
35610  MPImage              MPImageStart             no
35611                       MPImageLength
35612                       MPImageType
35613  Megapixels           ImageSize                no
35614  OriginalDecisionData OriginalDecisionDataOffset yes!
35615  OtherImage           OtherImageStart          yes
35616                       OtherImageLength
35617  PeakSpectralSensitivity FLIR:PlanckB          no
35618  PreviewImage         PreviewImageStart        yes
35619                       PreviewImageLength
35620                       PreviewImageValid
35621                       PreviewImageStart (1)
35622                       PreviewImageLength (1)
35623  PreviewImage         ScreenNail               no
35624  PreviewImageSize     PreviewImageWidth        no
35625                       PreviewImageHeight
35626  RedBalance           WB_RGGBLevels            no
35627                       WB_RGBGLevels
35628                       WB_RBGGLevels
35629                       WB_GRBGLevels
35630                       WB_GRGBLevels
35631                       WB_GBRGLevels
35632                       WB_RGBLevels
35633                       WB_GRBLevels
35634                       WB_RBLevels
35635                       WBRedLevel
35636                       WBGreenLevel
35637  RedEyeReduction      CanonFlashMode           no
35638                       FlashBits
35639  RicohPitch           Ricoh:Accelerometer      no
35640  RicohRoll            Ricoh:Accelerometer      no
35641  Rotation             QuickTime:MatrixStructure yes!
35642                       QuickTime:HandlerType
35643  RunTimeSincePowerUp  Apple:RunTimeValue       no
35644                       Apple:RunTimeScale
35645  ScaleFactor35efl     FocalLength              no
35646                       FocalLengthIn35mmFormat
35647                       Composite:DigitalZoom
35648                       FocalPlaneDiagonal
35649                       SensorSize
35650                       FocalPlaneXSize
35651                       FocalPlaneYSize
35652                       FocalPlaneResolutionUnit
35653                       FocalPlaneXResolution
35654                       FocalPlaneYResolution
35655                       ExifImageWidth
35656                       ExifImageHeight
35657                       CanonImageWidth
35658                       CanonImageHeight
35659                       ImageWidth
35660                       ImageHeight
35661  ShootingMode         CanonExposureMode        no
35662                       EasyMode
35663                       BulbDuration
35664  ShutterCurtainHack   FlashBits                no
35665                       ShutterCurtainSync
35666  ShutterSpeed         ExposureTime             no
35667                       ShutterSpeedValue
35668                       BulbDuration
35669  SingleShotDepthMapTiff SingleShotDepthMap     no
35670                       SegWidth
35671                       SegHeight
35672  SubSecCreateDate     EXIF:CreateDate          yes
35673                       SubSecTimeDigitized
35674                       OffsetTimeDigitized
35675  SubSecDateTimeOriginal EXIF:DateTimeOriginal  yes
35676                       SubSecTimeOriginal
35677                       OffsetTimeOriginal
35678  SubSecModifyDate     EXIF:ModifyDate          yes
35679                       SubSecTime
35680                       OffsetTime
35681  ThumbnailImage       ThumbnailOffset          yes
35682                       ThumbnailLength
35683  ThumbnailTIFF        SubfileType              no
35684                       Compression
35685                       ImageWidth
35686                       ImageHeight
35687                       BitsPerSample
35688                       PhotometricInterpretation
35689                       StripOffsets
35690                       SamplesPerPixel
35691                       RowsPerStrip
35692                       StripByteCounts
35693                       PlanarConfiguration
35694                       Orientation
35695  VolumeSize           ISO:VolumeBlockCount     no
35696                       ISO:VolumeBlockSize
35697  WB_RGBLevels         KDC_IFD:WhiteBalance     no
35698                       WB_RGBLevelsAuto
35699                       WB_RGBLevelsFluorescent
35700                       WB_RGBLevelsTungsten
35701                       WB_RGBLevelsDaylight
35702                       WB_RGBLevels4
35703                       WB_RGBLevels5
35704                       WB_RGBLevelsShade
35705  WB_RGBLevels         KodakIFD:WhiteBalance    no
35706                       WB_RGBMul0
35707                       WB_RGBMul1
35708                       WB_RGBMul2
35709                       WB_RGBMul3
35710                       WB_RGBCoeffs0
35711                       WB_RGBCoeffs1
35712                       WB_RGBCoeffs2
35713                       WB_RGBCoeffs3
35714                       KodakIFD:ColorTemperature
35715                       Kodak:WB_RGBLevels
35716  WB_RGGBLevels        Canon:WhiteBalance       no
35717                       WB_RGGBLevelsAsShot
35718                       WB_RGGBLevelsAuto
35719                       WB_RGGBLevelsDaylight
35720                       WB_RGGBLevelsCloudy
35721                       WB_RGGBLevelsTungsten
35722                       WB_RGGBLevelsFluorescent
35723                       WB_RGGBLevelsFlash
35724                       WB_RGGBLevelsCustom
35725                       WB_RGGBLevelsShade
35726                       WB_RGGBLevelsKelvin
35727  WB_RGGBLevels        WB_RGGBLevelsUncorrected no
35728                       WB_RGGBLevelsBlack
35729  ZoomedPreviewImage   ZoomedPreviewStart       no
35730                       ZoomedPreviewLength
35731
35732=head2 Shortcuts Tags
35733
35734Shortcut tags are convenience tags that represent one or more other tag
35735names.  They are used like regular tags to read and write the information
35736for a specified set of tags.
35737
35738The shortcut tags below have been pre-defined, but user-defined shortcuts
35739may be added via the %Image::ExifTool::UserDefined::Shortcuts lookup in the
35740=/.ExifTool_config file.  See the Image::ExifTool::Shortcuts documentation
35741for more details.
35742
35743  Tag Name             Refers To                Writable
35744  --------             ---------                --------
35745  AllDates             DateTimeOriginal         yes
35746                       CreateDate
35747                       ModifyDate
35748  Canon                FileName                 yes
35749                       Model
35750                       DateTimeOriginal
35751                       ShootingMode
35752                       ShutterSpeed
35753                       Aperture
35754                       MeteringMode
35755                       ExposureCompensation
35756                       ISO
35757                       Lens
35758                       FocalLength
35759                       ImageSize
35760                       Quality
35761                       Flash
35762                       FlashType
35763                       ConditionalFEC
35764                       RedEyeReduction
35765                       ShutterCurtainHack
35766                       WhiteBalance
35767                       FocusMode
35768                       Contrast
35769                       Sharpness
35770                       Saturation
35771                       ColorTone
35772                       ColorSpace
35773                       LongExposureNoiseReduction
35774                       FileSize
35775                       FileNumber
35776                       DriveMode
35777                       OwnerName
35778                       SerialNumber
35779  ColorSpaceTags       ExifIFD:ColorSpace       yes
35780                       ExifIFD:Gamma
35781                       InteropIFD:InteropIndex
35782                       ICC_Profile
35783  Common               FileName                 yes
35784                       FileSize
35785                       Model
35786                       DateTimeOriginal
35787                       ImageSize
35788                       Quality
35789                       FocalLength
35790                       ShutterSpeed
35791                       Aperture
35792                       ISO
35793                       WhiteBalance
35794                       Flash
35795  CommonIFD0           IFD0:ImageDescription    yes
35796                       IFD0:Make
35797                       IFD0:Model
35798                       IFD0:Software
35799                       IFD0:ModifyDate
35800                       IFD0:Artist
35801                       IFD0:Copyright
35802                       IFD0:Rating
35803                       IFD0:RatingPercent
35804                       IFD0:DNGLensInfo
35805                       IFD0:PanasonicTitle
35806                       IFD0:PanasonicTitle2
35807                       IFD0:XPTitle
35808                       IFD0:XPComment
35809                       IFD0:XPAuthor
35810                       IFD0:XPKeywords
35811                       IFD0:XPSubject
35812  LargeTags            CanonVRD                 yes
35813                       DLOData
35814                       EXIF
35815                       ICC_Profile
35816                       IDCPreviewImage
35817                       ImageData
35818                       IPTC
35819                       JpgFromRaw
35820                       OriginalRawImage
35821                       OtherImage
35822                       PreviewImage
35823                       ThumbnailImage
35824                       TIFFPreview
35825                       XML
35826                       XMP
35827                       ZoomedPreviewImage
35828  MakerNotes           MakerNotes               yes
35829                       MakerNoteApple
35830                       MakerNoteCanon
35831                       MakerNoteCasio
35832                       MakerNoteCasio2
35833                       MakerNoteDJI
35834                       MakerNoteFLIR
35835                       MakerNoteFujiFilm
35836                       MakerNoteGE
35837                       MakerNoteGE2
35838                       MakerNoteHasselblad
35839                       MakerNoteHP
35840                       MakerNoteHP2
35841                       MakerNoteHP4
35842                       MakerNoteHP6
35843                       MakerNoteISL
35844                       MakerNoteJVC
35845                       MakerNoteJVCText
35846                       MakerNoteKodak1a
35847                       MakerNoteKodak1b
35848                       MakerNoteKodak2
35849                       MakerNoteKodak3
35850                       MakerNoteKodak4
35851                       MakerNoteKodak5
35852                       MakerNoteKodak6a
35853                       MakerNoteKodak6b
35854                       MakerNoteKodak7
35855                       MakerNoteKodak8a
35856                       MakerNoteKodak8b
35857                       MakerNoteKodak8c
35858                       MakerNoteKodak9
35859                       MakerNoteKodak10
35860                       MakerNoteKodak11
35861                       MakerNoteKodak12
35862                       MakerNoteKodakUnknown
35863                       MakerNoteKyocera
35864                       MakerNoteMinolta
35865                       MakerNoteMinolta2
35866                       MakerNoteMinolta3
35867                       MakerNoteMotorola
35868                       MakerNoteNikon
35869                       MakerNoteNikon2
35870                       MakerNoteNikon3
35871                       MakerNoteNintendo
35872                       MakerNoteOlympus
35873                       MakerNoteOlympus2
35874                       MakerNoteLeica
35875                       MakerNoteLeica2
35876                       MakerNoteLeica3
35877                       MakerNoteLeica4
35878                       MakerNoteLeica5
35879                       MakerNoteLeica6
35880                       MakerNoteLeica7
35881                       MakerNoteLeica8
35882                       MakerNoteLeica9
35883                       MakerNoteLeica10
35884                       MakerNotePanasonic
35885                       MakerNotePanasonic2
35886                       MakerNotePanasonic3
35887                       MakerNotePentax
35888                       MakerNotePentax2
35889                       MakerNotePentax3
35890                       MakerNotePentax4
35891                       MakerNotePentax5
35892                       MakerNotePentax6
35893                       MakerNotePhaseOne
35894                       MakerNoteReconyx
35895                       MakerNoteReconyx2
35896                       MakerNoteReconyx3
35897                       MakerNoteRicoh
35898                       MakerNoteRicoh2
35899                       MakerNoteRicohPentax
35900                       MakerNoteRicohText
35901                       MakerNoteSamsung1a
35902                       MakerNoteSamsung1b
35903                       MakerNoteSamsung2
35904                       MakerNoteSanyo
35905                       MakerNoteSanyoC4
35906                       MakerNoteSanyoPatch
35907                       MakerNoteSigma
35908                       MakerNoteSony
35909                       MakerNoteSony2
35910                       MakerNoteSony3
35911                       MakerNoteSony4
35912                       MakerNoteSony5
35913                       MakerNoteSonyEricsson
35914                       MakerNoteSonySRF
35915                       MakerNoteUnknownText
35916                       MakerNoteUnknownBinary
35917                       MakerNoteUnknown
35918  Nikon                Model                    yes
35919                       SubSecDateTimeOriginal
35920                       ShutterCount
35921                       LensSpec
35922                       FocalLength
35923                       ImageSize
35924                       ShutterSpeed
35925                       Aperture
35926                       ISO
35927                       NoiseReduction
35928                       ExposureProgram
35929                       ExposureCompensation
35930                       WhiteBalance
35931                       WhiteBalanceFineTune
35932                       ShootingMode
35933                       Quality
35934                       MeteringMode
35935                       FocusMode
35936                       ImageOptimization
35937                       ToneComp
35938                       ColorHue
35939                       ColorSpace
35940                       HueAdjustment
35941                       Saturation
35942                       Sharpness
35943                       Flash
35944                       FlashMode
35945                       FlashExposureComp
35946  Unsafe               IFD0:YCbCrPositioning    yes
35947                       IFD0:YCbCrCoefficients
35948                       IFD0:TransferFunction
35949                       ExifIFD:ComponentsConfiguration
35950                       ExifIFD:CompressedBitsPerPixel
35951                       InteropIFD:InteropIndex
35952                       InteropIFD:InteropVersion
35953                       InteropIFD:RelatedImageWidth
35954                       InteropIFD:RelatedImageHeight
35955  ls-l                 FilePermissions          yes
35956                       FileHardLinks
35957                       FileUserID
35958                       FileGroupID
35959                       FileSize#
35960                       FileModifyDate
35961                       FileName
35962
35963=head2 MWG Tags
35964
35965The Metadata Working Group (MWG) recommends techniques to allow certain
35966overlapping EXIF, IPTC and XMP tags to be reconciled when reading, and
35967synchronized when writing.  The MWG Composite tags below are designed to aid
35968in the implementation of these recommendations.  As well, the MWG defines
35969new XMP tags which are listed in the subsequent tables below.  See
35970L<https://web.archive.org/web/20180919181934/http://www.metadataworkinggroup.org/pdf/mwg_guidance.pdf>
35971for the official MWG specification.
35972
35973=head3 MWG Composite Tags
35974
35975The table below lists special Composite tags which are used to access other
35976tags based on the MWG 2.0 recommendations.  These tags are only accessible
35977when explicitly loaded, but this is done automatically by the exiftool
35978application if MWG is specified as a group for any tag on the command line,
35979or manually with the C<-use MWG> option.  Via the API, the MWG Composite
35980tags are loaded by calling "C<Image::ExifTool::MWG::Load()>".
35981
35982When reading, the value of each MWG tag is B<Derived From> the specified
35983tags based on the MWG guidelines.  When writing, the appropriate associated
35984tags are written.  The value of the IPTCDigest tag is updated automatically
35985when the IPTC is changed if either the IPTCDigest tag didn't exist
35986beforehand or its value agreed with the original IPTC digest (indicating
35987that the XMP is synchronized with the IPTC).  IPTC information is written
35988only if the original file contained IPTC.
35989
35990Loading the MWG module activates "strict MWG conformance mode", which has
35991the effect of causing EXIF, IPTC and XMP in non-standard locations to be
35992ignored when reading, as per the MWG recommendations.  Instead, a "Warning"
35993tag is generated when non-standard metadata is encountered.  This feature
35994may be disabled by setting C<$Image::ExifTool::MWG::strict = 0> in the
35995ExifTool config file (or from your Perl script when using the API).  Note
35996that the behaviour when writing is not changed:  ExifTool always creates new
35997records only in the standard location, but writes new tags to any
35998EXIF/IPTC/XMP records that exist.
35999
36000Contrary to the EXIF specification, the MWG recommends that EXIF "ASCII"
36001string values be stored as UTF-8.  To honour this, the exiftool application
36002sets the default internal EXIF string encoding to "UTF8" when the MWG module
36003is loaded, but via the API this must be done manually by setting the
36004CharsetEXIF option.
36005
36006A complication of the MWG specification is that although the MWG:Creator
36007property may consist of multiple values, the associated EXIF tag
36008(EXIF:Artist) is only a simple string.  To resolve this discrepancy the MWG
36009recommends a technique which allows a list of values to be stored in a
36010string by using a semicolon-space separator (with quotes around values if
36011necessary).  When the MWG module is loaded, ExifTool automatically
36012implements this policy and changes EXIF:Artist to a list-type tag.
36013
36014  Tag Name             Derived From             Writable
36015  --------             ------------             --------
36016  City                 IPTC:City                yes
36017                       XMP-photoshop:City
36018                       XMP-iptcExt:LocationShownCity
36019                       CurrentIPTCDigest
36020                       IPTCDigest
36021  Copyright            EXIF:Copyright           yes
36022                       IPTC:CopyrightNotice
36023                       XMP-dc:Rights
36024                       CurrentIPTCDigest
36025                       IPTCDigest
36026  Country              IPTC:Country-PrimaryLocationName yes
36027                       XMP-photoshop:Country
36028                       XMP-iptcExt:LocationShownCountryName
36029                       CurrentIPTCDigest
36030                       IPTCDigest
36031  CreateDate           Composite:SubSecCreateDate yes
36032                       EXIF:CreateDate
36033                       IPTC:DigitalCreationDate
36034                       IPTC:DigitalCreationTime
36035                       XMP-xmp:CreateDate
36036                       CurrentIPTCDigest
36037                       IPTCDigest
36038  Creator              EXIF:Artist              yes+
36039                       IPTC:By-line
36040                       XMP-dc:Creator
36041                       CurrentIPTCDigest
36042                       IPTCDigest
36043  DateTimeOriginal     Composite:SubSecDateTimeOriginal yes
36044                       EXIF:DateTimeOriginal
36045                       IPTC:DateCreated
36046                       IPTC:TimeCreated
36047                       XMP-photoshop:DateCreated
36048                       CurrentIPTCDigest
36049                       IPTCDigest
36050  Description          EXIF:ImageDescription    yes
36051                       IPTC:Caption-Abstract
36052                       XMP-dc:Description
36053                       CurrentIPTCDigest
36054                       IPTCDigest
36055  Keywords             IPTC:Keywords            yes+
36056                       XMP-dc:Subject
36057                       CurrentIPTCDigest
36058                       IPTCDigest
36059  Location             IPTC:Sub-location        yes
36060                       XMP-iptcCore:Location
36061                       XMP-iptcExt:LocationShownSublocation
36062                       CurrentIPTCDigest
36063                       IPTCDigest
36064  ModifyDate           Composite:SubSecModifyDate yes
36065                       EXIF:ModifyDate
36066                       XMP-xmp:ModifyDate
36067                       CurrentIPTCDigest
36068                       IPTCDigest
36069  Orientation          EXIF:Orientation         yes
36070  Rating               XMP-xmp:Rating           yes
36071  State                IPTC:Province-State      yes
36072                       XMP-photoshop:State
36073                       XMP-iptcExt:LocationShownProvinceState
36074                       CurrentIPTCDigest
36075                       IPTCDigest
36076
36077=head3 MWG Regions Tags
36078
36079Image region metadata defined by the MWG 2.0 specification.  These tags
36080may be accessed without the need to load the MWG Composite tags above.  See
36081L<https://web.archive.org/web/20180919181934/http://www.metadataworkinggroup.org/pdf/mwg_guidance.pdf>
36082for the official specification.
36083
36084These tags belong to the ExifTool XMP-mwg-rs family 1 group.
36085
36086  Tag Name                                      Writable
36087  --------                                      --------
36088  RegionInfo                                    MWG RegionInfo Struct
36089  RegionAppliedToDimensions                     Dimensions Struct_
36090  RegionAppliedToDimensionsH                    real_
36091  RegionAppliedToDimensionsUnit                 string_
36092  RegionAppliedToDimensionsW                    real_
36093  RegionList                                    MWG RegionStruct Struct_+
36094  RegionArea                                    Area Struct_+
36095  RegionAreaD                                   real_+
36096  RegionAreaH                                   real_+
36097  RegionAreaUnit                                string_+
36098  RegionAreaW                                   real_+
36099  RegionAreaX                                   real_+
36100  RegionAreaY                                   real_+
36101  RegionBarCodeValue                            string_+
36102  RegionDescription                             string_+
36103  RegionExtensions                              MWG Extensions Struct_+
36104  RegionFocusUsage                              string_+
36105  RegionName                                    string_+
36106  RegionRotation                                real_+
36107  RegionSeeAlso                                 string_+
36108  RegionType                                    string_+
36109
36110=head3 MWG RegionInfo Struct
36111
36112  Field Name                                    Writable
36113  ----------                                    --------
36114  AppliedToDimensions                           Dimensions Struct
36115  RegionList                                    MWG RegionStruct Struct+
36116
36117=head3 MWG RegionStruct Struct
36118
36119  Field Name                                    Writable
36120  ----------                                    --------
36121  Area                                          Area Struct
36122  BarCodeValue                                  string
36123  Description                                   string
36124  Extensions                                    MWG Extensions Struct
36125  FocusUsage                                    string
36126  Name                                          string
36127  Rotation                                      real
36128  Type                                          string
36129  SeeAlso                                       string
36130
36131=head3 MWG Extensions Struct
36132
36133This structure may contain any top-level XMP tags, but none have been
36134pre-defined in ExifTool.  Since no flattened tags have been pre-defined,
36135RegionExtensions is writable only as a structure (eg.
36136C<{xmp-dc:creator=me,rating=5}>).  Fields for this structure are identified
36137using the standard ExifTool tag name (with optional leading group name,
36138and/or trailing language code, and/or trailing C<#> symbol to disable print
36139conversion).
36140
36141  Field Name                                    Writable
36142  ----------                                    --------
36143  [no tags known]
36144
36145=head3 MWG Keywords Tags
36146
36147Hierarchical keywords metadata defined by the MWG 2.0 specification.
36148ExifTool unrolls keyword structures to an arbitrary depth of 6 to allow
36149individual levels to be accessed with different tag names, and to avoid
36150infinite recursion.  See
36151L<https://web.archive.org/web/20180919181934/http://www.metadataworkinggroup.org/pdf/mwg_guidance.pdf>
36152for the official specification.
36153
36154These tags belong to the ExifTool XMP-mwg-kw family 1 group.
36155
36156  Tag Name                                      Writable
36157  --------                                      --------
36158  KeywordInfo                                   MWG KeywordInfo Struct
36159  HierarchicalKeywords                          MWG KeywordStruct Struct_+
36160  HierarchicalKeywords1Applied                  boolean_+
36161  HierarchicalKeywords1Children                 MWG KeywordStruct Struct_+
36162  HierarchicalKeywords2Applied                  boolean_+
36163  HierarchicalKeywords2Children                 MWG KeywordStruct Struct_+
36164  HierarchicalKeywords3Applied                  boolean_+
36165  HierarchicalKeywords3Children                 MWG KeywordStruct Struct_+
36166  HierarchicalKeywords4Applied                  boolean_+
36167  HierarchicalKeywords4Children                 MWG KeywordStruct Struct_+
36168  HierarchicalKeywords5Applied                  boolean_+
36169  HierarchicalKeywords5Children                 MWG KeywordStruct Struct_+
36170  HierarchicalKeywords6Applied                  boolean_+
36171  HierarchicalKeywords6                         string_+
36172  HierarchicalKeywords5                         string_+
36173  HierarchicalKeywords4                         string_+
36174  HierarchicalKeywords3                         string_+
36175  HierarchicalKeywords2                         string_+
36176  HierarchicalKeywords1                         string_+
36177
36178=head3 MWG KeywordInfo Struct
36179
36180  Field Name                                    Writable
36181  ----------                                    --------
36182  Hierarchy                                     MWG KeywordStruct Struct+
36183
36184=head3 MWG KeywordStruct Struct
36185
36186  Field Name                                    Writable
36187  ----------                                    --------
36188  Applied                                       boolean
36189  Children                                      MWG KeywordStruct Struct+
36190  Keyword                                       string
36191
36192=head3 MWG Collections Tags
36193
36194Collections metadata defined by the MWG 2.0 specification.  See
36195L<https://web.archive.org/web/20180919181934/http://www.metadataworkinggroup.org/pdf/mwg_guidance.pdf>
36196for the official specification.
36197
36198These tags belong to the ExifTool XMP-mwg-coll family 1 group.
36199
36200  Tag Name                                      Writable
36201  --------                                      --------
36202  Collections                                   MWG CollectionInfo Struct+
36203  CollectionName                                string_+
36204  CollectionURI                                 string_+
36205
36206=head3 MWG CollectionInfo Struct
36207
36208  Field Name                                    Writable
36209  ----------                                    --------
36210  CollectionName                                string
36211  CollectionURI                                 string
36212
36213=head1 NOTES
36214
36215This document generated automatically by
36216L<Image::ExifTool::BuildTagLookup|Image::ExifTool::BuildTagLookup>.
36217
36218=head1 AUTHOR
36219
36220Copyright 2003-2021, Phil Harvey (philharvey66 at gmail.com)
36221
36222This library is free software; you can redistribute it and/or modify it
36223under the same terms as Perl itself.
36224
36225=head1 SEE ALSO
36226
36227L<Image::ExifTool(3pm)|Image::ExifTool>
36228
36229=cut
36230