diff options
-rw-r--r-- | Userland/Libraries/LibGfx/ICC/WellKnownProfiles.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<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(); |