文件名称:thumb
介绍说明--下载内容均来自于网络,请自行研究使用
PHP的图片处理类,非常实用
使用方法:
<?php
require_once thumb.php
header("Content-type : text/html charset=GBK")
$t = new ThumbHandler()
//给图片增加水印
$t->setSrcImg("./img/00.jpg")
$t->setDstImg("./tmp/new_test.jpg")
$t->setMaskImg("./img/test.gif")
$t->setMaskPosition(4)
$t->setMaskImgPct(80)
$t->setDstImgBorder(4,"#dddddd")
// 指定缩放比例
$t->createImg(100,120)
?>
<img src="img/00.jpg">
<img src="tmp/new_test.jpg">
-PHP' s image processing class, very practical to use: <?php
require_once thumb.php
header("Content-type : text/html charset=GBK")
$t = new ThumbHandler()
//给图片增加水印
$t-> setSrcImg (" ./img/00.jpg" ) $ t-> setDstImg (" ./tmp/new_test.jpg" ) $ t-> setMaskImg (" ./img/test.gif" ) $ t- > setMaskPosition (4) $ t-> setMaskImgPct (80) $ t-> setDstImgBorder (4, " # dddddd" ) // specify the scaling $ t-> createImg (100,120) ?> <img src="img/00.jpg"><img src="tmp/new_test.jpg">
使用方法:
<?php
require_once thumb.php
header("Content-type : text/html charset=GBK")
$t = new ThumbHandler()
//给图片增加水印
$t->setSrcImg("./img/00.jpg")
$t->setDstImg("./tmp/new_test.jpg")
$t->setMaskImg("./img/test.gif")
$t->setMaskPosition(4)
$t->setMaskImgPct(80)
$t->setDstImgBorder(4,"#dddddd")
// 指定缩放比例
$t->createImg(100,120)
?>
<img src="img/00.jpg">
<img src="tmp/new_test.jpg">
-PHP' s image processing class, very practical to use: <?php
require_once thumb.php
header("Content-type : text/html charset=GBK")
$t = new ThumbHandler()
//给图片增加水印
$t-> setSrcImg (" ./img/00.jpg" ) $ t-> setDstImg (" ./tmp/new_test.jpg" ) $ t-> setMaskImg (" ./img/test.gif" ) $ t- > setMaskPosition (4) $ t-> setMaskImgPct (80) $ t-> setDstImgBorder (4, " # dddddd" ) // specify the scaling $ t-> createImg (100,120) ?> <img src="img/00.jpg"><img src="tmp/new_test.jpg">
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PHP图片处理\thumb.php
...........\实例.php
PHP图片处理
...........\实例.php
PHP图片处理