epeg

Fast JPEG thumbnail scaling and image manipulation library

brewmacoslinux
Try with needOr install directly
Source

About

JPEG/JPG thumbnail scaling

Commands

epeg

Examples

Create a thumbnail from a JPEG image$ epeg -w 200 -h 150 input.jpg output_thumb.jpg
Scale JPEG to specific dimensions while preserving aspect ratio$ epeg -w 800 -h 600 large_image.jpg scaled_image.jpg
Generate multiple thumbnail sizes from a single image$ epeg -w 100 -h 100 photo.jpg thumb_small.jpg && epeg -w 300 -h 300 photo.jpg thumb_large.jpg