tomk/imagehelper
最新稳定版本:0.1.0
Composer 安装命令:
composer require tomk/imagehelper
包简介
Class to help with image manipulation
README 文档
README
Help with loading and resizing images (including ICO icons) from strings and returning image resources for use with the gd library.
Supports alpha transparency and upscaling
Other useful methods to follow.
Usage
$data = file_get_contents('image.file');
$imageHelper = new ImageHelper($data);
$resized = $imageHelper->resize(256, 256, true);
imagepng($resized);
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-01-28