has-exif-cli
v1.3.0
Published
Checks if an image file has EXIF data. Available as CLI. Can be used in CI automation. Supports both JPG and WEBP image format
Downloads
5,622
Readme
has-exif-cli
Node command line interface to check if an image file has EXIF data. It can be used in CI automation. Supports both JPG and WEBP image format
Install
npm install -g has-exif-cli
Execute
has-exif-cli /path/to/FILE.JPG
How to use in continuous integration automation like Scrutinizer, travis etc
To make sure your checked in jpg, webp and other image files dont have EXIF data included in them:
find ./ -name '*.jpg' | xargs --verbose has-exif-cli