该问题已被锁定!
1
关注
1857
浏览

系统自动选择GD库/image_magick?

AI智能回复搜索中,请稍后...

查看全部 1 个回答

苏逸融 核心会员 用户来自于: 浙江省杭州市
2015-05-06 22:14
look into /system/core/image.php  
var $image_library = 'gd';

......


if ($this->image_library == 'imagemagick')
{
	return $this->imageProcessImageMagick();
}
else
{
	return $this->imageProcessGD();
}
     

关于作者

问题动态

发布时间
2015-05-05 23:08
更新时间
2015-05-06 22:14
关注人数
1 人关注