Pp.canon
Convert .phs output for a Canon printer
Pp.canon [-1 ] [-A] ] [-b size ] [-c colors ]
[-D debug_fname ] [-d ] [-L ] [-oc n ] [-od n ]
[-of ] [-og n ] [-oh ] [-om n ] [-op n ] [-or n ]
[-oS X ,Y ] [-os n ] [-oy n ] [-U file ] [-V ]
filename
-1
Invert black and white colors.
-A
Force anti-aliasing of fonts.
-b size
Specify size of printer buffer in bytes.
-c colors
Force size of color palette.
-D debug_fname
Send debug information to the specified file.
-d
Delete input file after processing.
-L
Enable landscape mode.
-oc n
Adjust cyan gamma correction (where negative is lighter, positive is darker).
-od n
Set printer graphical depletion (default: 2 ). Ranges between
0 (disabled) and 5 (remove every fifth pixel).
-of
Enable Floyd-Steinberg dithering (default).
-og n
Adjust black gamma correction (where negative is lighter, positive is darker).
-oh
Enable halftone dithering (default: "-of ").
-om n
Adjust magenta gamma correction (where negative is lighter, positive is darker).
-op n
Specify printing type. Choices are: 1 (B/W); 3 (CMY color); 4 (CMYK).
-or n
Set resolution (default: 360 DPI). Valid choices are 90 , 180 , 360 , and 720 .
-oS X ,Y
Set scale in the X or Y dimension
(e.g. -oS 0.75,0.6 ), where scale value may be:
negative
scale as a multiple of the source image size
positive
scale as a multiple of the page size
0
maximum size while respecting the aspect ratio
-os n
Specify multiple pass printing "shingling" (default:
1 ). Valid range is between 0 and 2 passes.
-oy n
Adjust yellow gamma correction (where negative is lighter, positive is darker).
-U file
Delete this file when the print job is completed. Use for synchronizing
print-spooling operations.
-V
Be verbose (-VV : be more verbose).
filename
Name of a Photon draw-stream (*.phs ) file.
This utility converts .phs output for a Canon printer.
The Pp.canon driver is usually used as a part of lpsrvr or
called directly from the prsetup configuration.
Pp.canon file.phs >/dev/par
The output is sent to stdout . Typically this is redirected to
a printer device, as shown in the example.