-
Notifications
You must be signed in to change notification settings - Fork 3.3k
LibGfx/ICC+icc: Add built-in identity LAB profile using mft1 (Lut8TagData), implement conversion from PCS to it #26452
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
Merged
+262
−29
Merged
Changes from 1 commit
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
8fb76eb
LibGfx/ICC: Rename Lut{16,8}TagData::evaluate() to evaluate_to_pcs()
nico 85dca07
LibGfx/ICC: Improve comments in Lut16TagData::evaluate_to_pcs()
nico 01835d3
Tests/LibGfx: Rename sRGB-specific tests to have "sRGB" in their name
nico 91f0186
Tests/LibGfx: Add a test for round-tripping through a matrix ICC profile
nico 4478e69
LibGfx/ICC: Add a 3D->ND overload of lerp_nd()
nico 582fb48
LibGfx/ICC: Rename rgb_header() to profile_header()
nico 14384be
LibGfx/ICC+icc: Add a built-in identity LAB profile
nico 5d443c8
LibGfx/ICC: Implement coverting from PCS to Lut8TagData
nico File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could use
GENto test a different subset on every run. Which means that we should have complete coverage over time.I'm just thinking out-loud.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a big fan of deterministic behavior 😅