libGD

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.

Tasklist

FS#4 — gdImageFill, multiple segfaults with patterns or invalid arguments

Attached to Project — libGD
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
Task Type Bug Report
Category General
Status Closed
Assigned To Pierre Joye (Pierre)
Operating System All
Severity Critical
Priority Normal
Reported Version
Due in Version 2.0.34
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

gdImageFill, 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.

This task depends upon

Closed by  Pierre Joye (Pierre)
Tuesday, 09 January 2007, 15:45 GMT
Reason for closing:  Fixed
Comment by Pierre Joye (Pierre) - Thursday, 04 January 2007, 00:42 GMT

See #2, #8 in the commit message.

Loading...