New issue
Advanced search Search tips

Issue 741248 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Image decoders should only zero pixels it didn't decode

Project Member Reported by cblume@chromium.org, Jul 12 2017

Issue description

Currently, ImageDecoder zeroes all pixels of a frame before decoding.
That way, if a still image (or the first frame of an animated image) does a partial decode, we show the part which was decoded and the rest is transparent.

However, we could only zero the pixels which were not decoded, saving the overpaint.
 

Sign in to add a comment