ICC: Add comment with a link to WellKnownProfiles.cpp

This commit is contained in:
Nico Weber 2023-04-28 14:01:19 -04:00 committed by Andreas Kling
commit 1e5ececf75
Notes: sideshowbarker 2024-07-17 18:46:30 +09:00

View file

@ -52,6 +52,7 @@ ErrorOr<NonnullRefPtr<Profile>> sRGB()
// FIXME: There are many different sRGB ICC profiles in the wild.
// 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();