exiftool-vendored.exe 12.31.0 → 12.33.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 (28) hide show
  1. package/bin/exiftool_files/Changes +36 -4
  2. package/bin/exiftool_files/README +2 -2
  3. package/bin/exiftool_files/arg_files/xmp2exif.args +2 -1
  4. package/bin/exiftool_files/exiftool.pl +33 -21
  5. package/bin/exiftool_files/lib/Image/ExifTool/BuildTagLookup.pm +2 -1
  6. package/bin/exiftool_files/lib/Image/ExifTool/CBOR.pm +331 -0
  7. package/bin/exiftool_files/lib/Image/ExifTool/Canon.pm +16 -4
  8. package/bin/exiftool_files/lib/Image/ExifTool/Exif.pm +97 -3
  9. package/bin/exiftool_files/lib/Image/ExifTool/Geotag.pm +13 -2
  10. package/bin/exiftool_files/lib/Image/ExifTool/JSON.pm +7 -3
  11. package/bin/exiftool_files/lib/Image/ExifTool/Jpeg2000.pm +47 -14
  12. package/bin/exiftool_files/lib/Image/ExifTool/MacOS.pm +2 -2
  13. package/bin/exiftool_files/lib/Image/ExifTool/Nikon.pm +2 -1
  14. package/bin/exiftool_files/lib/Image/ExifTool/Olympus.pm +5 -1
  15. package/bin/exiftool_files/lib/Image/ExifTool/Panasonic.pm +2 -2
  16. package/bin/exiftool_files/lib/Image/ExifTool/Pentax.pm +2 -1
  17. package/bin/exiftool_files/lib/Image/ExifTool/QuickTime.pm +8 -1
  18. package/bin/exiftool_files/lib/Image/ExifTool/QuickTimeStream.pl +86 -78
  19. package/bin/exiftool_files/lib/Image/ExifTool/README +5 -2
  20. package/bin/exiftool_files/lib/Image/ExifTool/Sony.pm +5 -3
  21. package/bin/exiftool_files/lib/Image/ExifTool/TagLookup.pm +31 -2
  22. package/bin/exiftool_files/lib/Image/ExifTool/TagNames.pod +59 -8
  23. package/bin/exiftool_files/lib/Image/ExifTool/XMP.pm +7 -2
  24. package/bin/exiftool_files/lib/Image/ExifTool/XMP2.pl +1 -0
  25. package/bin/exiftool_files/lib/Image/ExifTool/XMPStruct.pl +3 -1
  26. package/bin/exiftool_files/lib/Image/ExifTool.pm +8867 -8864
  27. package/bin/exiftool_files/lib/Image/ExifTool.pod +3 -3
  28. package/package.json +2 -2
@@ -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 24327 tags, with 15772 unique tag names.
15
+ They contain a total of 24363 tags, with 15798 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
@@ -925,6 +925,20 @@ for the official EXIF 2.32 specification.
925
925
  0xc7ec DepthUnits IFD0 int16u!
926
926
  0xc7ed DepthMeasureType IFD0 int16u!
927
927
  0xc7ee EnhanceParams IFD0 string!
928
+ 0xcd2d ProfileGainTableMap SubIFD undef!
929
+ 0xcd2e SemanticName SubIFD no
930
+ 0xcd30 SemanticInstanceIFD SubIFD no
931
+ 0xcd31 CalibrationIlluminant3 IFD0 int16u!
932
+ 0xcd32 CameraCalibration3 IFD0 rational64s[n]!
933
+ 0xcd33 ColorMatrix3 IFD0 rational64s[n]!
934
+ 0xcd34 ForwardMatrix3 IFD0 rational64s[n]!
935
+ 0xcd35 IlluminantData1 IFD0 undef!
936
+ 0xcd36 IlluminantData2 IFD0 undef!
937
+ 0xcd37 IlluminantData3 IFD0 undef!
938
+ 0xcd38 MaskSubArea SubIFD no
939
+ 0xcd39 ProfileHueSatMapData3 IFD0 float[n]!
940
+ 0xcd3a ReductionMatrix3 IFD0 rational64s[n]!
941
+ 0xcd3b RGBTables IFD0 undef!
928
942
  0xea1c Padding ExifIFD undef!
929
943
  0xea1d OffsetSchema ExifIFD int32s!
930
944
  0xfde8 OwnerName ExifIFD string/
@@ -1730,6 +1744,9 @@ These tags belong to the ExifTool XMP-crd family 1 group.
1730
1744
  LookParametersLookTable string/_
1731
1745
  LookParametersProcessVersion string/_
1732
1746
  LookParametersToneCurvePV2012 string/_+
1747
+ LookParametersToneCurvePV2012Blue string/_+
1748
+ LookParametersToneCurvePV2012Green string/_+
1749
+ LookParametersToneCurvePV2012Red string/_+
1733
1750
  LookParametersVersion string/_
1734
1751
  LookSupportsAmount string/_
1735
1752
  LookSupportsMonochrome string/_
@@ -2059,6 +2076,9 @@ These tags belong to the ExifTool XMP-crd family 1 group.
2059
2076
  LookTable string
2060
2077
  ProcessVersion string
2061
2078
  ToneCurvePV2012 string+
2079
+ ToneCurvePV2012Blue string+
2080
+ ToneCurvePV2012Green string+
2081
+ ToneCurvePV2012Red string+
2062
2082
  Version string
2063
2083
 
2064
2084
  =head3 XMP RetouchArea Struct
@@ -2394,6 +2414,9 @@ These tags belong to the ExifTool XMP-crs family 1 group.
2394
2414
  LookParametersLookTable string_
2395
2415
  LookParametersProcessVersion string_
2396
2416
  LookParametersToneCurvePV2012 string_+
2417
+ LookParametersToneCurvePV2012Blue string_+
2418
+ LookParametersToneCurvePV2012Green string_+
2419
+ LookParametersToneCurvePV2012Red string_+
2397
2420
  LookParametersVersion string_
2398
2421
  LookSupportsAmount string_
2399
2422
  LookSupportsMonochrome string_
@@ -3487,6 +3510,7 @@ These tags belong to the ExifTool XMP-iptcCore family 1 group.
3487
3510
 
3488
3511
  Tag Name Writable
3489
3512
  -------- --------
3513
+ AltTextAccessibility lang-alt
3490
3514
  CountryCode string
3491
3515
  CreatorContactInfo ContactInfo Struct
3492
3516
  CreatorCity string_
@@ -3497,6 +3521,7 @@ These tags belong to the ExifTool XMP-iptcCore family 1 group.
3497
3521
  CreatorWorkEmail string_
3498
3522
  CreatorWorkTelephone string_
3499
3523
  CreatorWorkURL string_
3524
+ ExtDescrAccessibility lang-alt
3500
3525
  IntellectualGenre string
3501
3526
  Location string
3502
3527
  Scene string+
@@ -3596,6 +3621,7 @@ These tags belong to the ExifTool XMP-iptcExt family 1 group.
3596
3621
  ShownEvent Entity Struct+
3597
3622
  ShownEventIdentifier string_+
3598
3623
  ShownEventName lang-alt_+
3624
+ EventID string+
3599
3625
  ExternalMetadataLink string+
3600
3626
  FeedIdentifier string
3601
3627
  Genre CVTermDetails Struct+
@@ -7359,6 +7385,7 @@ WB tags for the Canon G9.
7359
7385
  19 LiveViewShooting int16s
7360
7386
  20 FocusDistanceUpper int16u
7361
7387
  21 FocusDistanceLower int16u
7388
+ 23 ShutterMode int16s
7362
7389
  25 FlashExposureLock int16s
7363
7390
  61 RFLensType int16u
7364
7391
 
@@ -15412,6 +15439,7 @@ such as the OM E-M5.
15412
15439
  44 Model no
15413
15440
  131 DateTime1 no
15414
15441
  157 DateTime2 no
15442
+ 383 LensModel no
15415
15443
 
15416
15444
  =head3 Olympus scrn2 Tags
15417
15445
 
@@ -21823,16 +21851,19 @@ even if it is not listed in this table.
21823
21851
 
21824
21852
  =head2 Jpeg2000 Tags
21825
21853
 
21826
- The tags below are extracted from JPEG 2000 images and the JUMBF metadata in
21827
- JPEG images. Note that ExifTool currently writes only EXIF, IPTC and XMP
21828
- tags in Jpeg2000 images.
21854
+ The tags below are found in JPEG 2000 images and the JUMBF metadata in JPEG
21855
+ images, but not all of these are extracted. Note that ExifTool currently
21856
+ writes only EXIF, IPTC and XMP tags in Jpeg2000 images.
21829
21857
 
21830
21858
  Tag ID Tag Name Writable
21831
21859
  ------ -------- --------
21832
21860
  'Exif' EXIF EXIF
21833
21861
  'asoc' Association Jpeg2000
21862
+ 'bfdb' BinaryDataType no
21834
21863
  'bfil' BinaryFilter no
21864
+ 'bidb' BinaryData no
21835
21865
  'bpcc' BitsPerComponent no
21866
+ 'cbor' CBORData CBOR
21836
21867
  'cdef' ComponentDefinition no
21837
21868
  'cgrp' ColorGroup no
21838
21869
  'chck' DigitalSignature no
@@ -21886,6 +21917,7 @@ tags in Jpeg2000 images.
21886
21917
  UUID-GeoJP2 EXIF
21887
21918
  UUID-Photoshop Photoshop
21888
21919
  UUID-Signature no
21920
+ UUID-C2PAClaimSignature -
21889
21921
  UUID-Unknown no
21890
21922
  'xml ' XML XMP XML
21891
21923
  XMP -
@@ -21967,6 +21999,24 @@ JSON-formatted files.
21967
21999
  ON1_SettingsMetadataUsage no
21968
22000
  ON1_SettingsMetadataVisibleToUser no
21969
22001
 
22002
+ =head2 CBOR Tags
22003
+
22004
+ The tags below are extracted from CBOR (Concise Binary Object
22005
+ Representation) metadata. The C2PA specification uses this format for some
22006
+ metadata. As well as these tags, ExifTool will read any existing tags.
22007
+
22008
+ Tag Name Writable
22009
+ -------- --------
22010
+ AuthorIdentifier no
22011
+ AuthorName no
22012
+ DocumentID no
22013
+ Format no
22014
+ InstanceID no
22015
+ Relationship no
22016
+ ThumbnailHash no+
22017
+ ThumbnailURL no
22018
+ Title no
22019
+
21970
22020
  =head2 PLIST Tags
21971
22021
 
21972
22022
  Apple Property List tags. ExifTool reads both XML and binary-format PLIST
@@ -26020,7 +26070,7 @@ According to the specification, integer-format QuickTime date/time tags
26020
26070
  should be stored as UTC. Unfortunately, digital cameras often store local
26021
26071
  time values instead (presumably because they don't know the time zone). For
26022
26072
  this reason, by default ExifTool does not assume a time zone for these
26023
- values. However, if the QuickTimeUTC API option is set, then ExifTool will
26073
+ values. However, if the API QuickTimeUTC option is set, then ExifTool will
26024
26074
  assume these values are properly stored as UTC, and will convert them to
26025
26075
  local time when extracting.
26026
26076
 
@@ -26103,7 +26153,7 @@ Tags found in Pittasoft Blackvue dashcam "free" data.
26103
26153
  The tags below are extracted from timed metadata in QuickTime and other
26104
26154
  formats of video files when the ExtractEmbedded option is used. Although
26105
26155
  most of these tags are combined into the single table below, ExifTool
26106
- currently reads 55 different formats of timed GPS metadata from video files.
26156
+ currently reads 57 different formats of timed GPS metadata from video files.
26107
26157
 
26108
26158
  Tag Name Writable
26109
26159
  -------- --------
@@ -26161,6 +26211,7 @@ currently reads 55 different formats of timed GPS metadata from video files.
26161
26211
  fdsc GoPro fdsc
26162
26212
  gpmd_Kingslim QuickTime Stream
26163
26213
  gpmd_Rove QuickTime Stream
26214
+ gpmd_FMAS QuickTime Stream
26164
26215
  gpmd_GoPro GoPro GPMF
26165
26216
  marl QuickTime marl
26166
26217
  mebx QuickTime Keys
@@ -35167,7 +35218,7 @@ options, but these files are not writable directly.
35167
35218
 
35168
35219
  XAttr tags are extracted using the "xattr" utility. They are extracted if
35169
35220
  any "XAttr*" tag or the MacOS group is specifically requested, or by setting
35170
- the XAttrTags API option to 1 or the RequestAll API option to 2 or higher.
35221
+ the API XAttrTags option to 1 or the API RequestAll option to 2 or higher.
35171
35222
  And they are extracted by default from MacOS "._" files when reading
35172
35223
  these files directly.
35173
35224
 
@@ -35189,7 +35240,7 @@ these files directly.
35189
35240
 
35190
35241
  MDItem tags are extracted using the "mdls" utility. They are extracted if
35191
35242
  any "MDItem*" tag or the MacOS group is specifically requested, or by
35192
- setting the MDItemTags API option to 1 or the RequestAll API option to 2 or
35243
+ setting the API MDItemTags option to 1 or the API RequestAll option to 2 or
35193
35244
  higher. Note that these tags do not necessarily reflect the current
35194
35245
  metadata of a file -- it may take some time for the MacOS mdworker daemon to
35195
35246
  index the file after a metadata change.
@@ -50,7 +50,7 @@ use Image::ExifTool::Exif;
50
50
  use Image::ExifTool::GPS;
51
51
  require Exporter;
52
52
 
53
- $VERSION = '3.44';
53
+ $VERSION = '3.46';
54
54
  @ISA = qw(Exporter);
55
55
  @EXPORT_OK = qw(EscapeXML UnescapeXML);
56
56
 
@@ -1533,6 +1533,9 @@ my %sPantryItem = (
1533
1533
  CameraProfile => { },
1534
1534
  LookTable => { },
1535
1535
  ToneCurvePV2012 => { List => 'Seq' },
1536
+ ToneCurvePV2012Red => { List => 'Seq' },
1537
+ ToneCurvePV2012Green => { List => 'Seq' },
1538
+ ToneCurvePV2012Blue => { List => 'Seq' },
1536
1539
  },
1537
1540
  },
1538
1541
  }
@@ -2346,6 +2349,8 @@ my %sPantryItem = (
2346
2349
  Scene => { Groups => { 2 => 'Other' }, List => 'Bag' },
2347
2350
  SubjectCode => { Groups => { 2 => 'Other' }, List => 'Bag' },
2348
2351
  # Copyright - have seen this in a sample (Jan 2021), but I think it is non-standard
2352
+ AltTextAccessibility =>{ Groups => { 2 => 'Other' }, Writable => 'lang-alt' }, # added 2021-10-13
2353
+ ExtDescrAccessibility=>{ Groups => { 2 => 'Other' }, Writable => 'lang-alt' }, # added 2021-10-13
2349
2354
  );
2350
2355
 
2351
2356
  # Adobe Lightroom namespace properties (lr) (ref PH)
@@ -3960,7 +3965,7 @@ sub ProcessXMP($$;$)
3960
3965
  } elsif ($1 eq 'REDXIF') {
3961
3966
  $type = 'RMD';
3962
3967
  $mime = 'application/xml';
3963
- } else {
3968
+ } elsif ($1 ne 'fcpxml') { # Final Cut Pro XML
3964
3969
  return 0;
3965
3970
  }
3966
3971
  } elsif ($buf2 =~ /<svg[\s>]/) {
@@ -797,6 +797,7 @@ my %sImageRegion = ( # new in 1.5
797
797
  audioBitsPerSample => { Groups => { 2 => 'Audio' }, Writable => 'integer' },
798
798
  # new IPTC Extension schema 1.5 property
799
799
  ImageRegion => { Groups => { 2 => 'Image' }, List => 'Bag', Struct => \%sImageRegion },
800
+ EventID => { List => 'Bag' }, # added 2021-10-13
800
801
  );
801
802
 
802
803
  #------------------------------------------------------------------------------
@@ -32,7 +32,9 @@ sub SerializeStruct($;$)
32
32
  my ($key, $val, @vals, $rtnVal);
33
33
 
34
34
  if (ref $obj eq 'HASH') {
35
- foreach $key (sort keys %$obj) {
35
+ # support hashes with ordered keys
36
+ my @keys = $$obj{_ordered_keys_} ? @{$$obj{_ordered_keys_}} : sort keys %$obj;
37
+ foreach $key (@keys) {
36
38
  push @vals, $key . '=' . SerializeStruct($$obj{$key}, '}');
37
39
  }
38
40
  $rtnVal = '{' . join(',', @vals) . '}';