Skip to content

Instantly share code, notes, and snippets.

@fire
Last active August 29, 2015 14:06
Show Gist options
  • Save fire/40e7594bf3dc9ddea841 to your computer and use it in GitHub Desktop.
Save fire/40e7594bf3dc9ddea841 to your computer and use it in GitHub Desktop.
Krita bug report: Pallete colours look different than they are

Colors in Krita look different than they actually are.

Suspected problem: Krita directly loads the cmyk values in the aco file into a cmyk color, but assumes it is srgb

Palette aco has cmyk colors.

Test case A:

  1. Create a cmyk document
  2. Draw a color from aco palette
  3. Export the document to psd
  4. Load document in photoshop
  5. Draw a color from the palette
  6. Compare with color in document
  7. Color is the same

Test case B:

  1. Create a rgb document
  2. Draw a color from aco palette
  3. Export the document to psd
  4. Load document in photoshop
  5. Draw using the palette in ps.
  6. Compare with color in document
  7. Color is different

Expected outcome:

  1. Create a rgb document
  2. Draw a color from aco palette
  3. Export the document to psd
  4. Draw using the palette in ps.
  5. Compare with color in document
  6. Color is the same
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment