commit | 60316a9ec4b3d76ff3b63952f463f8ddee8841f8 | [log] [tgz] |
---|---|---|
author | msarett <msarett@google.com> | Mon Mar 21 13:35:43 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Mar 21 13:35:43 2016 -0700 |
tree | 58285a42f9180c70c6e0ec9cd03ed7a3f6853b09 | |
parent | 7b380d0d0e91ae6967c52bfa14853a77b9551de4 [diff] |
Disable the WIC encoder for jpegs My fix from https://codereview.chromium.org/1791583002/ is not sufficient. WIC will only encode JPEGs if we pass in a bitmap in BGR format. For now, let's disable the WIC encoder on JPEGs and fall back on SkImageEncoder_libjpeg. This should fix the scaled-generator gm. https://gold.skia.org/search2?query=source_type%3Dgm%26name%3Dscale-generator&include=false&head=true&unt=true&pos=false&neg=false&limit=100 BUG=skia:3969 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1823743002 Review URL: https://codereview.chromium.org/1823743002