compare & ASP classic

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
sliktrik
Posts: 2
Joined: 2014-10-27T23:51:17-07:00
Authentication code: 6789

compare & ASP classic

Post by sliktrik »

I have a (very) old client solution using ASP Classic on Windows Server 2003 R2, I have installed the latest 32bit distribution of imagemagick (downloaded today) as well as ghostscript.

I can compare from the command line with no issue whatsoever.

Why would the following then not give any output?

Set ImgObj = Server.CreateObject("ImageMagickObject.MagickImage.1")
strResult = ImgObj.compare("-metric", "RMSE", "D:\temp\Omni_1.pdf", "D:\temp\Omni_2.pdf", "null:", "2>&1")
response.write "Result: " & strResult
set ImgObj = nothing
sliktrik
Posts: 2
Joined: 2014-10-27T23:51:17-07:00
Authentication code: 6789

Re: compare & ASP classic

Post by sliktrik »

660 views and no answers - is there no solution to this issue?
Post Reply