/**- *出典:インターネット
- */
- クラスイメージ
- {
- var $w_quality = 100; // 品質
- var $w_minwidth = 500; /最小幅
- var $w_minheight = 500; //最小高さ
- var $interlace = 0; //画像がインターレースかどうか
- var $fontfile; //デフォルトのウォーターマーク画像
-
- 関数__construct()
- {
- $this->fontfile = $_SERVER['DOCUMENT_ROOT'].'/public/fonts/simhei.ttf';
- $this->w_img = '';
- {
- $this->__construct();
- }
-
- function info($img)
- {
- $imageinfo = getimagesize($img); //画像情報配列 0=>幅ピクセル 1= >高ピクセル 2=> は画像タイプ マーク 3 => はテキスト文字列、内容は "height="yyy" width="xxx"、
- if($imageinfo === false) は false を返します
- $imagetype = strto lower(substr(image_type_to_extension($imageinfo[2]),1)); //画像ファイルの種類を取得します $imageinfo[2] は画像の種類のマークです
- $imagesize = filesize($img) / / 画像サイズ
- $info = array(
- 'width'=>$imageinfo[0],
- 'height'=>$imageinfo[1],
- 'type'=>$imagetype,
- 'size'= > ;$imagesize,
- 'mime'=>$imageinfo['mime']
- );
- return $info; }
-
- /**
- * 略図
- *
- * @param string $image
- * @param string $filename
- * @param int $maxwidth
- * @param int $maxheight
- * @param string $suffix
- * @param int $autocut
- * @戻り文字列
- */
- function subject($image, $filename = ' ' ,$maxwidth = 50, $maxheight = 50, $suffix='_thumb', $autocut = 0)
- {
- if( !$this->check($image)) return false;
- $info = $this; - >info($image); //画像情報を取得
- if($info === false) return false
- $srcwidth = $info['width'] //ソース画像の幅
- $srcheight = $info; [ 'height']; //ソース画像は高です
- $pathinfo = pathinfo($image);
- $type = $pathinfo['extension']; // 拡張子を取得します
- if(!$type) $type = $info[ 'type']; // 取得できない場合は $info['type'] を使用します
- $type = strto lower($type)
- $scale = min($maxwidth/$srcwidth); , $ maxheight/$srcheight); //サムネイルの比率を取得します
- //ソース画像に応じて比率を取得します
- $createwidth = $width = (int) ($srcwidth*$scale); //サムネイルの幅を取得します);
- $createheight = $height = (int)($srcheight*$scale);//(); //サムネイルの高さを取得します
- $psrc_x = $psrc_y = 0;
- if($autocut) //サムネイルの比率 取得するには
- {
- if($maxwidth/$maxheight<$srcwidth/$srcheight && $maxheight>=$height) //サムネイルがソース画像よりも比例して狭い場合
- {
- $width = $ maxheight/$height *$width; //幅は対応する比率に従って処理されます
- $height = $maxheight;// //高さは変更されません
- }
- elseif($maxwidth/$maxheight>$srcwidth/$srcheight && $maxwidth>=$width) // サムネイルがソース画像よりも比例して広い場合
- {
- $height = $maxwidth/$width*$height;//
- $width = $maxwidth
- }
- if($ maxwidth == '55') {
- $width = '55';
- $createwidth = '55' }
- if($maxwidth == '110'){
- $width = '110'; '110';
- }
-
- }
- if($srcwidth<='280' && $maxwidth != '110'){
- $createwidth = $srcwidth;
- $createfun = ' imagecreatefrom'.($type= ='jpg' ? 'jpeg' : $type); //さまざまな画像処理関数を検索します
- $srcimg = $createfun($image) //画像識別子を返します
- if($type ! = 'gif' && function_exists ('imagecreatetruecolor')){
- $thumbimg = imagecreatetruecolor($createwidth, $createheight); // 新しい True Color イメージを作成します
- }else{
- if($maxwidth == '110' && $srcheight >= $srcwidth){
- $height1 = 72;
- $thumbimg = imagecreate($width, $height1); // 新しいパレットベースの画像を作成します。
- }elseif ($maxwidth == '110' && $srcheight $width1 = 110;
- $thumbimg = imagecreate($width1, $height); // 新しいパレットベースの画像を作成します
- }else{
- $thumbimg = imagecreate($width, $height); // 新しいパレットベースの画像を作成します
- }
- }
- if(function_exists('imagecopyresampled')){ // 画像の一部をリサンプルしてコピーしますサイズを調整し、トゥルーカラー
- //imagecopyresampled(新しい画像, ソース画像, 新しい画像の左上隅からの x 距離, 新しい画像の左上隅からの y 距離, 新しい画像の左上隅からの x 距離ソース画像、ソース画像の左上隅からの y 距離、新しい画像の幅、新しい画像の高さ、ソース画像の幅、ソース画像の高さ)
- if($maxwidth == '110' && $srcheight >= $ srcwidth){
- $psrc_x = 0;
- $psrc_y = $psrc_yz;
- $width = '110' && $srcheight > = $srcwidth && $srcheight>= '72' && $srcwidth $psrc_yz = $height/2;
- $psrc_y = $psrc_yz; ';
- }
- if($maxheight == '72' && $srcheight <= $srcwidth && $srcheight<= '72' && $srcwidth >= '110'){
- $cha = ($maxheight-$ srcheight)/2;
- $psrc_y = -($cha);
- $height = '72';
- imagecopyresampled($thumbimg, $srcimg, 0) , 0, $psrc_x, $psrc_y, $width, $height, $srcwidth, $srcheight);
-
- }else{ //画像の一部をコピーしてサイズ変更、パレット
- imagecopyresize($thumbimg, $srcimg, 0, 0) , $psrc_x, $psrc_y, $width, $height, $srcwidth, $srcheight);
- }
- if($type=='gif' || $type=='png')
- {
- //imagecolorallocate は画像に色を設定します
- $background_color = imagecolorallocate($thumbimg, 0, 255, 0); // パレットに基づいて画像の背景色を塗りつぶし、緑を割り当てます
- // imagecolortransparent 色を透明色として定義します
- imagecolortransparent ($thumbimg, $background_color); // この行がコメントアウトされている場合は透明色に設定します 緑色の画像を出力します
- }
- // imageinterlace はインターレースを有効または無効にします
- if($type=='jpg' || $type =='jpeg') imageinterlace($thumbimg, $this->interlace);
- $ imagefun = 'image'.($type=='jpg' ? 'jpeg' : $type)
- //imagejpeg imagegif imagepng
- if(empty($filename)) $filename = substr($image, 0, strrpos( $image, '.')).$suffix.'.'.$type //ファイル名を取得します
- //aaa .gif aaa_thumb.gif
- $imagefun($thumbimg, $filename); // 新しい画像
- imagedestroy ($thumbimg); // ソース画像を破棄します
- return $filename;
- }
- /**
- * 幅または高さを制限します
- *
- * @param string $image
- * @param int $maxwidth
- * @param int $maxheight
- * @param string $suffix
- * @return string
- */
- function thread3($image,$maxwidth = 0, $maxheight = 0, $suffix='_thumb')
- {
- if( !$this->check($image) )) return false;
- $info = $this->info($image); // 画像情報を取得します
- if($info === false) return false; //ソース画像の幅
- $srcheight = $info['height']; //ソース画像の高さ
- $pathinfo = pathinfo($image)
- $type = $pathinfo['extension']; //拡張子を取得します。 if(!$type) $type = $info['type']; // 取得できない場合は、$info['type'] を使用します
- $type = strto lower($type)
- if ($maxwidth==0){
- $scale = $maxheight/$srcheight;
- if($scale $createwidth = $srcwidth*$scale;
- $createheight = $maxheight;
- $作成幅 = $srcwidth
- $作成高さ = $srcheight; }
- }
- if($maxheight==0){
- $scale = $maxwidth/$srcwidth;
- if($scale $createwidth = $maxwidth
- } else{
- $createwidth = $srcwidth;
- $createheight = $srcheight;
- }
- $psrc_x = $psrc_y = 0;
- $createfun = 'imagecreatefrom'.($type=='jpg' ? 'jpeg' : $type); //さまざまな画像処理関数を検索します
- $srcimg = $createfun($image); //画像識別子を返します
- if($type != 'gif' && function_exists('imagecreatetruecolor')){
- $thumbimg = imagecreatetruecolor($createwidth, $createheight); // 新しい True Color イメージを作成します
- }else{
- $thumbimg = imagecreate($createwidth, $createheight) // 新しいパレットベースのイメージを作成します
- }
- if( function_exists ('imagecopyresampled')){ //画像のコピー部分をリサンプルしてサイズ変更、トゥルーカラー
- //imagecopyresampled(新しい画像, ソース画像, 新しい画像の左上隅からの x 距離, 左上隅からの y 距離新しい画像の、ソース画像の左上隅の x 距離、ソース画像の左上隅からの y 距離、新しい画像の幅、新しい画像の高さ、ソース画像の幅、ソース画像の高さ)
- imagecopyresampled($thumbimg, $) srcimg, 0, 0, $psrc_x, $psrc_y, $createwidth, $createheight , $srcwidth, $srcheight);
-
- }else{ //画像の一部をコピーしてサイズ変更、パレット
- imagecopyresize($thumbimg, $srcimg, 0, 0, $psrc_x, $psrc_y, $createwidth, $createheight, $srcwidth, $srcheight);
- }
- if($type=='gif' || $type=='png')
- {
- // imagecolorallocate は画像に色を割り当てます
- $background_color = imagecolorallocate($thumbimg, 0, 255, 0) // パレットベースの画像の背景色を塗りつぶし、緑を割り当てます
- // imagecolortransparent は色を透明として定義します
- imagecolortransparent ($thumbimg, $background_color); // 透明な色に設定します。この行がコメントアウトされている場合、緑色の画像が出力されます
- }
- // imageinterlace はインターレースを有効または無効にします
- if($type=='jpg' || $type=='jpeg') imageinterlace($thumbimg, $this ->interlace);
- $imagefun = 'image'.($type=='jpg' ? 'jpeg' : $type); imagegif imagepng
- $filename = substr($image, 0, strrpos( $image, '.')).$suffix.'.'.$type; //ファイル名を取得します
- //aaa.gif aaa_thumb.gif
- $imagefun($thumbimg, $filename); //新しい画像
- imagedestroy ($thumbimg); // サムネイルを破棄します
- return $filename }
- /**
- * 元のサムネイルが特定のサイズを満たさない問題を解決するために、特定のサイズのサムネイルを生成します
- * @static
- * @access public
- * @param string $image 元画像
- * @param string $type 画像形式
- * @param string $thumbname サムネイルファイル名
- * @param string $maxWidth 幅
- * @param string $maxHeight height
- * @param boolean $interlace Enableインターレース
- * @return void
- */
- static functionthumb2($image, $thumbname, $type='', $maxWidth=200, $maxHeight=50, $interlace=true) {
- // 元の画像情報を取得します
- $info = Image ::getImageInfo($image);
- if ($info !== false ) {
- $srcWidth = $info['width'];
- $type = empty($) $info['type'] : $type;
- $interlace = $interlace ?
- $scale = max($maxWidth); / $srcWidth, $maxHeight / $srcHeight); // 拡大縮小率を計算します
- // 元の画像とサムネイルの比率を判断します。たとえば、元の画像がサムネイルよりも広い場合は両側をトリミングします。 ..
- if($maxWidth / $srcWidth > $maxHeight / $srcHeight){
- //
- $srcX = 0 より高い ;
- $srcY = ($srcHeight - $maxHeight / $scale) / 2 ; = $srcWidth;
- $cutHeight = $maxHeight / $scale;
- //
- $srcX = ($srcWidth - $maxWidth / $scale) / 2; $srcY = 0; $maxWidth / $scale;
- $cutHeight = $srcHeight; }
-
- // ダウンロード原図
- $createFun = 'ImageCreateFrom' . ($type == 'jpg' ? 'jpeg' : $type);
- $srcImg = $createFun($image);
-
- //创建缩略図
- if ($type != 'gif' && function_exists('imagecreatetruecolor'))
- $thumbImg = imagecreatetruecolor($maxWidth, $maxHeight);
- それ以外の場合
- $thumbImg = imagecreate($maxWidth, $maxHeight);
-
- // 复制图片
- if (function_exists("ImageCopyResampled"))
- imagecopyresampled($thumbImg, $srcImg, 0, 0, $srcX, $srcY, $maxWidth, $maxHeight, $cutWidth, $cutHeight);
- else
- imagecopyresize($thumbImg, $srcImg, 0, 0, $srcX, $srcY, $maxWidth, $maxHeight, $cutWidth, $cutHeight);
- if ('gif' == $type || 'png' == $type) {
- //imagealphablending($thumbImg, false);//取消默认の混色モード
- //imagesavealpha($thumbImg,true); //完全に保存されるアルファ パス情報を設定します
- $background_color = imagecolorallocate($thumbImg, 0, 255, 0); // 指派一个绿色
- imagecolortransparent($thumbImg, $background_color); // 設定は透明色、若注释掉実行色の絵
- }
-
- // jpeg 图形配置隔離行扫描
- if ('jpg' == $type || 'jpeg' == $type)
- imageinterlace($thumbImg, $interlace);
-
- // 画像を生成
- $imageFun = 'image' . ($type == 'jpg' ? 'jpeg' : $type);
- @chmod(ディレクトリ名($thumbname),0777);
- $imageFun($thumbImg, $thumbname);
- imagedestroy($thumbImg);
- imagedestroy($srcImg);
- $thumbname を返します;
- }
- false を返します。
- }
-
-
- /**
- * 画像情報を取得
- * @static
- * @access public
- * @param string $image 画像ファイル名
- * @returnmixed
- */
-
- 静的関数 getImageInfo($img) {
- $imageInfo = getimagesize($img);
- if ($imageInfo !== false) {
- $imageType = strto lower(substr(image_type_to_extension($imageInfo[2]), 1));
- $imageSize = ファイルサイズ($img);
- $info = array(
- "幅" => $imageInfo[0],
- "高さ" => $imageInfo[1],
- "タイプ" => $imageType,
- "サイズ" => $ imageSize,
- "mime" => $imageInfo['mime']
- );
- $info を返します。
- } else {
- false を返します。
- }
- }
-
- //watermark(源图, 生成文件, 生成位置,水印文件,水印文本,背景色)
- function Watermark($source, $target = '', $w_pos = 9, $w_img = ' ', $w_text = '', $w_font = 12, $w_color = '#cccccc',$x='',$y='')
- {
- if( !$this->check($source)) false を返します。
- if(!$target) $target = $source;
- if ($w_img == '' && $w_text == '')
- $w_img = $this->w_img;
- $source_info = getimagesize($source);
- $source_w = $source_info[0]; //获取宽
- $source_h = $source_info[1]; //获取高
- if($source_w < $this->w_minwidth || $source_h < $this->w_minheight) return false; //宽和高达不到達要求直接返還
- switch($source_info[2]) //新規建图片
- {
- case 1 :
- $source_img = imagecreatefromgif($source);
- 休憩;
- ケース 2 :
- $source_img = imagecreatefromjpeg($source);
- 休憩;
- ケース 3 :
- $source_img = imagecreatefrompng($source);
- 休憩;
- デフォルト:
- false を返します。
- }
- if(!empty($w_img) && file_exists($w_img)) //水印文件
- {
- $ifwaterimage = 1; //否か 水印图
- $water_info = getimagesize($w_img); //水印情報
- $width = $water_info[0];
- $height = $water_info[1];
-
- switch($water_info[2])
- {
- ケース 1 :
- $water_img = imagecreatefromgif($w_img);
-
- 休憩;
- ケース 2 :
- $water_img = imagecreatefromjpeg($w_img);
- 休憩;
- ケース 3 :
- $water_img = imagecreatefrompng($w_img);
-
- 休憩;
- デフォルト:
- リターン;
- }
- }
- else
- {
- $ifwaterimage = 0;
- //imagettfbbox この関数は、TrueType テキストのパケットを包含する仮想フレームの画素サイズを計算して返します。
- //imagettfbbox (フォント サイズ、フォント角度、フォント ファイル、ファイル)
- // echo $this->fontfile;
- $temp = imagettfbbox(ceil($w_font*1.6), 0, $this->fontfile, $w_text);//TrueType フォントを使用してテキストの範囲を取得します
- $width = $temp[4] - $temp[6] //右上隅の X 位置 - 左上隅の X 位置
- ; $height = $temp[3] - $temp[5]; //右下隅の Y 位置 - 右上隅の Y 位置
- unset($temp) }
- switch($w_pos)
- {
- case 0: / /ランダムな位置
- $wx = rand(0 ,($source_w - $width));
- $wy = rand(0,($source_h - $height));
- ケース 1: // 左上隅$wx = 25;
- $wy = 25;
- ケース 2: // 上部中央の位置
- $wy = 0; : // 右上隅
- $wx = $source_w - $width;
- $wy = 0;
- ケース 4: // 左側の中間位置
- $wx = 0; - $height) / 2;
- ケース 5: // 中間位置
- $wy = ($source_h - $height) / 2;ケース 6: // 中央の下の位置
- $wx = ($source_w - $width) / 2;
- $wy = $source_h - $height
- ケース 7: // 左下隅
- $wx = 0;
- $wy = $source_h - $height;
- ケース 8: // 右側の中央の位置
- $wy = ($source_h - $height) /2; ;
- ケース 9: //右下隅
- $wy = $source_h - $height ;
- デフォルト: // ランダム
- $wx = rand( - $width));
- $wy = rand(0,($source_h - $height ));
- case 10://カスタマイズされた位置
- $wy = $y; 11: //下中央の位置 -- 職人のみ
- $wy = $source_h - $height-50;
- Break; ifwaterimage) //ウォーターマーク画像がある場合
- {
-
- //imagecopymerge 画像をコピーしてマージします
- の一部 //パラメータ (ソース画像、ウォーターマーク画像、ソース画像の x 位置にコピー、ソース画像の y 位置にコピー、ウォーターマークから画像の x 位置、透かし画像からの y 位置、高さ、幅、透明度)
- //imagecopymerge( $source_img, $water_img, $wx, $wy, 0, 0, $width, $height, $this->w_pct) ;
-
- imagecopy($source_img,$water_img,$wx,$wy,0,0, $width,$height)
- }
- else
- {
- if(!empty($w_color) && (strlen($w_color)) ==7))
- {
- $r = hexdec(substr($w_color,1,2 )) //赤を取得します $g = hexdec(substr($w_color,3,2)); //緑を取得します$b = hexdec(substr($w_color,5)); //青を取得します
- }
- else
- {
- return;
- }
- //imagecolorallocate パレットに基づいて背景色を塗りつぶします
- //imagestring文字列を水平方向に 1 行
- //imagestring(ソース画像, フォント サイズ, 位置 X, 位置 Y, text , color)
- //パラメータ ($image, float $size, float $angle, int $x, int $y, int $color, string $fontfile, string $text)
- imagettftext($source_img,$w_font,0, $wx,$wy,imagecolorallocate($source_img,$r,$g,$b),$this->fontfile, $w_text);
- //imagestring($source_img,$w_font,$wx,$wy,$ w_text,imagecolorallocate($source_img,$r,$g,$b));
-
- //ファイルまたはブラウザに出力
- switch($source_info[2])
- {
- case 1 :
- imagegif($source_img, $target) // 画像をブラウザまたは GIF 形式でファイルに出力
- Break; ;
- ケース 2 :
- imagejpeg($source_img, $target, $this->w_quality); // 画像を JPEG 形式で出力します
- ケース 3 :
- imagepng($source_img, $target; ; if(isset($water_img))
- {
- imagedestroy($water_img); //
- unset($source_info)
- return true }
- ライブラリが存在する必要があります。 , 接尾辞は jpg|jpeg|gif|png、ファイルが存在する、imagecreatefromjpeg または imagecreatefromgif が存在する
- function check($image)
- {
- return extension_loaded('gd') &&
- preg_match("/.(JPG|JPEG) |PNG|GIF| jpg|jpeg|gif|png)/i", $image, $m) &&
- file_exists($image) &&
- function_exists('imagecreatefrom'.($m[1] == 'jpg' ? 'jpeg' : $ m[1]));
- //imagecreatefromjpeg
- //imagecreatefromgif
- //imagecreatefrompng }
- }
-
- /**
- サムネイル
- 1. imagecreatefromgif imagecreatefromjpeg imagecreatefrompng で新しい画像リソースを作成します
- 2.imagecopyresampled 画像をコピーしてサイズを変更します
-
- ウォーターマーク: 画像ウォーターマーク、テキストウォーターマーク
- 1. 画像を作成します
- 2. ウォーターマークを追加します
- 画像ウォーターマーク: imagecopymerge 2 を入れます画像を結合します
- テキストの透かし: imagettftext 画像にテキストを書き込みます
-
-
- */
- error_reporting(0); __FILE__);
- $ filesnames = scandir($hostdir.'/desktop');
- $img = new image();
- if($name != '.' && $name != '.. '){
- $imgPath = $hostdir.'/desktop/';
- $imgsize = getimagesize($imgPath.$name);
- $imgInfo =explode('.',$name); imginfo2 =explode(' _',$imgInfo[0]);
- if($imginfo2[count($imginfo2)-1] != 'small'){
- $img_small = $imgPath.$imgInfo[0].' _small.'.$ imgInfo[1];
- $img->thumb2($imgPath.$name,$img_small,'',$imgsize[0]/4,$imgsize[1]/4); }
- }
-
-
- コードをコピー
-
-
-
-
-
-
-
等しい比率、PHP
-
-
-
-
-
-
-
-
|