exiftool-vendored.pl 12.55.0 → 12.60.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/bin/Changes +97 -4
  2. package/bin/MANIFEST +9 -0
  3. package/bin/META.json +1 -1
  4. package/bin/META.yml +1 -1
  5. package/bin/README +19 -19
  6. package/bin/arg_files/xmp2exif.args +4 -1
  7. package/bin/config_files/example.config +1 -0
  8. package/bin/config_files/rotate_regions.config +1 -1
  9. package/bin/exiftool +197 -122
  10. package/bin/fmt_files/kml.fmt +3 -0
  11. package/bin/fmt_files/kml_track.fmt +3 -0
  12. package/bin/lib/Image/ExifTool/AIFF.pm +2 -2
  13. package/bin/lib/Image/ExifTool/APE.pm +2 -2
  14. package/bin/lib/Image/ExifTool/BuildTagLookup.pm +25 -19
  15. package/bin/lib/Image/ExifTool/Canon.pm +33 -7
  16. package/bin/lib/Image/ExifTool/CanonRaw.pm +5 -1
  17. package/bin/lib/Image/ExifTool/DJI.pm +28 -2
  18. package/bin/lib/Image/ExifTool/Exif.pm +107 -20
  19. package/bin/lib/Image/ExifTool/FlashPix.pm +92 -9
  20. package/bin/lib/Image/ExifTool/FujiFilm.pm +9 -4
  21. package/bin/lib/Image/ExifTool/GPS.pm +7 -2
  22. package/bin/lib/Image/ExifTool/Geotag.pm +30 -7
  23. package/bin/lib/Image/ExifTool/InfiRay.pm +227 -0
  24. package/bin/lib/Image/ExifTool/JPEG.pm +53 -7
  25. package/bin/lib/Image/ExifTool/Jpeg2000.pm +5 -5
  26. package/bin/lib/Image/ExifTool/LIF.pm +10 -2
  27. package/bin/lib/Image/ExifTool/LNK.pm +5 -4
  28. package/bin/lib/Image/ExifTool/MIE.pm +3 -3
  29. package/bin/lib/Image/ExifTool/MPEG.pm +2 -2
  30. package/bin/lib/Image/ExifTool/MakerNotes.pm +3 -2
  31. package/bin/lib/Image/ExifTool/Minolta.pm +6 -7
  32. package/bin/lib/Image/ExifTool/MinoltaRaw.pm +2 -1
  33. package/bin/lib/Image/ExifTool/Nikon.pm +1199 -1325
  34. package/bin/lib/Image/ExifTool/NikonCustom.pm +2 -2
  35. package/bin/lib/Image/ExifTool/NikonSettings.pm +1 -1
  36. package/bin/lib/Image/ExifTool/Olympus.pm +88 -6
  37. package/bin/lib/Image/ExifTool/OpenEXR.pm +32 -15
  38. package/bin/lib/Image/ExifTool/PNG.pm +89 -3
  39. package/bin/lib/Image/ExifTool/PanasonicRaw.pm +27 -1
  40. package/bin/lib/Image/ExifTool/Pentax.pm +8 -5
  41. package/bin/lib/Image/ExifTool/PhaseOne.pm +14 -1
  42. package/bin/lib/Image/ExifTool/Photoshop.pm +38 -7
  43. package/bin/lib/Image/ExifTool/QuickTime.pm +44 -13
  44. package/bin/lib/Image/ExifTool/QuickTimeStream.pl +63 -20
  45. package/bin/lib/Image/ExifTool/README +19 -2
  46. package/bin/lib/Image/ExifTool/RIFF.pm +34 -13
  47. package/bin/lib/Image/ExifTool/Rawzor.pm +2 -2
  48. package/bin/lib/Image/ExifTool/Real.pm +2 -2
  49. package/bin/lib/Image/ExifTool/Ricoh.pm +2 -1
  50. package/bin/lib/Image/ExifTool/Sigma.pm +5 -4
  51. package/bin/lib/Image/ExifTool/SigmaRaw.pm +9 -3
  52. package/bin/lib/Image/ExifTool/Sony.pm +28 -1
  53. package/bin/lib/Image/ExifTool/TagLookup.pm +4691 -4624
  54. package/bin/lib/Image/ExifTool/TagNames.pod +511 -117
  55. package/bin/lib/Image/ExifTool/VCard.pm +19 -5
  56. package/bin/lib/Image/ExifTool/Validate.pm +5 -5
  57. package/bin/lib/Image/ExifTool/WriteExif.pl +42 -0
  58. package/bin/lib/Image/ExifTool/WriteXMP.pl +1 -1
  59. package/bin/lib/Image/ExifTool/Writer.pl +150 -36
  60. package/bin/lib/Image/ExifTool/XMP.pm +19 -4
  61. package/bin/lib/Image/ExifTool/XMP2.pl +2 -1
  62. package/bin/lib/Image/ExifTool.pm +248 -54
  63. package/bin/lib/Image/ExifTool.pod +94 -58
  64. package/bin/perl-Image-ExifTool.spec +18 -18
  65. package/bin/pp_build_exe.args +7 -6
  66. package/package.json +3 -3
@@ -12,7 +12,7 @@ meta information extracted from or written to a file.
12
12
  =head1 TAG TABLES
13
13
 
14
14
  The tables listed below give the names of all tags recognized by ExifTool.
15
- They contain a total of 26274 tags, with 16757 unique tag names.
15
+ They contain a total of 26393 tags, with 16860 unique tag names.
16
16
 
17
17
  B<Tag ID>, B<Index#> or B<Sequence> is given in the first column of each
18
18
  table. A B<Tag ID> is the computer-readable equivalent of a tag name, and
@@ -28,7 +28,8 @@ gives the order of values for a serial data stream.
28
28
  A B<Tag Name> is the handle by which the information is accessed in
29
29
  ExifTool. In some instances, more than one name may correspond to a single
30
30
  tag ID. In these cases, the actual name used depends on the context in
31
- which the information is found. Case is not significant for tag names. A
31
+ which the information is found. Valid characters in a tag name are A-Z,
32
+ a-z, 0-9, hyphen (-) and underline (_). Case is not significant. A
32
33
  question mark (C<?>) after a tag name indicates that the information is
33
34
  either not understood, not verified, or not very useful -- these tags are
34
35
  not extracted by ExifTool unless the Unknown (-u) option is enabled. Be
@@ -112,30 +113,41 @@ L<https://www.w3.org/Graphics/JPEG/jfif3.pdf> for the JPEG specification.
112
113
  'APP2' ICC_Profile ICC_Profile
113
114
  FPXR FlashPix
114
115
  MPF MPF
116
+ InfiRayVersion InfiRay Version
115
117
  PreviewImage no
116
118
  'APP3' Meta Kodak Meta
117
119
  Stim Stim
118
120
  JPS JPEG JPS
119
121
  ThermalData no
122
+ ImagingData no
120
123
  PreviewImage no
121
124
  'APP4' Scalado Scalado
122
125
  FPXR FlashPix
126
+ InfiRayFactory InfiRay Factory
123
127
  ThermalParams DJI ThermalParams
128
+ ThermalParams2 DJI ThermalParams2
129
+ ThermalParams3 DJI ThermalParams3
124
130
  PreviewImage no
125
131
  'APP5' RMETA Ricoh RMETA
126
132
  SamsungUniqueID Samsung APP5
133
+ InfiRayPicture InfiRay Picture
127
134
  ThermalCalibration no
128
135
  PreviewImage no
129
136
  'APP6' EPPIM JPEG EPPIM
130
137
  NITF JPEG NITF
131
138
  HP_TDHD HP TDHD
132
139
  GoPro GoPro GPMF
140
+ InfiRayMixMode InfiRay MixMode
133
141
  DJI_DTAT no
134
142
  'APP7' Pentax Pentax
135
143
  Huawei Unknown
136
144
  Qualcomm Qualcomm
145
+ InfiRayOpMode InfiRay OpMode
146
+ DJI-DBG DJI Info
137
147
  'APP8' SPIFF JPEG SPIFF
148
+ InfiRayIsothermal InfiRay Isothermal
138
149
  'APP9' MediaJukebox JPEG MediaJukebox
150
+ InfiRaySensor InfiRay Sensor
139
151
  'APP10' Comment no
140
152
  'APP11' JPEG-HDR JPEG HDR
141
153
  JUMBF Jpeg2000
@@ -361,6 +373,8 @@ for the official EXIF 2.32 specification.
361
373
  0x010f Make IFD0 string
362
374
  0x0110 Model IFD0 string
363
375
  0x0111 StripOffsets - no
376
+ OtherImageStart - no
377
+ StripOffsets - no
364
378
  PreviewImageStart IFD0 int32u*
365
379
  PreviewImageStart All int32u*
366
380
  JpgFromRawStart SubIFD2 int32u*
@@ -368,6 +382,8 @@ for the official EXIF 2.32 specification.
368
382
  0x0115 SamplesPerPixel IFD0 int16u!
369
383
  0x0116 RowsPerStrip IFD0 int32u!
370
384
  0x0117 StripByteCounts - no
385
+ OtherImageLength - no
386
+ StripByteCounts - no
371
387
  PreviewImageLength IFD0 int32u*
372
388
  PreviewImageLength All int32u*
373
389
  JpgFromRawLength SubIFD2 int32u*
@@ -482,6 +498,9 @@ for the official EXIF 2.32 specification.
482
498
  0x7035 ChromaticAberrationCorrParams SubIFD int16s[33]!
483
499
  0x7036 DistortionCorrection SubIFD int16s!
484
500
  0x7037 DistortionCorrParams SubIFD int16s[17]!
501
+ 0x7038 SonyRawImageSize SubIFD int32u[2]!
502
+ 0x7310 BlackLevel SubIFD int16u[4]!
503
+ 0x7313 WB_RGGBLevels SubIFD int16s[4]!
485
504
  0x74c7 SonyCropTopLeft SubIFD int32u[2]!
486
505
  0x74c8 SonyCropSize SubIFD int32u[2]!
487
506
  0x800d ImageID - no
@@ -1188,10 +1207,12 @@ C<integer> is a string of digits (possibly beginning with a '+' or '-'),
1188
1207
  C<real> is a floating point number, C<rational> is entered as a floating
1189
1208
  point number but stored as two C<integer> strings separated by a '/'
1190
1209
  character, C<date> is a date/time string entered in the format "YYYY:mm:dd
1191
- HH:MM:SS[.ss][+/-HH:MM]", C<boolean> is either "True" or "False" (but "true"
1192
- and "false" may be written as a ValueConv value for compatibility with
1193
- non-conforming applications), C<struct> indicates a structured tag, and
1194
- C<lang-alt> is a tag that supports alternate languages.
1210
+ HH:MM:SS[.ss][+/-HH:MM]" but some partial date/time formats are also
1211
+ accepted (see L<https://exiftool.org/faq.html#Q5>), C<boolean> is either
1212
+ "True" or "False" (but "true" and "false" may be written as a ValueConv
1213
+ value for compatibility with non-conforming applications), C<struct>
1214
+ indicates a structured tag, and C<lang-alt> is a tag that supports alternate
1215
+ languages.
1195
1216
 
1196
1217
  When reading, C<struct> tags are extracted only if the Struct (-struct)
1197
1218
  option is used. Otherwise the corresponding I<Flattened> tags, indicated by
@@ -1269,6 +1290,7 @@ L<http://www.adobe.com/devnet/xmp/> for the official XMP specification.
1269
1290
  digiKam XMP digiKam
1270
1291
  drone-dji DJI XMP
1271
1292
  dwc DarwinCore
1293
+ et XMP ExifTool
1272
1294
  exif XMP exif
1273
1295
  exifEX XMP exifEX
1274
1296
  expressionmedia XMP ExpressionMedia
@@ -4016,6 +4038,14 @@ These tags belong to the ExifTool XMP-digiKam family 1 group.
4016
4038
  PickLabel string
4017
4039
  TagsList string+
4018
4040
 
4041
+ =head3 XMP ExifTool Tags
4042
+
4043
+ These tags belong to the ExifTool XMP-et family 1 group.
4044
+
4045
+ Tag Name Writable
4046
+ -------- --------
4047
+ OriginalImageMD5 string
4048
+
4019
4049
  =head3 XMP exif Tags
4020
4050
 
4021
4051
  EXIF namespace for EXIF tags. See
@@ -5289,7 +5319,8 @@ These tags belong to the ExifTool XMP-pmi family 1 group.
5289
5319
  =head3 XMP prism Tags
5290
5320
 
5291
5321
  Publishing Requirements for Industry Standard Metadata 3.0 namespace
5292
- tags. (see L<http://www.prismstandard.org/>)
5322
+ tags. (see
5323
+ L<https://www.w3.org/Submission/2020/SUBM-prism-20200910/prism-basic.html/>)
5293
5324
 
5294
5325
  These tags belong to the ExifTool XMP-prism family 1 group.
5295
5326
 
@@ -7068,6 +7099,9 @@ Tags extracted from Photoshop layer information.
7068
7099
  '_xnam' LayerNames no+
7069
7100
  '_xopc' LayerOpacities no+
7070
7101
  '_xrct' LayerRectangles no+
7102
+ '_xvis' LayerVisible no+
7103
+ 'lclr' LayerColors no+
7104
+ 'lsct' LayerSections no+
7071
7105
  'luni' LayerUnicodeNames no+
7072
7106
  'lyid' LayerIDs? no+
7073
7107
  'shmd' LayerModifyDates no+
@@ -10849,6 +10883,30 @@ Thermal parameters extracted from APP4 of DJI RJPEG files from the ZH20T.
10849
10883
  86 DB no
10850
10884
  88 KK no
10851
10885
 
10886
+ =head3 DJI ThermalParams2 Tags
10887
+
10888
+ Thermal parameters extracted from APP4 of DJI M3T RJPEG files.
10889
+
10890
+ Index1 Tag Name Writable
10891
+ ------ -------- --------
10892
+ 0 AmbientTemperature no
10893
+ 4 ObjectDistance no
10894
+ 8 Emissivity no
10895
+ 12 RelativeHumidity no
10896
+ 16 ReflectedTemperature no
10897
+ 101 IDString no
10898
+
10899
+ =head3 DJI ThermalParams3 Tags
10900
+
10901
+ Thermal parameters extracted from APP4 of some DJI RJPEG files.
10902
+
10903
+ Index1 Tag Name Writable
10904
+ ------ -------- --------
10905
+ 4 RelativeHumidity no
10906
+ 6 ObjectDistance no
10907
+ 8 Emissivity no
10908
+ 10 ReflectedTemperature no
10909
+
10852
10910
  =head2 FLIR Tags
10853
10911
 
10854
10912
  Information extracted from the maker notes of JPEG images from thermal
@@ -13690,6 +13748,8 @@ DiMAGE X and Xt.
13690
13748
  ShotInfoD300b Nikon ShotInfoD300b
13691
13749
  ShotInfoD300S Nikon ShotInfoD300S
13692
13750
  ShotInfoD700 Nikon ShotInfoD700
13751
+ ShotInfoD780 Nikon ShotInfoD780
13752
+ ShotInfoD7500 Nikon ShotInfoD7500
13693
13753
  ShotInfoD800 Nikon ShotInfoD800
13694
13754
  ShotInfoD810 Nikon ShotInfoD810
13695
13755
  ShotInfoD850 Nikon ShotInfoD850
@@ -13699,7 +13759,6 @@ DiMAGE X and Xt.
13699
13759
  ShotInfoD7000 Nikon ShotInfoD7000
13700
13760
  ShotInfoD4 Nikon ShotInfoD4
13701
13761
  ShotInfoD4S Nikon ShotInfoD4S
13702
- ShotInfoD5 Nikon ShotInfoD500
13703
13762
  ShotInfoD500 Nikon ShotInfoD500
13704
13763
  ShotInfoD6 Nikon ShotInfoD6
13705
13764
  ShotInfoD610 Nikon ShotInfoD610
@@ -14064,6 +14123,13 @@ Tags written by some Nikon GPS-equipped cameras like the AW100.
14064
14123
  0 FirmwareVersion no
14065
14124
  10 NEFCompression int16u[0.5]
14066
14125
 
14126
+ =head3 Nikon MakerNotes0x56 Tags
14127
+
14128
+ Index1 Tag Name Writable
14129
+ ------ -------- --------
14130
+ 0 FirmwareVersion no
14131
+ 4 BurstGroupID int16u
14132
+
14067
14133
  =head3 Nikon AFInfo Tags
14068
14134
 
14069
14135
  Index1 Tag Name Writable
@@ -14223,6 +14289,34 @@ firmware 1.02f.
14223
14289
  647 ShutterCount int32u
14224
14290
  804 CustomSettingsD700 NikonCustom SettingsD700
14225
14291
 
14292
+ =head3 Nikon ShotInfoD780 Tags
14293
+
14294
+ These tags are extracted from encrypted data in images from the D780.
14295
+
14296
+ Index Tag Name Writable
14297
+ ----- -------- --------
14298
+ 0 ShotInfoVersion no
14299
+ 4 FirmwareVersion no
14300
+ 156 OrientOffset Nikon OrientationInfo
14301
+
14302
+ =head3 Nikon OrientationInfo Tags
14303
+
14304
+ Index1 Tag Name Writable
14305
+ ------ -------- --------
14306
+ 0 RollAngle fixed32u
14307
+ 4 PitchAngle fixed32u
14308
+ 8 YawAngle fixed32u
14309
+
14310
+ =head3 Nikon ShotInfoD7500 Tags
14311
+
14312
+ These tags are extracted from encrypted data in images from the D7500.
14313
+
14314
+ Index Tag Name Writable
14315
+ ----- -------- --------
14316
+ 0 ShotInfoVersion no
14317
+ 4 FirmwareVersion no
14318
+ 160 OrientOffset Nikon OrientationInfo
14319
+
14226
14320
  =head3 Nikon ShotInfoD800 Tags
14227
14321
 
14228
14322
  These tags are extracted from encrypted data in images from the D800.
@@ -14243,24 +14337,38 @@ These tags are extracted from encrypted data in images from the D800.
14243
14337
 
14244
14338
  =head3 Nikon ShotInfoD810 Tags
14245
14339
 
14246
- These tags are extracted from encrypted data in images from the D810. Note
14247
- that the indices listed below are for firmware version 1.0, but they may be
14248
- different for other firmware versions.
14340
+ These tags are extracted from encrypted data in images from the D810.
14249
14341
 
14250
14342
  Index Tag Name Writable
14251
14343
  ----- -------- --------
14252
14344
  0 ShotInfoVersion no
14253
14345
  4 FirmwareVersion no
14254
- 464 SecondarySlotFunction int8u & 0x03
14255
- 5974 AEBracketingSteps int8u & 0xff
14256
- 5975 WBBracketingSteps int8u & 0xff
14257
- 5982 NikonMeteringMode int8u & 0x03
14258
- 6236 ISOAutoShutterTime int8u & 0x3f
14259
- 6237 ISOAutoHiLimit int8u & 0xff
14260
- 6315 CustomSettingsD810 NikonCustom SettingsD810
14261
- 14068 RollAngle fixed32u
14262
- 14072 PitchAngle fixed32u
14263
- 14076 YawAngle fixed32u
14346
+ 16 SettingsOffset Nikon SettingsInfoD810
14347
+ 36 BracketingOffset Nikon BracketingInfoD810
14348
+ 56 ISOAutoOffset Nikon ISOAutoInfoD810
14349
+ 64 CustomSettingsOffset NikonCustom SettingsD810
14350
+ 132 OrientationOffset Nikon OrientationInfo
14351
+
14352
+ =head3 Nikon SettingsInfoD810 Tags
14353
+
14354
+ Index1 Tag Name Writable
14355
+ ------ -------- --------
14356
+ 316 SecondarySlotFunction int8u & 0x03
14357
+
14358
+ =head3 Nikon BracketingInfoD810 Tags
14359
+
14360
+ Index1 Tag Name Writable
14361
+ ------ -------- --------
14362
+ 15 AEBracketingSteps int8u & 0xff
14363
+ 16 WBBracketingSteps int8u & 0xff
14364
+ 23 NikonMeteringMode int8u & 0x03
14365
+
14366
+ =head3 Nikon ISOAutoInfoD810 Tags
14367
+
14368
+ Index1 Tag Name Writable
14369
+ ------ -------- --------
14370
+ 4 ISOAutoShutterTime int8u & 0x3f
14371
+ 5 ISOAutoHiLimit int8u & 0xff
14264
14372
 
14265
14373
  =head3 Nikon ShotInfoD850 Tags
14266
14374
 
@@ -14270,13 +14378,23 @@ These tags are extracted from encrypted data in images from the D850.
14270
14378
  ----- -------- --------
14271
14379
  0 ShotInfoVersion no
14272
14380
  4 FirmwareVersion no
14273
- 1937 PhotoShootingMenuBankImageArea int8u & 0x07
14274
- 4029 PhotoShootingMenuBank int8u & 0x03
14275
- 4031 PrimarySlot int8u & 0x80
14276
- 4152 CustomSettingsD850 NikonCustom SettingsD850
14277
- 12027 RollAngle fixed32u
14278
- 12031 PitchAngle fixed32u
14279
- 12035 YawAngle fixed32u
14381
+ 16 MenuSettingsOffset Nikon MenuSettingsD850
14382
+ 76 MoreSettingsOffset Nikon MoreSettingsD850
14383
+ 88 CustomSettingsOffset NikonCustom SettingsD850
14384
+ 160 OrientationOffset Nikon OrientationInfo
14385
+
14386
+ =head3 Nikon MenuSettingsD850 Tags
14387
+
14388
+ Index1 Tag Name Writable
14389
+ ------ -------- --------
14390
+ 1757 PhotoShootingMenuBankImageArea int8u & 0x07
14391
+
14392
+ =head3 Nikon MoreSettingsD850 Tags
14393
+
14394
+ Index1 Tag Name Writable
14395
+ ------ -------- --------
14396
+ 36 PhotoShootingMenuBank int8u & 0x03
14397
+ 37 PrimarySlot int8u & 0x80
14280
14398
 
14281
14399
  =head3 Nikon ShotInfoD5000 Tags
14282
14400
 
@@ -14348,9 +14466,7 @@ These tags are extracted from encrypted data in images from the D4S.
14348
14466
  6378 ISOAutoShutterTime int8u & 0x3f
14349
14467
  6379 ISOAutoHiLimit int8u & 0xff
14350
14468
  6461 CustomSettingsD4S NikonCustom SettingsD4
14351
- 13579 RollAngle fixed32u
14352
- 13583 PitchAngle fixed32u
14353
- 13587 YawAngle fixed32u
14469
+ 13579 OrientationInfo Nikon OrientationInfo
14354
14470
  13971 Rotation int8u & 0x30
14355
14471
 
14356
14472
  =head3 Nikon ShotInfoD500 Tags
@@ -14361,27 +14477,61 @@ These tags are extracted from encrypted data in images from the D5 and D500.
14361
14477
  ----- -------- --------
14362
14478
  0 ShotInfoVersion no
14363
14479
  4 FirmwareVersion no
14364
- 202 Rotation int8u & 0x03
14365
- 208 Interval int8u~
14366
- 212 IntervalFrame int8u~
14367
- 1506 FlickerReductionIndicator int8u & 0x01
14368
- 2004 JPGCompression int8u & 0x01
14369
- 2171 AEBracketingSteps int8u & 0xff
14370
- 2172 WBBracketingSteps int8u & 0xff
14371
- 2179 ADLBracketingStep int8u & 0xf0
14372
- 2180 ADLBracketingType int8u & 0x0f
14373
- 3709 PhotoShootingMenuBank int8u & 0x03
14374
- 3711 PrimarySlot int8u & 0x80
14375
- 3713 ISOAutoShutterTime int8u & 0x3f
14376
- 3714 ISOAutoHiLimit int8u & 0xff
14377
- 3716 FlickerReduction int8u & 0x20
14378
- 3716.1 PhotoShootingMenuBankImageArea int8u & 0x07
14379
- 3819 CustomSettingsD5 NikonCustom SettingsD5
14480
+ 16 RotationInfoOffset Nikon RotationInfoD500
14481
+ 20 JPGInfoOffset Nikon JPGInfoD500
14482
+ 44 BracketingOffset Nikon BracketingInfoD500
14483
+ 80 ShootingMenuOffset Nikon ShootingMenuD500
14484
+ 88 CustomSettingsOffset Nikon CustomSettingsD500
14485
+ 160 OrientationOffset Nikon OrientationInfo
14486
+ 168 OtherOffset Nikon OtherInfoD500
14487
+
14488
+ =head3 Nikon RotationInfoD500 Tags
14489
+
14490
+ Index1 Tag Name Writable
14491
+ ------ -------- --------
14492
+ 26 Rotation int8u & 0x03
14493
+ 32 Interval int8u~
14494
+ 36 IntervalFrame int8u~
14495
+ 1330 FlickerReductionIndicator int8u & 0x01
14496
+
14497
+ =head3 Nikon JPGInfoD500 Tags
14498
+
14499
+ Index1 Tag Name Writable
14500
+ ------ -------- --------
14501
+ 36 JPGCompression int8u & 0x01
14502
+
14503
+ =head3 Nikon BracketingInfoD500 Tags
14504
+
14505
+ Index1 Tag Name Writable
14506
+ ------ -------- --------
14507
+ 15 AEBracketingSteps int8u & 0xff
14508
+ 16 WBBracketingSteps int8u & 0xff
14509
+ 23 ADLBracketingStep int8u & 0xf0
14510
+ 24 ADLBracketingType int8u & 0x0f
14511
+
14512
+ =head3 Nikon ShootingMenuD500 Tags
14513
+
14514
+ Index1 Tag Name Writable
14515
+ ------ -------- --------
14516
+ 0 PhotoShootingMenuBank int8u & 0x03
14517
+ 2 PrimarySlot int8u & 0x80
14518
+ 4 ISOAutoShutterTime int8u & 0x3f
14519
+ 5 ISOAutoHiLimit int8u & 0xff
14520
+ 7 FlickerReduction int8u & 0x20
14521
+ 7.1 PhotoShootingMenuBankImageArea int8u & 0x07
14522
+
14523
+ =head3 Nikon CustomSettingsD500 Tags
14524
+
14525
+ Index1 Tag Name Writable
14526
+ ------ -------- --------
14527
+ 0 CustomSettingsD5 NikonCustom SettingsD5
14380
14528
  CustomSettingsD500 NikonCustom SettingsD500
14381
- 11300 RollAngle fixed32u
14382
- 11304 PitchAngle fixed32u
14383
- 11308 YawAngle fixed32u
14384
- 11940 NikonMeteringMode int8u & 0x03
14529
+
14530
+ =head3 Nikon OtherInfoD500 Tags
14531
+
14532
+ Index1 Tag Name Writable
14533
+ ------ -------- --------
14534
+ 532 NikonMeteringMode int8u & 0x03
14385
14535
 
14386
14536
  =head3 Nikon ShotInfoD6 Tags
14387
14537
 
@@ -14391,28 +14541,38 @@ These tags are extracted from encrypted data in images from the D6.
14391
14541
  ----- -------- --------
14392
14542
  0 ShotInfoVersion no
14393
14543
  4 FirmwareVersion no
14394
- 30220 IntervalShooting int16u~
14395
- 49690 RollAngle fixed32u
14396
- 49694 PitchAngle fixed32u
14397
- 49698 YawAngle fixed32u
14398
- 50190 Intervals int32u
14399
- 50194 ShotsPerInterval int32u
14400
- 50198 IntervalExposureSmoothing int8u
14401
- 50200 IntervalPriority int8u
14402
- 50234 FocusShiftNumberShots int8u
14403
- 50238 FocusShiftStepWidth int8u
14404
- 50242 FocusShiftInterval int8u~
14405
- 50246 FocusShiftExposureLock int8u
14406
- 50336 DiffractionCompensation int8u
14407
- 50342 FlashControlMode int8u
14408
- 50348 FlashGNDistance? no
14409
- 50352 FlashOutput? int8u
14410
- 50362 FlashRemoteControl? int8u
14411
- 50366 FlashMasterControlMode int8u
14412
- 50368 FlashMasterCompensation? int8s
14413
- 50372 FlashMasterOutput? int8u
14414
- 50374 FlashWirelessOption? int8u
14415
- 50524 MovieType? int8u
14544
+ 48 SequenceOffset Nikon SeqInfoD6
14545
+ 156 OrientationOffset Nikon OrientationInfo
14546
+ 164 IntervalOffset Nikon IntervalInfoD6
14547
+
14548
+ =head3 Nikon SeqInfoD6 Tags
14549
+
14550
+ Index1 Tag Name Writable
14551
+ ------ -------- --------
14552
+ 36 IntervalShooting int16u~
14553
+
14554
+ =head3 Nikon IntervalInfoD6 Tags
14555
+
14556
+ Index1 Tag Name Writable
14557
+ ------ -------- --------
14558
+ 380 Intervals int32u
14559
+ 384 ShotsPerInterval int32u
14560
+ 388 IntervalExposureSmoothing int8u
14561
+ 390 IntervalPriority int8u
14562
+ 424 FocusShiftNumberShots int8u
14563
+ 428 FocusShiftStepWidth int8u
14564
+ 432 FocusShiftInterval int8u~
14565
+ 436 FocusShiftExposureLock int8u
14566
+ 526 DiffractionCompensation int8u
14567
+ 532 FlashControlMode int8u
14568
+ 538 FlashGNDistance? no
14569
+ 542 FlashOutput? int8u
14570
+ 552 FlashRemoteControl? int8u
14571
+ 556 FlashMasterControlMode int8u
14572
+ 558 FlashMasterCompensation? int8s
14573
+ 562 FlashMasterOutput? int8u
14574
+ 564 FlashWirelessOption? int8u
14575
+ 714 MovieType? int8u
14416
14576
 
14417
14577
  =head3 Nikon ShotInfoD610 Tags
14418
14578
 
@@ -14432,13 +14592,28 @@ These tags are extracted from encrypted data in images from the Z7II.
14432
14592
  ----- -------- --------
14433
14593
  0 ShotInfoVersion no
14434
14594
  4 FirmwareVersion no
14435
- 30220 IntervalShooting int16u~
14436
- 32672 PortraitImpressionBalance int8u[2]~
14437
- 52786 RollAngle fixed32u
14438
- 52790 PitchAngle fixed32u
14439
- 52794 YawAngle fixed32u
14440
- 52918 MenuSettingsZ7IIOffset int8u
14441
- 52920 MenuSettingsZ7II Nikon MenuSettingsZ7II
14595
+ 48 IntervalOffset Nikon IntervalInfoZ7II
14596
+ 56 PortraitOffset Nikon PortraitInfoZ7II
14597
+ 152 OrientationOffset Nikon OrientationInfo
14598
+ 160 MenuOffset Nikon MenuInfoZ7II
14599
+
14600
+ =head3 Nikon IntervalInfoZ7II Tags
14601
+
14602
+ Index1 Tag Name Writable
14603
+ ------ -------- --------
14604
+ 36 IntervalShooting int16u~
14605
+
14606
+ =head3 Nikon PortraitInfoZ7II Tags
14607
+
14608
+ Index1 Tag Name Writable
14609
+ ------ -------- --------
14610
+ 160 PortraitImpressionBalance int8u[2]~
14611
+
14612
+ =head3 Nikon MenuInfoZ7II Tags
14613
+
14614
+ Index1 Tag Name Writable
14615
+ ------ -------- --------
14616
+ 16 MenuSettingsOffsetZ7II Nikon MenuSettingsZ7II
14442
14617
 
14443
14618
  =head3 Nikon MenuSettingsZ7II Tags
14444
14619
 
@@ -14446,6 +14621,7 @@ These tags are used by the Z5, Z6, Z7, Z6II, Z7II, Z50 and Zfc.
14446
14621
 
14447
14622
  Index1 Tag Name Writable
14448
14623
  ------ -------- --------
14624
+ 92 ReleaseMode no
14449
14625
  160 IntervalDurationHours int32u
14450
14626
  164 IntervalDurationMinutes int32u
14451
14627
  168 IntervalDurationSeconds int32u
@@ -14492,14 +14668,34 @@ These tags are extracted from encrypted data in images from the Z9.
14492
14668
  ----- -------- --------
14493
14669
  0 ShotInfoVersion no
14494
14670
  4 FirmwareVersion no
14495
- 27792 FocusShiftShooting int8u~
14496
- 27800 IntervalShooting int16u~
14497
- 60139 RollAngle fixed32u
14498
- 60143 PitchAngle fixed32u
14499
- 60147 YawAngle fixed32u
14500
- 60491 MenuSettingsZ9 Nikon MenuSettingsZ9
14501
- -
14502
- Nikon MenuSettingsZ9Firmware3
14671
+ 48 SequenceOffset Nikon SeqInfoZ9
14672
+ 88 Offset13 Nikon Offset13InfoZ9
14673
+ 132 OrientOffset Nikon OrientationInfo
14674
+ 140 MenuOffset Nikon MenuInfoZ9
14675
+
14676
+ =head3 Nikon SeqInfoZ9 Tags
14677
+
14678
+ Index1 Tag Name Writable
14679
+ ------ -------- --------
14680
+ 32 FocusShiftShooting int8u~
14681
+ 40 IntervalShooting int16u~
14682
+
14683
+ =head3 Nikon Offset13InfoZ9 Tags
14684
+
14685
+ Index1 Tag Name Writable
14686
+ ------ -------- --------
14687
+ 3048 AFAreaInitialXPosition int8s~
14688
+ 3049 AFAreaInitialYPosition int8s~
14689
+ 3050 AFAreaInitialWidth no
14690
+ 3051 AFAreaInitialHeight no
14691
+
14692
+ =head3 Nikon MenuInfoZ9 Tags
14693
+
14694
+ Index1 Tag Name Writable
14695
+ ------ -------- --------
14696
+ 16 MenuSettingsOffsetZ9 Nikon MenuSettingsZ9
14697
+ MenuSettingsOffsetZ9v3 -
14698
+ Nikon MenuSettingsZ9v3
14503
14699
 
14504
14700
  =head3 Nikon MenuSettingsZ9 Tags
14505
14701
 
@@ -14539,6 +14735,7 @@ These tags are used by the Z9.
14539
14735
  556 SecondarySlotFunction int8u
14540
14736
  572 DXCropAlert int8u
14541
14737
  574 SubjectDetection int8u
14738
+ 576 DynamicAFAreaSize int8u
14542
14739
  604 MovieImageArea? int8u & 0x01
14543
14740
  614 MovieType? int8u
14544
14741
  616 MovieISOAutoHiLimit? int16u
@@ -14577,12 +14774,13 @@ These tags are used by the Z9.
14577
14774
  1636 USBPowerDelivery? int8u
14578
14775
  1645 SensorShield? int8u
14579
14776
 
14580
- =head3 Nikon MenuSettingsZ9Firmware3 Tags
14777
+ =head3 Nikon MenuSettingsZ9v3 Tags
14581
14778
 
14582
14779
  These tags are used by the Z9 firmware 3.00.
14583
14780
 
14584
14781
  Index1 Tag Name Writable
14585
14782
  --------------- --------
14783
+ 72 HighFrameRate int8u
14586
14784
  154 MultipleExposureMode int8u
14587
14785
  156 MultiExposureShots int8u
14588
14786
  204 Intervals int32u
@@ -14613,6 +14811,7 @@ These tags are used by the Z9 firmware 3.00.
14613
14811
  576 SecondarySlotFunction int8u
14614
14812
  592 DXCropAlert int8u
14615
14813
  594 SubjectDetection int8u
14814
+ 596 DynamicAFAreaSize int8u
14616
14815
  636 HighFrequencyFlickerReductionShooting? int8u
14617
14816
  646 MovieImageArea? int8u & 0x01
14618
14817
  656 MovieType? int8u
@@ -14653,6 +14852,8 @@ These tags are used by the Z9 firmware 3.00.
14653
14852
  1684 USBPowerDelivery? int8u
14654
14853
  1693 SensorShield? int8u
14655
14854
  1754 FocusShiftAutoReset? int8u
14855
+ 1810 PreReleaseBurstLength int8u
14856
+ 1812 PostReleaseBurstLength int8u
14656
14857
 
14657
14858
  =head3 Nikon ShotInfo Tags
14658
14859
 
@@ -14812,15 +15013,16 @@ Tags found in the encrypted LensData from cameras such as the Z6 and Z7.
14812
15013
  18 MaxApertureAtMaxFocal int8u
14813
15014
  19 MCUVersion int8u
14814
15015
  20 EffectiveMaxAperture int8u
15016
+ 47 NewLensData undef[17]
14815
15017
  48 LensID int16u
14816
- 53 LensMountType? int8u
15018
+ 53 LensMountType int8u
14817
15019
  54 MaxAperture int16u
14818
15020
  56 FNumber int16u
14819
15021
  60 FocalLength int16u
14820
15022
  76 FocusDistanceRangeWidth? int8u
14821
15023
  78 FocusDistance int16u~
14822
15024
  86 LensDriveEnd? int8u
14823
- 90 LensPositionAbsolute? int32s
15025
+ 90 LensPositionAbsolute int32s
14824
15026
 
14825
15027
  =head3 Nikon LensDataUnknown Tags
14826
15028
 
@@ -17140,6 +17342,8 @@ any information found here will be extracted, even if the tag is not listed.
17140
17342
  0x0304 FocusStepNear int16u
17141
17343
  0x0305 FocusDistance rational64u
17142
17344
  0x0308 AFPoint int16u
17345
+ 0x031b AFPointDetails no
17346
+ AFPointDetails int16u
17143
17347
  0x0328 AFInfo Olympus AFInfo
17144
17348
  0x1201 ExternalFlash int16u[2]
17145
17349
  0x1203 ExternalFlashGuideNumber? rational64s
@@ -21673,7 +21877,10 @@ These tags are found in IFD0 of Panasonic/Leica RAW, RW2 and RWL images.
21673
21877
  0x011c Gamma int16u
21674
21878
  0x0120 CameraIFD PanasonicRaw CameraIFD
21675
21879
  0x0121 Multishot int32u
21880
+ 0x0127 JpgFromRaw2 no
21881
+ 0x013b Artist string
21676
21882
  0x02bc ApplicationNotes XMP
21883
+ 0x8298 Copyright string
21677
21884
  0x83bb IPTC-NAA IPTC
21678
21885
  0x8769 ExifOffset EXIF
21679
21886
  0x8825 GPSInfo GPS
@@ -21950,30 +22157,36 @@ unrecognized Windows Compound Binary file as a FlashPix (FPX) file. See
21950
22157
  L<http://graphcomp.com/info/specs/livepicture/fpx.pdf> for the FlashPix
21951
22158
  specification.
21952
22159
 
21953
- Tag ID Tag Name Writable
21954
- ------ -------- --------
21955
- "\x01CompObj" CompObj FlashPix CompObj
21956
- "\x05Audio Info" AudioInfo FlashPix AudioInfo
21957
- "\x05Data Object" DataObject FlashPix DataObject
22160
+ Note that Microsoft is not consistent with the time zone used for some
22161
+ date/time tags, and it may be either UTC or local time depending on the
22162
+ software used to create the file.
22163
+
22164
+ Tag ID Tag Name Writable
22165
+ ------ -------- --------
22166
+ "\x01CompObj" CompObj FlashPix CompObj
22167
+ "\x05Audio Info" AudioInfo FlashPix AudioInfo
22168
+ "\x05Data Object" DataObject FlashPix DataObject
21958
22169
  "\x05DocumentSummaryInformation" DocumentInfo FlashPix DocumentInfo
21959
- "\x05Extension List" Extensions FlashPix Extensions
21960
- "\x05Global Info" GlobalInfo FlashPix GlobalInfo
21961
- "\x05Image Contents" Image FlashPix Image
21962
- "\x05Image Info" ImageInfo FlashPix ImageInfo
21963
- "\x05Operation" Operation FlashPix Operation
21964
- "\x05Screen Nail" ScreenNail no
21965
- "\x05SummaryInformation" SummaryInfo FlashPix SummaryInfo
21966
- "\x05Transform" Transform FlashPix Transform
21967
- 'Audio Stream' AudioStream no
21968
- 'BasicFileInfo' BasicFileInfo no
21969
- 'Contents' Contents XMP
21970
- 'Current User' CurrentUser no
21971
- 'ICC Profile 0001' ICC_Profile ICC_Profile
21972
- 'IeImg' EmbeddedImage no
21973
- 'Preview' PreviewImage no
21974
- 'Property' PreviewInfo FlashPix PreviewInfo
21975
- 'Subimage 0000 Header' SubimageHdr FlashPix SubimageHdr
21976
- 'WordDocument' WordDocument FlashPix WordDocument
22170
+ "\x05Extension List" Extensions FlashPix Extensions
22171
+ "\x05Global Info" GlobalInfo FlashPix GlobalInfo
22172
+ "\x05Image Contents" Image FlashPix Image
22173
+ "\x05Image Info" ImageInfo FlashPix ImageInfo
22174
+ "\x05Operation" Operation FlashPix Operation
22175
+ "\x05Screen Nail" ScreenNail no
22176
+ "\x05SummaryInformation" SummaryInfo FlashPix SummaryInfo
22177
+ "\x05Transform" Transform FlashPix Transform
22178
+ 'Audio Stream' AudioStream no
22179
+ 'BasicFileInfo' BasicFileInfo no
22180
+ 'Contents' Contents XMP
22181
+ 'Current User' CurrentUser no
22182
+ 'ICC Profile 0001' ICC_Profile ICC_Profile
22183
+ 'IeImg' EmbeddedImage no
22184
+ 'IeImg_class' EmbeddedImageClass no
22185
+ 'IeImg_rect' EmbeddedImageRectangle no
22186
+ 'Preview' PreviewImage no
22187
+ 'Property' PreviewInfo FlashPix PreviewInfo
22188
+ 'Subimage 0000 Header' SubimageHdr FlashPix SubimageHdr
22189
+ 'WordDocument' WordDocument FlashPix WordDocument
21977
22190
 
21978
22191
  =head3 FlashPix CompObj Tags
21979
22192
 
@@ -22332,6 +22545,38 @@ embedded images.
22332
22545
  12 DependentImage1EntryNumber no
22333
22546
  14 DependentImage2EntryNumber no
22334
22547
 
22548
+ =head2 InfiRay Tags
22549
+
22550
+ =head3 InfiRay Version Tags
22551
+
22552
+ This table lists tags found in the InfiRay APP2 IJPEG version header, found
22553
+ in JPEGs taken with the P2 Pro camera app.
22554
+
22555
+ Index1 Tag Name Writable
22556
+ ------ -------- --------
22557
+ 0 IJPEGVersion no
22558
+ 12 IJPEGOrgType no
22559
+ 13 IJPEGDispType no
22560
+ 14 IJPEGRotate no
22561
+ 15 IJPEGMirrorFlip no
22562
+ 16 ImageColorSwitchable no
22563
+ 17 ThermalColorPalette no
22564
+ 32 IRDataSize no
22565
+ 40 IRDataFormat no
22566
+ 42 IRImageWidth no
22567
+ 44 IRImageHeight no
22568
+ 46 IRImageBpp no
22569
+ 48 TempDataSize no
22570
+ 56 TempDataFormat no
22571
+ 58 TempImageWidth no
22572
+ 60 TempImageHeight no
22573
+ 62 TempImageBpp no
22574
+ 64 VisibleDataSize no
22575
+ 72 VisibleDataFormat no
22576
+ 74 VisibleImageWidth no
22577
+ 76 VisibleImageHeight no
22578
+ 78 VisibleImageBpp no
22579
+
22335
22580
  =head2 Stim Tags
22336
22581
 
22337
22582
  These tags are part of the CIPA Stereo Still Image specification, and are
@@ -22395,6 +22640,54 @@ L<http://www.scalado.com/>.)
22395
22640
  'SPMO' DataLength? no
22396
22641
  'WDTH' PreviewImageWidth no
22397
22642
 
22643
+ =head2 InfiRay Tags
22644
+
22645
+ =head3 InfiRay Factory Tags
22646
+
22647
+ This table lists tags found in the InfiRay APP4 IJPEG camera factory
22648
+ defaults and calibration data.
22649
+
22650
+ Index1 Tag Name Writable
22651
+ ------ -------- --------
22652
+ 0 IJPEGTempVersion no
22653
+ 4 FactDefEmissivity no
22654
+ 5 FactDefTau no
22655
+ 6 FactDefTa no
22656
+ 8 FactDefTu no
22657
+ 10 FactDefDist no
22658
+ 12 FactDefA0 no
22659
+ 16 FactDefB0 no
22660
+ 20 FactDefA1 no
22661
+ 24 FactDefB1 no
22662
+ 28 FactDefP0 no
22663
+ 32 FactDefP1 no
22664
+ 36 FactDefP2 no
22665
+ 68 FactRelSensorTemp no
22666
+ 70 FactRelShutterTemp no
22667
+ 72 FactRelLensTemp no
22668
+ 100 FactStatusGain no
22669
+ 101 FactStatusEnvOK no
22670
+ 102 FactStatusDistOK no
22671
+ 103 FactStatusTempMap no
22672
+
22673
+ =head3 InfiRay Picture Tags
22674
+
22675
+ This table lists tags found in the InfiRay APP5 IJPEG picture temperature
22676
+ information.
22677
+
22678
+ Index1 Tag Name Writable
22679
+ ------ -------- --------
22680
+ 0 EnvironmentTemp no
22681
+ 4 Distance no
22682
+ 8 Emissivity no
22683
+ 12 Humidity no
22684
+ 16 ReferenceTemp no
22685
+ 32 TempUnit no
22686
+ 33 ShowCenterTemp no
22687
+ 34 ShowMaxTemp no
22688
+ 35 ShowMinTemp no
22689
+ 36 TempMeasureCount no
22690
+
22398
22691
  =head2 GoPro Tags
22399
22692
 
22400
22693
  =head3 GoPro GPMF Tags
@@ -22541,6 +22834,20 @@ Tags extracted from the MP4 "fdsc" timed metadata when the ExtractEmbedded
22541
22834
  87 OtherSerialNumber no
22542
22835
  102 Model no
22543
22836
 
22837
+ =head2 InfiRay Tags
22838
+
22839
+ =head3 InfiRay MixMode Tags
22840
+
22841
+ This table lists tags found in the InfiRay APP6 IJPEG visual-infrared mixing
22842
+ mode section.
22843
+
22844
+ Index1 Tag Name Writable
22845
+ ------ -------- --------
22846
+ 0 MixMode no
22847
+ 1 FusionIntensity no
22848
+ 5 OffsetAdjustment no
22849
+ 9 CorrectionAsix no
22850
+
22544
22851
  =head2 Qualcomm Tags
22545
22852
 
22546
22853
  The tags below have been observed in the JPEG APP7 "Qualcomm Camera
@@ -23739,6 +24046,56 @@ even if it is not listed in this table.
23739
24046
  YhiYloCorK1 no
23740
24047
  YhiYloCorK2 no
23741
24048
 
24049
+ =head2 InfiRay Tags
24050
+
24051
+ =head3 InfiRay OpMode Tags
24052
+
24053
+ This table lists tags found in the InfiRay APP7 IJPEG camera operation mode
24054
+ section.
24055
+
24056
+ Index1 Tag Name Writable
24057
+ ------ -------- --------
24058
+ 0 WorkingMode no
24059
+ 1 IntegralTime no
24060
+ 5 IntegratTimeHdr no
24061
+ 9 GainStable no
24062
+ 10 TempControlEnable no
24063
+ 11 DeviceTemp no
24064
+
24065
+ =head3 InfiRay Isothermal Tags
24066
+
24067
+ This table lists tags found in the InfiRay APP8 IJPEG picture isothermal
24068
+ information.
24069
+
24070
+ Index1 Tag Name Writable
24071
+ ------ -------- --------
24072
+ 0 IsothermalMax no
24073
+ 4 IsothermalMin no
24074
+ 8 ChromaBarMax no
24075
+ 12 ChromaBarMin no
24076
+
24077
+ =head3 InfiRay Sensor Tags
24078
+
24079
+ This table lists tags found in the InfiRay APP9 IJPEG sensor information
24080
+ chunk.
24081
+
24082
+ Index1 Tag Name Writable
24083
+ ------ -------- --------
24084
+ 0 IRSensorManufacturer no
24085
+ 64 IRSensorName no
24086
+ 128 IRSensorPartNumber no
24087
+ 192 IRSensorSerialNumber no
24088
+ 256 IRSensorFirmware no
24089
+ 320 IRSensorAperture no
24090
+ 324 IRFocalLength no
24091
+ 384 VisibleSensorManufacturer no
24092
+ 448 VisibleSensorName no
24093
+ 512 VisibleSensorPartNumber no
24094
+ 576 VisibleSensorSerialNumber no
24095
+ 640 VisibleSensorFirmware no
24096
+ 704 VisibleSensorAperture no
24097
+ 708 VisibleFocalLength no
24098
+
23742
24099
  =head2 Jpeg2000 Tags
23743
24100
 
23744
24101
  The tags below are found in JPEG 2000 images and the JUMBF metadata in JPEG
@@ -25876,6 +26233,7 @@ check if speed is more of a concern.
25876
26233
  'acTL' AnimationControl PNG AnimationControl
25877
26234
  'bKGD' BackgroundColor no
25878
26235
  'cHRM' PrimaryChromaticities PNG PrimaryChromaticities
26236
+ 'cICP' CICodePoints PNG CICodePoints
25879
26237
  'caBX' JUMBF Jpeg2000
25880
26238
  'dSIG' DigitalSignature no
25881
26239
  'eXIf' eXIf EXIF
@@ -25940,6 +26298,18 @@ L<https://wiki.mozilla.org/APNG_Specification> for details.
25940
26298
  6 BlueX no
25941
26299
  7 BlueY no
25942
26300
 
26301
+ =head3 PNG CICodePoints Tags
26302
+
26303
+ These tags are found in the PNG cICP chunk and belong to the PNG-cICP family
26304
+ 1 group.
26305
+
26306
+ Index1 Tag Name Writable
26307
+ ------ -------- --------
26308
+ 0 ColorPrimaries no
26309
+ 1 TransferCharacteristics no
26310
+ 2 MatrixCoefficients no
26311
+ 3 VideoFullRangeFlag no
26312
+
25943
26313
  =head3 PNG TextualData Tags
25944
26314
 
25945
26315
  The PNG TextualData format allows arbitrary tag names to be used. The tags
@@ -26403,12 +26773,13 @@ Tags extracted from DPX (Digital Picture Exchange) images.
26403
26773
 
26404
26774
  =head2 OpenEXR Tags
26405
26775
 
26406
- Information extracted from EXR images. See L<http://www.openexr.com/> for
26407
- the official specification.
26776
+ Information extracted from EXR images. Use the ExtractEmbedded option to
26777
+ extract information from all frames of a multipart image. See
26778
+ L<http://www.openexr.com/> for the official specification.
26408
26779
 
26409
26780
  Tag ID Tag Name Writable
26410
26781
  ------ -------- --------
26411
- '_lay' Layout no
26782
+ '_flags' Flags no
26412
26783
  '_ver' EXRVersion no
26413
26784
  'adoptedNeutral' AdoptedNeutral no
26414
26785
  'altitude' GPSAltitude no
@@ -26416,6 +26787,7 @@ the official specification.
26416
26787
  'capDate' DateTimeOriginal no
26417
26788
  'channels' Channels no
26418
26789
  'chromaticities' Chromaticities no
26790
+ 'chunkCount' ChunkCount no
26419
26791
  'comments' Comments no
26420
26792
  'compression' Compression no
26421
26793
  'dataWindow' DataWindow no
@@ -26431,6 +26803,7 @@ the official specification.
26431
26803
  'longitude' GPSLongitude no
26432
26804
  'lookModTransform' LookModTransform no
26433
26805
  'multiView' MultiView no
26806
+ 'name' Name no
26434
26807
  'owner' Owner no
26435
26808
  'pixelAspectRatio' PixelAspectRatio no
26436
26809
  'preview' Preview no
@@ -26439,7 +26812,9 @@ the official specification.
26439
26812
  'screenWindowWidth' ScreenWindowWidth no
26440
26813
  'tiles' Tiles no
26441
26814
  'timeCode' TimeCode no
26815
+ 'type' Type no
26442
26816
  'utcOffset' TimeZone no
26817
+ 'version' Version no
26443
26818
  'whiteLuminance' WhiteLuminance no
26444
26819
  'worldToCamera' WorldToCamera no
26445
26820
  'worldToNDC' WorldToNDC no
@@ -27516,6 +27891,11 @@ QuickTime-based files; it extracts other track-specific and timed metadata,
27516
27891
  but can not yet edit tags in these locations (with the exception of
27517
27892
  track-level date/time tags).
27518
27893
 
27894
+ Beware that the Keys tags are actually stored inside the ItemList in the
27895
+ file, so deleting the ItemList group as a block (ie. C<-ItemList:all=>) also
27896
+ deletes Keys tags. Instead, to preserve Keys tags the ItemList tags may be
27897
+ deleted individually with C<-QuickTime:ItemList:all=>.
27898
+
27519
27899
  Alternate language tags may be accessed for
27520
27900
  L<ItemList|Image::ExifTool::TagNames/QuickTime ItemList Tags> and
27521
27901
  L<Keys|Image::ExifTool::TagNames/QuickTime Keys Tags> tags by adding
@@ -37221,6 +37601,17 @@ name. See L<http://tools.ietf.org/html/rfc5545> for the official iCalendar
37221
37601
  'X-wr-relcalid' CalendarID no
37222
37602
  'X-wr-timezone' TimeZone2 no
37223
37603
 
37604
+ =head3 VCard VNote Tags
37605
+
37606
+ Tags extracted from V-Note VNT files.
37607
+
37608
+ Tag ID Tag Name Writable
37609
+ ------ -------- --------
37610
+ 'Body' Body no
37611
+ 'Dcreated' CreateDate no
37612
+ 'Last-modified' ModifyDate no
37613
+ 'Version' Version no
37614
+
37224
37615
  =head2 Text Tags
37225
37616
 
37226
37617
  Although basic text files contain no metadata, the following tags are
@@ -37747,6 +38138,7 @@ FileName.
37747
38138
  ICC_Profile ICC_Profile yes!
37748
38139
  ID3Size File no
37749
38140
  IPTC IPTC yes!
38141
+ ImageDataMD5 File no
37750
38142
  ImageHeight File no
37751
38143
  ImageWidth File no
37752
38144
  JPEGDigest File no
@@ -38009,6 +38401,8 @@ values, may created via the ExifTool configuration file.
38009
38401
  OriginalDecisionData OriginalDecisionDataOffset yes!
38010
38402
  OtherImage OtherImageStart yes
38011
38403
  OtherImageLength
38404
+ OtherImageStart (1)
38405
+ OtherImageLength (1)
38012
38406
  PeakSpectralSensitivity FLIR:PlanckB no
38013
38407
  PreviewImage PreviewImageStart yes
38014
38408
  PreviewImageLength