天天躁日日躁狠狠躁AV麻豆-天天躁人人躁人人躁狂躁-天天澡夜夜澡人人澡-天天影视香色欲综合网-国产成人女人在线视频观看-国产成人女人视频在线观看

PHP的一個完美GIF等比縮放類,附帶去除縮放黑背景

現(xiàn)在寫東西都喜歡封裝成類.....大家調用一下就行了..我就不說怎么調用了

復制代碼 代碼如下:<?php
class resize_image{
   private $o_img_width;//原圖像寬度
   private $o_img_height;//原圖像高度
   private $n_img_width;//新圖像寬度
   private $n_img_height;//新圖像高度
   private $o_img_file;//原圖像文件
   private $o_img_source;//原圖像資源
   private $n_img_file;//新圖像資源
   private $n_img_source;//新圖像資源
   private $o_to_n_per=0.5;//圖像縮放比

   //初始化內部變量
   function __construct($oldfile,$newfile){
       list($width,$height)=getimagesize($oldfile);
       $this->o_img_file=$oldfile;
       $this->o_img_width=$width;
       $this->o_img_height=$height;
       $this->n_img_file=$newfile;
   }

   //等比例縮放并且解決GIF透明色為黑色背景的問題
   function get_resize_scaling_img(){
       $this->n_img_width=$this->o_img_width*$this->o_to_n_per;
       $this->n_img_height=$this->o_img_height*$this->o_to_n_per;
       //等比例縮放圖片(算法)
       if ( $this->n_img_width && ( $this->o_img_width <$this->o_img_height))
       {
             $this->n_img_width = ( $this->n_img_height/$this->o_img_height) * $this->o_img_width;
       }
       else
       {
            $this->n_img_height = ($this->n_img_width / $this->o_img_width) * $this->o_img_height;
       }
       $this->o_img_source=imagecreatefromgif($this->o_img_file);
       //創(chuàng)建一個等比例縮放大小的畫布
       $this->n_img_source=imagecreatetruecolor($this->o_img_width,$this->n_img_height);

       //美化:去除黑色不透明背景
       $trans_init=imagecolortransparent($this->o_img_source);
       //尋找透明色并且判斷是否在總顏色中
       if($trans_init>=0 && $trans_init < imagecolorstotal($this->o_img_source)){
           //如果在的話則搜索這個顏色的RGB色相
           $trans_index=imagecolorsforindex($this->o_img_source,$trans_init);
           //找到之后就創(chuàng)建這樣一個顏色
           $trans_new=imagecolorallocate($this->n_img_source,$trans_index["red"],$trans_index["green"],$trans_index["blue"]);
           //然后我們用這個顏色去填充新的圖像
           imagefill($this->n_img_source,0,0,$trans_new);
           //然后我們在把填充色設置為透明
           imagecolortransparent($this->n_img_source,$trans_new);
       }
       //拷貝原圖像到新畫板上
       imagecopyresized($this->n_img_source,$this->o_img_source,0,0,0,0,$this->n_img_width,$this->n_img_height,$this->o_img_width,$this->o_img_height);
       return $this->n_img_source;
   }
   //最終銷毀資源
   function __destruct(){
       imagedestroy($this->o_img_source);
       imagedestroy($this->n_img_source);

   }

}


說明:因為先前沒想那么多所以聲明了很多私有的內部變量以便調用...程序看起來很笨拙啊......

php技術PHP的一個完美GIF等比縮放類,附帶去除縮放黑背景,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 全免费a级毛片免费看 | 日本人添下面的全过程 | 做你的爱人BD日本 | 国产WW高清大片免费看 | 午夜成a人片在线观看 | 午夜国产在线观看 | yy8090理论三级在线看 | 99久久精品费精品蜜臀AV | 国产午夜一区二区三区免费视频 | 久久香蕉电影 | 精品国产在天天线在线麻豆 | 大屁股国产白浆一二区 | 伊人亚洲综合青草青草久热 | 琪琪see色原网色原网站 | 一起洗澡的老师免费播放 | 午夜宅宅伦电影网中文字幕 | 超碰人人草在线视频 | 囯产免费久久久久久国产免费 | 日韩吃奶摸下AA片免费观看 | 日韩精品特黄毛片免费看 | 金发欧美一区在线观看 | 无敌在线视频观看免费 | 亚洲视频欧美在线专区 | 成年色黄APP下载 | 伊人青青操 | 伊人久久中文字幕久久cm | 果冻传媒在线观看视频 | 伦理片a在线线2 | 久草在线在线精品观看 | 国产一卡在线观看完整版 | 97视频视频人人碰视频 | 久久国产香蕉视频 | 欧美黑人巨大xxxxx | 午夜射精日本三级 | 日韩爽爽影院在线播放 | 暖暖视频 免费 高清 日本8 | 日韩精品一区VR观看 | 啊好深啊别拔就射在里面 | 理论片87福利理论电影 | 5g天天影院天天看天天爽 | SM双性精跪趴灌憋尿调教H |