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

  1.  
  2.  
  3. ppmtopict(1)               Unix Programmer's Manual               ppmtopict(1)
  4.  
  5.  
  6. NNNAAAMMMEEE
  7.      ppmtopict - convert a portable pixmap into a Macintosh PICT file
  8.  
  9. SSSYYYNNNOOOPPPSSSIIISSS
  10.      ppppppmmmtttooopppiiicccttt [_p_p_m_f_i_l_e]
  11.  
  12. DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
  13.      Reads a portable pixmap as input.  Produces  a  Macintosh  PICT  file  as
  14.      output.
  15.  
  16.      The generated file is only the data fork of a picture.  You will  need  a
  17.      program  such  as  _m_c_v_e_r_t  to  generate a Macbinary or a BinHex file that
  18.      contains the necessary information to identify the file as a PICT file to
  19.      MacOS.
  20.  
  21.      Even though PICT supports 2  and  4  bits  per  pixel,  _p_p_m_t_o_p_i_c_t  always
  22.      generates an 8 bits per pixel file.
  23.  
  24. BBBUUUGGGSSS
  25.      The picture size field is only correct if the output is to a  file  since
  26.      writing  into  this  field requires seeking backwards on a file.  However
  27.      the PICT documentation seems to suggest that this field is  not  critical
  28.      anyway since it is only the lower 16 bits of the picture size.
  29.  
  30. SSSEEEEEE AAALLLSSSOOO
  31.      picttoppm(1), ppm(5), mcvert(1)
  32.  
  33. AAAUUUTTTHHHOOORRR
  34.      Copyright (C) 1990 by Ken Yap <ken@cs.rocester.edu>.
  35.  
  36.  
  37.  
  38.  
  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.                                 15 April 1990                                1
  65.  
  66.  
  67.