为了账号安全,请及时绑定邮箱和手机立即绑定

想联系一下php缩略图,代码及错因如下,求大神指点

想联系一下php缩略图,代码及错因如下,求大神指点

慕盖茨2165817 2017-01-18 13:27:48
<?php $image=imagecreatefromjpeg("E:tp/city.jpg"); $height=imagesy($image); $width=imagesx($image); $after_height=$height*0.5; $after_width=$width*0.5; $after=imagecreatetruecolor($after_width, $after_height); imagecopyresampled($after, $image, 0,0,0,0, $after_width, $after_height, $width, $height); imagejpeg($after,"E:tp/after.jpg",100); imagedestroy($after);?><b>使用php创建缩略图</b><table> <tr> <td>原图:</td> <td>缩图:</td> </tr> <tr> <td><img src="E:tp/city.jpg"/ ></td> <td><img src="E:tp/after.jpg"/></td> </tr></table>错因:[Web浏览器] "Not allowed to load local resource: file:///E:/tp/city.jpg" /phptext1/gd.php (8)[Web浏览器] "Not allowed to load local resource: file:///E:/tp/after.jpg" /phptext1/gd.php (9)
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 1196 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信