Skip to content

Commit

Permalink
Upgrading to exiftool v12.99
Browse files Browse the repository at this point in the history
  • Loading branch information
morozgrafix committed Oct 29, 2024
1 parent e9436ba commit 795065e
Show file tree
Hide file tree
Showing 22 changed files with 412 additions and 92 deletions.
19 changes: 19 additions & 0 deletions bin/Changes
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ RSS feed: https://exiftool.org/rss.xml
Note: The most recent production release is Version 12.76. (Other versions are
considered development releases, and are not uploaded to MetaCPAN.)

Oct. 18, 2024 - Version 12.99

- Added -diff option to compare the metadata in two files
- Added a new Canon lens (thanks Norbert Wasser)
- Decode GPS from 70mai A810 dashcam videos
- Decode a new QuickTime tag
- Patched to recognize C2PA APP11 JUMBF header with incorrect byte order
written by buggy Microsoft software
- Patched to maintain order of entries in a JSON object when reading
- Patched to maintain order of CSV columns when setting tags from a CSV file
- Patched to maintain order of XMP lang-alt entries when writing/copying
- Fixed typo in an APP12 tag name
- API Changes:
- Structured values returned as HASH references with the Struct option may
contain a new "_ordered_keys_" entry used to preserve the order of the
entries
- Added the OrderedKeys method to
return the ordered or sorted keys from a returned structure value

Oct. 8, 2024 - Version 12.98

- Added write support for PDF files with huge offsets
Expand Down
2 changes: 1 addition & 1 deletion bin/META.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
}
},
"release_status" : "stable",
"version" : "12.98"
"version" : "12.99"
}
2 changes: 1 addition & 1 deletion bin/META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ recommends:
Time::HiRes: '0'
requires:
perl: '5.004'
version: '12.98'
version: '12.99'
4 changes: 2 additions & 2 deletions bin/README
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ your home directory, then you would type the following commands in a
terminal window to extract and run ExifTool:

cd ~/Desktop
gzip -dc Image-ExifTool-12.98.tar.gz | tar -xf -
cd Image-ExifTool-12.98
gzip -dc Image-ExifTool-12.99.tar.gz | tar -xf -
cd Image-ExifTool-12.99
./exiftool t/images/ExifTool.jpg

Note: These commands extract meta information from one of the test images.
Expand Down
3 changes: 2 additions & 1 deletion bin/config_files/example.config
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
},
# add more user-defined EXIF tags here...
},
# the Geotag feature writes these additional GPS tags if available:
# the Geotag feature writes GPSPitch and GPSRoll tags, but these
# aren't standard EXIF so we define custom tags here:
'Image::ExifTool::GPS::Main' => {
# Example 2. GPS:GPSPitch
0xd000 => {
Expand Down
Loading

0 comments on commit 795065e

Please sign in to comment.