Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: Running Magick.net with only gsdll32.dll

$
0
0
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:
MagickNET.SetGhostscriptDirectory(@"D:\gs\bin");
using(MagickImage image = new MagickImage("somefile.pdf"))
{
  image.Write("somefile.png");
}

Viewing all articles
Browse latest Browse all 3693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>