blob: b3f8e0b3e0217d345539ff79f39ea19e974fe1ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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"
|