Installation on Windows for classic ASP Development

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
edgrimaldi
Posts: 2
Joined: 2011-05-13T09:20:50-07:00
Authentication code: 8675308

Installation on Windows for classic ASP Development

Post by edgrimaldi »

Hello,

Can anyone direct me to where I can find step by step installation and configuration for ImageMagick on a Windows Server 2008 Machine running IIS 7. I am currently modifying a site written primarily in Classic ASP so I would like to use the ImageMagicObject therein. I've currently installed ImageMagic 6.6.9-8 but the object does not respond to anything. For Instance...

<%
Set objIM = Server.CreateObject("ImageMagickObject.MagickImage.1")
strOutput = objIM.Convert("a.jpg","b.png")
Set objIM = Nothing
%>

This test code, when run within an ASP renders no result what-so-ever. Not even an error. I've granted permissions the IUSR account on the imagemagick directory as well as the Windows Temp directory. Also, when I run this same convert command from the command line within the imagemagick directory, I get an error that says "Magick: unable to open image 'a.jpg': No such file or directory @ error/blob.c/OpenBlob/2587.

But the file IS there in the imagemagick directory.

I'm guessing I've installed this incorrectly. Any help would be appreciated.
edgrimaldi
Posts: 2
Joined: 2011-05-13T09:20:50-07:00
Authentication code: 8675308

Re: Installation on Windows for classic ASP Development

Post by edgrimaldi »

Hello??? Does anyone know of some documentation?
Post Reply