PHP 生成缩略图的类_第1页
PHP 生成缩略图的类_第2页
PHP 生成缩略图的类_第3页
PHP 生成缩略图的类_第4页
PHP 生成缩略图的类_第5页
已阅读5页,还剩4页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、PHPPHP 生成缩略图的类生成缩略图的类本文关键字:本文关键字:PHP 代码srcFile=$srcFile;$this-echoType=$echoType;$info = ;$data =http:/ ($data)case 1:if(!function_exists(imagecreatefromgif)echo 你的 GD 库不能使用 GIF 格式的图片,请使用Jpeg 或 PNG 格式!返回;exit();$this-im = ImageCreateFromGIF($this-srcFile);&nb12345671234567 sp;break;case 2:if(!fu

2、nction_exists(imagecreatefromjpeg)echo 你的 GD 库不能使用 jpeg 格式的图片,请使用其它格式的图片!返回;exit();$this-im = ImageCreateFromJpeg($this-srcFile);break;case 3:$this-im = ImageCreateFromPNG($this-srcFile);break;$this-srcW=ImageSX($this-im);$this-srcH=ImageSY($this-im);/生成扭曲型缩图function Distortion($toFile,$toW,$toH)$cI

3、mg=http:/ $this-EchoImage($cImg,$toFile);ImageDestroy($cImg);/生成按比例缩放的缩图function Prorate($toFile,$toW,$toH)$toWH=$toW/$toH;$srcWH=$this-srcW/$this-srcH;if($toWHsrcH/$this-src12345671234567 W);else$ftoH=$toH;$ftoW=$ftoH*($this-srcW/$this-srcH);if($this-srcW$toW|$this-srcH$toH)$cImg=http:/ $this-EchoI

4、mage($cImg,$toFile);ImageDestroy($cImg);else$cImg=http:/ $this-EchoImage($cImg,$toFile);ImageDestroy($cImg);/生成最小裁剪后的缩图function Cut($toFile,$toW,$toH)$toWH=$toW/$toH;$srcWH=$this-srcW/$this-srcH;if($toWHEchoImage($cImg,$toFile);ImageDestroy($cImg);ImageDestroy($allImg);/生成背景填充的缩图functionBackFill($to

5、File,$toW,$toH,$bk1=255,$bk2=255,$bk3=255)$toWH=$toW/$toH;$srcWH=$this-srcW/$this-srcH;if($toWHsrcH/$this-srcW);else$ftoH=$toH;$ftoW=$ftoH*($this-srcW/$this-srcH);if(function_exists(imagecreatetruecolor)$cImg=http:/ nbsp;$cImg=http:/ = imagecolorallocate($cImg, $bk1, $bk2,$bk3);/填充的背景颜色ImageFilledRe

6、ctangle($cImg,0,0,$toW,$toH,$backcolor);if($this-srcW$toW|$this-srcH$toH)$proImg=http:/ $this-EchoImage($cImg,$toFile);ImageDestroy($cImg);functionCreatImage($img,$creatW,$creatH,$dstX,$dstY,$srcX,$srcY,$srcImgW,$srcImgH)if(function_exists(imagecreatetruecolor)$creatImg =http:/ $creatImg;12345671234567/输出图片,link-只输出,不保存文件。file-保存为文件function EchoImage($img,$to_File)switch

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论