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

  1.  
  2.  
  3. pgmtolispm(1)              Unix Programmer's Manual              pgmtolispm(1)
  4.  
  5.  
  6. NNNAAAMMMEEE
  7.      pgmtolispm - convert a portable graymap into Lisp Machine format
  8.  
  9. SSSYYYNNNOOOPPPSSSIIISSS
  10.      pppgggmmmtttooollliiissspppmmm [_p_g_m_f_i_l_e]
  11.  
  12. DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
  13.      Reads a portable graymap as input.  Produces a  Lisp  Machine  bitmap  as
  14.      output.
  15.  
  16.      This is the file format read by the tv:read-bit-array-file function on TI
  17.      Explorer and Symbolics lisp machines.
  18.  
  19.      Given a pgm (instead of a pbm) a multi-plane image will be output.   This
  20.      is probably not useful unless you have a color lisp machine.
  21.  
  22.      Multi-plane bitmaps on lisp machines are color; but the lispm image  file
  23.      format  does  not  include  a color map, so we must treat it as a graymap
  24.      instead.  This is unfortunate.
  25.  
  26. SSSEEEEEE AAALLLSSSOOO
  27.      lispmtopgm(1), pgm(5)
  28.  
  29. BBBUUUGGGSSS
  30.      Output width is always rounded up to the nearest  multiple  of  32;  this
  31.      might  not  always be what you want, but it probably is (arrays which are
  32.      not modulo 32 cannot be passed to the Lispm  BITBLT  function,  and  thus
  33.      cannot easilly be displayed on the screen).
  34.  
  35.      No color.
  36.  
  37. AAAUUUTTTHHHOOORRR
  38.      Copyright (C) 1991 by Jamie Zawinski and Jef Poskanzer.
  39.  
  40.  
  41.  
  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.