imagegd2说明bool imagegd2 ( resource image [, string filename [, int chunk_size [, int type]]] )imagegd2() 将一个 GD 图像输出到 filename。image 参数是由 imagecreatetruecolor() 函数返回的。 filename 参数为可选项,如果为空,则原始图像流会被直接输出。 可选的 type 参数可以是 IMG_GD2_RAW 或 IMG_GD2_COMPRESSED。默认为 IMG_GD2_RAW。
参见 imagegd()。 | ||