成人精品一区二区三区中文字幕-成人精品一区二区三区-成人精品一级毛片-成人精品亚洲-日本在线视频一区二区-日本在线视频免费

導航首頁 ? 技術教程 ? PHP批量生成縮略圖的代碼
全站頭部文字 我要出現在這里
PHP批量生成縮略圖的代碼 757 2023-12-09   

缺點:長寬不一的圖片會被拉伸變形,不能智能裁切,需要智能裁切的,請自行研究。
<?php
$config = array();
$config['path'] = "./";
$config['t_width'] = 120;
$config['t_height'] = 98;
$config['ignore'] = array("",".","..");
$config['prefix'] = "thumb_";
$done = 0;
define("IMAGE_JPG", 2);
define("ENDL", "n");
if($handle = opendir($config['path'])) {
while(false !== ($file = readdir($handle))) {
if(!array_search($file,$config['ignore'])) {

list($im_width, $im_height, $type) = getimagesize($file);
if($type != IMAGE_JPG) {
continue;
}

$op .= "found -> <a . ENDL;
$im = @imagecreatefromjpeg($file);
if(!$im) {
$op .= "fail -> couldn't create sour image pointer." . ENDL;
continue;
}

if(file_exists($config['prefix'] . $file) || substr($file, 0, strlen($config['prefix'])) == $config['prefix']) {
$op .= "note -> this file has already got a thumbnail." . ENDL;
continue;
}
$to = imagecreatetruecolor($config['t_width'],$config['t_height']);
if(!$to) {
$op .= "fail -> couldn't create dest image pointer." . ENDL;
continue;
}

if(!imagecopyresampled($to, $im, 0, 0, 0, 0, $config['t_width'], $config['t_height'], $im_width, $im_height)) {
$op .= "fail -> couldn't create thumbnail. php fail." . ENDL;
continue;
}

//保存文件
imagejpeg($to, $config['prefix'] . $file);
$op .= "done -> created thumb: <a . ENDL;
$done++;
}
}
}
closedir($handle);
$op .= "fin -> {$done} file(s) written" . ENDL;
echo "<pre>";
echo $op;
echo "</pre>";
exit;
?>

主站蜘蛛池模板: cctv5+体育台节目表| 尹雪喜最惊艳的十部电视剧| 一眉道人演员表| 禁忌爱游戏| 法医秦明之幸存者 2018 经超 | 基尼斯和吉尼斯有什么区别| 六一儿童节幕后换演出服| 木偶人| 福建省地图高清版全图可放大| 出彩中国人第三季 综艺 | 都市频道节目表今天| 诗经中使用叠词的诗句| 黄视频在线免费| 男骑女| 翟小兴演过的电视剧大全| 陈一龙是哪部电视剧| 我爱发明鬼畜视频| 招聘女服务员2| 新垣结衣18部无删减电影| 欲情电影在线观看 | 《满意度》电影免费观看| 91天堂| 19岁女性写真| 挠60分钟美女腋窝视频| 美女全身透明衣服| 咖啡王子一号店| cctv17农业农村频道在线直播| 水果篮子第二季全集| www.douyin.com/pay| 桜木郁| 周传雄黄昏歌词| 与心有关的成语| 欢场| 零下100度| 小春兰| cctv5+体育频道| alura jenson movies| 3s游戏交易平台| 出轨的女人电影| 草逼的视频| 安吉拉电影|

!!!站長長期在線接!!!

網站、小程序:定制開發/二次開發/仿制開發等

各種疑難雜癥解決/定制接口/定制采集等

站長微信:lxwl520520

站長QQ:1737366103