当前位置:Gxlcms > PHP教程 > imagecopyresized()压缩保存的图像是黑色的

imagecopyresized()压缩保存的图像是黑色的

时间:2021-07-01 10:21:17 帮助过:3人阅读

最后保存出的图像是黑色的。大小正常,就是一片漆黑,是什么原因呢?谢谢

而且,提示:Warning: imagecopyresized() expects parameter 2 to be resource, string given in F:phpstudyWWWreceive.php on line 10,哪里出问题了?

回复内容:

最后保存出的图像是黑色的。大小正常,就是一片漆黑,是什么原因呢?谢谢

而且,提示:Warning: imagecopyresized() expects parameter 2 to be resource, string given in F:phpstudyWWWreceive.php on line 10,哪里出问题了?

应该是要先构建一个图片,然后传给函数,然后保存为img吧?
报错信息已经说了参数不合法

人气教程排行