GD()
syntax: |
new GD(x, y) |
where: |
x - Horizontal size, in pixels.
y - Vertical size, in pixels.
|
return: |
object - a new GD object of the specified size.
|
description: |
The x and y parameters determine the horizontal and vertical size of the image, respectively. The object returned is a GD object.
|
see: |
#link <gd>
|