vad-naitik/php-image-helper
最新稳定版本:1.0.1
Composer 安装命令:
composer require vad-naitik/php-image-helper
包简介
PHP Class to Image Crop or Resize and Display.
README 文档
README
PHP library to resize, scale and crop images.
Setup
If using Composer, in your composer.json file add:
{
"require": {
"vad-naitik/PHP-Image-Helper": "1.0.*"
}
}
Otherwise:
include '/path/to/ImageHelper.php';
Because this class uses namespacing, when instantiating the object, you need to either use the fully qualified namespace:
$image = new \VadNaitik\ImageHelper();
Or alias it:
use \VadNaitik\ImageHelper; $image = new ImageHelper();
Note: This library uses GD class which do not support resizing animated gif files
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-05-15