建立新图。
语法: int imagecreate(int x_size, int y_size);
返回值: 整数
函数种类: 图形处理
本函数用来建立一张全空的图形。参数 x_size、y_size 为图形的尺寸,单位为像素 (pixel)。