caire

Content-aware image resizing tool that intelligently removes pixels

brewmacoslinux
Try with needOr install directly
Source

About

Content aware image resize tool

Commands

caire

Examples

Resize image to specific width while preserving important content$ caire -in input.jpg -out output.jpg -width 800
Resize image to specific height using seam carving algorithm$ caire -in photo.png -out resized.png -height 600
Resize both width and height with custom number of seams to remove$ caire -in image.jpg -out output.jpg -width 600 -height 400 -seams 10