生成缩略图 $tx=getimagesize($sample);
if($tx[0]<=$tx[1] and $tx[1]>=120){
$height=120;
$width=intval($height*$tx[0]/$tx[1]);
}
if($tx[0]>=$tx[1] and $tx[0]>=100){
$width=100;
$height=intval($width*$tx[1]/$tx[0]);
}
if($tx[0]<100 and $tx[1]<120){
$width=$tx[0];
$height=$tx[1];
}
makethumb2($sample,$target,$width,$he高中毕业几岁ight);
// $srcfile: 源文件
// $dstfile: 目标文件
// $dstw: 目标图片宽度
// $dsth: 目标文件高度
function makethumb2($srcfile,$dstfile,$dstw,$dsth){
$data=getimagesize($srcfile,&$info);
switch($data[2]){
ca 1:
$im=@imagecreatefromgif($srcfile);
break;
are过去式 ca 2:
$im=@imagecreatefromj银河护卫队2电影天堂peg($srcfile);
break;
ca 3:
$im=@imagecreatefrompng($srcfile);
break;
}
$srcw=imagesx($im);
$srch=imagesy($im);黄宏 免职
$ni=imagecreate($dstw,$dsth);
imagecopyresized($ni,$im,0,0,0,0,$dstw,$dsth,$srcw,$srch);
imagejpeg($ni,$dstfile);
// 如果需要输出到浏览器,那么将上一句改为imagejpeg($ni);
// 如果需要其它格式的图片,改文化补习动最后一句就可以了
}
本文发布于:2023-04-06 08:51:47,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/86e09bd540d0f87d6903d83a8129d3ce.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:生成缩略图.doc
本文 PDF 下载地址:生成缩略图.pdf
留言与评论(共有 0 条评论) |