exiftool

Read and write EXIF metadata in images and other files

brewmacoslinux
Try with needOr install directly
Source

About

Perl lib for reading and writing EXIF metadata

Commands

exiftool

Examples

Display all EXIF metadata from an image$ exiftool photo.jpg
Extract specific metadata field (e.g., GPS coordinates)$ exiftool -GPS* photo.jpg
Write/modify EXIF metadata in an image$ exiftool -Artist='John Doe' -Copyright='2024' photo.jpg