exif

Read, write, modify, and display EXIF metadata from images

brewmacoslinux
Try with needOr install directly
Source

About

Read, write, modify, and display EXIF data on the command-line

Commands

exif

Examples

Display all EXIF data from an image file$ exif photo.jpg
Show specific EXIF tag value (e.g., camera model)$ exif --tag=Model photo.jpg
Extract EXIF data and save to text file$ exif photo.jpg > exif_data.txt