#1 zhgzzy
jake 以前发的 ImageEdit 扩展以前用起来蛮好用的,最近发现图片缩小时不能用了,直接缩一张图都不行了$img = spClass('ImageEdit', 'images/1.jpg', null, TRUE);
$img->resize(200, 200, true);
$img->output('JPG', 'images/1.jpg');
$img = null;
2011-03-25 18:32:58
$img = spClass('ImageEdit', 'images/1.jpg', null, TRUE);
$img->resize(200, 200, true);
$img->output('JPG', 'images/1.jpg');
$img = null;
2011-03-25 18:32:58
2011-03-26 07:39:20