exif

Show and change EXIF information in JPEG files. More information: https://github.com/libexif/exif/.

exif path/to/image.jpg

exif --list-tags --no-fixup image.jpg

exif --extract-thumbnail --output=thumbnail.jpg image.jpg

exif --ifd=0 --tag=Model --machine-readable image.jpg

exif --output=new.jpg --ifd=0 --tag="Artist" --set-value="John Smith" --no-fixup image.jpg