You are most likely getting this error because you are running out of memory. Do you see the memory increase while your program is running? It is possible that ImageMagick/Magick.NET is leaking memory. Can you create a small example program that produces this issue? Maybe you can reproduce this by loading an image and doing the operation on it in a 'never ending loop'?
↧