|
I have a single-process Windows DLL that is creating multiple threads to process 4 images simultaneously. I am trying to call L_SaveBitmapBuffer from these 4 threads simultaneously. Is this supported by the Leadtools API? I have only tried calling it from 2 threads so far, one to do JPG compression and the other to do G4 bitonal compression, both using different source images and different hLeadBitmaps but I get some funny looking mixups that make me wonder if your API can support multi-threaded code... Please advise...
|