定制 vakata/image 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

vakata/image

最新稳定版本:2.4.3

Composer 安装命令:

composer require vakata/image

包简介

Image manipulation helper class

README 文档

README

Latest Version on Packagist Software License Build Status Code Climate Tests Coverage

PHP helper class for image manipulation (using Imagick or GD - whichever is available).

Install

Via Composer

$ composer require vakata/image

Usage

$image = new \vakata\image\Image('image.png');
header('Content-Type: image/jpeg');
echo $image
    ->crop(200, 200)
    ->grayscale()
    ->rotate(90)
    ->toJPG();

Read more in the API docs

Testing

$ composer test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email github@vakata.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 5.62k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-08-01