a9b1dc3cc3
* 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
11 lines
499 B
Text
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
|