imgp

High-performance CLI batch image resizer and rotator

brewmacoslinux
Try with needOr install directly
Source

About

High-performance CLI batch image resizer & rotator

Commands

imgp

Examples

Resize all images in a directory to 50% of original size$ imgp -x 50 /path/to/images
Resize images to specific dimensions (800x600) maintaining aspect ratio$ imgp -w 800 -h 600 /path/to/images
Rotate all JPEG images 90 degrees clockwise and save to output directory$ imgp -r 90 -o /output/dir *.jpg