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

Proper color management support #16

Open
portnov opened this issue Mar 26, 2018 · 0 comments
Open

Proper color management support #16

portnov opened this issue Mar 26, 2018 · 0 comments

Comments

@portnov
Copy link
Owner

portnov commented Mar 26, 2018

For now, palette editor actually always works with 8-bit (s)RGB colors. It can read CMYK data in some cases, but it is just translated into RGB right away.

It would be nice to have:

  • support of other color models (CMYK, Lab, LCh at least) for loading and saving colors
  • support of color profiles (to know the color space in which RGB or CMYK numbers are expressed, and to know display profile to show colors properly)

Of supported palette formats, only Krita's KPL knows about these features. Scribus's XML knows about CMYK, but does not know about profiles.

I'm not an expert in color management at all, so I do not expect this to be done any soon. Just putting it here in case anyone wants to help.

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

No branches or pull requests

1 participant