Node command line interface to check if an image file has EXIF, XMP or IPTC metadata. It can be used in CI automation. Supports both JPG and WEBP image format
npm install -g has-exif-cli
has-exif-cli /path/to/FILE.JPG
To make sure your checked in jpg, webp and other image files dont have EXIF, XMP or IPTC metadata included in them:
find ./ -name '*.jpg' | xargs --verbose has-exif-cli