neok / liip-imagine-additional-filters-bundle
liip imagine bundle 的像素化和模糊滤镜
dev-master
2018-03-13 11:20 UTC
Requires
- liip/imagine-bundle: ^1.6
This package is auto-updated.
Last update: 2024-09-29 05:01:54 UTC
README
Liip Imagine Bundle 的附加滤镜
像素化滤镜 模糊滤镜
基本用法
liip_imagine: filter_sets: pixelate: data_loader: stream.your_data_loader quality: 90 filters: pixelate_filter: size: [100, 200] //width and height start: [500, 230] //starting points x and y intensity: 16 // you can omit this, default is 16 type: ellipse // default is rectangle blur: data_loader: stream.your_data_loader quality: 90 filters: blur_filter: size: [100, 200] //width and height start: [500, 230] //starting points x and y
之前