imagecreate
Create a new palette based image
Description
resourceimagecreate
intx_size
inty_size
imagecreate returns an image identifier
representing a blank image of size x_size
by y_size.
We recommend the use of imagecreatetruecolor.
Creating a new GD image stream and outputting an image.
]]>
See also imagedestroy and
imagecreatetruecolor.