当前位置: 代码迷 >> PHP >> 使用GD2函数在照片上添加文字出现异常
  详细解决方案

使用GD2函数在照片上添加文字出现异常

热度:98   发布时间:2016-04-28 17:24:54.0
使用GD2函数在照片上添加文字出现错误~
出现这样的错误怎么解决啊,试了好多办法都不行。!

<br />
<b>Warning</b>:  imagecreatefromjpeg(/images/photo.jpg): failed to open stream: No such file or directory in <b>C:\Apache24\htdocs\Excerse\index.php</b> on line <b>3</b><br />
<br />
<b>Warning</b>:  imagecolorallocate() expects parameter 1 to be resource, boolean given in <b>C:\Apache24\htdocs\Excerse\index.php</b> on line <b>4</b><br />
<br />
<b>Warning</b>:  imagettftext() expects parameter 1 to be resource, boolean given in <b>C:\Apache24\htdocs\Excerse\index.php</b> on line <b>7</b><br />
<br />
<b>Warning</b>:  imagejpeg() expects parameter 1 to be resource, boolean given in <b>C:\Apache24\htdocs\Excerse\index.php</b> on line <b>8</b><br />
<br />
<b>Warning</b>:  imagedestroy() expects parameter 1 to be resource, boolean given in <b>C:\Apache24\htdocs\Excerse\index.php</b> on line <b>9</b><br />
------解决思路----------------------
Warning: imagecreatefromjpeg(/images/photo.jpg): failed to open stream: No such file or directory in C:\Apache24\htdocs\Excerse\index.php on line 3

failed to open stream: No such file or directory 打开失败:没有这样的文件或目录

------解决思路----------------------
提示图片不存在,获取不到图片资源,接下来都报错了
检查下文件路径
------解决思路----------------------
用IDE运行会有偏差的,还是用浏览器运行吧。浏览器运行没问题就行。
  相关解决方案