ホームページ  >  記事  >  バックエンド開発  >  pimchanok leuwisetpaibul 透かしとサムネイルを容易にする php グラフィックス クラス

pimchanok leuwisetpaibul 透かしとサムネイルを容易にする php グラフィックス クラス

WBOY
WBOYオリジナル
2016-07-29 08:39:54891ブラウズ

コードをコピーします コードは次のとおりです:


/*
*@author 27262681@qq.com
*copyright http://www.gowake.cn
*/
class img {
function __construct($arg = null) {
$args = func_get_args();
if($arg == null) {
$this->im = call_user_func_array(array($this,'create'),$args) }
関数 __call($) func,$arg) {
str = $func;
*画像を作成します
*@param string/int 画像 ファイルパスまたは幅
*@param int 高さ、省略可
*@param string 6桁の16進整数
*/
function create($arg = null) {
$args = func_get_args();
if(is_file( { ;size = $this->size ? $this->size : $size;
$type = image_type_to_extension($size[2],false); $this->type = $this->type ? $type : $type; $createfunc = 'imagecreatefrom'.$type; $this-> ; 0 と (int)$args[1]>0) {
$im = imagecreatetruecolor((int)$args[0],(int)$args[1]) または error("申し訳ありません、パラメータが間違っています! "); if(!$ args [2]){
$ color = hexdec(str_replace( '#'、 ''、$ args [2]));
$ args [1]);
");
}/// ImagealPhableending ($ Im, False); // これら 2 つの行は、透明チャネルの記録に使用されます
ImageSavealph ($ im, true);
ImageInterlace ($ im, true); return $im;
}
/*
*サムネイルを生成
*@param int $w 新しい画像の幅
*@param int $h 新しい画像の幅
*@param string/bool $color オプション、新しい画像 背景色、 false または空は透明です
*@param bool $lashen オプション、伸縮するかどうか、デフォルトは伸縮しません
*/
function suolue($w = null,$h = null,$color = false,$ lashen = false ) {
を使用して$w = $h * $w_o/$h_o;
}elseif ($w != null and $h == null){
size = null
$im = $this->create( $w,$h,$color);
$w_n = $w;
$h_n = $h; {
$w_n = $h* $w_o/$h_o; = $w;
$h_n = $h
//imagedestroy($this->im); $this-
/*
*画像に書き込みます
*@param string $str 書き込む文字列
*@param array $arg 文字列関連パラメータ、連想配列、左は左からの距離、右は右からの距離right 、 left が優先、top は上からの距離、bottom は下からの距離、top が優先; angle は角度、color は 6 桁の 16 進数の色、touming はテキストの透明度、font はフォントです。 file
*/
function write($ str = '' , $arg = array()) {
$arg['angle'] ? '角度'] : 0
$color = $arg['color'] ; ? $arg['color'] : '000000';
$arg['touming'] : 100; ['font'] $arg['font'] ? 'arial.ttf';
$boxarr = imagettfbbox($size,$angle,$font,$str); $boxarr im);
$h = imagey($this->im); $x_l ;$i< 7;$i = $i+2) {
> $boxarr[$i] : $x_r; $boxarr[$i+1] < 1] : $y_t; [$i+1] > 破棄*/ i $ iM = $ this- & gt; 作成 ($ width*4, $ height*4)
$ tm = hexdec ('7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff , $ SIZE, $ Angle, $ Angle, $ Angle, $ ANGLE, $width*2,$height*2,$color,$font,$str);
for($i=0;$i<$width*) 4;$i++) {
for($ii=0;$ii< ;$height*4;$ii++) {

for($i=0;$i<$height*4;$i++) {
, $i) != $tm) {
}
for($i=$width*4-1;$i>0;$i--) {
for($ii=$y_t;$ii<$height*4;$ii++) {
if(imagecolorat( $im,$i,$ii) != $tm) {
$x_r = $i;
休憩(2);
}
}
for($i=$height*4-1;$i>0;$i--) {
for($ii=$x_l;$ii& lt;=$x_r;$ii++) {
if(imagecolorat($im,$ii,$i) != $tm) {
$y_b = $i;
休憩(2);
}

}
$x_off = $x_l - $width*2;
$y_off = $y_b - $height*2;
$width = $x_r - $x_l; //精确宽度
$height = $y_b - $y_t; //精确高
imagedestroy($im);
if(isset($arg['left'])) {
$x = (int)$arg['left'] - $x_off;
}elseif (isset($arg['right'])){
$x = $w - (int)$arg['right'] - $width - $x_off;
}else {
$x = ($w - $width)/2 - $x_off;
}
if(isset($arg['top'])) {
$y = (int)$arg['top'] - $y_off + $height;
}elseif (isset($arg['bottom'])){
$y = $h - (int)$arg['bottom'] - $y_off;
}else {
$y = ($h + $height)/2 - $y_off;
}
imagettftext($this->im,$size,$angle,$x,$y,$color,$font,$str);
$this->im を返します。
}
/*
*合并图片(图片水影など)
*@param string/resource $file 图片文件路径またはこの图片标识符
*@param array $arg 文字列相关のパラメータ、一个关联数组、左は左边距離、右は右边距離、左先、上は衶部距離、下は底部距離、上は文字透明度です
*/
function merge($file,$arg = array() ) {
if(is_file($file)) {
$imc = $this->create($file);
}elseif(gettype($file)=='リソース') {
$imc = $file;
}else {
error("没有图片");
}
$touming = $arg['touming'] ? (int)$arg['touming'] : 100 ;
$w = 画像x($this->im);
$h = imagey($this->im);
$width = imagex($imc);
$height = imagey($imc);
if(isset($arg['left'])) {
$x = (int)$arg['left'];
}elseif (isset($arg['right'])){
$x = $w - (int)$arg['right'] - $width;
}else {
$x = ($w - $width)/2;
}
if(isset($arg['top'])) {
$y = (int)$arg['top'];
}elseif (isset($arg['bottom'])){
$y = $h - $height - $arg['bottom'];
}else {
$y = ($h - $height)/2;
}
imagecopymergegray($this->im,$imc,$x,$y,0,0,$width,$height,$touming);
}
/*
*出力画像
*@param string $type
*@param string $filename 要转存文件路径
*@param int $zhiliang jpeg画像特有の、画像鮮明度
*/
機能表示($type = null,$filename = null,$zhiliang = null) {
if($type == null) {
$type = $this->type ? $this->type : 'jpg';
}
if(($type == 'jpeg' または $type == 'jpg') and $zhiliang == null) {
$type = 'jpeg';
$zhiliang = 100;
}
if($filename == null) {
header('Content-type: image/'.$type);
}
$displayfunc = 'image'.$type;
$displayfunc($this->im,$filename,$zhiliang);
imagedestroy($this->im);
}
関数 randcolor($a,$b) {
$a = $a>255 ? 255 : (int)$a;
$a = $a<0 ? 0 : (int)$a;
$b = $b>255 ? 255 : (int)$b;
$b = $b<0 ? 0 : (int)$b;
for($i=0;$i<3;$i++) {
$color .= str_pad(dechex(mt_rand($a,$b)), 2, "0", STR_PAD_LEFT);
}
$color を返します。
}
}
/*
function error($msg,$debug = false) {
$err = new Exception($msg);
$str = "

n<span>错误:</span>n".print_r($err->getTrace(),1)."n
";
if($debug == true) {
file_put_contents(date('Y-m-d').".log",$str);
$str; を返します。
}else{
die($str);
}
}
*/
?>


これは简单的用法实例

复制代代码如下:


$img = 新しい img('a.png');
$m = $img->im;
$im = $img->suolue(100);
$img->im = $m;
$img->suolue(300);
$img->merge($m,array('left'=>0,'top'=>0,'touming'=>60));
$img->merge($im,array('right'=>0,'top'=>0,'touming'=>60));
$img->merge($im,array('left'=>0,'bottom'=>0,'touming'=>60));
$img->merge($im,array('right'=>0,'bottom'=>0,'touming'=>60));
$img->write("春天来了",array('left'=>0,'top'=>0,'size'=>30,'color'=>$img-> ;randcolor(0,180),'angle'=>-45,'font'=>'simfang.ttf','touming'=>80));
$img->write("春天来了",array('left'=>0,'bottom'=>0,'size'=>30,'color'=>$img-> ;randcolor(0,180),'angle'=>45,'font'=>'simfang.ttf','touming'=>80));
$img->write("春天来了",array('right'=>0,'bottom'=>0,'size'=>30,'color'=>$img-> ;randcolor(0,180),'angle'=>-45,'font'=>'simfang.ttf','touming'=>80));
$img->write("春天来了",array('right'=>0,'top'=>0,'size'=>30,'color'=>$img-> ;randcolor(0,180),'angle'=>45,'font'=>'simfang.ttf','touming'=>80));
$img->display("gif");

以上は、pimchanok leuwisetpaibul php 方便水印と短縮図の図形式を紹介しており、pimchanok leuwisetpaibul に関する内容が含まれており、PHP 教則に関心のある友人の助けになることが望ましいです。

声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。