Re: [Lcms-user] Visual C# DLL function declaration

2016-01-20 Thread liti1112
Hi, Thank you for the fast answer. You were right. It seems that little change from byte number to pixel number solved my problem. Huge thanks, *Tamas* -- Site24x7 APM Insight: Get Deep Visibility into Application Perform

Re: [Lcms-user] Visual C# DLL function declaration

2016-01-19 Thread Marti Maria
Hi, * // cmsDoTransform(hTransform, sourcePtr, targetPtr, bytes); It should not be number of bytes but number of pĂ­xels. Also, I think you lock only the scanline, not the whole image. Otherwise it looks fine to me, changing from bytes to scanline pixels should do something. Then it