-
Hey there! I hope this is appropriate to post. I am seeking a developer who is very familiar with the field - and library - of colour science. : ) Our needs are ongoing, but start with tasks that are fairly straightforward. For example, our first task to plot the XYZ media white point in an ICC profile onto a 1931 chromaticity plot. We have no fixed deadlines as we are developing a solution in private at the moment, so we are very flexible and just want to take the time to get things right and beautiful. Anyone interested? Please send me a message. Looking forward!
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
Hi @blue-j, It should not be too hard to read the ICC Profile with Pillow: https://pillow.readthedocs.io/en/stable/reference/ImageCms.html#PIL.ImageCms.CmsProfile and then use the Colour definitions to do the remaining. |
Beta Was this translation helpful? Give feedback.
-
You are so generous with your knowledge. Thank you kindly! I hasten to share that I am a proud sponsor of Colour Science! - J |
Beta Was this translation helpful? Give feedback.
-
@KelSolaar , i see some tag definitions in the ICC 4.4 spec that are interesting: "Un-normalized CIEXYZ values for illuminant (in which Y is in cd/m2)" "nCIEXYZ values of the illuminant of the PCS, encoded as an XYZNumber" "nCIEXYZ of media white point." They define nCIEXYZ as "CIEXYZ values that have been uniformly scaled so that Y = 1,0 for the adopted white" Does colour-science have a way to support nCIEXYZ as defined above and "CIEXYZ (in which Y is in cd/m2)"? Thank you in advance for your support! : ) J |
Beta Was this translation helpful? Give feedback.
Hi @blue-j,
It should not be too hard to read the ICC Profile with Pillow: https://pillow.readthedocs.io/en/stable/reference/ImageCms.html#PIL.ImageCms.CmsProfile and then use the Colour definitions to do the remaining.