Issue with images displaying too dark with Zen and Firefox #14897
Replies: 2 comments
|
This looks like Firefox's color management mishandling the images' embedded ICC profiles — Chrome/Brave are more forgiving with unusual profiles, which is why the same images look fine there. Glazy specifically hosts user-uploaded photos that often carry odd or broken profiles, so it's a common site for this to surface. Since Zen is Firefox-based, it inherits the behavior. To confirm and fix:
If mode |
|
Ok hoangperry, Thank you gfx.color_management.mode. Default is 2 (color-manage only tagged images). Set it to 0 > Work well gfx.color_management.mode. Default is 2 and gfx.color_management.enablev4 set to true > No change |

This looks like Firefox's color management mishandling the images' embedded ICC profiles — Chrome/Brave are more forgiving with unusual profiles, which is why the same images look fine there. Glazy specifically hosts user-uploaded photos that often carry odd or broken profiles, so it's a common site for this to surface. Since Zen is Firefox-based, it inherits the behavior.
To confirm and fix:
about:configin Zen.gfx.color_management.mode. Default is2(color-manage only tagged images). Set it to0(off) and fully restart the browser.2withgfx.color_management.en…