php中图像处理的常用函数 1.imagecreate()函数 imagecreate()函数是基于一个调色板的画布。 <?php $im = imagecreate(200,80); //创 … Continue reading php中图像处理的常用函数