exif Command Examples

Show and change EXIF information in JPEG files. More information: https://manned.org/exif.

exif {{path/to/image.jpg}}

exif {{[-l|--list-tags]}} --no-fixup {{path/to/image.jpg}}

exif {{[-e|--extract-thumbnail]}} {{[-o|--output]}} {{path/to/thumbnail.jpg}} {{path/to/image.jpg}}

exif --ifd {{0}} {{[-t|--tag]}} "Model" {{[-m|--machine-readable]}} {{path/to/image.jpg}}

exif {{[-o|--output]}} {{path/to/new.jpg}} --ifd {{0}} {{[-t|--tag]}} "Artist" --set-value "John Smith" --no-fixup {{path/to/image.jpg}}