打开e/class/gd.php,查找
$func_output($temp_image, $new_name.$func_exname);
修改为
$func_output($temp_image, $new_name.$func_exname, 100);
红色的100就是缩略图的质量参数,一般默认为75(又或者是80),觉得缩略图质量不够的就用这个控制。
打开e/class/gd.php,查找
$func_output($temp_image, $new_name.$func_exname);
修改为
$func_output($temp_image, $new_name.$func_exname, 100);
红色的100就是缩略图的质量参数,一般默认为75(又或者是80),觉得缩略图质量不够的就用这个控制。