<?php //修改为你想要的大小 //$sizes = array(16,29,32,36,48,50,57,58,72,76,96,100,114,120,128,144,152); $sizes = array(72,50,29,58,57,114,512); //原始文件名(512X512) $filename = 'art.png'; list($width, $height) = getimagesize($filename); foreach($sizes as $size){ $…