ImageWorkshop icon indicating copy to clipboard operation
ImageWorkshop copied to clipboard

Allow to choose a provider for image manipulation

Open jdecool opened this issue 11 years ago • 0 comments

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.

jdecool avatar Mar 27 '15 08:03 jdecool