先抛出composer插件
composer require intervention/image
use Intervention\Image\ImageManagerStatic as Image;
public function youhua() { $hostdir=ROOT_PATH . 'public' . DS .'yh'; //要读取的文件夹 $filesnames = scandir($hostdir); foreach ($filesnames as $name) { if($name=='.'||$name=='..'){ continue; }else{ $aurl= ROOT_PATH . 'public' . DS .'yh' . DS . $name; $img = Image::make($aurl);//打开的路径 $img->resize(200, 266);//定制宽高 $img->save($aurl);//保存 echo $aurl . "<br/>"; //输出 } } }
我这段代码实现的是在原来的基础上直接覆盖,相当于无痕压缩。
有输出另外需求的可以改变save路径
附上官方文档:http://image.intervention.io/api/save
一片空白 5.8万
父爱如山,不善表达。回想十多年前,总记得父亲有个宽厚的肩膀,小小的自己跨坐在上面,越过人山人海去看更广阔的天空,那个时候期望自己有一双翅膀,能够像鸟儿一样飞得高,看得远。虽然父亲有时会和自己开玩笑,但在做错事的时候会受到严厉的训斥。父亲有双粗糙的大手掌。