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: 6
Forks: 5
Open Issues: 1
Type:mouf-library
Requires
- php: >=5.3.0
- imagine/imagine: ~0.6
- maagi/imagine-focalresizer: ^0.1.1
- mouf/mouf-installer: >=2.0.0-dev
This package is auto-updated.
Last update: 2024-10-15 05:27:02 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 :))