flaviovs/yii2-imagefilters

为 Yii2 Imagefilter 扩展提供的图像过滤器

1.0.1 2020-04-06 07:18 UTC

This package is not auto-updated.

Last update: 2024-09-17 03:52:42 UTC


README

本包为 Yii2 Imagefilter 扩展提供图像过滤器。

目前提供以下过滤器

欢迎提供更多过滤器的补丁。

使用方法

将这些过滤器添加到您的 Yii2 Imagefilter 管道中

[
    'class' => \fv\yii\imagefilters\Thumbnail::class,
    'width' => 100,
    'height' => 100,
    'mode' => \Imagine\Image\ImageInterface::THUMBNAIL_INSET,
]

支持

https://github.com/flaviovs/yii2-imagefilters