exiftran

Transform digital camera JPEGs and their EXIF data losslessly

brewmacoslinux
Try with needOr install directly
Source

About

Transform digital camera jpegs and their EXIF data

Commands

exiftran

Examples

Rotate a JPEG 90 degrees clockwise while preserving EXIF data$ exiftran -90 photo.jpg
Flip a JPEG horizontally and save to a new file$ exiftran -f h -o flipped.jpg photo.jpg
Apply auto-rotation based on EXIF orientation tag$ exiftran -a photo.jpg