|
imagegdOutput GD image to browser or file Description
bool imagegd(GdImage
$image , stringnull $file = null )
Outputs a GD image to the given Parameters
Return Values
Returns Caution
However, if libgd fails to output the image, this function returns Changelog
Examples
Example #1 Outputting a GD image
Example #2 Saving a GD image
Notes
Warning
The GD and GD2 image formats are proprietary image formats of libgd. They have to be regarded obsolete, and should only be used for development and testing purposes. See Also
|