home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / NETWORK / netpbm_docs.lzh / NETPBM / DOCS / ppmtopict.1 < prev    next >
Text File  |  1996-11-18  |  1KB  |  38 lines

  1. .TH ppmtopict 1 "15 April 1990"
  2. .IX ppmtopict
  3. .SH NAME
  4. ppmtopict - convert a portable pixmap into a Macintosh PICT file
  5. .SH SYNOPSIS
  6. .B ppmtopict
  7. .RI [ ppmfile ]
  8. .SH DESCRIPTION
  9. Reads a portable pixmap as input.
  10. Produces a Macintosh PICT file as output.
  11. .IX PICT
  12. .IX Macintosh
  13. .PP
  14. The generated file is only the data fork of a picture.
  15. You will need a program such as
  16. .I mcvert
  17. to generate a Macbinary or a BinHex file that contains the necessary
  18. information to identify the file as a PICT file to MacOS.
  19. .PP
  20. Even though PICT supports 2 and 4 bits per pixel,
  21. .I ppmtopict
  22. always generates an 8 bits per pixel file.
  23. .SH BUGS
  24. The picture size field is only correct if the output is to a file
  25. since writing into this field requires seeking backwards on a file.
  26. However the PICT documentation seems to suggest that this field is
  27. not critical anyway since it is only the lower 16 bits of the picture size.
  28. .SH "SEE ALSO"
  29. picttoppm(1), ppm(5), mcvert(1)
  30. .SH AUTHOR
  31. Copyright (C) 1990 by Ken Yap <ken@cs.rocester.edu>.
  32. .\" Permission to use, copy, modify, and distribute this software and its
  33. .\" documentation for any purpose and without fee is hereby granted, provided
  34. .\" that the above copyright notice appear in all copies and that both that
  35. .\" copyright notice and this permission notice appear in supporting
  36. .\" documentation.  This software is provided "as is" without express or
  37. .\" implied warranty.
  38.