Thanks four your quick reply!
Can you give me a list of the functions that are executed in parallel?
I really need performance, performance and again performance. Currently I am doing some testing an a cloud-machine (windows azure with 16 (!) cores).
But it seems that Magick.NET uses only 2 cores. See the 2 peaks when doing 1 operation that I need. The execution time is the same when compared to windows-azure-machine that has only 2 (v)cores.
Basically I need the distort-method, composite-method and of course the save-method (to png).
Can you give me a list of the functions that are executed in parallel?
I really need performance, performance and again performance. Currently I am doing some testing an a cloud-machine (windows azure with 16 (!) cores).
But it seems that Magick.NET uses only 2 cores. See the 2 peaks when doing 1 operation that I need. The execution time is the same when compared to windows-azure-machine that has only 2 (v)cores.
Basically I need the distort-method, composite-method and of course the save-method (to png).