stoffel/console-image
Composer 安装命令:
composer require stoffel/console-image
包简介
Helper to print images using Symfony Console
README 文档
README
Helper to print images using Symfony Console inspired by new features and viu.
Example
$ git clone git@github.com:chr-hertel/console-image.git
$ cd console-image
$ composer install
$ example/printer path/to/image.jpg
Installation
$ composer require stoffel/console-image
Usage in PHP
use Stoffel\Console\Image\ImageHelper; ImageHelper::create($output) ->print('/path/to/image.jpg'); // or with explicit maximal dimensions (still scaled in correct aspect ration) ImageHelper::create($output) ->print('/path/to/image.jpg', 40, 20);
统计信息
- 总下载量: 49
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 11
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-10-09
