From 1e5ececf751ee454101aeaaa69a2eac111b2f1ff Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 28 Apr 2023 14:01:19 -0400 Subject: [PATCH] ICC: Add comment with a link to WellKnownProfiles.cpp --- Userland/Libraries/LibGfx/ICC/WellKnownProfiles.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Userland/Libraries/LibGfx/ICC/WellKnownProfiles.cpp b/Userland/Libraries/LibGfx/ICC/WellKnownProfiles.cpp index 26d04870f0..dfaf6645e0 100644 --- a/Userland/Libraries/LibGfx/ICC/WellKnownProfiles.cpp +++ b/Userland/Libraries/LibGfx/ICC/WellKnownProfiles.cpp @@ -52,6 +52,7 @@ ErrorOr> 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();