I use I,agemagick because it gives much clearer images as does the GD2 library
First I copied the image.imagemagick.inc into the includes directory as in D5
Then enabled the image-magick toolkit in http://drupal/admin/settings/image-toolkit (local site)
I get a red box around my convert path ( /usr/bin/convert )
along with the errormessages:
* The specified ImageMagic path does not exist.
* JPEG quality must be a number between 0 and 100.
so here is my directory listing of /usr/bin:
wiert@conifera /usr/bin# ls -l convert
-rwxr-xr-x 1 root root 7056 Oct 3 00:45 convert
wiert@conifera /usr/bin# ls -l convert
-rwxr-xr-x 1 root root 7056 Oct 3 00:45 convert
seems ok and was working in D5
| Comment | File | Size | Author |
|---|---|---|---|
| d7-imagemagick-2.png | 7.65 KB | wiert | |
| d6-imagemagick-1.png | 80.29 KB | wiert |
Comments
Comment #1
wiert commentedI used the D5 version of image which probably is the reason for the error.
I had to remove the image.imagemagic.inc file to get gd library working again.
A pitty. I hope the image module will be upgraded soon.
Comment #2
drewish commentedthe JPG quality bug was fixed over on http://drupal.org/node/201540
the other has a patch on http://drupal.org/node/181809#comment-690246