解决phpcms V9缩略图模糊的方法

时间:2014-05-08 07:43:20   收藏:0   阅读:391

 

解决V9缩略图模糊
/libs/classes/image.class.php
注释掉
else
   imagecopyresized($thumbimg, $srcimg, 0, 0, $psrc_x, $psrc_y, $width, $height,  $srcwidth, $srcheight);
另将102行的
$imagefun($thumbimg, $filename);
修改为
$imagefun($thumbimg, $filename,90);

解决phpcms V9缩略图模糊的方法,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!