flaviovs/yii2-imagefilters

Image filters for the Yii2 Imagefilter extension

Installs: 1 335

Dependents: 0

Suggesters: 1

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0.1 2020-04-06 07:18 UTC

This package is not auto-updated.

Last update: 2024-04-30 02:13:56 UTC


README

This package provides image filters for the Yii2 Imagefilter extension.

Currently, the following filter is available:

Patches for more filters are welcome.

How to use

Add these filters to your Yii2 Imagefilter pipelines:

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

Support

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