DescriptionJPEGImageDecoder RGB565&downsample support and related Skia imagegenerator changes
This is part of effort related to better handling large res images:
decoding bitmaps to displayed resolution (not to fullsize as now),
using other than RGBA8888 where acceptable...
See also: Multiple large (~2800x2000) jpegs on page evict each other
from discardable cache and deteriorate performance (re-decoding) -
Issues 438323, 472630
Related Skia changes:
Handling large jpegs in CPU raster - downsample to display res and 565
https://codereview.chromium.org/1412423008/
Proposal for SkImageGenerator::canDecodeAndScale API
https://codereview.chromium.org/1404923004/
This code path is going to be activated from Skia,... it is compromise between
quality (image affinity loss) vs. SkResourceCache behavior. Tweaking and
measurement before activation.
BUG=438323, 472630
Patch Set 1 #
Total comments: 37
Patch Set 2 : processing review comments #Patch Set 3 : Continued decoding fix and downscale combined #
Total comments: 2
Messages
Total messages: 16 (4 generated)
|