peterkruczkowski/liipblurbackgroundbundle

Symfony bundle with filter for LiipImagine to set a blur background.

1.0.0 2020-11-08 20:29 UTC

This package is not auto-updated.

Last update: 2024-04-23 10:03:27 UTC


README

Symfony bundle with filter for LiipImagine to set a blur background.

Example usage with LiipImagine:

liip_imagine:
  driver: "imagick"
  filter_sets:
    cache: ~
    blur_image:
      jpeg_quality:          75
      png_compression_level: 7
      filters:
        blur_background:
          size: [960, 540]
          radius_sigma: [50, 10]