pkgsrc/graphics/p5-GD/pkg/DESCR
jlam a9b1dc3cc3 * Update p5-GD to 1.22.
* Modify to support gd-1.7.3.

WHAT's NEW IN 1.22
        - added support for statically linked libgd.a, which is
                now default for libgd 1.7.3 (grrrr)
        - added newFromGd2Part() and newFromXPM() methods
1999-11-01 03:32:56 +00:00

11 lines
499 B
Text

This is an autoloadable interface module for libgd, a popular library
for creating and manipulating PNG files. With this library you can
create PNG images on the fly or modify existing files. Features
include:
a. lines, polygons, rectangles and arcs, both filled and unfilled
b. flood fills
c. the use of arbitrary images as brushes and as tiled fill patterns
d. line styling (dashed lines and the like)
e. horizontal and vertical text rendering
f. support for transparency and interlacing