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

  1. .TH ilbmtoppm 1 "04 October 1993"
  2. .IX ilbmtoppm
  3. .SH NAME
  4. ilbmtoppm - convert an ILBM file into a portable pixmap
  5. .SH SYNOPSIS
  6. .B ilbmtoppm
  7. .RB [ -verbose ]
  8. .RB [ -ignore <chunkID> ]
  9. .RB [ -isham | -isehb ]
  10. .RB [ -adjustcolors ]
  11. .RI [ ILBMfile ]
  12. .SH DESCRIPTION
  13. Reads an IFF ILBM file as input.
  14. .IX "IFF"
  15. .IX "ILBM"
  16. Produces a portable pixmap as output.
  17. Supported ILBM types are:
  18. .TP
  19. Normal ILBMs with 1-16 planes.
  20. .TP
  21. Amiga Extra_Halfbrite (EHB)
  22. .IX "Amiga"
  23. .TP
  24. Amiga HAM with 3-16 planes.
  25. .IX "HAM"
  26. .TP
  27. 24 bit.
  28. .TP
  29. Multiplatte (normal or HAM) pictures.
  30. .TP
  31. Color map (BMHD + CMAP chunk only, nPlanes = 0).
  32. .TP
  33. Unofficial direct color.
  34. 1-16 planes for each color component.
  35. .TP
  36. Chunks used:
  37. BMHD, CMAP, CAMG (only HAM & EHB flags used), PCHG, BODY
  38. unofficial DCOL chunk to identify direct color ILBM
  39. .TP
  40. Chunks ignored:
  41. GRAB, DEST, SPRT, CRNG, CCRT, CLUT, DPPV, DRNG, EPSF
  42. .TP
  43. Other chunks (ignored but displayed in verbose mode):
  44. NAME, AUTH, (c), ANNO, DPI
  45. .TP
  46. Unknown chunks are skipped.
  47. .SH OPTIONS
  48. .TP
  49. .B -verbose
  50. Give some information about the ILBM file.
  51. .TP
  52. .B -ignore <chunkID>
  53. Skip a chunk.  <chunkID> is the 4-letter IFF chunk identifier of the chunk
  54. to be skipped.
  55. .TP
  56. .B -isham | -isehb
  57. Treat the input file as a HAM or Extra_Halfbrite picture, even if these
  58. flags or not set in the CAMG chunk (or if there is no CAMG chunk).
  59. .TP
  60. .B -adjustcolors
  61. If all colors in the CMAP have a value of less then 16, ilbmtoppm assumes
  62. a 4-bit colormap and gives a warning.  With this option the colormap
  63. is scaled to 8 bits.
  64. .SH "BUGS"
  65. The multipalette PCHG BigLineChanges and Huffman decompression code is untested.
  66. .SH "REFERENCES"
  67. Amiga ROM Kernel Reference Manual - Devices (3rd Ed.)
  68. .br
  69. Addison Wesley, ISBN 0-201-56775-X
  70. .SH "SEE ALSO"
  71. ppm(5), ppmtoilbm(1)
  72. .SH AUTHORS
  73. Copyright (C) 1989 by Jef Poskanzer.
  74. .br
  75. Modified October 1993 by Ingo Wilken (Ingo.Wilken@informatik.uni-oldenburg.de)
  76. .\" Permission to use, copy, modify, and distribute this software and its
  77. .\" documentation for any purpose and without fee is hereby granted, provided
  78. .\" that the above copyright notice appear in all copies and that both that
  79. .\" copyright notice and this permission notice appear in supporting
  80. .\" documentation.  This software is provided "as is" without express or
  81. .\" implied warranty.
  82.  
  83.  
  84.