exifier
v1.0.0
Published
Transform stream which reads generic image filenames and writes filenames with EXIF creation dates
Downloads
4
Readme
exifier
Transform stream which reads generic image filenames and writes
both the generic src
and the dest
filenames with EXIF creation dates.
Installation
Install the exiv2
library and headers with your platform's native
package manager:
apt-get install libexiv2 libexiv2-dev
brew install pkg-config exiv2
pacman -S exiv2
Install the NPM module:
npm install exifier
License
MIT