该文被密码保护。 阅读全文
posted @ 2013-08-07 15:10
ecstore
阅读(3)
评论(0)
推荐(0)
摘要:
修改app/image/lib/clip.php文件 }elseif( function_exists('imagecopyresampled')){ $quality = 80; $image_p = imagecreatetruecolor($new_width, $new_height);将上面$quality = 80;修改为$quality = 100;保存,然后重新生成全站图片。 阅读全文
posted @ 2013-08-07 14:53
ecstore
阅读(266)
评论(0)
推荐(0)