- /**
- * 生成图片缩略图
- *
- * @param string $src 原图地址
- * @param string $savePath 缩略图保存地址
- * @param integer $width 缩略图宽
- * @param integer $height 缩略图高
- * @return string 缩略图地址
- */
- function buildThumb($src, $savePath, $width = 220, $height = 180)
- {
- $arr = getimagesize($src);
- if (!is_array($arr)) {
- return false;
- }
- //1,2,3 分别为gif,jpg,png
- if ($arr[2] > 4) {
- return false;
- }
- $func = imagecreatefrom;
- switch ($arr[2]) {
- case 1 : $func .= gif; break;
- case 2 : $func .= jpeg; break;
- case 3 : $func .= png; break;
- default : $func .= jpeg;
- }
- $srcIm = $func($src);
- $im = imagecreatetruecolor($width, $height);
- imagecopyresized($im, $srcIm, 0, 0, 0, 0, $width, $height, $arr[0], $arr[1]);
- imagejpeg($im, $savePath);
- imagedestroy($srcIm);
- imagedestroy($im);
- return true;
- }
- ?>
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Assassin's Creed Shadows: Seashell Riddle Solution
3 weeks agoByDDD
What's New in Windows 11 KB5054979 & How to Fix Update Issues
2 weeks agoByDDD
Will R.E.P.O. Have Crossplay?
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Atom editor mac version download
The most popular open source editor

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use