logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

guetzli - perceptual JPEG encoder

Author

       This manual page was written by ChangZhuo Chen <czchen@debian.org> for the DebianGNU/Linuxsystem (but
       may be used by others).

                                                   02/11/2025                                         GUETZLI(1)

Description

       Guetzli is a JPEG encoder that aims for excellent compression density at high visual quality.
       Guetzli-generated images are typically 20-30% smaller than images of equivalent quality generated by
       libjpeg. Guetzli generates only sequential (nonprogressive) JPEGs due to faster decompression speeds they
       offer.

Name

       guetzli - perceptual JPEG encoder

Options

--verbose
           Print a verbose trace of all attempts to standard output.

       --qualityQ
           Visual quality to aim for, expressed as a JPEG quality value.

       --memlimitM
           Memory limit in MB. Guetzli will fail if unable to stay under the limit. Default is 6000 MB

       --nomemlimit
           Do not limit memory usage.

Synopsys

guetzli[flags] input_filename output_filename

See Also