There seems to be a slight error in the image.imagemagick.inc file. When you select imagemagick from the image toolkit settings page and it doesn't find imagemagick in the selected path, the form keeps you from going back to the GD2 toolkit. It seems to be the fact that image.imagemagick.inc is requiring a valid path to imagemagick, even when you're trying to switch away from imagemagick. The result was that image resizing was disabled for the whole site, and I was only able to switch back after commenting out the following lines in image.imagemagick.inc:
'#required' => TRUE,
'#validate' => array('image_imagemagick_valid_file' => array('image_imagemagick_convert')),| Comment | File | Size | Author |
|---|---|---|---|
| #6 | imagemagick_unselect.patch | 1.38 KB | drewish |
Comments
Comment #1
drewish commentedah, yeah that is kind of annoying.
Comment #2
drewish commentedyou're really running into this issue: http://drupal.org/node/113385
Comment #3
senpai commentedI'm adding the words Image Toolkit to this issue so that it'll show up in searches. I'll also change the version, since it still rears it's nasty head in image module version 5.x-1.1
Comment #4
senpai commentedAww, bugger. I forgot to change the title of the issue last time. Here you go!
Comment #5
drewish commentedmarked http://drupal.org/node/155161 as a duplicate.
Comment #6
drewish commentedokay i finally figured out a clean way to do this. i'm committing the the attached patch.
Comment #7
(not verified) commented