exact-image

Image processing library with command-line tools for manipulation

brewmacoslinux
Try with needOr install directly
Source

About

Image processing library

Commands

identifyconvertdisplaymontage

Examples

Get image information and metadata$ identify image.jpg
Convert image format and resize$ convert input.png -resize 800x600 output.jpg
Create a contact sheet from multiple images$ montage *.jpg -tile 3x3 -geometry 200x200 output.png