I'm opting for ImageMagick since GD lacks support for color profiles. I found this module and it worked well until I need to use custom image effects. The downside of using external binary is you can't access image data. Some image effects, such as Smart Crop, need to access image data to work.

I made a sandbox project which uses Imagick php extension as a backend by copying and adapting modules/system/image.gd.inc. Would you like to take a look at it? Thanks you in advance.

Comments

sun’s picture

This has been suggested before, and I'd love to see a patch against this module that optionally/dynamically uses the Imagick extension, if available.

Note, however, that there are some issues with the Imagick extension. You will find some blog posts on the net if you search for it.

Also note that there is no command in the Imagick extension that wouldn't be possible to execute with the ImageMagick binaries, too.

mondrake’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Drupal 7 is EOL