批量遍历jpg并裁剪到400*400,代码在下面,自己看:

<?php
ini_set('memory_limit', '-1');
$files=glob("img/*.jpg");foreach([......]

阅读全文