Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

post/chromaticity_diagram/ #17

Open
utterances-bot opened this issue Oct 23, 2023 · 4 comments
Open

post/chromaticity_diagram/ #17

utterances-bot opened this issue Oct 23, 2023 · 4 comments

Comments

@utterances-bot
Copy link

搞颜色系列:绘制 CIE 1931 色度图 - 炸鸡人博客

A minimal Hugo theme with nice theme color.

https://zhajiman.github.io/post/chromaticity_diagram/

Copy link

yuhao commented Oct 23, 2023

色域出界的处理即所谓的 Gamut Mapping 的问题,参考https://graphics.stanford.edu/courses/cs178/applets/gamutmapping.html. ICC 定义了若干 Rendering Intent,每一种 Rendering Intent 有相应的 mapping 算法。一般来说最常用的办法是保持颜色之间的相互差异。

Copy link
Owner

谢谢老师介绍。不过这个页面里保持颜色相互差异的 Perceptual 方法,让所有颜色的饱和度变得好低,感觉有点阴沉啊😂

@yuhao
Copy link

yuhao commented Oct 23, 2023 via email

Copy link
Owner

是说那个页面的方法

The intent here is to bring out-of-gamut colors back into gamut, while minimizing changes in the relationships between different colors. We've interpreted this as projecting all colors proportionately towards the neutral point until every color lies within gamut.

让色度图上所有点维持相对位置不变,向白点移动,刚好使得没有点在三角形色域外。这个方法让 flash app 里图片的饱和度变低了很多。color-science 里相关的功能我自己再看看,不用麻烦老师了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants