Path to this page:
Subject: CVS commit: pkgsrc/graphics/p5-Image-ExifTool
From: Thomas Klausner
Date: 2024-12-24 11:58:48
Message id: 20241224105848.9347BFC1D@cvs.NetBSD.org
Log Message:
p5-Image-ExifTool: update to 13.10.
Dec. 20, 2024 - Version 13.10 (production release)
- Added warnings for out-of-order entries in 'iinf' and 'ipma' boxes of HEIC
images
- Added support for date/time formatting codes %f and %z in the inverse
print conversion when writing tags
- Updated Geolocation databases from current geonames.org files
- Improved verbose output to show values stored with construction method 1 in
MP4-based files
- Enhanced the date/time timezone format specifier %z so that %:z returns the
time zone with a colon separator (eg. "-05:00")
- Fixed bug where the existing tag wasn't being removed when writing a new
value for an Unknown QuickTime UserData or ItemList tag
Dec. 17, 2024 - Version 13.09
- Added a new QuickTime tag (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 newly added XMP or EXIF refers to the 'tmap' item as
well as the primary item of an HDRGainMap image (since iPhone 15 and 16 do
it this way)
- Fixed compatibility issue where Apple Preview would no longer show the gain
map image after adding new XMP to an HEIC with an HDR gain map
Dec. 14, 2024 - Version 13.08
- 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 -listx 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
Dec. 11, 2024 - Version 13.07
- Decode a number of LIGOGPSINFO encrypted and enciphered timed GPS types
(long overdue, but it took me a couple of years to acquire enough sample
videos to have a good cross-section of the 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
Dec. 5, 2024 - Version 13.06
- 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 to the pre-13.05 setting
until we can solve the pipe problem
Dec. 4, 2024 - Version 13.05
- 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)
Nov. 26, 2024 - Version 13.04
- 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 incorrect file offsets for tags in some embedded files of -htmldump
output
- Fixed -htmldump output to show the same names for unknown EXIF tags as with
the -u option
Nov. 12, 2024 - Version 13.03
- 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
Nov. 5, 2024 - Version 13.02
- 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 a few problems with the new WindowsLongPath option
- Fixed problem setting FileCreateDate with Xcode 16 command line tools if the
date/time contains a time zone
- Fixed problem in -csv output when combined with -g
- API Changes:
- Added SaveBin option
Nov. 1, 2024 - Version 13.01
- 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
Files: