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

New Post: strokeColor in Magick Script

$
0
0
Thanks for the reply. I tried your version but the result is the same.

The error :
An unhandled exception of type 'System.StackOverflowException' occurred in Magick.NET.Wrapper-x86.dll


My C# code (sScript contains the xml)
The exeption is thrown by oScript.Execute()

// Load resize script and execute it
MagickScript oScript = new MagickScript(new MemoryStream(Encoding.UTF8.GetBytes(_sScript ?? "")));

 // Event that will be raised when the script wants to read a file
 oScript.Read += OnScriptRead;
                        
 // Execute the script
 oScript.Execute();

Viewing all articles
Browse latest Browse all 3693

Trending Articles



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