From a87703a515ec08a0637c2b3b3e6cd0ef1a7e78ff Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 11 Jul 2020 03:14:39 +0000 Subject: cleanup git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3893 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- ppmtopj.html | 120 ++++++++++++++++++++++++++++++----------------------------- 1 file changed, 62 insertions(+), 58 deletions(-) (limited to 'ppmtopj.html') diff --git a/ppmtopj.html b/ppmtopj.html index ea1fab7d..ab116e59 100644 --- a/ppmtopj.html +++ b/ppmtopj.html @@ -1,33 +1,32 @@ - -Ppmtopj User Manual - -

ppmtopj

+ +Ppmtopj User Manual + +

ppmtopj

Updated: 13 July 1991 -
-Table Of Contents - -

NAME

+
+Table Of Contents +

NAME

ppmtopj - convert a PPM image to an HP PaintJet file -

SYNOPSIS

+

SYNOPSIS

-ppmtopj +ppmtopj -[-gamma val] +[-gamma val] -[-xpos val] +[-xpos val] -[-ypos val] +[-ypos val] -[-back {dark|lite}] +[-back {dark|lite}] -[-rle] +[-rle] -[-center] +[-center] -[-render { -none | +[-render { +none | snap | bw | dither | @@ -35,19 +34,19 @@ ppmtopj - convert a PPM image to an HP PaintJet file monodither | monodiffuse | clusterdither | -monoclusterdither +monoclusterdither }] -[ppmfile] +[ppmfile] -

DESCRIPTION

+

DESCRIPTION

This program is part of Netpbm. -

ppmtopj reads a PPM image as input and converts it into a +

ppmtopj reads a PPM image as input and converts it into a format suitable to be printed by an HP PaintJet printer. -

+

For best results, the input file should be in 8-color RGB form; i.e. it should have only the 8 binary combinations of full-on and full-off primaries. @@ -63,76 +62,81 @@ Or you could use ppmdither -red 2 -green 2 -blue 2 -

OPTIONS

+

OPTIONS

+ +

In addition to the options common to all programs based on libnetpbm +(most notably -quiet, see +Common Options), ppmtopj recognizes the following +command line options: -

+
-
-rle +
-rle -
+
Run length encode the image. (This can result in larger images) -
-back +
-back -
+
Enhance the foreground by indicating if the background is light or dark compared to the foreground. -
-render alg +
-render alg -
+
Use an internal rendering algorithm (default dither). -
-gamma int +
-gamma int -
+
Gamma correct the image using the integer int as a gamma (default 0). -
-center +
-center -
+
Center the image to an 8.5 by 11 page -
-xpos pos +
-xpos pos -
+
Move by pos pixels in the x direction. -
-ypos pos +
-ypos pos -
+
Move by pos pixels in the y direction. -
+
-

SEE ALSO

+

SEE ALSO

HP PaintJet XL Color Graphics Printer User's Guide, pnmtopclxl, pjtoppm, -pamdepth, -pnmremap, -pamseq, -ppmdither, +pamdepth, +pnmremap, +pamseq, +ppmdither, pbmtolj, ppmtolj, ppmtopjxl, thinkjettopbm, -ppm +ppm -

AUTHOR

+

AUTHOR

Copyright (C) 1991 by Christos Zoulas. -
-

Table Of Contents

- - - +
+

Table Of Contents

+ + + -- cgit 1.4.1