From: John J. <j.j...@nt...> - 2018-03-27 14:35:31
|
On 27/03/2018 15:31, Aaron Boxer wrote: > > On Tue, Mar 27, 2018 at 10:22 AM, John Jefferies via Lcms-user > <lcm...@li... > <mailto:lcm...@li...>> wrote: > > > Hi, > The first thing, cmsCIExyY() shouldn't be used as the white point > of the Lab profile. It is initialised to (0, 0, 0) which > obviously isn't right. You probably want cmsD50_xyY() instead. > > The second thing. The format of the RGB data is TYPE_RGB_DBL. That > doesn't match the [255, 255, 255] that's used. Use TYPE_RGB_8 instead. > > > > Doesn't [255,255,255] create an array of dimension 255x255x255 ? No, it creates a 3 element list. John |