• 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-202411.9 KiB361267

SkDiffContext.hD03-May-20244.5 KiB14441

SkDifferentPixelsMetric.hD03-May-20241 KiB5031

SkDifferentPixelsMetric_cpu.cppD03-May-20242.1 KiB6844

SkDifferentPixelsMetric_opencl.cppD03-May-20245 KiB12183

SkImageDiffer.cppD03-May-2024352 207

SkImageDiffer.hD03-May-20241.5 KiB5421

SkPMetric.cppD03-May-202415.6 KiB467363

SkPMetric.hD03-May-2024669 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-20247.6 KiB237166

skpdiff_server.pyD03-May-202423.7 KiB581387

skpdiff_util.cppD03-May-20248.1 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"