Page Hits
Site Hits

Since
|
GD for Euphoria
GD is an ANSI C library for the dynamic creation of
images. It was written by Thomas Boutell. You can create
several different types of images, including GIF (now
that the license has expired). You can draw rectangles,
circles, arcs, lines, simple text, and anti-aliased TrueType
fonts. On Windows, use the provided DLL, and on Linux, you
should install from the source. Don't forget to read the
license. For some help,
try reading the manual. You can
download the wrapper and demos from here:
GD
Library (577 KB; Cross-Platform)
The newest version is 2.0.33. GIF support has been returned
to the GD library, as the Unisys patents have completely
expired. There is also support for animated GIFs. A minor
update now includes fixes for cdecl on Windows, and an atan2
domain error. Please see the manual for more information.
|