imagegd()
imagegd - Output GD image to browser or fileSyntax
bool imagegd (resource $image, string $filename)Arguments
- image - An image resource, returned by one of the image creation functions, such as imagecreatetruecolor().
- filename - The path to save the file to. If not set or NULL, the raw image stream will be outputted directly.
