Update ImageData::ImageDataInCanvasColorSettings() to use Skia for sRGB F32 |
||||
Issue descriptionWhen crbug.com/skia/7114 is fixed, modify ImageData::ImageDataInCanvasColorSettings() to directly use SkColorSpaceXform::apply for color correcting float32 sRGB ImageData.
,
Nov 27 2017
,
May 2 2018
Opening again, since this is exactly what we need to support extended-sRGB in canvas.
,
May 2 2018
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 |
||||
Comment 1 by zakerinasab@chromium.org
, Oct 13 2017