Page 1 of 1

Library path?

Posted: 2006-12-13T10:56:34-07:00
by gb225450
Hi,
I am trying to use ImageMagic with Interakt’s MX Kollection. It requires me to specify the library path ie. “c:\ImageMagick\bin\”. However when I install imagemagic (using Windows Binary Release)
I don’t get a “bin” folder. I get the following directories:
ImageMagick-6.3.0-Q16\config
ImageMagick-6.3.0-Q16\images
ImageMagick-6.3.0-Q16\modules
ImageMagick-6.3.0-Q16\uninstall
ImageMagick-6.3.0-Q16\www
Anyone got any idea where my library path would be or what I am doing wrong?
---------------------------------------------------------------------------------------------------
I am using:
Windows server 2003
IIS6
PHP
---------------------------------------------------------------------------------------------------
Thanks in advance for any help
Wayne

Posted: 2006-12-13T12:59:39-07:00
by magick
You'll find the ImageMagick executables in the ImageMagick-6.3.0-Q16 folder. Most likely you're looking for convert.exe.

Still getting error

Posted: 2006-12-13T15:44:14-07:00
by gb225450
Hi,
Thanks for the reply.

When I specify the library path as “C:\Inetpub\vhosts \ImageMagick-6.3.0-Q16\” I get the following error “Error converting image (image resize). Image processing library not available or does not support operation. (imagemagick library is not working or not found).”. I have given IIS User (IUSR) access to the “ImageMagick-6.3.0-Q16” folder and php is NOT running in safe mode. Is there anything ells I need to install to get it working with PHP? What ells could be wrong?

Thanks again for the help so far.
Wayne