|
imagegifOutput image to browser or file Description
bool imagegif(GdImage
$image , resourcestringnull $file = null )
imagegif creates the GIF
file in The image format will be GIF87a unless the image has been made transparent with imagecolortransparent, in which case the image format will be GIF89a. Parameters
Return Values
Returns Caution
However, if libgd fails to output the image, this function returns Changelog
Examples
Example #1 Outputting an image using imagegif
Example #2 Converting a PNG image to GIF using imagegif
Notes
See Also
|