exifremove-cli
v1.0.1
Published
CLI for a dependency-free Node.js module that removes EXIF metadata from JPEG images
Downloads
54
Readme
exifremove-cli
Command-line interface that utilizes exifremove to remove EXIF metdata from JPEG images.
Installation
Normal Installation
npm install -g exifremove-cli
Development Installation
cd
into project root. (containing the mainexifremove
module)- Run
npm link
to link it to globalnode_modules
. cd
back into CLI folder, runnpm link exifremove
to linkexifremove
dependency to the linked version made in the previous step.- Run
npm install
to install the remaining CLI dependencies.
Usage
exifremove [image0] ... [imageN]
Options:
--version Show version number [boolean]
-v, --verbose Print extra messages [count]
--km, --keep-marker Keeps the APP1 marker in the JPEG [boolean]
-h, --help Show help [boolean]