exiftool icon indicating copy to clipboard operation
exiftool copied to clipboard

question

Open redaktor opened this issue 10 years ago • 3 comments

How does this differ from exiftool.js ? Original: https://github.com/mattburns/exiftool.js A node.js specific Fork, adding more Makernotes (and even more planned): https://github.com/redaktor/exiftool.js btw: Both repos have a Coverage Report comparing to the Perl reference implementation. Can we work together here somehow?

redaktor avatar Feb 07 '15 21:02 redaktor

exiftool.js is pretty great, but my understanding is that to date it is not quite as complete as the original.

This package is basically just a wrapper around the exiftool binary simplifying the use of it within node.js code.

I'm definitely not opposed to using exiftool.js, but I created this quite a while ago when exiftool.js was even less complete than it is today, and I needed a very complete exif reading solution for a prod application.

nathanpeck avatar Feb 08 '15 16:02 nathanpeck

I just added a exiftool-node-stayopen version if interested. https://github.com/crussell42/exiftool-node-stayopen It spawns exiftool in -stay_open mode and so can be used for much faster access over time. I too looked at exiftool.js and needed the more complete capabilities of the perl program.

crussell42 avatar Feb 26 '15 18:02 crussell42

Is this repo not on npm?

cdbattags avatar Apr 17 '16 19:04 cdbattags