This module provides ImageMagick integration.
-
Install this module using the official Backdrop CMS instructions at https://backdropcms.org/guide/modules.
-
Go to Administration > Configuration > Media > Image toolkit (admin/config/media/image-toolkit) and change the image toolkit to ImageMagick.
-
If the convert binary cannot be found in the default shell path, you need to enter the full path to ImageMagick's convert executable, including the filename itself.
-
ImageMagick (http://www.imagemagick.org) needs to be installed on your server and the convert binary needs to be accessible and executable from PHP.
-
The PHP configuration must allow invocation of proc_open() (which is security-wise identical to exec()).
Consult your server administrator or hosting provider if you are unsure about these requirements.
Bugs and Feature requests should be reported in the Issue Queue: https://github.com/backdrop-contrib/imagemagick/issues.
- Jen Lampton (https://github.com/jenlampton).
- Kevin Thull (https://github.com/kthull).
- Seeking additional maintainers.
- Ported to Backdrop CMS by Kevin Thull (https://github.com/kthull).
- Originally written for Drupal by Daniel F. Kudwien ("sun", http://drupal.org/user/54136).
This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.