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

Issue 887015 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Oct 10
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 634542



Sign in to add a comment

Change API that use ImageData to accept ImageDataColorSettings

Project Member Reported by zakerinasab@chromium.org, Sep 19

Issue description


ImageData API need to be augmented to correctly set/consider ImageDataColorSettings. This includes getImageData, putImageData, createImageBitmap, etc.
 
Cc: zakerinasab@chromium.org
 Issue 886999  has been merged into this issue.
 Issue 779570  has been merged into this issue.
Status: Fixed (was: Assigned)
This is done already. The new API allows setting the color settings of the image data in createImageData. getImageData returns ImageData object in canvas color settings. putImageData also color converts the pixels if needed.

Sign in to add a comment