mouf/utils.graphics.mouf-imagine-addons

Extending Imagine filters for easier filter definition

Installs: 6 286

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 5

Open Issues: 1

Type:mouf-library

pkg:composer/mouf/utils.graphics.mouf-imagine-addons

1.0.x-dev 2017-01-25 11:18 UTC

This package is auto-updated.

Last update: 2025-09-15 07:35:40 UTC


README

This package comes along with the utils.graphics.mouf-imagine one to provide additional Filters, let's say easier to use filters.

Watermarking

The class SmartWatermarkFilter allows you to easily merge your image with a watermark, specifying :

  • position of the watermak (can be top, bottom, left, right, any combination of those, or center)
  • the size of the watermark
  • the path for the watermark file you want to apply

As a result, with an instance like that :

... injected in an ImagePresetController of the utils.graphics.mouf-imagine package, here is what you will get :

Coming soon

Lots of nice filters (and you are free to make proposals :))