-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
色域出界的处理即所谓的 Gamut Mapping 的问题,参考https://graphics.stanford.edu/courses/cs178/applets/gamutmapping.html. ICC 定义了若干 Rendering Intent,每一种 Rendering Intent 有相应的 mapping 算法。一般来说最常用的办法是保持颜色之间的相互差异。 |
谢谢老师介绍。不过这个页面里保持颜色相互差异的 Perceptual 方法,让所有颜色的饱和度变得好低,感觉有点阴沉啊😂 |
你说的是那个 flash app 的实现?color-science library 的实现应该是最准确的。
On Sun, Oct 22, 2023 at 9:14 PM ZhaJiMan ***@***.***> wrote:
谢谢老师介绍。不过这个页面里保持颜色相互差异的 Perceptual 方法,让所有颜色的饱和度变得好低,感觉有点阴沉啊😂
—
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHRSQM5MERGVONEAPNR2DDYAXHKBAVCNFSM6AAAAAA6LJONQWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZUGMZDIOJXGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Typed on a mobile phone. Please excuse brevity.
|
是说那个页面的方法
让色度图上所有点维持相对位置不变,向白点移动,刚好使得没有点在三角形色域外。这个方法让 flash app 里图片的饱和度变低了很多。color-science 里相关的功能我自己再看看,不用麻烦老师了。 |
搞颜色系列:绘制 CIE 1931 色度图 - 炸鸡人博客
A minimal Hugo theme with nice theme color.
https://zhajiman.github.io/post/chromaticity_diagram/
The text was updated successfully, but these errors were encountered: