12.40.0 • Published 2 years ago

@mcmics/exiftool.exe v12.40.0

Weekly downloads
-
License
Artistic-2.0
Repository
github
Last release
2 years ago

exiftool.exe

Fork of https://github.com/Sobesednik/exiftool.exe

A distribution of exiftool.exe. Current version is 12.40.

npm version Build status

You might also be interested in dist-exiftool which will install an appropriate version of exiftool depending on the platform, and exiftool.pl for non-Windows platforms.

Usage

The module exports a path to the exiftool Windows executable.

const exec = require('child_process').execFile;
const exiftool = require('@mcmics/exiftool.exe');

execFile(exiftool, ['-j', 'image.jpg'], (error, stdout, stderr) => {
	if (error) {
		console.error(`exec error: ${error}`);
		return;
	}
	console.log(`stdout: ${stdout}`);
	console.log(`stderr: ${stderr}`);
});

Links

exiftool

sourceforge

cpan

License

Artistic License 2.0

12.40.0

2 years ago

12.30.0

2 years ago

12.16.0

3 years ago

12.24.0

3 years ago

12.23.2

3 years ago

12.23.1

3 years ago

12.23.0

3 years ago