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

  1. .TH pnmtosgi 1 "29 Januar 1994"
  2. .IX pnmtosgi
  3. .SH NAME
  4. pnmtosgi - convert a portable anymap to a SGI image file
  5. .SH SYNOPSIS
  6. .B pnmtosgi
  7. .RB [ -verbatim | -rle ]
  8. .RB [ -imagename
  9. .IR Name ]
  10. .RB [ pnmfile ]
  11. .SH DESCRIPTION
  12. Reads a portable anymap as input. Produces an SGI image file as output.
  13. The SGI image will be 2-dimensional (1 channel) for PBM and PGM input,
  14. and 3-dimensional (3 channels) for PPM.
  15. .SH OPTIONS
  16. .TP
  17. .B -verbatim
  18. Write an uncompressed file.
  19. .TP
  20. .B -rle (default)
  21. Write a compressed (run length encoded) file.
  22. .TP
  23. .B -imagename name
  24. Write the string "name" into the imagename field of the header.
  25. The name string is limited to 79 characters.
  26. If no name is given, pnmtosgi writes "no name" into this field.
  27. .SH "BUGS"
  28. Probably.
  29. .SH "REFERENCES"
  30. SGI Image File Format documentation (draft v0.95) by Paul Haeberli
  31. (paul@sgi.com).  Available via ftp at sgi.com:graphics/SGIIMAGESPEC.
  32. .SH "SEE ALSO"
  33. pnm(5), sgitopnm(1)
  34. .SH AUTHOR
  35. Copyright (C) 1994 by Ingo Wilken (Ingo.Wilken@informatik.uni-oldenburg.de)
  36. .\" Permission to use, copy, modify, and distribute this software and its
  37. .\" documentation for any purpose and without fee is hereby granted, provided
  38. .\" that the above copyright notice appear in all copies and that both that
  39. .\" copyright notice and this permission notice appear in supporting
  40. .\" documentation.  This software is provided "as is" without express or
  41. .\" implied warranty.
  42.  
  43.