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 / pgmtolispm.1 < prev    next >
Text File  |  1996-11-18  |  1KB  |  39 lines

  1. .TH pgmtolispm 1 "06 March 1990"
  2. .IX pgmtolispm
  3. .SH NAME
  4. pgmtolispm - convert a portable graymap into Lisp Machine format
  5. .SH SYNOPSIS
  6. .B pgmtolispm
  7. .RI [ pgmfile ]
  8. .SH DESCRIPTION
  9. Reads a portable graymap as input.
  10. Produces a Lisp Machine bitmap as output.
  11. .IX "Lisp Machine bitmap"
  12. .PP
  13. This is the file format read by the tv:read-bit-array-file function on
  14. TI Explorer and Symbolics lisp machines.
  15. .PP
  16. Given a pgm (instead of a pbm) a multi-plane image will be output.
  17. This is probably not useful unless you have a color lisp machine.
  18. .PP
  19. Multi-plane bitmaps on lisp machines are color; but the lispm image file
  20. format does not include a color map, so we must treat it as a graymap 
  21. instead.  This is unfortunate.
  22. .SH "SEE ALSO"
  23. lispmtopgm(1), pgm(5)
  24. .SH BUGS
  25. Output width is always rounded up to the nearest multiple of 32; this might 
  26. not always be what you want, but it probably is (arrays which are not 
  27. modulo 32 cannot be passed to the Lispm BITBLT function, and thus cannot 
  28. easily be displayed on the screen).
  29. .PP
  30. No color.
  31. .SH AUTHOR
  32. Copyright (C) 1991 by Jamie Zawinski and Jef Poskanzer.
  33. .\" Permission to use, copy, modify, and distribute this software and its
  34. .\" documentation for any purpose and without fee is hereby granted, provided
  35. .\" that the above copyright notice appear in all copies and that both that
  36. .\" copyright notice and this permission notice appear in supporting
  37. .\" documentation.  This software is provided "as is" without express or
  38. .\" implied warranty.
  39.