Imagemagic Error in IIS
Posted: 2008-06-12T04:15:32-07:00
hi,
i always used imagemagick on IIS with asp and worked fine.
i had to re-install my system and also installed the latest version of imagemagick.
since then i'm getting an error message: (it's german due to my system - i'm trying to translate)
ImageMagickObject.MagickImage.1 Error '80041771'
An external Object has caused an Error. Reason is unknown.
anyone knows what it could be?
creating the object using the following method works:
Set img = CreateObject("ImageMagickObject.MagickImage.1")
t = .Identify("-format", "%hx%w", fil) <-- error occurs here / always worked before
thx,
tom
i always used imagemagick on IIS with asp and worked fine.
i had to re-install my system and also installed the latest version of imagemagick.
since then i'm getting an error message: (it's german due to my system - i'm trying to translate)
ImageMagickObject.MagickImage.1 Error '80041771'
An external Object has caused an Error. Reason is unknown.
anyone knows what it could be?
creating the object using the following method works:
Set img = CreateObject("ImageMagickObject.MagickImage.1")
t = .Identify("-format", "%hx%w", fil) <-- error occurs here / always worked before
thx,
tom