question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CS_GENERIC_CMYK profile loaded from path has different headers during lifetime.

See original GitHub issue

Hi, I’ve faced some strange bug. If you try to load CMYK ICC profile from a properties file, first color space loaded with ColorSpaces.getColorSpace(ColorSpaces.CS_GENERIC_CMYK) will be different from subsequent. I’ve managed to trace the issue up to ColorSpaces::getProfileHeaderWithProfileId method, and it seems that ICC_Profile header can be changed during object lifetime.

I’ve created PR with a failing test. #420

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
ikhaldeevcommented, Apr 9, 2018

Thank you so much! Now it works correctly.

0reactions
haraldkcommented, Apr 6, 2018

Hi,

I just pushed a fix that I believe solves the problem. Please have a look, and report back if you still can reproduce the issue using the latest master.

– Harald K

Read more comments on GitHub >

github_iconTop Results From Across the Web

C# convert RGB value to CMYK using an ICC profile?
I have saved the ICC profile in a folder called "Profiles" and have set the "Copy to Output ... You could have a...
Read more >
Did You Know InDesign Ignores CMYK Profiles?
Here's something every InDesign user should know, but almost none do: InDesign, by default, completely ignores CMYK profiles you have embedded in your ......
Read more >
Work with Photoshop color profiles - Adobe Support
In Adobe Photoshop, learn how to work with color profiles to ensure precise, consistent color management.
Read more >
GIMP Crash (#8111) · Issues · GNOME / GIMP · GitLab
GIMP_official rev 0 for windows # C compiler # Using built-in specs. ... --with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include ...
Read more >
GIMP/CMYK support - ArchWiki
This article will show how to enable rudimentary CMYK support in Gimp using the Separate and Separate+ plug-ins, and explain how to use ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found