Images compression

Contents

    Lossless optimization
    GUI

    CLI

    jpegoptim

    Basic usage : overwrite original
    jpegoptim file.jpg

    Prints statistics
    jpegoptim -n sample.jpg

    Metadata management

    Lossy optimization
    -m<quality>, --max=<quality> (Valid values for quality parameter are: 0 - 100)
    Sets the maximum image quality factor (disables lossless optimization mode, which is by default enabled). This option will reduce quality of those source files that were saved using higher quality setting. While files that already have lower quality setting will be compressed using the lossless optimization method.

    -S<size>, --size=<size>
    Try to optimize file to given size (disables lossless optimization mode). Target size is specified either in kilobytes (1 - n) or as percentage (1% - 99%) of the original file size.

    Proudly Powered by Zim 0.75.2.

    Template by Etienne Gandrille, based on ZeroFiveEight and using JQuery Toc Plugin.