imagemagick - do I need to specify the path to it? Posted by itomic 19 Jun 2004 16:03 GMT-0000 posts: 2 Tiki 1.8.3 Is it necessary to specify a path to ImageMagick on my server, and if so where? Is there a test to see if ImageMagick is being found by tikiwiki other than the fact that (right now) thumbnail creation doesn't seem to be working? Thanks.
Posted by Damian Parker 19 Jun 2004 16:12 GMT-0000 posts: 2881 TikiWiki doesnt use that kind of ImageMagick. Instead it uses the php module which needs to be enabled in the php.ini file. php-imagick or something is the name. I know there is a Fedora Core 2 yum you can do to get it, so I guess others follow as well. Damian
Posted by vkumar 06 Apr 2009 09:58 GMT-0000 posts: 7 Hi Damian, I am also having trouble with getting Imagick work. I put imagick.dll in the ext dir of php and also enabled php_imagick.dll in the php.ini. Now my phpinfo says Imagick enabled. I have also installed imagemagick in the c:\. But still when I try to enable Imagick in the tikiwiki.. it reverts back to GD. But both say not detected in the image gallery config page. Can you help me with this ??