|
PHP5中文手册
imagegd2(PHP 4 >= 4.0.7, PHP 5) imagegd2 — 将 GD2 图像输出到浏览器或文件 说明
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()。 |