生成图像缩略图的 PHP 类 - EasyPhpThumbnail

openkk 12年前

EasyPhpThumbnail 是一个用来生成图像缩略图的 PHP 类,支持包括 GIF、JPG 和 PNG 格式图片。支持图像的处理功能包括:

Resize, crop, rotate, flip, save as, shadow, watermark, text, border, sharpen, blur, water ripple, mirror, perspective, twirl 等等。

简单的示例代码:

<?php  include_once('easyphpthumbnail.class.php');  $thumb = new easyphpthumbnail;  $thumb -> Thumbsize = 300;  $thumb -> Createthumb('image.jpg');  ?>

生成图像缩略图的 PHP 类 - EasyPhpThumbnail

项目主页:http://www.open-open.com/lib/view/home/1329203775171