ImageWorkshop
ImageWorkshop copied to clipboard
Allow to choose a provider for image manipulation
Actually the library use PHP GD extension for image manipulation.
But with PHP >= 5.5, there is some issues with this extension (particularly with rotations). It could be very interesting to have other providers (like ImageMagick for example) and let the developer choose what he want to use.