skia2/experimental/skpdiff
2013-06-28 16:27:33 +00:00
..
diff_pixels.cl add point of interest API 2013-06-28 16:27:33 +00:00
main.cpp add point of interest API 2013-06-28 16:27:33 +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
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 yee's perceptual metric 2013-06-28 15:34:56 +00:00
SkPMetric.cpp add point of interest API 2013-06-28 16:27:33 +00:00
SkPMetric.h add point of interest API 2013-06-28 16:27:33 +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"