随笔分类 -  PHP

摘要:/** * desription 压缩图片 * @param sting $imgsrc 图片路径 * @param string $imgdst 压缩后保存路径 */ function image_png_size_add($imgsrc,$imgdst){ list($width,$height,$type) = getimagesize($imgsrc); $n... 阅读全文
posted @ 2019-02-21 11:51 target_lyl 阅读(726) 评论(0) 推荐(0)