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

  1.  
  2.  
  3. fstopgm(1)                 Unix Programmer's Manual                 fstopgm(1)
  4.  
  5.  
  6. NNNAAAMMMEEE
  7.      fstopgm - convert a Usenix FaceSaver(tm) file into a portable graymap
  8.  
  9. SSSYYYNNNOOOPPPSSSIIISSS
  10.      fffssstttooopppgggmmm [_f_s_f_i_l_e]
  11.  
  12. DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
  13.      Reads a Usenix FaceSaver(tm) file as input.  Produces a portable  graymap
  14.      as output.
  15.  
  16.      FaceSaver(tm) files sometimes have  rectangular  pixels.   While  _f_s_t_o_p_g_m
  17.      won't  re-scale  them  into  square  pixels for you, it will give you the
  18.      precise _p_n_m_s_c_a_l_e command that will do the job.  Because of this,  reading
  19.      a FaceSaver(tm) image is a two-step process.  First you do:
  20.        fstopgm > /dev/null
  21.      This will tell you whether you need to use _p_n_m_s_c_a_l_e. Then use one of  the
  22.      following pipelines:
  23.        fstopgm | pgmnorm
  24.        fstopgm | pnmscale -whatever | pgmnorm
  25.      To go to PBM, you want something more like one of these:
  26.        fstopgm | pnmenlarge -3 | pgmnorm | pgmtopbm
  27.        fstopgm | pnmenlarge -3 | pnmscale -whatever | pgmnorm | pgmtopbm
  28.      You want to enlarge when going to a bitmap  because  otherwise  you  lose
  29.      information; but enlarging by more than 3 does not look good.
  30.  
  31.      FaceSaver is a  registered  trademark  of  Metron  Computerware  Ltd.  of
  32.      Oakland, CA.
  33.  
  34. SSSEEEEEE AAALLLSSSOOO
  35.      pgmtofs(1), pgm(5), pgmnorm(1), pnmenlarge(1), pnmscale(1), pgmtopbm(1)
  36.  
  37. AAAUUUTTTHHHOOORRR
  38.      Copyright (C) 1989 by 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 April 89                                 1
  65.  
  66.  
  67.