imagegd
(PHP 4 >= 4.0.7, PHP 5, PHP 7, PHP 8)
imagegd — 將 GD 影象輸出到瀏覽器或檔案
說明
imagegd(resource
$image
, string $filename
= ?): bool
imagegd() 將一個 GD 影象輸出到
filename
。image
參數是由 imagecreatetruecolor() 函式返回的。
filename
參數為可選項,如果為空,則原始影象流會被直接輸出。
注意:
GD 格式一般是用來載入影象中的一部分時更快。注意 GD 格式只能用於相容于 GD 的應用程式。
參見 imagegd2()。