PNG格式图片读取时显示为黑色之解决
程序员文章站
2022-04-16 11:34:01
...
[PHP]代码
<?php $fileurl = '1.png'; header("Content-type: image/png"); $img = imagecreatefrompng($fileurl); imagealphablending($img,false); //(取消)注释此段代码验证输出 imagesavealpha($img,true); //(取消)注释此段代码验证输出 imagepng($img); imagedestroy($img); /*End of php*/
上一篇: 什么是触发器?
下一篇: win10提示音响个不停怎么解决