mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b7118c0945
An HPGL converter into some vector- and raster formats w/ previewer for X. PR: 9539 Submitted by: Lars Koeller <lkoeller@cc.fh-lippe.de>
16 lines
670 B
Plaintext
16 lines
670 B
Plaintext
hp2xx reads HPGL ASCII source files, interprets them, and
|
|
converts them into either another vector-oriented format
|
|
or one of several rasterfile formats. Currently, its HPGL
|
|
parser recognizes a subset of the HP 7550A command set.
|
|
Some high-level functions like filled polygons are missing
|
|
Also, only the basic fixed character set 0 is supported
|
|
Besides these limitations, hp2xx has proven to work with
|
|
many HP-GL sources without any trouble.
|
|
|
|
It allows conversion from HPGL to:
|
|
|
|
mf (MetaFont), eps (PostScript), pcl (HP-PCL Level3),
|
|
pre(view), pcx (PaintBrush-Format), img (GEM),
|
|
pic (ATARI bitmap), pbm (Portable Bitmap),
|
|
png (Portable Network Graphics), ...
|