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

New Post: Running ghostcript from a non-standard install location

$
0
0
This is a bug in ImageMagick and I will have to fix this for you. It only works if it can also the find the 'HKLM' version.

You can enable logging like this:
MagickNET.SetLogEvents(LogEvents.All); // LogEvents.All will show you the most information.
MagickImage image=LoadImage();
image.Debug = true;
PerformActions(image);
The output will be written to the console and the debug window of visual studio. I am working on adding a Log event to the MagickNET class. I will also add a page about this to the documentation then.

Viewing all articles
Browse latest Browse all 3693

Trending Articles



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