DescriptionRemove full-size bitmap copy on SkImage::scalePixels->IFG::decodeAndScale
This and related skia patch [1] move pixmap scaling from SkImage::scalePixels
to ImageFrameGenerator (IFG) decodeAndScale. In following cases this removes a
full size decoded pixels copy:
1. GIF/WebP animation frames are owned by decoder
2. partially received and decoded images (single and multiple frames) as they
also cannot be decoded to externally provided pixels.
[1] dependent skia patch
https://skia-review.googlesource.com/c/5960/
BUG=100170, 438323, 472630, 671821
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|