exiftool-vendored.exe 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 (61) hide show
  1. package/bin/exiftool_files/Changes +97 -4
  2. package/bin/exiftool_files/README +19 -19
  3. package/bin/exiftool_files/arg_files/xmp2exif.args +4 -1
  4. package/bin/exiftool_files/config_files/example.config +1 -0
  5. package/bin/exiftool_files/config_files/rotate_regions.config +1 -1
  6. package/bin/exiftool_files/exiftool.pl +198 -123
  7. package/bin/exiftool_files/fmt_files/kml.fmt +3 -0
  8. package/bin/exiftool_files/fmt_files/kml_track.fmt +3 -0
  9. package/bin/exiftool_files/lib/Image/ExifTool/AIFF.pm +2 -2
  10. package/bin/exiftool_files/lib/Image/ExifTool/APE.pm +2 -2
  11. package/bin/exiftool_files/lib/Image/ExifTool/BuildTagLookup.pm +25 -19
  12. package/bin/exiftool_files/lib/Image/ExifTool/Canon.pm +33 -7
  13. package/bin/exiftool_files/lib/Image/ExifTool/CanonRaw.pm +5 -1
  14. package/bin/exiftool_files/lib/Image/ExifTool/DJI.pm +28 -2
  15. package/bin/exiftool_files/lib/Image/ExifTool/Exif.pm +107 -20
  16. package/bin/exiftool_files/lib/Image/ExifTool/FlashPix.pm +92 -9
  17. package/bin/exiftool_files/lib/Image/ExifTool/FujiFilm.pm +9 -4
  18. package/bin/exiftool_files/lib/Image/ExifTool/GPS.pm +7 -2
  19. package/bin/exiftool_files/lib/Image/ExifTool/Geotag.pm +30 -7
  20. package/bin/exiftool_files/lib/Image/ExifTool/InfiRay.pm +227 -0
  21. package/bin/exiftool_files/lib/Image/ExifTool/JPEG.pm +53 -7
  22. package/bin/exiftool_files/lib/Image/ExifTool/Jpeg2000.pm +5 -5
  23. package/bin/exiftool_files/lib/Image/ExifTool/LIF.pm +10 -2
  24. package/bin/exiftool_files/lib/Image/ExifTool/LNK.pm +5 -4
  25. package/bin/exiftool_files/lib/Image/ExifTool/MIE.pm +3 -3
  26. package/bin/exiftool_files/lib/Image/ExifTool/MPEG.pm +2 -2
  27. package/bin/exiftool_files/lib/Image/ExifTool/MakerNotes.pm +3 -2
  28. package/bin/exiftool_files/lib/Image/ExifTool/Minolta.pm +6 -7
  29. package/bin/exiftool_files/lib/Image/ExifTool/MinoltaRaw.pm +2 -1
  30. package/bin/exiftool_files/lib/Image/ExifTool/Nikon.pm +1199 -1325
  31. package/bin/exiftool_files/lib/Image/ExifTool/NikonCustom.pm +2 -2
  32. package/bin/exiftool_files/lib/Image/ExifTool/NikonSettings.pm +1 -1
  33. package/bin/exiftool_files/lib/Image/ExifTool/Olympus.pm +88 -6
  34. package/bin/exiftool_files/lib/Image/ExifTool/OpenEXR.pm +32 -15
  35. package/bin/exiftool_files/lib/Image/ExifTool/PNG.pm +89 -3
  36. package/bin/exiftool_files/lib/Image/ExifTool/PanasonicRaw.pm +27 -1
  37. package/bin/exiftool_files/lib/Image/ExifTool/Pentax.pm +8 -5
  38. package/bin/exiftool_files/lib/Image/ExifTool/PhaseOne.pm +14 -1
  39. package/bin/exiftool_files/lib/Image/ExifTool/Photoshop.pm +38 -7
  40. package/bin/exiftool_files/lib/Image/ExifTool/QuickTime.pm +44 -13
  41. package/bin/exiftool_files/lib/Image/ExifTool/QuickTimeStream.pl +63 -20
  42. package/bin/exiftool_files/lib/Image/ExifTool/README +19 -2
  43. package/bin/exiftool_files/lib/Image/ExifTool/RIFF.pm +34 -13
  44. package/bin/exiftool_files/lib/Image/ExifTool/Rawzor.pm +2 -2
  45. package/bin/exiftool_files/lib/Image/ExifTool/Real.pm +2 -2
  46. package/bin/exiftool_files/lib/Image/ExifTool/Ricoh.pm +2 -1
  47. package/bin/exiftool_files/lib/Image/ExifTool/Sigma.pm +5 -4
  48. package/bin/exiftool_files/lib/Image/ExifTool/SigmaRaw.pm +9 -3
  49. package/bin/exiftool_files/lib/Image/ExifTool/Sony.pm +28 -1
  50. package/bin/exiftool_files/lib/Image/ExifTool/TagLookup.pm +4691 -4624
  51. package/bin/exiftool_files/lib/Image/ExifTool/TagNames.pod +511 -117
  52. package/bin/exiftool_files/lib/Image/ExifTool/VCard.pm +19 -5
  53. package/bin/exiftool_files/lib/Image/ExifTool/Validate.pm +5 -5
  54. package/bin/exiftool_files/lib/Image/ExifTool/WriteExif.pl +42 -0
  55. package/bin/exiftool_files/lib/Image/ExifTool/WriteXMP.pl +1 -1
  56. package/bin/exiftool_files/lib/Image/ExifTool/Writer.pl +150 -36
  57. package/bin/exiftool_files/lib/Image/ExifTool/XMP.pm +19 -4
  58. package/bin/exiftool_files/lib/Image/ExifTool/XMP2.pl +2 -1
  59. package/bin/exiftool_files/lib/Image/ExifTool.pm +248 -54
  60. package/bin/exiftool_files/lib/Image/ExifTool.pod +94 -58
  61. package/package.json +2 -2
@@ -4,9 +4,102 @@ ExifTool Version History
4
4
 
5
5
  RSS feed: https://exiftool.org/rss.xml
6
6
 
7
- Note: The most recent production release is Version 12.50. (Other versions are
7
+ Note: The most recent production release is Version 12.60. (Other versions are
8
8
  considered development releases, and are not uploaded to MetaCPAN.)
9
9
 
10
+ Apr. 5, 2023 - Version 12.60 (production release)
11
+
12
+ - Added a new Sony FileFormat value
13
+ - Added Validate warning about duplicate EXIF
14
+ - Added ability to edit JPEG APP1 EXIF segment with incorrect header
15
+ - Decode a few new Sony ARW tags
16
+ - Improved -htmldump of non-EXIF-based maker notes
17
+ - Enhanced -geotag from CSV files support GPSSpeed (with variable units),
18
+ "bearing" for GPSTrack, and GPSDateTime in format "dd.mm.YYYY HH:MM:SS"
19
+ - Enhanced ImageDataMD5 to also support CRW, RAF, X3F and AVIF images
20
+ - Enhanced -efile option to also record updated and created file names
21
+ - Family 8 group names may now also be used in Composite Require/Desire tags
22
+ - Fixed handling of undefined tags in -if conditions to conform with
23
+ documentation and match -p and -tagsFromFile behaviour when -m or -f option
24
+ is used
25
+ - Fixed problem where setting the Geotime value didn't work when using an
26
+ advanced-formatting expression containing a greater-than symbol (>)
27
+
28
+ Mar. 28, 2023 - Version 12.59
29
+
30
+ - COMPATIBILITY WARNING: Changed the calculated ImageDataMD5 for JPEG images
31
+ to include all data from the SOS to the EOI (including the SOS marker but
32
+ not the EOI marker)
33
+ - Added new -fileNUM option to load tags from alternate files
34
+ - Added family 8 groups for accessing tags from alternate files
35
+ - Added new XMP-et:OriginalImageMD5 tag for storing ImageDataMD5 value
36
+ - Added verbose ImageDataMD5 message for JPEG files
37
+ - Added a new Nikon LensID (thanks Warren Hatch)
38
+ - Decode a new Olympus tag and improved decoding of another (thanks Herb)
39
+ - Decode a couple of new PanasonicRaw tags
40
+ - Decode image coordinates for a couple more VNT object types
41
+ - Enhanced ImageDataMD5 to also support MRW, CR3, IIQ, PNG, MOV/MP4 and some
42
+ RIFF-based files
43
+ - Improved verbose messages when deleting NikonApp trailer
44
+ - Patched to avoid structure warnings when copying tags from Nikon files
45
+ containing NKSC metadata
46
+ - Fixed %-C filename format code to work properly with the -fileOrder and
47
+ -progress options
48
+ - Fixed potential ValueConv warning when reading LIF files
49
+ - API Changes:
50
+ - Added SetAlternateFile method
51
+
52
+ Mar. 15, 2023 - Version 12.58
53
+
54
+ - Added Extra ImageDataMD5 tag to calculate MD5 of image data only
55
+ - Added support for reading DJI APP4 and APP7 JPEG segments
56
+ - Added a new SonyModelID value
57
+ - Decode a few new Nikon tags (thanks Warren Hatch)
58
+ - Downgraded "Windows file times" to a minor warning when Win32::API or
59
+ Win32API::File is not installed while reading metadata
60
+ - Patched possible runtime warning when API IgnoreTags option is used to
61
+ ignore FileType
62
+ - Fixed problem extracting NetName from Windows LNK files
63
+ - Fixed issue where the %C filename format code would increment the count on
64
+ an output filename collision, but it is supposed to count the input files
65
+
66
+ Feb. 23, 2023 - Version 12.57
67
+
68
+ - Added two new Nikon Z lenses (thanks LibRaw)
69
+ - Added a new Sigma LensType (thanks LibRaw)
70
+ - Added a new Olympus LensType (thanks Herb)
71
+ - Decode more new Nikon tags (thanks Warren Hatch)
72
+ - Decode Photoshop LayerColors, LayerSections and LayerVisible tags
73
+ - Improved Verbose output for QuickTime-format files
74
+ - Set family 1 group name for Garmin GPS from uuid atom
75
+ - Enhanced -progress option to allow message to be displayed every NUM files
76
+ - Significant improvements to parsing of Nikon ShotInfo records for newer
77
+ models
78
+ - Removed hex dump of APP segments from -v3 output when writing
79
+ - Fixed bug writing negative MIE GPS coordinates
80
+ - Fixed bug where a duplicate XMP could be generated when writing XMP to a
81
+ JPEG XL image which already contained XMP
82
+ - Fixed problem where HEAD lines may be duplicated in an output file if the -p
83
+ option was combined with -w+ or -W+
84
+
85
+ Feb. 9, 2023 - Version 12.56
86
+
87
+ - Added support for VNT files (both Scene7 Vignette and V-Note document)
88
+ - Added read support for InfiRay IJPEG metadata (thanks Marcos Del Sol Vives)
89
+ - Added some new Sony LensType values (thanks Jos Roost and Francois Piette)
90
+ - Added a new FujiFilm VideoRecordingMode value (thanks Greybeard)
91
+ - Added two new Canon LensTypes and CanonModelIDs (thanks Norbert Wasser)
92
+ - Added ability to extract semantic images from Apple ProRaw DNG files
93
+ - Added read support for the PNG cICP chunk
94
+ - Decode more Nikon tags (thanks Warren Hatch)
95
+ - Extract PreviewImage from Insta360 trailer record 0x200
96
+ - Extract EmbeddedImageRectangle and some other new tags from VNT files
97
+ - Minor improvement to arg_files/xmp2exif.args (thanks StarGeek)
98
+ - Enhanced -ee option to extract metadata from all frames of a multipart EXR
99
+ image
100
+ - Removed EXR Layout tag and incorporated into new Flags tag
101
+ - Patched possible hang problem when reading corrupted .rm audio files
102
+
10
103
  Jan. 17, 2023 - Version 12.55
11
104
 
12
105
  - Added support for geotagging from FlightAware KML files
@@ -14,7 +107,7 @@ Jan. 17, 2023 - Version 12.55
14
107
  - Decode a few new Nikon tags (thanks Warren Hatch)
15
108
  - Decode a new Samsung HEIC tag
16
109
  - Decode FujiFilm RollAngle
17
- - Fixed bug where FlatName property wasn't working properly for some
110
+ - Fixed bug where the FlatName property wasn't working properly for some
18
111
  user-defined structure tags
19
112
 
20
113
  Jan. 6, 2023 - Version 12.54
@@ -120,6 +213,8 @@ Nov. 8, 2022 - Version 12.50 (production release)
120
213
  - Fixed inconsistent year and time zone for Kenwood dashcam timed GPS in MP4
121
214
  videos
122
215
 
216
+ History of older versions (back to Nov. 19, 2003 - Version 1.00) -->
217
+
123
218
  Oct. 19, 2022 - Version 12.49
124
219
 
125
220
  - Added read support for Windows ICO and CUR files
@@ -287,8 +382,6 @@ June 1, 2022 - Version 12.42 (production release)
287
382
  - Patched to allow PDF Encrypt object to be "null"
288
383
  - Fixed bug reading ICC_Profile 'meta' tags
289
384
 
290
- History of older versions (back to Nov. 19, 2003 - Version 1.00) -->
291
-
292
385
  Apr. 7, 2022 - Version 12.41
293
386
 
294
387
  - Added support for "OM SYSTEM" maker notes
@@ -39,23 +39,23 @@ supported by ExifTool (r = read, w = write, c = create):
39
39
  CHM r | FPF r | MKA r | PFA r | TTF r
40
40
  COS r | FPX r | MKS r | PFB r | TXT r
41
41
  CR2 r/w | GIF r/w | MKV r | PFM r | VCF r
42
- CR3 r/w | GPR r/w | MNG r/w | PGF r | VRD r/w/c
43
- CRM r/w | GZ r | MOBI r | PGM r/w | VSD r
44
- CRW r/w | HDP r/w | MODD r | PLIST r | WAV r
45
- CS1 r/w | HDR r | MOI r | PICT r | WDP r/w
46
- CSV r | HEIC r/w | MOS r/w | PMP r | WEBP r/w
47
- CUR r | HEIF r/w | MOV r/w | PNG r/w | WEBM r
48
- CZI r | HTML r | MP3 r | PPM r/w | WMA r
49
- DCM r | ICC r/w/c | MP4 r/w | PPT r | WMV r
50
- DCP r/w | ICO r | MPC r | PPTX r | WTV r
51
- DCR r | ICS r | MPG r | PS r/w | WV r
52
- DFONT r | IDML r | MPO r/w | PSB r/w | X3F r/w
53
- DIVX r | IIQ r/w | MQV r/w | PSD r/w | XCF r
54
- DJVU r | IND r/w | MRC r | PSP r | XLS r
55
- DLL r | INSP r/w | MRW r/w | QTIF r/w | XLSX r
56
- DNG r/w | INSV r | MXF r | R3D r | XMP r/w/c
57
- DOC r | INX r | NEF r/w | RA r | ZIP r
58
- DOCX r | ISO r | NKSC r/w | RAF r/w |
42
+ CR3 r/w | GPR r/w | MNG r/w | PGF r | VNT r
43
+ CRM r/w | GZ r | MOBI r | PGM r/w | VRD r/w/c
44
+ CRW r/w | HDP r/w | MODD r | PLIST r | VSD r
45
+ CS1 r/w | HDR r | MOI r | PICT r | WAV r
46
+ CSV r | HEIC r/w | MOS r/w | PMP r | WDP r/w
47
+ CUR r | HEIF r/w | MOV r/w | PNG r/w | WEBP r/w
48
+ CZI r | HTML r | MP3 r | PPM r/w | WEBM r
49
+ DCM r | ICC r/w/c | MP4 r/w | PPT r | WMA r
50
+ DCP r/w | ICO r | MPC r | PPTX r | WMV r
51
+ DCR r | ICS r | MPG r | PS r/w | WTV r
52
+ DFONT r | IDML r | MPO r/w | PSB r/w | WV r
53
+ DIVX r | IIQ r/w | MQV r/w | PSD r/w | X3F r/w
54
+ DJVU r | IND r/w | MRC r | PSP r | XCF r
55
+ DLL r | INSP r/w | MRW r/w | QTIF r/w | XLS r
56
+ DNG r/w | INSV r | MXF r | R3D r | XLSX r
57
+ DOC r | INX r | NEF r/w | RA r | XMP r/w/c
58
+ DOCX r | ISO r | NKSC r/w | RAF r/w | ZIP r
59
59
 
60
60
  Meta Information
61
61
  ----------------------+----------------------+---------------------
@@ -107,8 +107,8 @@ your home directory, then you would type the following commands in a
107
107
  terminal window to extract and run ExifTool:
108
108
 
109
109
  cd ~/Desktop
110
- gzip -dc Image-ExifTool-12.55.tar.gz | tar -xf -
111
- cd Image-ExifTool-12.55
110
+ gzip -dc Image-ExifTool-12.60.tar.gz | tar -xf -
111
+ cd Image-ExifTool-12.60
112
112
  ./exiftool t/images/ExifTool.jpg
113
113
 
114
114
  Note: These commands extract meta information from one of the test images.
@@ -15,6 +15,8 @@
15
15
  # 2018/05/07 - PH Added support for GPSDestXxxRef tags
16
16
  # 2021/09/30 - PH Removed erroneous "-" when copying CreatorTool
17
17
  # 2022/03/31 - PH IPTC Photometadata Mapping Guidelines 2202.1 update
18
+ # 2023/01/30 - PH Also write Composite:SubSecDateTimeOriginal from
19
+ # XMP-exif:DateTimeOriginal
18
20
  #
19
21
  # References: http://www.metadataworkinggroup.org/specs/
20
22
  # https://iptc.org/std/photometadata/documentation/mappingguidelines/
@@ -34,8 +36,9 @@
34
36
  -EXIF:all < XMP-tiff:all
35
37
  -EXIF:ImageDescription < XMP-dc:Description
36
38
  -EXIF:DateTimeOriginal < XMP-photoshop:DateCreated
37
- # the following 3 SubSec tags also write/delete the corresponding EXIF
39
+ # the following SubSec tags also write/delete the corresponding EXIF
38
40
  # SubSecTime and OffsetTime tags as appropriate
41
+ -Composite:SubSecDateTimeOriginal < XMP-exif:DateTimeOriginal
39
42
  -Composite:SubSecDateTimeOriginal < XMP-photoshop:DateCreated
40
43
  -Composite:SubSecCreateDate < XMP-xmp:CreateDate
41
44
  -Composite:SubSecModifyDate < XMP-xmp:ModifyDate
@@ -210,6 +210,7 @@
210
210
  3 => 'PreviewImage (1)',
211
211
  # (if the MPF has 2 previews, MPImage3 could be the larger one)
212
212
  4 => 'MPImage3',
213
+ 5 => 'JpgFromRaw2', # in RW2 from newer Panasonic models
213
214
  },
214
215
  # ValueConv may also be a code reference
215
216
  # Inputs: 0) reference to list of values, 1) ExifTool object
@@ -17,7 +17,7 @@
17
17
  # RotateMPRegionCW90
18
18
  # RotateMPRegionCW180
19
19
  # RotateMPRegionCW270
20
- # These tags will rotate a MWG Region clockwise 90, 180, or 270 degrees.
20
+ # These tags will rotate an MP Region clockwise 90, 180, or 270 degrees.
21
21
  # Example:
22
22
  # exiftool -config rotate_regions.config "-RegionInfoMP<RotateMPRegionCW90" FILE
23
23
  #