<?php
$img=imagecreatefrompng("/sc.png");
$color=imagecolorallocate($img,?255,?255,?0);
imageline($img,?0,?0,100,?100,?$color);
imagepng($img,"ncx.png");
imagedestroy($img);
?>Fatal error: Call to undefined function imagecreatefrompng() in?D:\wamp\www\test.php?on line?4?函數(shù)未被定義?imagecreatefrompng怎么解決
- 2 回答
- 0 關(guān)注
- 1721 瀏覽
添加回答
舉報(bào)
0/150
提交
取消