https://github.com/benpm/colorviz
visualizing color gamuts
https://github.com/benpm/colorviz
Last synced: 11 months ago
JSON representation
visualizing color gamuts
- Host: GitHub
- URL: https://github.com/benpm/colorviz
- Owner: benpm
- Created: 2024-03-19T22:38:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T03:59:52.000Z (about 2 years ago)
- Last Synced: 2025-01-10T22:47:36.495Z (over 1 year ago)
- Language: C++
- Size: 1.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GamutViz

Visualizing color gamuts. The following is some information we used:
- https://sourceforge.net/projects/sampleicc/
- https://sourceforge.net/projects/lcms/
- https://github.com/mm2/Little-CMS
- https://github.com/sk1project/python-lcms2
- https://sourceforge.net/projects/iccxml/
- https://www.color.org/iccmax/profiles/srgb-iccmax.xalter
- https://github.com/InternationalColorConsortium/DemoIccMAX
Convert ICC profiles from C:\Windows\System32\spool\drivers\color into XML format and use the lookup table to generate a mesh
CLUT>TableData
- [profiles/sRGB_D65_MAT.xml](https://www.color.org/iccmax/profiles/sRGB_D65_MAT.xml)
- [profiles/sRGB_D65_colorimetric.xml](https://www.color.org/iccmax/profiles/sRGB_D65_colorimetric.xml)