Skip to content

Commit

Permalink
Upgrading to exiftool v12.83
Browse files Browse the repository at this point in the history
  • Loading branch information
morozgrafix committed Apr 20, 2024
1 parent a8972d4 commit aabca47
Show file tree
Hide file tree
Showing 47 changed files with 1,302 additions and 54,495 deletions.
20 changes: 20 additions & 0 deletions bin/Changes
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ 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.)

Apr. 18, 2024 - Version 12.83

- Added SetTags helper function for use in advanced formatting expressions
- Added a couple of new tags from the DNG 1.7.1 specification
- Added a new Nikon Z lens
- Added a couple of new QuickTime tags
- Added a few more XMP-GCamera tags
- Added build_geolocation to the full distribution
- Decode a new CanonVRD tag and rename another one
- Updates to Sony maker note decoding for newer models (thanks Jos Roost)
- Minor change in -p option to avoid adding the trailing newline if the -b
option is also used
- Minor changes to GM PDR decoding for Gear and angle measurements
- Removed Geolocation alternate language support from the standard
distribution, and added PPLX feature codes
- Set family 1 group name for NextBase 'nbmt' information to "Nextbase"
- Fixed incorrect ID of a DNG tag
- API Changes:
- Added IgnoreGroups option

Apr. 5, 2024 - Version 12.82 - "GM PDR"

- Added support for reading GM PDR data from MP4 videos written by cars such
Expand Down
20 changes: 2 additions & 18 deletions bin/MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ arg_files/xmp2exif.args
arg_files/xmp2gps.args
arg_files/xmp2iptc.args
arg_files/xmp2pdf.args
build_geolocation
config_files/acdsee.config
config_files/age.config
config_files/bibble.config
Expand Down Expand Up @@ -189,6 +190,7 @@ html/TagNames/iWork.html
html/TagNames/index.html
html/TagNames/style.css
html/ancient_history.html
html/build_geolocation.txt
html/canon_raw.html
html/commentary.html
html/config.html
Expand Down Expand Up @@ -296,24 +298,6 @@ lib/Image/ExifTool/GIF.pm
lib/Image/ExifTool/GIMP.pm
lib/Image/ExifTool/GM.pm
lib/Image/ExifTool/GPS.pm
lib/Image/ExifTool/GeoLang/cs.pm
lib/Image/ExifTool/GeoLang/de.pm
lib/Image/ExifTool/GeoLang/en_ca.pm
lib/Image/ExifTool/GeoLang/en_gb.pm
lib/Image/ExifTool/GeoLang/es.pm
lib/Image/ExifTool/GeoLang/fi.pm
lib/Image/ExifTool/GeoLang/fr.pm
lib/Image/ExifTool/GeoLang/it.pm
lib/Image/ExifTool/GeoLang/ja.pm
lib/Image/ExifTool/GeoLang/ko.pm
lib/Image/ExifTool/GeoLang/nl.pm
lib/Image/ExifTool/GeoLang/pl.pm
lib/Image/ExifTool/GeoLang/ru.pm
lib/Image/ExifTool/GeoLang/sk.pm
lib/Image/ExifTool/GeoLang/sv.pm
lib/Image/ExifTool/GeoLang/tr.pm
lib/Image/ExifTool/GeoLang/zh_cn.pm
lib/Image/ExifTool/GeoLang/zh_tw.pm
lib/Image/ExifTool/GeoTiff.pm
lib/Image/ExifTool/Geolocation.dat
lib/Image/ExifTool/Geolocation.pm
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.82"
"version" : "12.83"
}
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.82
version: 12.83
5 changes: 3 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.82.tar.gz | tar -xf -
cd Image-ExifTool-12.82
gzip -dc Image-ExifTool-12.83.tar.gz | tar -xf -
cd Image-ExifTool-12.83
./exiftool t/images/ExifTool.jpg

Note: These commands extract meta information from one of the test images.
Expand Down Expand Up @@ -195,6 +195,7 @@ distribution package:
xmp2gps.args - Arguments for converting XMP to GPS
xmp2iptc.args - Arguments for converting XMP to IPTC
xmp2pdf.args - Arguments for converting XMP to PDF
build_geolocation - Build custom Geolocation database
config_files/ - Sample ExifTool configuration files:
acdsee.config - Definitions for writing ACDSee XMP regions
age.config - Calculate Age of person in photo
Expand Down
Loading

0 comments on commit aabca47

Please sign in to comment.