GD is an open source code library for the dynamic creation of images by programmers. GD is written in C, and “wrappers” are available for Perl, PHP and other languages. GD creates PNG, JPEG and GIF images, among other formats. GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the fly. While not restricted to use on the web, the most common applications of GD involve web site development.
See the GD website for more informations.
FS#4 — gdImageFill, multiple segfaults with patterns or invalid arguments
Opened by Pierre Joye (Pierre) - Wednesday, 03 January 2007, 22:18 GMT
Last edited by Pierre Joye (Pierre) - Tuesday, 09 January 2007, 15:45 GMT
|
DetailsgdImageFill, multiple segfaults with complex patterns, transparent colors or invalid color index. Complete rewrite of the gdImageFill function, pattern filling and color with non opaque alpha component are now fully supported. Non recursive and stack friendly implementation. |
See #2, #8 in the commit message.