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

  1. .TH PPMTOPJXL 1 "14 March 1991"
  2. .SH NAME
  3. ppmtopjxl - convert a portable pixmap into an HP PaintJet XL PCL file
  4. .SH SYNOPSIS
  5. ppmtopjxl [-nopack] [-gamma
  6. .I <n>
  7. ] [-presentation] [-dark] [-diffuse] [-cluster] [-dither] [-xshift
  8. .I <s>
  9. ] [-yshift
  10. .I <s>
  11. ] [-xshift
  12. .I <s>
  13. ] [-yshift
  14. .I <s>
  15. ] [-xsize|-width|-xscale
  16. .I <s>
  17. ] [-ysize|-height|-yscale
  18. .I <s>
  19. ] [ppmfile]
  20.  
  21. .SH DESCRIPTION
  22. Reads a portable pixmap as input.
  23. Produces a PCL file suitable for printing on an HP PaintJet XL printer as
  24. output.
  25. .PP
  26. The generated file is not suitable for printing on a normal PrintJet printer.
  27. The
  28. .B \-nopack
  29. option generates a file which does not use the normal TIFF 4.0 compression
  30. method. This file might be printable on a normal PaintJet printer (not an XL).
  31. .PP
  32. The
  33. .B \-gamma
  34. option sets the gamma correction for the image. The useful range for the
  35. PaintJet XL is approximately 0.6 to 1.5.
  36. .PP
  37. The rendering algorithm used for images can be altered with the
  38. .B -dither,
  39. .B -cluster,
  40. and
  41. .B -diffuse
  42. options. These options select ordered dithering, clustered ordered dithering,
  43. or error diffusion respectively.
  44. The
  45. .B \-dark
  46. option can be used to enhance images with a dark background when they are
  47. reduced in size.
  48. The
  49. .B \-presentation
  50. option turns on presentation mode, in which two passes are made over the paper
  51. to increase ink density. This should be used only for images where quality is
  52. critical.
  53.  
  54. .PP
  55. The image can be resized by setting the 
  56. .B \-xsize
  57. and 
  58. .B \-ysize
  59. options. The parameter to either of these options is interpreted as the
  60. number of dots to set the width or height to, but an optional dimension of
  61. `\fBpt\fR' (points), `\fBdp\fR' (decipoints), `\fBin\fR' (inches), or
  62. `\fBcm\fR' (centimetres) may be appended.
  63. If only one dimension is specified, the other will be scaled appropriately.
  64.  
  65. The options
  66. .B \-width
  67. and
  68. .B \-height
  69. are synonyms of
  70. .B \-xsize
  71. and
  72. .B \-ysize.
  73.  
  74. The
  75. .B \-xscale
  76. and
  77. .B \-yscale
  78. options can alternatively be used to scale the image by a simple factor.
  79.  
  80. .PP
  81. The image can be shifted on the page by using the
  82. .B \-xshift
  83. and
  84. .B \-yshift
  85. options. These move the image the specified dimensions right and down.
  86.  
  87. .SH "SEE ALSO"
  88. ppm(5)
  89. .SH AUTHOR
  90. Angus Duggan
  91.