Add new flags to skdiff
authorepoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 1 May 2012 13:26:16 +0000 (13:26 +0000)
committerepoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 1 May 2012 13:26:16 +0000 (13:26 +0000)
commita5f406e9984e09d084cc995895712eb3f8f1c3cf
treedbf1e04cd41a425d76c3b785301fbe38797eab15
parentb88bbd2a5388ec2a5574d0ef7e43160c0ac37a3b
Add new flags to skdiff

New flags are:
--nodiffs: don't write out image diffs or index.html, just generate report on stdout
--match: compare files whose filenames contain this substring; if unspecified, compare ALL files
         this flag may be repeated to add more matching substrings
--nomatch: regardless of --match, DO NOT compare files whose filenames contain this substring
           this flag may be repeated to add more forbidden substrings

Also implemented the --threshold flag, which was already documented but not implemented.
Review URL: https://codereview.appspot.com/6135045

git-svn-id: http://skia.googlecode.com/svn/trunk@3806 2bbb7eff-a529-9590-31e7-b0007b416f81
tools/skdiff_main.cpp