Skip to content

gemal/node-has-exif-cli

Repository files navigation

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

Badges

CircleCI

codecov

StyleCI

Known Vulnerabilities

Total alerts

About

Node command line interface to check if an image file has EXIF data. Can be used in CI (Continuous Integration) automation

Resources

License

Stars

Watchers

Forks

Packages

No packages published