mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:27:45 +00:00
ICC: Add comment with a link to WellKnownProfiles.cpp
This commit is contained in:
parent
de7a413a9f
commit
1e5ececf75
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ ErrorOr<NonnullRefPtr<Profile>> sRGB()
|
||||||
|
|
||||||
// FIXME: There are many different sRGB ICC profiles in the wild.
|
// FIXME: There are many different sRGB ICC profiles in the wild.
|
||||||
// Explain why, and why this picks the numbers it does.
|
// Explain why, and why this picks the numbers it does.
|
||||||
|
// In the meantime, https://github.com/SerenityOS/serenity/pull/17714 has a few notes.
|
||||||
|
|
||||||
auto header = rgb_header();
|
auto header = rgb_header();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue