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

  1. .TH macptopbm 1 "29 March 1989"
  2. .IX macptopbm
  3. .SH NAME
  4. macptopbm - convert a MacPaint file into a portable bitmap
  5. .SH SYNOPSIS
  6. .B macptopbm
  7. .RB [ -extraskip
  8. .IR N ]
  9. .RI [ macpfile ]
  10. .SH DESCRIPTION
  11. Reads a MacPaint file as input.
  12. .IX MacPaint
  13. .IX Macintosh
  14. Produces a portable bitmap as output.
  15. .SH OPTIONS
  16. .TP
  17. .B -extraskip
  18. This flag is to get around a problem with some methods
  19. of transferring files from the Mac world to the Unix world.
  20. Most of these methods leave the Mac files alone, but a few of
  21. them add the "finderinfo" data onto the front of the Unix file.
  22. This means an extra 128 bytes to skip over when reading the file.
  23. The symptom to watch for is that the resulting PBM file looks shifted
  24. to one side.
  25. If you get this, try
  26. .B -extraskip
  27. 128, and if that still doesn't look right try another value.
  28. .PP
  29. All flags can be abbreviated to their shortest unique prefix.
  30. .SH "SEE ALSO"
  31. picttoppm(1), pbmtomacp(1), pbm(5)
  32. .SH AUTHOR
  33. Copyright (C) 1988 by Jef Poskanzer.
  34. .\" Permission to use, copy, modify, and distribute this software and its
  35. .\" documentation for any purpose and without fee is hereby granted, provided
  36. .\" that the above copyright notice appear in all copies and that both that
  37. .\" copyright notice and this permission notice appear in supporting
  38. .\" documentation.  This software is provided "as is" without express or
  39. .\" implied warranty.
  40. The MacPaint-reading code is copyright (c) 1987 by Patrick J. Naughton
  41. (naughton@wind.sun.com).
  42. .\" Permission to use, copy, modify, and distribute this software and its
  43. .\" documentation for any purpose and without fee is hereby granted,
  44. .\" provided that the above copyright notice appear in all copies and that
  45. .\" both that copyright notice and this permission notice appear in
  46. .\" supporting documentation. 
  47.