imagineer

Terminal-based image processing and format conversion tool

brewmacoslinux
Try with needOr install directly
Source

About

Image processing and conversion from the terminal

Commands

imagineer

Examples

Convert an image from PNG to JPEG format$ imagineer convert input.png output.jpg
Resize an image to specific dimensions$ imagineer resize input.jpg -w 800 -h 600 output.jpg
Apply filters or effects to an image$ imagineer filter input.jpg -type grayscale output.jpg