pierrerolland / imagick-bundle
Imagick services for Symfony2
Installs: 107
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- ext-imagick: *
- symfony/symfony: >= 2.2.0
- twig/extensions: ~1.0
- twig/twig: >= 1.9.0
This package is auto-updated.
Last update: 2024-12-18 02:07:02 UTC
README
This bundle provides some functions to manipulate images, via the generic Imagick extension.
Still in development.
Features
- Create filters that you will call in your Twig files. These filters can combine several operations on your images
- Use some Imagick functions as a Symfony 2 service
- Modified images are stored in a customized cache directory
- Possibility to use all Imagick methods
Available operations
- Cropping
- Flipping, and flopping
- Adding a gaussian blur
- Turning image to grayscale
- Negating image's colors
- Changing opacity
- Rounding image's corners
- Rotating
- Turning image to sepia
- Stripping EXIF data
- Making thumbnails
Installation
Please read the instructions in the dedicated section
Documentation
Full documentation is available here