dist-exiftool
Platform-dependent distribution of exiftool.
Last updated 8 years ago by zvr .
Artistic-2.0 · Repository · Bugs · Original npm · Tarball · package.json
$ npm install dist-exiftool 
SYNC missed versions from official npm registry.

dist-exiftool

A distribution of exiftool. Depending on the platform, it will install either exiftool.pl or exiftool.exe module. Current version is 10.53.

npm version Build Status Build status

Usage

The module exports a path to the exiftool executable.

const execFile = require('child_process').execFile;
const exiftool = require('dist-exiftool');

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

Current Tags

  • 10.53.0                                ...           latest (8 years ago)

4 Versions

  • 10.53.0                                ...           8 years ago
  • 10.33.1                                ...           8 years ago
  • 10.33.0                                ...           8 years ago
  • 10.25.0                                ...           8 years ago
Maintainers (1)
Downloads
Total 4
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dev Dependencies (1)

© 2010 - cnpmjs.org x YWFE | Home | YWFE