kud / jpegrescan

JPEGrescan: losslessly shrink any JPEG file - YOU PROBABLY SHOULD USE MozJPEG https://github.com/mozilla/mozjpeg
Other
187 stars 23 forks source link

JPEGrescan: losslessly shrink any JPEG file

JPEGrescan is a perl script that uses jpeg tools to optimise jpeg compression by micro-managing some of the compression math based on research into some of the most common parameters.

NB: MozJPEG has the same optimisation built-in and is faster, so we recommend using MozJPEG when possible.

Usage

$ jpegrescan in.jpg out.jpg

Arguments

Package Availability

JPEGrescan is known to be packaged in the following distributions:

Issues

Thanks

First, thanks to Loren Merritt who created this script originally. Also, thanks to the people on devshed and lyncd - whose names seem to be lost to the sands of time - who came up with the jfifremove idea and the basic C code.