jpeg

C library for reading, writing, and manipulating JPEG image files

brewmacoslinux
Try with needOr install directly
Source

About

Image manipulation library

Commands

cjpegdjpegjpegtranrdjpgcomwrjpgcom

Examples

Convert PPM image to JPEG format$ cjpeg -quality 85 image.ppm -o image.jpg
Decompress JPEG to PPM format$ djpeg image.jpg -o image.ppm
Losslessly rotate JPEG image 90 degrees$ jpegtran -rotate 90 input.jpg -o output.jpg