skia2/experimental/skpdiff
2013-07-16 15:47:07 +00:00
..
diff_pixels.cl add point of interest API 2013-06-28 16:27:33 +00:00
diff_viewer.js modularize the display of diffs for skpdiff 2013-07-12 13:39:53 +00:00
generate_pmetric_tables.py add table pregeneration script for pmetric 2013-07-16 15:47:07 +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 table pregeneration script for pmetric 2013-07-16 15:47:07 +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 improve convolve speed of skpdiff using direct pointers 2013-07-16 12:57:29 +00:00
SkPMetric.cpp add table pregeneration script for pmetric 2013-07-16 15:47:07 +00:00
SkPMetric.h add point of interest API 2013-06-28 16:27:33 +00:00
SkPMetricUtil_generated.h add table pregeneration script for pmetric 2013-07-16 15:47:07 +00:00
viewer_style.css modularize the display of diffs for skpdiff 2013-07-12 13:39:53 +00:00
viewer.html modularize the display of diffs for skpdiff 2013-07-12 13:39:53 +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"