commit | 69ad6a9d03dd6f14b7c730465319313725a7c903 | [log] [tgz] |
---|---|---|
author | msarett <msarett@google.com> | Fri Nov 06 11:02:06 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Fri Nov 06 11:02:06 2015 -0800 |
tree | 6cfd8e0eae9638a5872d899b62f74d2efec59031 | |
parent | 8e26604262ff77fe653e2aed9c839c764a1edd0b [diff] |
Change quality settings on SkImageDecoder_libjpeg It has been demonstrated that higher quality settings really do make a difference in the visual quality of the output image. https://code.google.com/p/chromium/issues/detail?id=385515 https://code.google.com/p/skia/issues/detail?id=3770 We are planning to replace SkImageDecoder with SkCodec, and SkCodec will use the higher quality settings. As a first step, we are using SkCodec as the underlying implementation for BitmapRegionDecoder. CTS tests require that BitmapRegionDecoder be a close match to BitmapFactory (which uses SkImageDecoder), so we must also update the quality of SkImageDecoder to maintain CTS compatibility. BUG=skia: Review URL: https://codereview.chromium.org/1412803009