snowcap / im-bundle
Imagemagick wrapper for Symfony2
Installs: 46 492
Dependents: 2
Suggesters: 0
Security: 0
Stars: 23
Watchers: 4
Forks: 13
Open Issues: 10
Type:symfony-bundle
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: 2024-12-21 13:51:46 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