Hi Marti,
Also forgot to mention, that i use c#.
Try to simplify the codes here.
This is working solution if use without multi-threading:
***
[DllImport("lcms2.dll")]
public static extern IntPtr cmsCreateTransform(IntPtr hInputProfile,
UInt32 InputFormat, IntPtr hOutputProfile, UI
Hi Tamas,
Could you please detail which errors you get? I'm using multi threading without
problems, so maybe something is wrong, perhaps In the documentation.
Best regards,
Marti
On 8 Jan 2017, 18:47, at 18:47, liti1...@vipmail.hu wrote:
>Dear All,
>I am using lcms2.dll and their standard met
Dear All,
I am using lcms2.dll and their standard methods and all of them works fine in a
single-thread environment. (I was able to use cmsDoTransformLineStride
multi-threaded when this is the only function which is using multiple threads.
My question is about e.g. if i would like to use as a ba