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

  1.  
  2.  
  3. ppmquantall(1)             Unix Programmer's Manual             ppmquantall(1)
  4.  
  5.  
  6. NNNAAAMMMEEE
  7.      ppmquantall - run ppmquant on a bunch of files all at once, so they share
  8.      a common colormap
  9.  
  10. SSSYYYNNNOOOPPPSSSIIISSS
  11.      ppppppmmmqqquuuaaannntttaaallllll _n_c_o_l_o_r_s _p_p_m_f_i_l_e ...
  12.  
  13. DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
  14.      Takes a bunch of portable pixmap as input.   Chooses  _n_c_o_l_o_r_s  colors  to
  15.      best  represent  all  of  the images, maps the existing colors to the new
  16.      ones, and ooovvveeerrrwwwrrriiittteeesss ttthhheee iiinnnpppuuuttt fffiiillleeesss with the new quantized versions.
  17.  
  18.      Verbose explanation: Let's say you've got a dozen pixmaps that  you  want
  19.      to  display  on  the  screen  all at the same time.  Your screen can only
  20.      display 256 different colors, but the pixmaps have a total of a  thousand
  21.      or  so different colors.  For a single pixmap you solve this problem with
  22.      _p_p_m_q_u_a_n_t; this script solves it for multiple pixmaps.   All  it  does  is
  23.      concatenate  them together into one big pixmap, run _p_p_m_q_u_a_n_t on that, and
  24.      then split it up into little pixmaps again.
  25.  
  26.      (Note that another way to solve this problem is to pre-select  a  set  of
  27.      colors  and  then  use _p_p_m_q_u_a_n_t's ---mmmaaappp option to separately quantize each
  28.      pixmap to that set.)
  29.  
  30. SSSEEEEEE AAALLLSSSOOO
  31.      ppmquant(1), ppm(5)
  32.  
  33. BBBUUUGGGSSS
  34.      It's a csh script.  Csh scripts are not portable to System V.  Scripts in
  35.      general are not portable to non-Unix environments.
  36.  
  37. AAAUUUTTTHHHOOORRR
  38.      Copyright (C) 1991 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.                                 27 July 1990                                 1
  65.  
  66.  
  67.