Library path?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
gb225450

Library path?

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

You'll find the ImageMagick executables in the ImageMagick-6.3.0-Q16 folder. Most likely you're looking for convert.exe.
gb225450

Still getting error

Post 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
Post Reply