The link to graphicsmagick at admin/config/media/image-toolkit seems to require a www

Line 49 of the imagemagick.module file sets the url '@gm-url' => 'http://graphicsmagick.org',

However that doesn't work.

The site does come up at http://www.graphicsmagick.org

Thus line 49 of the imagemagick.moduel file may need to be changed to read:
'@gm-url' => 'http://www.graphicsmagick.org',

Comments

sun’s picture

Title: graphicsmagick url incorrect » Incorrect GraphicsMagick URL
Status: Active » Fixed

Odd, http://graphicsmagick.org works just fine for me...? (although I'm redirected to the www-subdomain)

Anyway, committed this change.

Thanks for reporting, reviewing, and testing!

A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.

vm’s picture

agreed it is odd. I'm not redirected at all. I land on a 500.

edit:
ahha! I only hand on a 500 in IE, which only serves to make the issue that much odder.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.