Hello Loic,
A few months ago i made a topic in regards to GDPicture throwing random exceptions when running multiple threads.
Back then you said that it would be thread safe in 3 months. However, its been a bit longer than that.
In the meantime i have (sort of) got around the problem by basically, lauching 4 threads on a quad core system, then creating synclocks on all non threadsafe methods, such as opening images, writting images. So basically, only 1 thread can open or close an image at once.
That means that any functions that are thread safe (pretty much anything that doesn't modify an image, such as getting information about it) will parallel process fine.
Is there any point where GDPicture.NET will be thread safe, or is it not on the cards.
