突然发现ImageEdit不能用了

#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

#2 jake

环境变了?或者文件复制过,加入了BOM,很多原因,呵呵

2011-03-26 07:39:20