Convert .phs output to a bitmap file
Pp.bmp [-1] [-A] [-b size] [-c colors]
[-D debug_fname] [-d] [-L] [-o1] [-o3]
[-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.
- -o1
- Create a palette-based 1bpp bitmap.
- -o3
- Create a true-color 3bpp bitmap (default: get depth from the phs file).
- -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 Photon draw-stream (.phs) output to a bitmap (.bmp) file.
Pp.bmp file.phs >outfile.bmp
The output is sent to stdout. Typically this is redirected to a file, as shown in the example.