DragonFly On-Line Manual Pages

Search: Section:  


prlst2ps(1)            DragonFly General Commands Manual           prlst2ps(1)

NAME

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

SYNOPSIS

prlst2ps [-options] in_file | stdin

DESCRIPTION

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.

OPTIONS

-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.

SEE ALSO

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

AUTHOR

Copyright (C) 1994-1998 Hideaki Goto E-Mail: hgot@ecip.tohoku.ac.jp, hgot@aso.ecei.tohoku.ac.jp Oct. 1998 prlst2ps(1)

Search: Section: