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 / pbmtomacp.1 < prev    next >
Text File  |  1996-11-18  |  1KB  |  47 lines

  1. .TH pbmtomacp 1 "31 August 1988"
  2. .IX pbmtomacp
  3. .SH NAME
  4. pbmtomacp - convert a portable bitmap into a MacPaint file
  5. .SH SYNOPSIS
  6. .B pbmtomacp
  7. .RB [ -l
  8. .IR left ]
  9. .RB [ -r
  10. .IR right ]
  11. .RB [ -b
  12. .IR bottom ]
  13. .RB [ -t
  14. .IR top ]
  15. .RI [ pbmfile ]
  16. .SH DESCRIPTION
  17. Reads a portable bitmap as input.
  18. If no input-file is given, standard input is assumed.
  19. Produces a MacPaint file as output.
  20. .IX MacPaint
  21. .IX Macintosh
  22. .PP
  23. The generated file is only the data fork of a picture.
  24. You will need a program such as
  25. .I mcvert
  26. to generate a Macbinary or a BinHex file that contains the necessary
  27. information to identify the file as a PNTG file to MacOS.
  28. .SH OPTIONS
  29. .PP
  30. Left, right, bottom & top let you define a square into the pbm file,
  31. that must be converted.
  32. Default is the whole file.
  33. If the file is too large for a MacPaint-file, the bitmap is cut to fit
  34. from ( left, top ).
  35. .SH BUGS
  36. The source code contains comments in a language other than English.
  37. .SH "SEE ALSO"
  38. ppmtopict(1), macptopbm(1), pbm(5), mcvert(1)
  39. .SH AUTHOR
  40. Copyright (C) 1988 by Douwe van der Schaaf (...!mcvax!uvapsy!vdschaaf).
  41. .\" Permission to use, copy, modify, and distribute this software and its
  42. .\" documentation for any purpose and without fee is hereby granted, provided
  43. .\" that the above copyright notice appear in all copies and that both that
  44. .\" copyright notice and this permission notice appear in supporting
  45. .\" documentation.  This software is provided "as is" without express or
  46. .\" implied warranty.
  47.