exiftool-vendored
Advanced tools
Changelog
v2.5.0
LANG
and LC_
environment variables were passed through to exiftool (and
subsequently, perl). These are now explicitly unset when exec'ing ExifTool,
both to ensure tag names aren't internationalized, and to prevent perl errors
from bubbling up to the caller due to missing locales.Changelog
v2.4.0
extractBinaryTag
exposed because there are a lot of binary tags (and
they aren't all embedded images)JpgFromRaw
was missing in Tag
(no raw images were in the example corpus!)Changelog
v2.3.0
extractJpgFromRaw
implemented to pull out EXIF-embedded images from RAW formatsChangelog
v2.1.1
extractThumbnail
and extractPreview
implemented to pull out EXIF-embedded imagesChangelog
v22.1.0
🌱 ExifTool upgraded to v12.65
✨ Add support for new ImageDataHash
tag: See the docs for details.
🐞 perl
is checked for on non-windows machines at startup. This resolves #152. You can disable this with the new checkPerl
option.
Changelog
v22.0.0
🏚️ Drop support for Node 14, which EOL'ed 2023-04-30
🌱 ExifTool upgraded to v12.62
🐞 Fix exports for DefaultExifToolOptions and several other non-type values. Thanks for the bug report, renambot!
Changelog
v1.5.3
platform-dependent-modules
.
npm warnings
aren't awesome.