imagegd
Description
bool imagegd ( resource image [, string filename] )
Outputs a GD image to the given filename.
Parameters
imageAn image resource, returned by one of the image creation functions, such as imagecreatetruecolor().
filenameThe path to the saved file. If not set or NULL, the raw image stream will be outputed directly.
