ImageCreate

ImageCreate -- 新規画像の作成

説明

int imagecreate(int x_size, int y_size);

ImageCreateは、x_size対y_sizeの空の画像を表わす画像 ID を 返します。