https://github.com/thecodingmachine/utils.graphics.mouf-imagine-addons
Additional Filters for more easy to use transformations
https://github.com/thecodingmachine/utils.graphics.mouf-imagine-addons
Last synced: about 1 year ago
JSON representation
Additional Filters for more easy to use transformations
- Host: GitHub
- URL: https://github.com/thecodingmachine/utils.graphics.mouf-imagine-addons
- Owner: thecodingmachine
- Created: 2015-04-22T07:16:32.000Z (about 11 years ago)
- Default Branch: 1.0
- Last Pushed: 2017-01-25T11:18:01.000Z (over 9 years ago)
- Last Synced: 2025-04-11T18:59:52.344Z (about 1 year ago)
- Language: PHP
- Size: 167 KB
- Stars: 0
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mouf Imagine Addons
This package comes along with the [utils.graphics.mouf-imagine](https://github.com/thecodingmachine/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 :))