Re: [Lcms-user] WriteMatrix() error with NULL offset

2010-06-26 Thread marti . maria
Quoting Auke Nauta : > Using lcms 2.0, the following sample code crashes: Fixed in git, thanks for reporting! Regards Marti -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone?

[Lcms-user] WriteMatrix() error with NULL offset

2010-06-24 Thread Auke Nauta
Hi, Using lcms 2.0, the following sample code crashes: --- cmsFloat64Number V4ToV2[] = {65280.0/65535.0,0,0, 0,65280.0/65535.0,0, 0,0,65280.0/65535.0}; cmsPipelineInsertStage(pl,cmsAT_END,cmsStageAllocMatrix(0,3,3,V4ToV2,NULL); . . cmsCloseProfile(hOut); --- The error happens at the point where t