請問各位前輩在Debian中的php中的GD應用上
以apt-get install php4-gd
所安裝的GD不支援GIF的讀取與建立
請問那需要自行make嗎?
還是Debian有裝好的GD套件了呢?
版主: 阿信
<?php
var_dump(gd_info());
/* Typical Output
==============
array(9) {
["GD Version"]=>
string(24) "bundled (2.0 compatible)"
["FreeType Support"]=>
bool(false)
["T1Lib Support"]=>
bool(false)
["GIF Read Support"]=>
bool(true)
["GIF Create Support"]=>
bool(false)
["JPG Support"]=>
bool(false)
["PNG Support"]=>
bool(true)
["WBMP Support"]=>
bool(true)
["XBM Support"]=>
bool(false)
}
*/
?>
正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客