Questions tagged [exiftool]

ExifTool stands as a versatile Perl library and command-line tool that can be used across different platforms for extracting, modifying, and managing metadata in a diverse range of files.

Encountering an async issue with npm exiftool in JavaScript

I'm facing issues with npm exiftool usage. (https://www.npmjs.com/package/exiftool) I'm attempting to perform some tasks using it. Iterate through image files in a specific folder Retrieve 'xpKeywords' data of each image file Write th ...