一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

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

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

復制代碼 代碼如下:<?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);
       //創建一個等比例縮放大小的畫布
       $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);
           //找到之后就創建這樣一個顏色
           $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等比縮放類,附帶去除縮放黑背景,轉載需保留來源!

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

主站蜘蛛池模板: 五月婷综合网 | 黄 色 成 年人在线 黄 色 免 费 网站在线观看 | 91视频欧美| 自拍毛片 | 国产精自产拍久久久久久 | 4se成人| 亚洲国产成人久久精品动漫 | 乱子伦免费视频中文字幕 | 久久不见久久见免费影院 | 97精品国产91久久久久久 | 韩国精品欧美一区二区三区 | 91视频综合网 | 国产日韩一区二区三区在线播放 | 国产精品麻豆一区二区 | 色视频观看| 九一国产| 99热99re8国产在线播放 | 成人夜色视频在线观看网站 | 国产福利资源 | 成人精品免费网站 | 色综合久久88中文字幕 | 日韩欧美伊人久久大香线蕉 | 美女三级黄 | 欧美一区二区三区视视频 | 五月天色婷婷综合 | 色天使色婷婷在线影院亚洲 | 久99久女女精品免费观看69堂 | 国产一区二区在线免费观看 | 福利视频一区二区三区 | 韩国女主播一区二区视频 | 亚洲天堂视频在线观看 | 亚洲影视久久 | 伊人狼人久久 | 91麻豆精品一二三区在线 | 一本色道加勒比海在线 | 天堂资源在线官网资源 | 色女人在线 | 欧美激情亚洲一区中文字幕 | 国产精品国产 | 精品区| 日本精品久久久久中文字幕8 |