PHPackages                             david-garcia/liip-imagine-pack - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. david-garcia/liip-imagine-pack

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

david-garcia/liip-imagine-pack
==============================

Blur and Pixelate filters for the LiipImagineBundle

017PHP

Since Apr 9Pushed 2y agoCompare

[ Source](https://github.com/DavidGarciaCat/liip-imagine-pack)[ Packagist](https://packagist.org/packages/david-garcia/liip-imagine-pack)[ RSS](/packages/david-garcia-liip-imagine-pack/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Liip Imagine Bundle's Additional Filters
========================================

[](#liip-imagine-bundles-additional-filters)

This Symfony Bundle adds a new set of filters that are not built-in as part of the Liip Imagine Bundle:

- Blur an image
- Pixelate an image

Installation
------------

[](#installation)

**Base requirements:**

- PHP 8.x ()
- Symfony 7.x ()
- Liip Imagine Bundle ()

**PHP requirements:**

- At least one of the following image manipulation extensions:
    - GD ()
    - Gmagick ()
    - Imagick ()

**Installation steps:**

```
# ...
```

Usage
-----

[](#usage)

Just create a new set of filters in your `liip_imagine.yaml` configuration file:

```
# config/packages/liip_imagine.yaml

liip_imagine:

    # Liip Imagine Bundle settings
    # ...

    filter_sets:

        # Other filter sets
        # ...

        # Blur filter

        blur:
            data_loader: stream.your_data_loader
            quality: 90
            filters:
                blur_filter:
                    start: [500, 230] # starting points x and y
                    size: [100, 200] # width and height

        # Pixelate filter

        pixelate:
            data_loader: stream.your_data_loader
            quality: 90
            filters:
                pixelate_filter:
                    start: [500, 230] # starting points x and y
                    size: [100, 200] # width and height
                    type: ellipse # default is rectangle
                    intensity: 16 # you can omit this, default is 16
```

Examples
--------

[](#examples)

**Before:**

[![before](screenshots/sc1.png "Before")](screenshots/sc1.png)

**After:**

[![after](screenshots/sc2.png "After")](screenshots/sc2.png)

FORK NOTE &amp; CREDIT:
-----------------------

[](#fork-note--credit)

This project was forked from and it has been updated to make it compatible with PHP 8.x and Symfony 7 requirements.

The original code has been updated to make it compatible with the newer versions, but it still belongs to the original author.

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 95.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/62c1db3c19dedf826fe3b41a2fa2df2cc65ec69bd0f388b9854c624e85af5fa4?d=identicon)[DavidGarciaCat](/maintainers/DavidGarciaCat)

---

Top Contributors

[![neok](https://avatars.githubusercontent.com/u/600233?v=4)](https://github.com/neok "neok (22 commits)")[![DavidGarciaCat](https://avatars.githubusercontent.com/u/7809429?v=4)](https://github.com/DavidGarciaCat "DavidGarciaCat (1 commits)")

### Embed Badge

![Health badge](/badges/david-garcia-liip-imagine-pack/health.svg)

```
[![Health](https://phpackages.com/badges/david-garcia-liip-imagine-pack/health.svg)](https://phpackages.com/packages/david-garcia-liip-imagine-pack)
```

###  Alternatives

[paragonie/stern

Stern lets you built type-safe PHP projects, even if your project's users aren't writing type-safe code

201.5k1](/packages/paragonie-stern)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
