home *** CD-ROM | disk | FTP | other *** search
/ Mega A/V / mega_av.zip / mega_av / GRAPHUTL / PBMPLUS.ZIP / LISPMTOP.MAN < prev    next >
Text File  |  1991-08-11  |  2KB  |  67 lines

  1.  
  2.  
  3. lispmtopgm(1)              Unix Programmer's Manual              lispmtopgm(1)
  4.  
  5.  
  6. NNNAAAMMMEEE
  7.      lispmtopgm - convert a Lisp Machine bitmap file into pgm format
  8.  
  9. SSSYYYNNNOOOPPPSSSIIISSS
  10.      llliiissspppmmmtttooopppgggmmm [_l_i_s_p_m_f_i_l_e]
  11.  
  12. DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
  13.      Reads a Lisp Machine bitmap as input.  Produces  a  portable  graymap  as
  14.      output.
  15.  
  16.      This is the file format written by the  tv:write-bit-array-file  function
  17.      on TI Explorer and Symbolics lisp machines.
  18.  
  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.  
  23. SSSEEEEEE AAALLLSSSOOO
  24.      pgmtolispm(1), pgm(5)
  25.  
  26. BBBUUUGGGSSS
  27.      The Lispm bitmap file format is a bit quirky;  Usually the image  in  the
  28.      file  has its width rounded up to the next higher multiple of 32, but not
  29.      always.  If the width is not a multiple of 32,  we  don't  deal  with  it
  30.      properly,  but  because  of the Lispm microcode, such arrays are probably
  31.      not image data anyway.
  32.  
  33.      Also, the lispm code for saving bitmaps has a bug, in  that  if  you  are
  34.      writing  a bitmap which is not mod32 across, the file may be up to 7 bits
  35.      too short!  They round down instead of up, and we don't handle  this  bug
  36.      gracefully.
  37.  
  38.      No color.
  39.  
  40. AAAUUUTTTHHHOOORRR
  41.      Copyright (C) 1991 by Jamie Zawinski and Jef Poskanzer.
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                                 06 March 1990                                1
  65.  
  66.  
  67.