exiftool-vendored
Advanced tools
Changelog
v15.4.0
🌱 ExifTool upgraded to v12.31.
📦 Updated dependencies (including new TypeScript, which required import adjustments.
Changelog
v15.3.0
✨ ExifTool.read
and ExifTool.write
now accept generics.
🌱 ExifTool upgraded to v12.30.
📦 Updated dependencies (including new Luxon and TypeScript)
📦 Rebuilt docs
Changelog
v15.2.0
Changelog
v15.1.0
Tags.ts
from more recent exemplars and tag type overrides
(v15.0.0 changed to Keywords: string
, this version reverts that change)Changelog
v15.0.0
💔 TypeScript now renders modern (ES2018) JavaScript, which requires a supported version of Node.js.
✨ New ExifTool.extractBinaryTagToBuffer()
: extract binary tags directly into a
Buffer
(watch out for memory bloat from very large binary tag payloads!)
✨ Expose ExifTool.childEndCounts
(counts of why child processes were recycled: useful for debugging)
📦 Updated dependencies (including batch-cluster v7.0.0)