exiftool_vendored 11.96.0 → 12.08.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of exiftool_vendored might be problematic. Click here for more details.

Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/bin/Changes +172 -2
  3. data/bin/MANIFEST +8 -0
  4. data/bin/META.json +1 -1
  5. data/bin/META.yml +1 -1
  6. data/bin/README +43 -42
  7. data/bin/exiftool +148 -69
  8. data/bin/lib/Image/ExifTool.pm +159 -110
  9. data/bin/lib/Image/ExifTool.pod +114 -87
  10. data/bin/lib/Image/ExifTool/AIFF.pm +2 -2
  11. data/bin/lib/Image/ExifTool/APE.pm +2 -2
  12. data/bin/lib/Image/ExifTool/BuildTagLookup.pm +13 -7
  13. data/bin/lib/Image/ExifTool/Canon.pm +37 -11
  14. data/bin/lib/Image/ExifTool/CanonCustom.pm +82 -16
  15. data/bin/lib/Image/ExifTool/DPX.pm +56 -2
  16. data/bin/lib/Image/ExifTool/DarwinCore.pm +20 -3
  17. data/bin/lib/Image/ExifTool/EXE.pm +8 -5
  18. data/bin/lib/Image/ExifTool/Exif.pm +15 -6
  19. data/bin/lib/Image/ExifTool/Font.pm +9 -2
  20. data/bin/lib/Image/ExifTool/GIF.pm +5 -0
  21. data/bin/lib/Image/ExifTool/GeoTiff.pm +2 -0
  22. data/bin/lib/Image/ExifTool/Geotag.pm +2 -2
  23. data/bin/lib/Image/ExifTool/GoPro.pm +56 -22
  24. data/bin/lib/Image/ExifTool/H264.pm +1 -1
  25. data/bin/lib/Image/ExifTool/HtmlDump.pm +2 -2
  26. data/bin/lib/Image/ExifTool/ID3.pm +91 -12
  27. data/bin/lib/Image/ExifTool/IPTC.pm +1 -0
  28. data/bin/lib/Image/ExifTool/Lang/de.pm +3 -1
  29. data/bin/lib/Image/ExifTool/Lang/es.pm +1 -1
  30. data/bin/lib/Image/ExifTool/M2TS.pm +44 -24
  31. data/bin/lib/Image/ExifTool/MacOS.pm +152 -38
  32. data/bin/lib/Image/ExifTool/Minolta.pm +6 -2
  33. data/bin/lib/Image/ExifTool/MinoltaRaw.pm +11 -10
  34. data/bin/lib/Image/ExifTool/Nikon.pm +162 -18
  35. data/bin/lib/Image/ExifTool/Olympus.pm +39 -17
  36. data/bin/lib/Image/ExifTool/PNG.pm +14 -3
  37. data/bin/lib/Image/ExifTool/PPM.pm +5 -5
  38. data/bin/lib/Image/ExifTool/Panasonic.pm +148 -14
  39. data/bin/lib/Image/ExifTool/PanasonicRaw.pm +33 -0
  40. data/bin/lib/Image/ExifTool/Parrot.pm +2 -1
  41. data/bin/lib/Image/ExifTool/Pentax.pm +3 -1
  42. data/bin/lib/Image/ExifTool/Photoshop.pm +2 -1
  43. data/bin/lib/Image/ExifTool/QuickTime.pm +269 -29
  44. data/bin/lib/Image/ExifTool/QuickTimeStream.pl +463 -75
  45. data/bin/lib/Image/ExifTool/README +21 -20
  46. data/bin/lib/Image/ExifTool/RIFF.pm +15 -3
  47. data/bin/lib/Image/ExifTool/RSRC.pm +17 -11
  48. data/bin/lib/Image/ExifTool/RTF.pm +12 -7
  49. data/bin/lib/Image/ExifTool/Ricoh.pm +19 -1
  50. data/bin/lib/Image/ExifTool/Shift.pl +1 -0
  51. data/bin/lib/Image/ExifTool/SigmaRaw.pm +40 -33
  52. data/bin/lib/Image/ExifTool/Sony.pm +425 -34
  53. data/bin/lib/Image/ExifTool/TagLookup.pm +1961 -1874
  54. data/bin/lib/Image/ExifTool/TagNames.pod +394 -86
  55. data/bin/lib/Image/ExifTool/Validate.pm +4 -4
  56. data/bin/lib/Image/ExifTool/WriteExif.pl +3 -2
  57. data/bin/lib/Image/ExifTool/WriteQuickTime.pl +23 -15
  58. data/bin/lib/Image/ExifTool/Writer.pl +44 -21
  59. data/bin/lib/Image/ExifTool/XMP.pm +42 -5
  60. data/bin/lib/Image/ExifTool/XMPStruct.pl +3 -1
  61. data/bin/lib/Image/ExifTool/ZISRAW.pm +123 -0
  62. data/bin/perl-Image-ExifTool.spec +42 -41
  63. data/lib/exiftool_vendored/version.rb +1 -1
  64. metadata +8 -7
@@ -65,46 +65,47 @@ supported by ExifTool (r = read, w = write, c = create):
65
65
 
66
66
  File Types
67
67
  ------------+-------------+-------------+-------------+------------
68
- 3FR r | DR4 r/w/c | ITC r | ODP r | RIFF r
69
- 3G2 r/w | DSS r | J2C r | ODS r | RSRC r
70
- 3GP r/w | DV r | JNG r/w | ODT r | RTF r
71
- A r | DVB r/w | JP2 r/w | OFR r | RW2 r/w
72
- AA r | DVR-MS r | JPEG r/w | OGG r | RWL r/w
73
- AAE r | DYLIB r | JSON r | OGV r | RWZ r
74
- AAX r/w | EIP r | K25 r | OPUS r | RM r
75
- ACR r | EPS r/w | KDC r | ORF r/w | SEQ r
76
- AFM r | EPUB r | KEY r | OTF r | SKETCH r
77
- AI r/w | ERF r/w | LA r | PAC r | SO r
78
- AIFF r | EXE r | LFP r | PAGES r | SR2 r/w
79
- APE r | EXIF r/w/c | LNK r | PBM r/w | SRF r
80
- ARQ r/w | EXR r | LRV r/w | PCD r | SRW r/w
81
- ARW r/w | EXV r/w/c | M2TS r | PCX r | SVG r
82
- ASF r | F4A/V r/w | M4A/V r/w | PDB r | SWF r
83
- AVI r | FFF r/w | MAX r | PDF r/w | THM r/w
84
- AVIF r/w | FITS r | MEF r/w | PEF r/w | TIFF r/w
85
- AZW r | FLA r | MIE r/w/c | PFA r | TORRENT r
86
- BMP r | FLAC r | MIFF r | PFB r | TTC r
87
- BPG r | FLIF r/w | MKA r | PFM r | TTF r
88
- BTF r | FLV r | MKS r | PGF r | TXT r
89
- CHM r | FPF r | MKV r | PGM r/w | VCF r
90
- COS r | FPX r | MNG r/w | PLIST r | VRD r/w/c
91
- CR2 r/w | GIF r/w | MOBI r | PICT r | VSD r
92
- CR3 r/w | GPR r/w | MODD r | PMP r | WAV r
93
- CRM r/w | GZ r | MOI r | PNG r/w | WDP r/w
94
- CRW r/w | HDP r/w | MOS r/w | PPM r/w | WEBP r
95
- CS1 r/w | HDR r | MOV r/w | PPT r | WEBM r
96
- CSV r | HEIC r/w | MP3 r | PPTX r | WMA r
97
- DCM r | HEIF r/w | MP4 r/w | PS r/w | WMV r
98
- DCP r/w | HTML r | MPC r | PSB r/w | WTV r
99
- DCR r | ICC r/w/c | MPG r | PSD r/w | WV r
100
- DFONT r | ICS r | MPO r/w | PSP r | X3F r/w
101
- DIVX r | IDML r | MQV r/w | QTIF r/w | XCF r
102
- DJVU r | IIQ r/w | MRW r/w | R3D r | XLS r
103
- DLL r | IND r/w | MXF r | RA r | XLSX r
104
- DNG r/w | INSP r/w | NEF r/w | RAF r/w | XMP r/w/c
105
- DOC r | INSV r | NRW r/w | RAM r | ZIP r
106
- DOCX r | INX r | NUMBERS r | RAR r |
107
- DPX r | ISO r | O r | RAW r/w |
68
+ 360 r/w | DPX r | ITC r | ODP r | RSRC r
69
+ 3FR r | DR4 r/w/c | J2C r | ODS r | RTF r
70
+ 3G2 r/w | DSS r | JNG r/w | ODT r | RW2 r/w
71
+ 3GP r/w | DV r | JP2 r/w | OFR r | RWL r/w
72
+ A r | DVB r/w | JPEG r/w | OGG r | RWZ r
73
+ AA r | DVR-MS r | JSON r | OGV r | RM r
74
+ AAE r | DYLIB r | K25 r | OPUS r | SEQ r
75
+ AAX r/w | EIP r | KDC r | ORF r/w | SKETCH r
76
+ ACR r | EPS r/w | KEY r | OTF r | SO r
77
+ AFM r | EPUB r | LA r | PAC r | SR2 r/w
78
+ AI r/w | ERF r/w | LFP r | PAGES r | SRF r
79
+ AIFF r | EXE r | LNK r | PBM r/w | SRW r/w
80
+ APE r | EXIF r/w/c | LRV r/w | PCD r | SVG r
81
+ ARQ r/w | EXR r | M2TS r | PCX r | SWF r
82
+ ARW r/w | EXV r/w/c | M4A/V r/w | PDB r | THM r/w
83
+ ASF r | F4A/V r/w | MACOS r | PDF r/w | TIFF r/w
84
+ AVI r | FFF r/w | MAX r | PEF r/w | TORRENT r
85
+ AVIF r/w | FITS r | MEF r/w | PFA r | TTC r
86
+ AZW r | FLA r | MIE r/w/c | PFB r | TTF r
87
+ BMP r | FLAC r | MIFF r | PFM r | TXT r
88
+ BPG r | FLIF r/w | MKA r | PGF r | VCF r
89
+ BTF r | FLV r | MKS r | PGM r/w | VRD r/w/c
90
+ CHM r | FPF r | MKV r | PLIST r | VSD r
91
+ COS r | FPX r | MNG r/w | PICT r | WAV r
92
+ CR2 r/w | GIF r/w | MOBI r | PMP r | WDP r/w
93
+ CR3 r/w | GPR r/w | MODD r | PNG r/w | WEBP r
94
+ CRM r/w | GZ r | MOI r | PPM r/w | WEBM r
95
+ CRW r/w | HDP r/w | MOS r/w | PPT r | WMA r
96
+ CS1 r/w | HDR r | MOV r/w | PPTX r | WMV r
97
+ CSV r | HEIC r/w | MP3 r | PS r/w | WTV r
98
+ CZI r | HEIF r/w | MP4 r/w | PSB r/w | WV r
99
+ DCM r | HTML r | MPC r | PSD r/w | X3F r/w
100
+ DCP r/w | ICC r/w/c | MPG r | PSP r | XCF r
101
+ DCR r | ICS r | MPO r/w | QTIF r/w | XLS r
102
+ DFONT r | IDML r | MQV r/w | R3D r | XLSX r
103
+ DIVX r | IIQ r/w | MRW r/w | RA r | XMP r/w/c
104
+ DJVU r | IND r/w | MXF r | RAF r/w | ZIP r
105
+ DLL r | INSP r/w | NEF r/w | RAM r |
106
+ DNG r/w | INSV r | NRW r/w | RAR r |
107
+ DOC r | INX r | NUMBERS r | RAW r/w |
108
+ DOCX r | ISO r | O r | RIFF r |
108
109
 
109
110
  Meta Information
110
111
  ----------------------+----------------------+---------------------
@@ -662,7 +663,7 @@ option is disabled.
662
663
  Perl expression used to filter PrintConv values when writing. The
663
664
  expression acts on the value of the Perl default variable ($_), and changes
664
665
  the value of this variable as required. The current ExifTool object may be
665
- accessed through $self. The value is not changed if $_ is set to undef.
666
+ accessed through $self. The tag is not written if $_ is set to undef.
666
667
 
667
668
  =item FixBase
668
669
 
@@ -731,6 +732,11 @@ to be excluded by preceding group name with a '-'. See L</GetGroup> for a
731
732
  description of group families, and L</GetAllGroups [static]> for lists of
732
733
  group names.
733
734
 
735
+ =item HexTagIDs
736
+
737
+ Use hexadecimal instead of decimal for the family 7 group names of tags with
738
+ numerical ID's.
739
+
734
740
  =item HtmlDump
735
741
 
736
742
  Dump information in hex to dynamic HTML web page. The value may be 0-3 for
@@ -809,6 +815,11 @@ formatting expression returns undef). If not set, a minor error is issued
809
815
  for missing values, or the value is set to '' if L</IgnoreMinorErrors> is
810
816
  set. Default is undef.
811
817
 
818
+ =item NoMultiExif
819
+
820
+ Raise error when attempting to write multi-segment EXIF in a JPEG image.
821
+ Default is undef.
822
+
812
823
  =item NoPDFList
813
824
 
814
825
  Flag to avoid splitting PDF list-type tag values into separate items.
@@ -1601,7 +1612,8 @@ values in list context.
1601
1612
 
1602
1613
  0) ExifTool object reference
1603
1614
 
1604
- 1) Tag name (case sensitive, may be prefixed by family 0 or 1 group name)
1615
+ 1) Tag name (case sensitive, may be prefixed by family 0, 1 or 7 group
1616
+ names, separated by colons)
1605
1617
 
1606
1618
  =item Return Values:
1607
1619
 
@@ -1663,34 +1675,35 @@ in a specified file.
1663
1675
 
1664
1676
  2-N) [optional] List of tag names to set or options hash references. All
1665
1677
  writable tags are set if none are specified. The tag names are not case
1666
- sensitive, and may be prefixed by one or more family 0, 1 or 2 group names
1667
- with optional leading family numbers, separated by colons (eg. 'exif:iso').
1668
- A leading '-' indicates tags to be excluded (eg. '-comment'), or a trailing
1669
- '#' causes the ValueConv value to be copied (same as setting the Type option
1670
- to 'ValueConv' for this tag only). Wildcards ('*' and '?') may be used in
1671
- the tag name. A tag name of '*' is commonly used when a group is specified
1672
- to copy all tags in the group (eg. 'XMP:*'). A special feature allows tag
1673
- names of the form 'DSTTAGE<lt>SRCTAG' (or 'SRCTAGE<gt>DSTTAG') to be
1674
- specified to copy information to a tag with a different name or a specified
1675
- group. Both 'SRCTAG' and 'DSTTAG' may contain wildcards and/or be prefixed
1676
- by a group name (eg. 'fileModifyDateE<lt>modifyDate' or 'xmp:*E<lt>*'),
1677
- and/or suffixed by a '#' to disable print conversion. Copied tags may also
1678
- be added or deleted from a list with arguments of the form
1679
- 'DSTTAG+E<lt>SRCTAG' or 'DSTTAG-E<lt>SRCTAG'. Tags are evaluated in order,
1680
- so exclusions apply only to tags included earlier in the list. An extension
1681
- of this feature allows the tag value to be set from a string containing tag
1682
- names with leading '$' symbols (eg. 'CommentE<lt>the file is $filename').
1683
- Braces '{}' may be used around the tag name to separate it from subsequent
1684
- text, and a '$$' is used to to represent a '$' symbol. The behaviour for
1685
- missing tags in expressions is defined by the L</MissingTagValue> option.
1686
- The tag value may be modified via changes to the default input variable ($_)
1687
- in a Perl expression placed inside the braces and after a semicolon
1688
- following the tag name (see the last example above). A '@' may be added
1689
- after the tag name (before the semicolon) to make the expression act on
1690
- individual list items instead of the concatenated string for list-type tags.
1691
- Braces within the expression must be balanced. Multiple options hash
1692
- references may be passed to set different options for different tags.
1693
- Options apply to subsequent tags in the argument list.
1678
+ sensitive, and may be prefixed by one or more family 0, 1, 2 or 7 group
1679
+ names with optional leading family numbers, separated by colons (eg.
1680
+ 'exif:iso'). A leading '-' indicates tags to be excluded (eg. '-comment'),
1681
+ or a trailing '#' causes the ValueConv value to be copied (same as setting
1682
+ the Type option to 'ValueConv' for this tag only). Wildcards ('*' and '?')
1683
+ may be used in the tag name. A tag name of '*' is commonly used when a
1684
+ group is specified to copy all tags in the group (eg. 'XMP:*'). A special
1685
+ feature allows tag names of the form 'DSTTAGE<lt>SRCTAG' (or
1686
+ 'SRCTAGE<gt>DSTTAG') to be specified to copy information to a tag with a
1687
+ different name or a specified group. Both 'SRCTAG' and 'DSTTAG' may contain
1688
+ wildcards and/or be prefixed by a group name (eg.
1689
+ 'fileModifyDateE<lt>modifyDate' or 'xmp:*E<lt>*'), and/or suffixed by a '#'
1690
+ to disable print conversion. Copied tags may also be added or deleted from
1691
+ a list with arguments of the form 'DSTTAG+E<lt>SRCTAG' or
1692
+ 'DSTTAG-E<lt>SRCTAG'. Tags are evaluated in order, so exclusions apply only
1693
+ to tags included earlier in the list. An extension of this feature allows
1694
+ the tag value to be set from a string containing tag names with leading '$'
1695
+ symbols (eg. 'CommentE<lt>the file is $filename'). Braces '{}' may be used
1696
+ around the tag name to separate it from subsequent text, and a '$$' is used
1697
+ to to represent a '$' symbol. The behaviour for missing tags in expressions
1698
+ is defined by the L</MissingTagValue> option. The tag value may be modified
1699
+ via changes to the default input variable ($_) in a Perl expression placed
1700
+ inside the braces and after a semicolon following the tag name (see the last
1701
+ example above). A '@' may be added after the tag name (before the
1702
+ semicolon) to make the expression act on individual list items instead of
1703
+ the concatenated string for list-type tags. Braces within the expression
1704
+ must be balanced. Multiple options hash references may be passed to set
1705
+ different options for different tags. Options apply to subsequent tags in
1706
+ the argument list.
1694
1707
 
1695
1708
  By default, this routine will commute information between same-named tags in
1696
1709
  different groups, allowing information to be translated between images with
@@ -2067,6 +2080,14 @@ Family 6 is currently used only for EXIF/TIFF metadata, and gives the format
2067
2080
  type of the extracted value. Generated only if the L</SaveFormat> option is
2068
2081
  used when extracting.
2069
2082
 
2083
+ Family 7 is used for tag ID's. The group names are "ID-" followed by the
2084
+ tag ID with characters other than [-_A-Za-z0-9] converted to hex. Numerical
2085
+ tag ID's are given in hex if the L</HexTagIDs> option is set. When
2086
+ specifying a family 7 group name, numerical ID's may be in hex or decimal,
2087
+ and non-numercal ID's may or may not have characters other than
2088
+ [-_A-Za-z0-9] converted to hex. Note that unlike other group names, family
2089
+ 7 group names are case sensitive (except for the leading "ID-").
2090
+
2070
2091
  See L</GetAllGroups [static]> for complete lists of group names.
2071
2092
 
2072
2093
  =back
@@ -2260,22 +2281,22 @@ ICC-meta, ICC-view, ICC_Profile, ICC_Profile#, ID3, ID3v1, ID3v1_Enh,
2260
2281
  ID3v2_2, ID3v2_3, ID3v2_4, IFD0, IFD1, IPTC, IPTC#, ISO, ITC, Insta360,
2261
2282
  InteropIFD, ItemList, JFIF, JFXX, JPEG, JPEG-HDR, JSON, JVC, Jpeg2000,
2262
2283
  KDC_IFD, Keys, Kodak, KodakBordersIFD, KodakEffectsIFD, KodakIFD,
2263
- KyoceraRaw, LNK, Leaf, LeafSubIFD, Leica, Lytro, M2TS, MAC, MIE-Audio,
2264
- MIE-Camera, MIE-Canon, MIE-Doc, MIE-Extender, MIE-Flash, MIE-GPS, MIE-Geo,
2265
- MIE-Image, MIE-Lens, MIE-Main, MIE-MakerNotes, MIE-Meta, MIE-Orient,
2266
- MIE-Preview, MIE-Thumbnail, MIE-UTM, MIE-Unknown, MIE-Video, MIFF, MNG,
2267
- MOBI, MOI, MPC, MPEG, MPF0, MPImage, MS-DOC, MXF, MacOS, MakerNotes,
2268
- MakerUnknown, Matroska, MediaJukebox, Meta, MetaIFD, Microsoft, Minolta,
2269
- MinoltaRaw, Motorola, NITF, Nikon, NikonCapture, NikonCustom, NikonScan,
2270
- Nintendo, Ocad, Ogg, Olympus, OpenEXR, Opus, PDF, PICT, PNG, PNG-pHYs, PSP,
2271
- Palm, Panasonic, PanasonicRaw, Pentax, PhaseOne, PhotoCD, PhotoMechanic,
2272
- Photoshop, PictureInfo, PostScript, PreviewIFD, PrintIM, ProfileIFD,
2273
- Qualcomm, QuickTime, RAF, RAF2, RIFF, RMETA, RSRC, RTF, Radiance, Rawzor,
2274
- Real, Real-CONT, Real-MDPR, Real-PROP, Real-RA3, Real-RA4, Real-RA5,
2275
- Real-RJMD, Reconyx, Red, Ricoh, SPIFF, SR2, SR2DataIFD, SR2SubIFD, SRF#,
2276
- SVG, Samsung, Sanyo, Scalado, Sigma, SigmaRaw, Sony, SonyIDC, Stim, SubIFD,
2277
- System, Theora, Torrent, Track#, UserData, UserParam, VCalendar, VCard,
2278
- Version0, Vorbis, WTV, XML, XMP, XMP-DICOM, XMP-Device, XMP-GAudio,
2284
+ KyoceraRaw, LNK, Leaf, LeafSubIFD, Leica, Lyrics3, Lytro, M2TS, MAC,
2285
+ MIE-Audio, MIE-Camera, MIE-Canon, MIE-Doc, MIE-Extender, MIE-Flash, MIE-GPS,
2286
+ MIE-Geo, MIE-Image, MIE-Lens, MIE-Main, MIE-MakerNotes, MIE-Meta,
2287
+ MIE-Orient, MIE-Preview, MIE-Thumbnail, MIE-UTM, MIE-Unknown, MIE-Video,
2288
+ MIFF, MNG, MOBI, MOI, MPC, MPEG, MPF0, MPImage, MS-DOC, MXF, MacOS,
2289
+ MakerNotes, MakerUnknown, Matroska, MediaJukebox, Meta, MetaIFD, Microsoft,
2290
+ Minolta, MinoltaRaw, Motorola, NITF, Nikon, NikonCapture, NikonCustom,
2291
+ NikonScan, Nintendo, Ocad, Ogg, Olympus, OpenEXR, Opus, PDF, PICT, PNG,
2292
+ PNG-pHYs, PSP, Palm, Panasonic, PanasonicRaw, Pentax, PhaseOne, PhotoCD,
2293
+ PhotoMechanic, Photoshop, PictureInfo, PostScript, PreviewIFD, PrintIM,
2294
+ ProfileIFD, Qualcomm, QuickTime, RAF, RAF2, RIFF, RMETA, RSRC, RTF,
2295
+ Radiance, Rawzor, Real, Real-CONT, Real-MDPR, Real-PROP, Real-RA3, Real-RA4,
2296
+ Real-RA5, Real-RJMD, Reconyx, Red, Ricoh, SPIFF, SR2, SR2DataIFD, SR2SubIFD,
2297
+ SRF#, SVG, Samsung, Sanyo, Scalado, Sigma, SigmaRaw, Sony, SonyIDC, Stim,
2298
+ SubIFD, System, Theora, Torrent, Track#, UserData, UserParam, VCalendar,
2299
+ VCard, Version0, Vorbis, WTV, XML, XMP, XMP-DICOM, XMP-Device, XMP-GAudio,
2279
2300
  XMP-GDepth, XMP-GFocus, XMP-GImage, XMP-GPano, XMP-GSpherical, XMP-LImage,
2280
2301
  XMP-MP, XMP-MP1, XMP-PixelLive, XMP-aas, XMP-acdsee, XMP-album,
2281
2302
  XMP-apple-fi, XMP-aux, XMP-cc, XMP-cell, XMP-creatorAtom, XMP-crs, XMP-dc,
@@ -2309,6 +2330,12 @@ eg. JPEG-APP1-IFD0-ExifIFD
2309
2330
  int8u, string, int16u, int32u, rational64u, int8s, undef, int16s, int32s,
2310
2331
  rational64s, float, double, ifd, unicode, complex, int64u, int64s, ifd64
2311
2332
 
2333
+ =item Family 7 (Tag ID):
2334
+
2335
+ ID-xxx (where xxx is the tag ID. Numerical ID's are given in hex with a
2336
+ leading "0x" if the HexTagIDs option is set, as are characters in
2337
+ non-numerical ID's which are not valid in a group name)
2338
+
2312
2339
  =back
2313
2340
 
2314
2341
  =head2 GetDeleteGroups [static]
@@ -2588,7 +2615,7 @@ IPTC Core and Extension specifications actually use the XMP format.)
2588
2615
 
2589
2616
  =head2 XMP
2590
2617
 
2591
- Exiftool reads XMP encoded as UTF-8, UTF-16 or UTF-32, and converts them all
2618
+ ExifTool reads XMP encoded as UTF-8, UTF-16 or UTF-32, and converts them all
2592
2619
  to UTF-8 internally. Also, all XML character entity references and numeric
2593
2620
  character references are converted. When writing, ExifTool always encodes
2594
2621
  XMP as UTF-8, converting the following 5 characters to XML character
@@ -18,7 +18,7 @@ use vars qw($VERSION);
18
18
  use Image::ExifTool qw(:DataAccess :Utils);
19
19
  use Image::ExifTool::ID3;
20
20
 
21
- $VERSION = '1.10';
21
+ $VERSION = '1.11';
22
22
 
23
23
  # information for time/date-based tags (time zero is Jan 1, 1904)
24
24
  my %timeInfo = (
@@ -73,12 +73,12 @@ my %timeInfo = (
73
73
  ProcessProc => \&Image::ExifTool::ID3::ProcessID3,
74
74
  },
75
75
  },
76
+ APPL => 'ApplicationData', # (first 4 bytes are the application signature)
76
77
  # SSND => 'SoundData',
77
78
  # MARK => 'Marker',
78
79
  # INST => 'Instrument',
79
80
  # MIDI => 'MidiData',
80
81
  # AESD => 'AudioRecording',
81
- # APPL => 'ApplicationSpecific',
82
82
  );
83
83
 
84
84
  %Image::ExifTool::AIFF::Common = (
@@ -15,7 +15,7 @@ use strict;
15
15
  use vars qw($VERSION);
16
16
  use Image::ExifTool qw(:DataAccess :Utils);
17
17
 
18
- $VERSION = '1.05';
18
+ $VERSION = '1.06';
19
19
 
20
20
  # APE metadata blocks
21
21
  %Image::ExifTool::APE::Main = (
@@ -166,7 +166,7 @@ sub ProcessAPE($$)
166
166
  # look for the APE trailer footer...
167
167
  my $footPos = -32;
168
168
  # (...but before the ID3v1 trailer if it exists)
169
- $footPos -= 128 if $$et{DoneID3} == 2;
169
+ $footPos -= $$et{DoneID3} if $$et{DoneID3} > 1;
170
170
  $raf->Seek($footPos, 2) or return 1;
171
171
  $raf->Read($buff, 32) == 32 or return 1;
172
172
  $buff =~ /^APETAGEX/ or return 1;
@@ -35,7 +35,7 @@ use Image::ExifTool::Sony;
35
35
  use Image::ExifTool::Validate;
36
36
  use Image::ExifTool::MacOS;
37
37
 
38
- $VERSION = '3.35';
38
+ $VERSION = '3.38';
39
39
  @ISA = qw(Exporter);
40
40
 
41
41
  sub NumbersFirst($$);
@@ -415,7 +415,7 @@ IPTC group only in the standard location.
415
415
  },
416
416
  QuickTime => q{
417
417
  The QuickTime format is used for many different types of audio, video and
418
- image files (most notably, MOV/MP4 videos and HEIC/CR3 images). Exiftool
418
+ image files (most notably, MOV/MP4 videos and HEIC/CR3 images). ExifTool
419
419
  extracts standard meta information and a variety of audio, video and image
420
420
  parameters, as well as proprietary information written by many camera
421
421
  models. Tags with a question mark after their name are not extracted unless
@@ -444,10 +444,10 @@ country code to the tag name (eg. "ItemList:Artist-deu" or
444
444
  "ItemList::Artist-deu-DE"). Most
445
445
  L<UserData|Image::ExifTool::TagNames/QuickTime UserData Tags> tags support a
446
446
  language code, but without a country code. If no language code is specified
447
- when writing, alternate languages for the tag are deleted. Use the "und"
448
- language code to write the default language without deleting alternate
449
- languages. Note that "eng" is treated as a default language when reading,
450
- but not when writing.
447
+ when writing, the default language is written and alternate languages for
448
+ the tag are deleted. Use the "und" language code to write the default
449
+ language without deleting alternate languages. Note that "eng" is treated
450
+ as a default language when reading, but not when writing.
451
451
 
452
452
  According to the specification, integer-format QuickTime date/time tags
453
453
  should be stored as UTC. Unfortunately, digital cameras often store local
@@ -633,7 +633,8 @@ L<http://www.metadataworkinggroup.org/> for the official MWG specification.
633
633
  MacOS => q{
634
634
  On MacOS systems, the there are additional MDItem and XAttr Finder tags that
635
635
  may be extracted. These tags are not extracted by default -- they must be
636
- specifically requested or enabled via an API option.
636
+ specifically requested or enabled via an API option. (Except when reading
637
+ MacOS "._" files directly, see below.)
637
638
 
638
639
  The tables below list some of the tags that may be extracted, but ExifTool
639
640
  will extract all available information even for tags not listed.
@@ -877,6 +878,11 @@ TagID: foreach $tagID (@keys) {
877
878
  $case{$lc} = $name;
878
879
  }
879
880
  my $format = $$tagInfo{Format};
881
+ # check TagID's to make sure they don't start with 'ID-'
882
+ my @grps = $et->GetGroup($tagInfo);
883
+ foreach (@grps) {
884
+ warn "Group name starts with 'ID-' for $short $name\n" if /^ID-/i;
885
+ }
880
886
  # validate Name (must not start with a digit or else XML output will not be valid;
881
887
  # must not start with a dash or exiftool command line may get confused)
882
888
  if ($name !~ /^[_A-Za-z][-\w]+$/ and
@@ -88,7 +88,7 @@ sub ProcessCTMD($$$);
88
88
  sub ProcessExifInfo($$$);
89
89
  sub SwapWords($);
90
90
 
91
- $VERSION = '4.36';
91
+ $VERSION = '4.39';
92
92
 
93
93
  # Note: Removed 'USM' from 'L' lenses since it is redundant - PH
94
94
  # (or is it? Ref 32 shows 5 non-USM L-type lenses)
@@ -474,8 +474,9 @@ $VERSION = '4.36';
474
474
  253.1 => 'Canon EF 70-200mm f/2.8L IS III USM + 2x', #PH (NC)
475
475
  # 253.2 => 'Tamron SP 70-200mm f/2.8 Di VC USD G2 (A025) + 2x', #forum9367
476
476
  254 => 'Canon EF 100mm f/2.8L Macro IS USM', #42
477
- 255 => 'Sigma 24-105mm f/4 DG OS HSM | A or Other Sigma Lens', #50
477
+ 255 => 'Sigma 24-105mm f/4 DG OS HSM | A or Other Lens', #50
478
478
  255.1 => 'Sigma 180mm f/2.8 EX DG OS HSM APO Macro', #50
479
+ 255.2 => 'Tamron SP 70-200mm f/2.8 Di VC USD', #exiv issue 1202 (A009)
479
480
  368 => 'Sigma 14-24mm f/2.8 DG HSM | A or other Sigma Lens', #IB (A018)
480
481
  368.1 => 'Sigma 20mm f/1.4 DG HSM | A', #50 (newer firmware)
481
482
  368.2 => 'Sigma 50mm f/1.4 DG HSM | A', #50
@@ -486,6 +487,7 @@ $VERSION = '4.36';
486
487
  368.7 => 'Sigma 85mm f/1.4 DG HSM | A', #IB (016)
487
488
  368.8 => 'Sigma 105mm f/1.4 DG HSM', #IB (A018)
488
489
  368.9 => 'Sigma 14-24mm f/2.8 DG HSM', #IB (A018)
490
+ 368.10 => 'Sigma 35mm f/1.4 DG HSM | A', #PH (012)
489
491
  '368.10' => 'Sigma 70mm f/2.8 DG Macro', #IB (A018)
490
492
  # Note: LensType 488 (0x1e8) is reported as 232 (0xe8) in 7D CameraSettings
491
493
  488 => 'Canon EF-S 15-85mm f/3.5-5.6 IS USM', #PH
@@ -532,7 +534,7 @@ $VERSION = '4.36';
532
534
  757 => 'Canon EF 400mm f/2.8L IS III USM', #IB
533
535
  758 => 'Canon EF 600mm f/4L IS III USM', #IB
534
536
 
535
- 1136 => 'Sigma 24-70mm f/2.8 DG OS HSM | Art 017', #IB
537
+ 1136 => 'Sigma 24-70mm f/2.8 DG OS HSM | A', #IB (017)
536
538
  # (STM lenses - 0x10xx)
537
539
  4142 => 'Canon EF-S 18-135mm f/3.5-5.6 IS STM',
538
540
  4143 => 'Canon EF-M 18-55mm f/3.5-5.6 IS STM or Tamron Lens',
@@ -564,14 +566,27 @@ $VERSION = '4.36';
564
566
  61494 => 'Canon CN-E 85mm T1.3 L F', #PH
565
567
  61495 => 'Canon CN-E 135mm T2.2 L F', #PH
566
568
  61496 => 'Canon CN-E 35mm T1.5 L F', #PH
567
- 61182 => 'Canon RF 35mm F1.8 Macro IS STM or other Canon RF Lens', #IB
568
- 61182.1 => 'Canon RF 50mm F1.2 L USM', #IB
569
- 61182.2 => 'Canon RF 24-105mm F4 L IS USM', #IB
570
- 61182.3 => 'Canon RF 28-70mm F2 L USM', #IB
571
- 61182.4 => 'Canon RF 85mm F1.2L USM', #IB
572
- 61182.5 => 'Canon RF 24-240mm F4-6.3 IS USM', #IB
573
- 61182.6 => 'Canon RF 24-70mm F2.8 L IS USM', #PH
574
- 61182.7 => 'Canon RF 15-35mm F2.8 L IS USM', #PH
569
+ # see RFLensType tag for master list of 61182 RF lenses
570
+ 61182 => 'Canon RF 50mm F1.2L USM or other Canon RF Lens',
571
+ 61182.1 => 'Canon RF 24-105mm F4L IS USM',
572
+ 61182.2 => 'Canon RF 28-70mm F2L USM',
573
+ 61182.3 => 'Canon RF 35mm F1.8 MACRO IS STM',
574
+ 61182.4 => 'Canon RF 85mm F1.2L USM',
575
+ 61182.5 => 'Canon RF 85mm F1.2L USM DS',
576
+ 61182.6 => 'Canon RF 24-70mm F2.8L IS USM',
577
+ 61182.7 => 'Canon RF 15-35mm F2.8L IS USM',
578
+ 61182.8 => 'Canon RF 24-240mm F4-6.3 IS USM',
579
+ 61182.9 => 'Canon RF 70-200mm F2.8L IS USM',
580
+ 61182.10 => 'Canon RF 600mm F11 IS STM',
581
+ 61182.11 => 'Canon RF 600mm F11 IS STM + RF1.4x',
582
+ 61182.12 => 'Canon RF 600mm F11 IS STM + RF2x',
583
+ 61182.13 => 'Canon RF 800mm F11 IS STM',
584
+ 61182.14 => 'Canon RF 800mm F11 IS STM + RF1.4x',
585
+ 61182.15 => 'Canon RF 800mm F11 IS STM + RF2x',
586
+ 61182.16 => 'Canon RF 24-105mm F4-7.1 IS STM',
587
+ 61182.17 => 'Canon RF 100-500mm F4.5-7.1L IS USM',
588
+ 61182.18 => 'Canon RF 100-500mm F4.5-7.1L IS USM + RF1.4x',
589
+ 61182.19 => 'Canon RF 100-500mm F4.5-7.1L IS USM + RF2x',
575
590
  65535 => 'n/a',
576
591
  );
577
592
 
@@ -922,6 +937,7 @@ $VERSION = '4.36';
922
937
  0x80000428 => 'EOS-1D X Mark III', #IB
923
938
  0x80000432 => 'EOS Rebel T7 / 2000D / 1500D / Kiss X90', #IB
924
939
  0x80000433 => 'EOS RP',
940
+ 0x80000435 => 'EOS Rebel T8i / 850D / X10i', #JR/PH
925
941
  0x80000436 => 'EOS SL3 / 250D / Kiss X10', #25
926
942
  0x80000437 => 'EOS 90D', #IB
927
943
  0x80000520 => 'EOS D2000C', #IB
@@ -6691,7 +6707,17 @@ my %ciMaxFocal = (
6691
6707
  264 => 'Canon RF 15-35mm F2.8L IS USM',
6692
6708
  265 => 'Canon RF 24-240mm F4-6.3 IS USM',
6693
6709
  266 => 'Canon RF 70-200mm F2.8L IS USM',
6710
+ 268 => 'Canon RF 600mm F11 IS STM',
6711
+ 269 => 'Canon RF 600mm F11 IS STM + RF1.4x',
6712
+ 270 => 'Canon RF 600mm F11 IS STM + RF2x',
6713
+ 271 => 'Canon RF 800mm F11 IS STM',
6714
+ 272 => 'Canon RF 800mm F11 IS STM + RF1.4x',
6715
+ 273 => 'Canon RF 800mm F11 IS STM + RF2x',
6694
6716
  274 => 'Canon RF 24-105mm F4-7.1 IS STM',
6717
+ 275 => 'Canon RF 100-500mm F4.5-7.1L IS USM',
6718
+ 276 => 'Canon RF 100-500mm F4.5-7.1L IS USM + RF1.4x',
6719
+ 277 => 'Canon RF 100-500mm F4.5-7.1L IS USM + RF2x',
6720
+ # Note: add new RF lenses to %canonLensTypes with ID 61182
6695
6721
  },
6696
6722
  },
6697
6723
  );