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