vips

Fast image processing library with command-line tools

brewmacoslinux
Try with needOr install directly
Source

About

Image processing library

Commands

vipsvipsprofilevipsthumbnail

Examples

Convert an image from one format to another$ vips copy input.jpg output.png
Resize an image to specific dimensions$ vips resize input.jpg output.jpg 0.5
Generate a thumbnail from an image$ vipsthumbnail input.jpg -s 200x200