|
imagegd2Output GD2 image to browser or file Description
bool imagegd2(
GdImage $image ,stringnull $file = null ,int $chunk_size = 128,int $mode = IMG_GD2_RAW )
Outputs a GD2 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 GD2 image
Example #2 Saving a GD2 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
|