www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 15301] New: The D logo has no embedded colour profile,

https://issues.dlang.org/show_bug.cgi?id=15301

          Issue ID: 15301
           Summary: The D logo has no embedded colour profile, causing
                    significant differences on wide gamut displays in
                    Chrome.
           Product: D
           Version: D2
          Hardware: All
                OS: Mac OS X
            Status: NEW
          Severity: minor
          Priority: P1
         Component: dlang.org
          Assignee: nobody puremagic.com
          Reporter: opantm2+dbugs gmail.com

Chrome handles untagged colour profiles oddly, using the monitor's colour
profile instead of sRGB. Firefox and Safari assume the image is in sRGB, then
convert to the monitor profile there. When using a wide gamut display (such as
the new 5k iMacs with P3 display), this causes the logo to appear significantly
different in Chrome than in Safari. This issue does not exist in Windows as
Windows will automatically assign an sRGB profile to untagged images. And
though this is a Chrome bug, it affects the D logo much more significantly than
most.

The logo in Safari: http://kapps.ca/dlogo1.png
The logo in Chrome: http://kapps.ca/dlogo2.png

For more details on the Chrome issue, see
https://code.google.com/p/chromium/issues/detail?id=37028.

--
Nov 08 2015