Penguin
Annotated edit history of ppmtopj(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 ppmtopj
2 !!!ppmtopj
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 REFERENCES
8 SEE ALSO
9 BUGS
10 AUTHOR
11 ----
12 !!NAME
13
14
2 perry 15 ppmtopj - convert a portable pixmap to an HP !PaintJet file
1 perry 16 !!SYNOPSIS
17
18
19 __ppmtopj__ [[-gamma ''val''] [[__-xpos__ ''val'']
20 [[__-ypos__ ''val''] [[__-back dark__|__lite__]
21 [[__-rle__] [[__-center__] [[__-render
22 none|snap|bw|dither|diffuse|monodither|monodiffuse|clusterdither|monoclusterdither__]
23 [[''ppmfile'']
24 !!DESCRIPTION
25
26
27 Reads a portable pixmap as input and converts it into a
2 perry 28 format suitable to be printed by an HP !PaintJet
1 perry 29 printer.
30
31
32 For best results, the input file should be in 8-color RGB
33 form; i.e. it should have only the 8 binary combinations of
34 full-on and full-off primaries. You could get this by
35 sending the input file through ''ppmquant -map'' with a
36 map file such as:
37
38
39 P3
40 8 1
41 255
42 0 0 0 255 0 0 0 255 0 0 0 255
43 255 255 0 255 0 255 0 255 255 255 255 255
44 Or else you could use use ''ppmdither -red 2 -green 2 -blue 2.''
45 !!OPTIONS
46
47
48 __-rle__ Run length encode the image. (This can result in
49 larger images)
50
51
52 __-back__ Enhance the foreground by indicating if the
53 background is light or dark compated to the
54 foreground.
55
56
57 __-render__ ''alg''
58
59
60 Use an internal rendering algorithm (default
61 dither).
62
63
64 __-gamma__ ''int''
65
66
67 Gamma correct the image using the integet parameter as a
68 gamma (default 0).
69
70
71 __-center__
72
73
74 Center the image to an 8.5 by 11 page
75
76
77 __-xpos__ ''pos''
78
79
80 Move by pos pixels in the x direction.
81
82
83 __-ypos__ ''pos''
84
85
86 Move by pos pixels in the y direction.
87 !!REFERENCES
88
89
2 perry 90 HP !PaintJet XL Color Graphics Printer User's
1 perry 91 Guide
92 !!SEE ALSO
93
94
95 pnmdepth(1), ppmquant(1), ppmdither(1), ppm(5)
96 !!BUGS
97
98
99 Most of the options have not been tested because of the
100 price of the paper.
101 !!AUTHOR
102
103
104 Copyright (C) 1991 by Christos Zoulas.
105 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.