New issue
Advanced search Search tips

Issue 891030 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Chrome , Mac
Pri: 2
Type: Bug



Sign in to add a comment

Investigate the use of GetBitmap from ImageSkiaRep

Project Member Reported by malaykeshav@chromium.org, Oct 1

Issue description

Currently a lot of places in the UI code use GetBitmap for ImageSkiaRep. This is done mostly for:
  - Performing a resize operation on the image.
  - Passing the image as to a web ui.
  - Post processing the bitmap.
  - Analyzing the pixels of the image.
 

Sign in to add a comment