Skip to content

Browsers are not handling BT.2020 images correctly #538

@svgeesus

Description

@svgeesus

I'm creating more Web Platform tests for the cICP chunk. These will load a PNG image into canvas and then read back the pixel values.

As part of that, I made three images, all of small MacBeth color checkers, starting with sRGB values so each patch is in gamut. I then converted those to Display P3 and to BT.2020. When correctly decoded they should all look the same. Displaying those images in browsers, it was clear that this worked for sRGB and Display P3, but for BT.2020 the images did not match (looked washed out) so the imge data was being treated as sRGB.

I will add a WebKit bug report once I have tested on a mac.

Full description of how the images were built

This is a browser bug report, not a problem with the spec

Left to right: BT.2020, Display P3, sRGB

Image Image Image

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions