snowcap / im-bundle
Imagemagick wrapper for Symfony2
v2.0.5
2016-11-02 08:53 UTC
Requires
- php: >=5.3.3
- symfony/framework-bundle: >=2.7
Requires (Dev)
- mikey179/vfsstream: v1.0.0
- phpunit/phpunit: ^4.8
- symfony/phpunit-bridge: ^2.7
- symfony/symfony: >=2.7
Suggests
- snowcap/core-bundle: ImBundle provides a form type extension for the Snowcap CoreBundle ImageType
This package is not auto-updated.
Last update: 2026-03-14 19:46:14 UTC
README
Introduction
Imagemagick wrapper for Symfony2.
It's a general wrapper to access imagemagick command line functions, instead of using bindings like iMagick, which doesn't cover all the imagemagick functionalities.
It allows you to use all the convert/mogrify power, from your controller or your views
See the Documentation and examples