请看代码:list($maintype,$subtype)=explode("/",$_FILES['upload']['type']); functionset_thumb($width,$height){ $thumb_width=$width; $thumb_height=$height; } //创建缩略图,以相同的扩展名生成缩略图 //$src_file:来源图像路径,$thumb_file:缩略图路径 functioncreate_thumb($src_file,$thumb_file){ $t_width=$thumb_width; $t_height=$thumb_height; if(!file_exists($src_file))returnfalse; $src_info=getImageSize($src_file); //如果来源图像小于或等于缩略图则拷贝源图像作为缩略图,免去操作 if($src_info[0]
添加回答
举报
0/150
提交
取消
