home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / NETWORK / netpbm_docs.lzh / NETPBM / DOCS / ppmqvga.1 < prev    next >
Text File  |  1996-11-18  |  1KB  |  43 lines

  1. .TH PPMQVGA 1 local
  2. '\" Heading: name(sect)    center (paren)    name(sect)
  3. .SH NAME
  4. ppmqvga - 8 plane quantization
  5. '\" name [, name] ... \- brief description on a single line of \s-1INPUT\s+1
  6. .SH SYNOPSIS
  7. ppmqvga [ options ] [ input file ]
  8. '\" foo [ options ] files1 [ file2 [ ... ] ]
  9. .SH DESCRIPTION
  10. .B ppmqvga
  11. quantizes PPM files to 8 planes, with optional Floyd-Steinberg dithering.
  12. Input is a PPM file from the file named, or standard input of no file is
  13. provided.
  14. .SS Options
  15. .B -d
  16. dither. Apply Floyd-Steinberg dithering to the data
  17.  
  18. .B -q
  19. quiet. Produces no progress reporting, and no terminal output unless
  20. and error occurs.
  21.  
  22. .B -v
  23. verbose. Produces additional output describing the number of colors found,
  24. and some information on the resulting mapping. May be repeated to generate
  25. loads of internal table output, but generally only useful once.
  26. .SH EXAMPLES
  27. ppmqvga -d my_image.ppm | ppmtogif >my_image.gif
  28.  
  29. tgatoppm zombie.tga | ppmqvga | ppmtotif > zombie.tif
  30. .SH SEE ALSO
  31. ppmquant
  32. .SH DIAGNOSTICS
  33. Error messages if problems, various levels of optional progress reporting.
  34. .SH LIMITATIONS
  35. none known.
  36. .SH AUTHOR
  37. Original by Lyle Rains (lrains@netcom.com) as ppmq256 and ppmq256fs
  38. combined, documented, and enhanced by Bill Davidsen (davidsen@crd.ge.com)
  39. .SH Copyright
  40. Copyright 1991,1992 by Bill Davidsen, all rights reserved.
  41. The program and documentation may be freely distributed by anyone in source
  42. or binary format. Please clearly note any changes.
  43.