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

ppmqvga - 8 plane quantization

Author

       Original by Lyle Rains (lrains@netcom.com) as ppmq256 and ppmq256fs combined, documented, and enhanced by
       Bill Davidsen (davidsen@crd.ge.com)

Description

ppmqvga  quantizes  PPM  files to 8 planes, with optional Floyd-Steinberg dithering.  Input is a PPM file
       from the file named, or standard input of no file is provided.

   Options-d dither. Apply Floyd-Steinberg dithering to the data

       -q quiet. Produces no progress reporting, and no terminal output unless and error occurs.

       -v verbose. Produces additional output describing the number of colors found, and some information on the
       resulting mapping. May be repeated to generate loads of internal table output, but generally only  useful
       once.

Diagnostics

       Error messages if problems, various levels of optional progress reporting.

Examples

       ppmqvga -d my_image.ppm | ppmtogif >my_image.gif

       tgatoppm zombie.tga | ppmqvga | ppmtotif > zombie.tif

Limitations

       none known.

Name

       ppmqvga - 8 plane quantization

See Also

       ppmquant

Synopsis

       ppmqvga [ options ] [ input file ]

See Also