Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
gd: A graphics library for quick creation of PNG or JPEG images.
- Summary
- The gd graphics library allows your code to quickly draw images
complete with lines, arcs, text, multiple colors, cut and paste from
other images, and flood fills, and to write out the result as a PNG or
JPEG file. This is particularly useful in Web applications, where PNG
and JPEG are two of the formats accepted for inline images by most
browsers. Note that gd is not a paint program.
Changelog
- * Wed Nov 3 18:00:00 2004 Phil Knirsch <pknirsch{%}redhat{*}com> 2.0.28-4
- Fixed several buffer overflows for gdMalloc() calls
- * Tue Jul 27 19:00:00 2004 Phil Knirsch <pknirsch{%}redhat{*}com> 2.0.28-1
- Update to 2.0.28
- * Fri Jul 2 19:00:00 2004 Phil Knirsch <pknirsch{%}redhat{*}com> 2.0.27-1
- Updated to 2.0.27 due to:
o Potential memory overruns in gdImageFilledPolygon. Thanks to John Ellson.
o The sign of Y-axis values returned in the bounding box by gdImageStringFT was
incorrect. Thanks to John Ellson and Riccardo Cohen.