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

  1. .TH lispmtopgm 1 "06 March 1990"
  2. .IX lispmtopgm
  3. .SH NAME
  4. lispmtopgm - convert a Lisp Machine bitmap file into pgm format
  5. .SH SYNOPSIS
  6. .B lispmtopgm
  7. .RI [ lispmfile ]
  8. .SH DESCRIPTION
  9. Reads a Lisp Machine bitmap as input.
  10. .IX "Lisp Machine bitmap"
  11. Produces a portable graymap as output.
  12. .PP
  13. This is the file format written by the tv:write-bit-array-file function on
  14. TI Explorer and Symbolics lisp machines.
  15. .PP
  16. Multi-plane bitmaps on lisp machines are color; but the lispm image file
  17. format does not include a color map, so we must treat it as a graymap 
  18. instead.  This is unfortunate.
  19. .SH "SEE ALSO"
  20. pgmtolispm(1), pgm(5)
  21. .SH BUGS
  22. The Lispm bitmap file format is a bit quirky;  Usually the image in the file
  23. has its width rounded up to the next higher multiple of 32, but not always.
  24. If the width is not a multiple of 32, we don't deal with it properly, but 
  25. because of the Lispm microcode, such arrays are probably not image data 
  26. anyway.
  27. .PP
  28. Also, the lispm code for saving bitmaps has a bug, in that if you are writing a
  29. bitmap which is not mod32 across, the file may be up to 7 bits too short!  They
  30. round down instead of up, and we don't handle this bug gracefully.
  31. .PP
  32. No color.
  33. .SH AUTHOR
  34. Copyright (C) 1991 by Jamie Zawinski and Jef Poskanzer.
  35. .\" Permission to use, copy, modify, and distribute this software and its
  36. .\" documentation for any purpose and without fee is hereby granted, provided
  37. .\" that the above copyright notice appear in all copies and that both that
  38. .\" copyright notice and this permission notice appear in supporting
  39. .\" documentation.  This software is provided "as is" without express or
  40. .\" implied warranty.
  41.