JPEG Archive 1.1.0
Fixed a bug related to reading from STDIN and added the ability to send PPM image data (instead of JPEG input) to jpeg-recompress
using the --ppm
option. This makes jpeg-recompress
a replacement for cjpeg
for creating JPEG files at a certain perceived quality. Example using ImageMagick's convert
utility:
$ convert myinput.tiff ppm:- | jpeg-recompress --ppm - output.jpg