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
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