Version | Change log |
ExifTool 13.09 Dec 17, 2024 |
Added a new QuickTimetag (thanks Matti) Added a missing format check on a few tags when writing Decode a couple of new ICC_Profile tags Patched HEIC writer so any newly added XMP or EXIF refers to the 'tmap' item as well as the primary item (since iPhone 15 and 16 do it this way) Fixed compatibility issue where Apple Preview would no longer show the gain map after adding new XMP to an HEIC with an HDR gain map |
ExifTool 13.08 Dec 15, 2024 |
Decode ShutterCount for Canon EOS R6 Mark II (thanks Agoston Kapitany) Decode a few new Photoshop tags Suppress all duplicate Warning tags and add count to end of message Changed format of bitmask keys in -list x output Internal streamlining of LIGOGPSINFO decoding Fixed issue where some tags were incorrectly shown as writable in -listx output Fixed incorrect scaling for GPSSpeed in one LIGOGPSINFO variant Fixed an issue with filename encoding when the -L option is used and the API WindowsLongPath option is active |
ExifTool 13.07 Dec 11, 2024 |
Decode a number new encrypted timed GPS formats written by various dashcam models (long overdue, but it took me a couple of years to acquire enough sample videos to have a good cross-section of different formats) Fixed another place where FileSequence could be incremented twice when a -if condition was used Fixed a few places where character 0x7f may not have been escaped in string values API Changes: Changed default WindowsLongPath option back to 1 after adding a patch to fix issue with piping from stdin |
ExifTool 13.06 Dec 5, 2024 |
Decode timed metadata from MP4 videos of yet another dashcam model Patched issue where FileSequence could increment twice for each file when a -if condition was used API Changes: Revert default WindowsLongPath option until we can solve the pipe problem |
ExifTool 13.05 Dec 4, 2024 |
Added a new SonyModelID Added support for XMP HDRGainMap and apdi namespaces Decode DJI timed djmd and dbgi protobuf-format metadata Decode APP10 AROT HDRGainCurve and APP2 URN UniformResourceName Decode a couple of new GoPro tags API Changes: Changed default WindowsLongPath option to 1 (please report if this causes any problems) |
ExifTool 13.04 Nov 26, 2024 |
Added the ability to write GPSDOP and GPSMeasureMode from the -geotag option if hdop or pdop information exists in the input track file Added a few new Canon RFLensTypes (thanks Norbert Wasser) Decode timed GPS from GoPro Hero 13 videos Improved writing of GPSDestLatitudeRef and GPSDestLongitudeRef tags to allow signed numbers to be written in the same way as GPSLatitudeRef and GPSLongitudeRef Warn if using an Image::ExifTool library that doesn't match the application version Renamed an Unknown Photoshop tag Convert GoPro GPSSpeed and GPSSpeed3D from m/s to km/h Patched to tolerate XML header in DOCX xml files Fixed -htmldump output to show the same names for unknown EXIF tags as with the -u option |
ExifTool 13.03 Nov 12, 2024 |
Added ability to include or exclude tags from CSV and JSON imports (-csv=CSVFILE and -json=JSONFILE) by adding -TAG or --TAG options Added read/delete support for SEAL metadata in JPG, TIFF, XMP, PNG, WEBP, HEIC, PPM, MOV and MP4 files, and read support in PDF, MKV and WAV files Added support for user-defined application extensions in GIF images Added print conversion for QuickTime VideoFullRangeFlag Apply API LimitLongValues option to hex field in -j output Avoid extracting some large AES-encrypted data from PDF files for performance reasons unless the -m option is used (current limits are 100 kB for XMP and 10 kB for everything else) Fixed WindowsLongPath option to support wide characters (thanks Frank B) Fixed problem writing ICC_Profile to a GIF image which already had one Fixed problem writing Apple:FocusDistanceRange API Changes: Enchanced GlobalTimeShift option to allow the base tag to be specified, otherwise use the first specified source date/time tag when copying tags |
ExifTool 13.02 Nov 5, 2024 |
Enhanced -j -l output to add optional "fmt" and "hex" fields Enhanced -geotag option to support Android "Export Timeline data" JSON format Changed ProductVersion of Windows launcher to match ExifTool version Patched to use empty group name instead of "Copy0" for family 4 group name of missing tag when the -f option is used Patched to avoid showing "Unknown" for group of primary tag when -g4 or -G4 was used with the -j or -csv option Patched to avoid using Encode module in Windows because it can hang if run from a working directory with a long path name Patched to use -csv output if -j also used Fixed problem setting FileCreateDate on MacOS Sequoia if the date/time contains a time zone Fixed problem in -csv output when combined with -g API Changes: Added BinVal option |
ExifTool 13.01 Nov 1, 2024 |
NOTE: Please test the new API WindowsLongPath option because the idea is to enable this by default if everything works out well Fixed bug which could result in runtime warning if when API IgnoreTags option is set to "all" when reading a TXT file format Fixed problem reading some information from LNK files Fixed verbose output to show "Binary data" message for SCALAR values Fixed bug where part of the hex dump from a -v3 output could go to stdout instead of the file specified by a -w option API Changes: Added WindowsLongPath option for testing Changed CharsetFileName option to automatically assume UTF8 if the file name contains special characters and is valid UTF8 |
ExifTool 13.00 Oct 29, 2024 |
Added support for reading GPS from Autel Evo II drone videos Added a new PhaseOne RawFormat value Updated XMP-exifEX tags, exif2xmp.args and xmp2exif.args according to the 2024 EXIF for XMP specification Updated Geolocation databases from current geonames.org files Updated the MIME types for a couple of font formats Enhanced -diff option to work with -ec (C-style escape of special chars) Changed name of EXIF Title tag to ImageTitle to correspond with specifiation Reverted a geotag warning message to remove debugging information that was added in version 12.67 and moved this information into a -v3 verbose message Patched Perl bug which gave "Can't spawn" warning in Windows if control-C was pressed while displaying the exiftool application help Fixed API StructFormat JSONQ setting to properly quote values in structures Fixed incorrect AudioStreamType for M2TS videos containing a PGS stream Fixed -diff option so "same tags" messages are only shown when -v is added (as per the documentation) |