• Home
Name Date Size #Lines LOC

..--

READMED03-May-2024474 128

SkCLImageDiffer.cppD03-May-20243.9 KiB12391

SkCLImageDiffer.hD03-May-20243.1 KiB9830

SkDiffContext.cppD03-May-202416.6 KiB462341

SkDiffContext.hD03-May-20247.1 KiB20453

SkDifferentPixelsMetric.hD03-May-20241.1 KiB5132

SkDifferentPixelsMetric_cpu.cppD03-May-20244.8 KiB12289

SkDifferentPixelsMetric_opencl.cppD03-May-20245.1 KiB12284

SkImageDiffer.cppD03-May-2024352 207

SkImageDiffer.hD03-May-20242.4 KiB7431

SkPMetric.cppD03-May-202415.7 KiB468364

SkPMetric.hD03-May-2024677 3114

SkPMetricUtil_generated.hD03-May-2024229.4 KiB2,5872,576

diff_viewer.jsD03-May-202411.4 KiB307213

generate_pmetric_tables.pyD03-May-20244.1 KiB150108

skpdiff_main.cppD03-May-20248.9 KiB269191

skpdiff_server.pyD03-May-202423.7 KiB581387

skpdiff_util.cppD03-May-20248.3 KiB207170

skpdiff_util.hD03-May-20241.7 KiB6117

viewer.htmlD03-May-20243.1 KiB8273

viewer_style.cssD03-May-20242.6 KiB174140

README

1Some example invocations:
2
3Note how the asterisks are not expanded inside the shell because of the quotes
4
5out/Debug/skpdiff -p \
6                  "/usr/local/google/home/zachr/Downloads/gm/*_8888.png" \
7                  "/usr/local/google/home/zachr/Downloads/gm/*_gpu.png"
8
9
10out/Debug/skpdiff --differs different_pixels -f \
11                  "/usr/local/google/home/zachr/Downloads/diffs/baseline" \
12                  "/usr/local/google/home/zachr/Downloads/diffs/test"