mouf/utils.graphics.mouf-imagine-addons

Extending Imagine filters for easier filter definition

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

This package is auto-updated.

Last update: 2024-04-15 04:18:23 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 :

watermark-instance.png

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

watermark-sample.jpg

Coming soon

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