Can you be provide me with a stacktrace or a crashdump (contact me through CodePlex to get my e-mail address). I would really like to fix this but I am unable to reproduce the StackOverflowException you and other people have been reporting.
I have made a change to ImageMagick that will allow you to define the directory that will be used to load 'gsdll32/64.dll' from. The next version of Magick.NET will include this setting. You will be able to do the following:
I have made a change to ImageMagick that will allow you to define the directory that will be used to load 'gsdll32/64.dll' from. The next version of Magick.NET will include this setting. You will be able to do the following:
MagickNET.SetGhostscriptDirectory(@"D:\gs\bin"); using(MagickImage image = new MagickImage("somefile.pdf")) { image.Write("somefile.png"); }