草庐IT

imageantialias

全部标签

php - 安装了 GD 后 imageantialias 调用未定义函数错误

我需要有关PHP脚本的帮助。它是一个已在网站中实现的CMS。尝试添加新产品图像或尝试编辑当前图像时,出现以下错误:fatalerror:调用/home/mounts/home/m/mclh/web/admin/library/functions.php中的未定义函数imageantialias()第233行这是我在那个区域的代码:if($tmpDest['extension']=="gif"||$tmpDest['extension']=="jpg"){$destFile=substr_replace($destFile,'jpg',-3);$dest=imagecreatetruec

php - 安装了 GD 后 imageantialias 调用未定义函数错误

我需要有关PHP脚本的帮助。它是一个已在网站中实现的CMS。尝试添加新产品图像或尝试编辑当前图像时,出现以下错误:fatalerror:调用/home/mounts/home/m/mclh/web/admin/library/functions.php中的未定义函数imageantialias()第233行这是我在那个区域的代码:if($tmpDest['extension']=="gif"||$tmpDest['extension']=="jpg"){$destFile=substr_replace($destFile,'jpg',-3);$dest=imagecreatetruec