diff options
author | B. Watson <yalhcru@gmail.com> | 2017-12-20 23:47:48 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-21 08:19:32 +0700 |
commit | ff2725c7b0c28311abdfc5c1b77460863d74069e (patch) | |
tree | 619f8853c76e1b20e6f3cd7f9bd140765d97495e /graphics/hp2xx/README | |
parent | b89af10eb3e885bf8ef78c8ee5ac100a3fc534be (diff) |
graphics/hp2xx: Added (vector graphics conversion).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics/hp2xx/README')
-rw-r--r-- | graphics/hp2xx/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/hp2xx/README b/graphics/hp2xx/README new file mode 100644 index 0000000000000..174bbf3b6331c --- /dev/null +++ b/graphics/hp2xx/README @@ -0,0 +1,18 @@ +hp2xx (vector graphics conversion) + +The hp2xx program is a versatile tool to convert vector-oriented graphics +data given in Hewlett-Packard's HP-GL plotter language into a variety +of popular graphics formats, both vector- and raster-oriented. + +The various supported output formats include Encapsulated PostScript +(EPS), PCX, IMG, and several formats intended to facilitate the generation +of graphics within TeX documents. In addition, hp2xx output is printable +on the HP Laserjet/Deskjet printer series, and it may be used as a HP-GL +previewer on many platforms. + +It can be used as an ImageMagick or GraphicsMagick delegate to convert +from HPGL format. + +Note: hp2xx is built here without PNG output support because it's not +compatible with modern libpng. If you need to convert HP-GL to PNG, +use GraphicsMagick, built with hp2xx support. |