You bet.
Internal Exception is:
"External component has thrown an exception."
Stack Trace:
at Magick.EnableOpenCL(Boolean )
at ImageMagick.MagickNET.SetUseOpenCL(Boolean value)
at ImageMagick.MagickNET..cctor()
Some more info regarding the first exception ("System.AccessViolationException").
I only receive that once per launch of my application.
The first time I make that call to collection.Mosaic() I receive the error, but if I execute that same code immediately afterward, without restarting my app, then I do not receive any errors.
Thanks!
Internal Exception is:
"External component has thrown an exception."
Stack Trace:
at Magick.EnableOpenCL(Boolean )
at ImageMagick.MagickNET.SetUseOpenCL(Boolean value)
at ImageMagick.MagickNET..cctor()
Some more info regarding the first exception ("System.AccessViolationException").
I only receive that once per launch of my application.
The first time I make that call to collection.Mosaic() I receive the error, but if I execute that same code immediately afterward, without restarting my app, then I do not receive any errors.
Thanks!