图片处理类无法打开图片错误

浏览:1011 发布日期:2016/03/21
3.2.3 - 普通 - 未处理
ThinkPHP\Library\Think\Image\Driver\Gd.class.php 图片处理类

当图片格式为bmp时, 会抛出错误

imagecreatefrombmp 方法不存在

在第70行



应当预先判断if (!function_exists($fun)) {
    E('图片格式不支持');
}
评论(
后面还有条评论,点击查看>>