Forcing color profile to sRGB in Chrome 100

The recent Chrome 100 update looks to have removed the #force-color-profile flag.

How can I make Chrome 100 always use the sRGB color profile?

I searched flags for "color" and "profile" but didn't see any similar setting.

2

1 Answer

Chrome 100 has retired the flag of #force-color-profile.

Below are two temporary methods, to be used as long as they keep on working:

  • Launch Chrome adding the following switch to the target field:--force-color-profile=srgb

  • Re-enable old flags in chrome://flags/ by enabling:

    • Temporarily unexpire M98 flags (#temporary-unexpire-flags-m98)
    • Temporarily unexpire M99 flags (#temporary-unexpire-flags-m99)

    This will resuscitate #force-color-profile.

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like