Since 9936ecf0745002cea8e46dc575079b4872e9af8c in lcms2 I'm getting a
failure on the colord self tests:

What the self test is trying to do is creating a proofing transform
with gamut check, so we can getting the coverage of one profile of
another, i.e. to approximate the gamut intersection. e.g.

profile_null = cmsCreateNULLProfileTHR (ctx);
transform = cmsCreateProofingTransformTHR (ctx,
  hnd1,
  TYPE_RGB_FLT,
  profile_null,
  TYPE_GRAY_FLT,
  hnd2,
  INTENT_ABSOLUTE_COLORIMETRIC,
  INTENT_ABSOLUTE_COLORIMETRIC,
  cmsFLAGS_GAMUTCHECK |
  cmsFLAGS_SOFTPROOFING);

Since 9936ecf0 the transform is coming back NULL. Am I doing something
broken, or is this indeed a regression?

Richard.

------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to