freeimage

Dependency-free graphics library for image processing and format conversion

brewmacoslinux
Try with needOr install directly
Source

About

Library for FreeImage, a dependency-free graphics library

Commands

freeimage

Examples

Convert an image from PNG to JPEG format$ freeimage input.png output.jpg
Resize an image to specific dimensions$ freeimage -resize 800x600 input.png output.png
Get information about an image file$ freeimage -info image.jpg