This is a quick port of jpegoptim using clib.
Short description:
jpegoptim is used to optimize/compress jpeg files.
Program supports lossless optimization, which is based on optimizing the Huffman
tables.
And so called "lossy" optimization where in addtition to optimizing Huffman
tables user can specify upperlimit for image quality.
type "jpegoptim --help" for a list of parameters.
This port was done by Alfred Schwarz, you can reach me at serpi()freenet.de
| |