What image toolkit can Drupal 5 detect?
soundsational - December 18, 2006 - 16:09
When i check the image toolkit, i get a message:
No image toolkits found. Drupal will use PHP's built-in GD library for image handling.
Is true that GD2 is installed but i also have ImageMagick but this isn't been detected on Drupal 5? Is it suppose to?
thanks,

problem
You are not the only person I have read about having this problem. I would check the issues (http://drupal.org/project/issues and search for Image Toolkits) and if there isn't one for your problem submit one. There are several right now.
thanks
thanks for letting me know.
SAme problem
Hi there !
Same problem, have you found something ?
Not yet
but waiting for the next Drupal 5 release to find out.
don't forget to add the
don't forget to add the imagemagick file of the image module in the ''includes'' directory, then the choice will appear on the config page.
Blank Screen
Thanks for posting this, as the docs make no mention of this. Glad someone posted an issue with a patch, but hasn't been accepted yet, and labeled as minor.
http://drupal.org/node/104993
I've copied the .inc file over into include, and now I'm just getting a blanc screen, when entering "admin -> image toolkit". The following is the error I find in the logs:
array_shift() [<a href='function.array-shift'>function.array-shift</a>]: The argument should be an array in /home/roehrigj/public_html/sydneybrights/includes/form.inc on line 820.11002 times this error is reported, for every call to the the "admin -> image toolkit" page, just to be precise.
There is an issue here for
There is an issue here for Drupal 4.7 which says it has been fixed (December 23)
http://drupal.org/node/51467
Try updating your image module to the latest and using the new imagemagick.inc.
Thanks
Hey CogRusty
Thanks for your reply. I might look into it, when I have more time.
Bright Regards
JasonMR
have done all, and admin>modules still doesn't see ImageMagick
hello,
i'm runnin the latest drupal and am tryin to get ImageMagick toolkit working.
i've installed the module, and moved the image modules's imagemagick file to the includes folder of my site.
however, drupal still doesn't recognize the imagemagick module.
anyone have any ideas?
thank you,
ali
Normally, after moving it
Normally, after moving it into /includes and enabling the image module, you should have the option to select it in /admin/settings/image-toolkit (in Drupal 5).
Still no luck - same problem
I am also at Drupal 5 and the image_toolkit node show imagemagick as an available toolkit but when I select it and save configuration I still get the following:
* The built-in GD image toolkit requires that the GD module for PHP be installed and configured properly. For more information see PHP's image documentation.
* The settings have not been saved because of the errors.
I found another post that said to try to re-configure imagemagick with exec=/path/to/htdocs but that didn't resolve it.
I'm at drupal 5.1 with ImageMagick-6.2.2.0-3.fc4.2
Convert is located /usr/bin and it seems to work from the command line. Figured since imagemagick was already installed it would've been easier then installing GD since I don't have the PHP source code to re-configure.
If anyone has a solution, please let me know!
Thanks!