GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
prlst2ps(1) FreeBSD General Commands Manual prlst2ps(1)

prlst2ps - produce PostScript data from rectangle/line-segment data

prlst2ps [-options] in_file | stdin

prlst2ps reads rectangle data or line segment data from file in_file, draws rectangles or line segments on an image plane, and writes PostScript data as output. The resolution of the image is assumed to be 200dpi. The output is always written to standard output.

The rectangle data is given by d4file(4) or d8file(4), which is the same format as that makecr(1) and makepr(1) produce.

The line segment data is given by d8file(4), which is the same format as that getlseg(1) produce.

If the string "stdin" is passed instead of in_file, prlst2ps reads data from standard input.

-fill
Draw filled boxes. By default, the rectangular frames are drawn.
-stick
Assume the input data as stick data. (Experimental)
-lseg
Assume the input data as line segment data.
-lslen N
Set the length of line segment to N pixels. Default value is N=64.
-quiet
Suppress messages.

makecr(1), makepr(1), getlseg(1), d4file(4), d8file(4)

Copyright (C) 1994-1998 Hideaki Goto

E-Mail: hgot@ecip.tohoku.ac.jp, hgot@aso.ecei.tohoku.ac.jp

Oct. 1998

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.