flaviovs/yii2-imagefilters

Image filters for the Yii2 Imagefilter extension

Maintainers

Package info

github.com/flaviovs/yii2-imagefilters

Type:yii2-extension

pkg:composer/flaviovs/yii2-imagefilters

Statistics

Installs: 1 335

Dependents: 0

Suggesters: 1

Stars: 0

Open Issues: 0

1.0.1 2020-04-06 07:18 UTC

This package is not auto-updated.

Last update: 2026-03-03 10:52:58 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