Page 1 of 1

Imagemagic Error in IIS

Posted: 2008-06-12T04:15:32-07:00
by sicnezz
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

Re: Imagemagic Error in IIS

Posted: 2009-01-05T17:24:39-07:00
by DannyGM
Maybe it's a permssion problem.

You need to set execute permsission to EVERYONE on directory of ImageMagick (or only to IUSR_.. IIS Anonymous user).