New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 772093 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: May 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature

Blocked on:
issue skia:7114

Blocking:
issue 634542



Sign in to add a comment

Update ImageData::ImageDataInCanvasColorSettings() to use Skia for sRGB F32

Project Member Reported by zakerinasab@chromium.org, Oct 5 2017

Issue description

When crbug.com/skia/7114 is fixed, modify  ImageData::ImageDataInCanvasColorSettings() to directly use SkColorSpaceXform::apply for color correcting float32 sRGB ImageData.
 
Status: WontFix (was: Assigned)
This is not needed anymore, as it turned out that we won't support sRGB with non-linear gamma transfer function in canvas.
Blocking: 634542
Status: Assigned (was: WontFix)
Opening again, since this is exactly what we need to support extended-sRGB in canvas.
Status: Fixed (was: Assigned)
Ah, F32 is already supported for linear gamma color spaces in SkColorSpaceXform, and this bug is already fixed in ImageData::ImageDataInCanvasColorSettings(). The issue will come back when migrating to extended-sRGB though.

Sign in to add a comment