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

New Post: Newbie: MagickConfigureWarnigException UnableToOpenConfigureFile `type.xml'

$
0
0
Hi!

I'm new to c# and .NET (not to ImageMagick!) and MagickNET seems great!
However, I get this MagickConfigureWarnigException when running the example below:
Magick2.vshost.exe: UnableToOpenConfigureFile `type.xml' @ warning/configure.c/GetConfigureOptions/616
What to do about that?

Regards / Jonas
            MagickNET.Initialize();

            var image = new MagickImage(@"I:\test.png");
            image.Annotate("Hello baby", Gravity.Center); // <-- This causes the exception
            image.Write(@"I:\testAnnotation.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>