摘要: $type = exif_imagetype($srcimg); switch($type) { case 1: $simg = imagecreatefromgif($srcimg); break; case 3: $tmp = imagecreatefrompng($srcimg); $w = imagesx($... 阅读全文
posted @ 2018-06-19 09:46 Basu 阅读(1745) 评论(0) 推荐(0) 编辑