I am using image Magick to create images from Stream. I am getting the error mentioned in title on following lines.
var image = new MagickImage();
It is an issue with ImageMagick or something else. Dont know how to solve this!!
I am using image Magick to create images from Stream. I am getting the error mentioned in title on following lines.
var image = new MagickImage();
It is an issue with ImageMagick or something else. Dont know how to solve this!!
Workaround: assign user to application pool identity with extra privileges.
Solution (worked for me)