commit | 9c4909b50ff9d0fdf9bce2a67cd459aeb28cdc3c | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Mon Oct 19 06:39:17 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Oct 19 06:39:17 2015 -0700 |
tree | e5ca55588af4b047c73ea0df40fd9557b57b7a54 | |
parent | b3f1636ec80e66188ddc01306672a9a79a954dfe [diff] |
Add imgblur tool to assist BlurMaskFilter debugging imgblur is intended to establish a ground truth for debugging mask blur issues. It performs a brute force (non-separable) Gaussian blur of the provided image. The blur code itself is in sk_tools_utils so it can be more easily used programmatically in other places (e.g., blur unit tests). Review URL: https://codereview.chromium.org/1384203002