skia2/experimental/skpdiff
zachr@google.com 9432c0c284 add diff viewer website
- adjust PMetric output to be percentage

R=borenet@google.com, bsalomon@google.com

Review URL: https://codereview.chromium.org/18132007

git-svn-id: http://skia.googlecode.com/svn/trunk@9942 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-07-09 21:08:28 +00:00
..
diff_pixels.cl add point of interest API 2013-06-28 16:27:33 +00:00
diff_viewer.js add diff viewer website 2013-07-09 21:08:28 +00:00
main.cpp add JSONP option to output of skpdiff 2013-07-08 15:04:45 +00:00
README add command line flags 2013-06-27 17:51:35 +00:00
SkCLImageDiffer.cpp add point of interest API 2013-06-28 16:27:33 +00:00
SkCLImageDiffer.h add point of interest API 2013-06-28 16:27:33 +00:00
SkDiffContext.cpp add JSONP option to output of skpdiff 2013-07-08 15:04:45 +00:00
SkDiffContext.h add JSONP option to output of skpdiff 2013-07-08 15:04:45 +00:00
SkImageDiffer.cpp add point of interest API 2013-06-28 16:27:33 +00:00
SkImageDiffer.h add point of interest API 2013-06-28 16:27:33 +00:00
skpdiff_util.cpp add globbing util function 2013-06-26 18:55:36 +00:00
skpdiff_util.h add globbing util function 2013-06-26 18:55:36 +00:00
skpdiff.gyp add diff recording and output code 2013-07-02 19:55:32 +00:00
SkPMetric.cpp add diff viewer website 2013-07-09 21:08:28 +00:00
SkPMetric.h add point of interest API 2013-06-28 16:27:33 +00:00
viewer_style.css add diff viewer website 2013-07-09 21:08:28 +00:00
viewer.html add diff viewer website 2013-07-09 21:08:28 +00:00

Some example invocations:

Note how the asterisks are not expanded inside the shell because of the quotes

out/Debug/skpdiff -p \
                  "/usr/local/google/home/zachr/Downloads/gm/*_8888.png" \
                  "/usr/local/google/home/zachr/Downloads/gm/*_gpu.png"


out/Debug/skpdiff --differs different_pixels -f \
                  "/usr/local/google/home/zachr/Downloads/diffs/baseline" \
                  "/usr/local/google/home/zachr/Downloads/diffs/test"