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#70 — possible crash when no global color map has been found
Attached to Project —
libGD
Opened by Pierre Joye (Pierre) - Wednesday, 04 April 2007, 13:32 GMT+1
Last edited by Pierre Joye (Pierre) - Wednesday, 04 April 2007, 13:37 GMT+1
Opened by Pierre Joye (Pierre) - Wednesday, 04 April 2007, 13:32 GMT+1
Last edited by Pierre Joye (Pierre) - Wednesday, 04 April 2007, 13:37 GMT+1
|
DetailsIf a gif data has not global color map, we still try to use it if a frame has no local map. |
This task depends upon