Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(392)

Issue 7238043: output max-pixel-err if we're comparing against known PNG files.

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 4 months ago by reed1
Modified:
12 years, 4 months ago
Reviewers:
epoger, EricB, bsalomon
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

output max-pixel-err if we're comparing against known PNG files.

Patch Set 1 #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -3 lines) Patch
M gm/gm_expectations.h View 3 chunks +3 lines, -2 lines 2 comments Download
M gm/gmmain.cpp View 2 chunks +42 lines, -1 line 6 comments Download

Messages

Total messages: 13
reed1
12 years, 4 months ago (2013-01-28 20:12:32 UTC) #1
bsalomon
https://codereview.appspot.com/7238043/diff/1/gm/gmmain.cpp File gm/gmmain.cpp (right): https://codereview.appspot.com/7238043/diff/1/gm/gmmain.cpp#newcode220 gm/gmmain.cpp:220: err = SkMax32(err, SkAbs32((int)SkGetPackedR32(ca) - (int)SkGetPackedR32(cb))); We've had images ...
12 years, 4 months ago (2013-01-28 20:14:43 UTC) #2
epoger
https://codereview.appspot.com/7238043/diff/1/gm/gmmain.cpp File gm/gmmain.cpp (right): https://codereview.appspot.com/7238043/diff/1/gm/gmmain.cpp#newcode1 gm/gmmain.cpp:1: /* High-level comments/questions: This is intended to restore some ...
12 years, 4 months ago (2013-01-30 16:25:23 UTC) #3
EricB
https://codereview.appspot.com/7238043/diff/1/gm/gmmain.cpp File gm/gmmain.cpp (right): https://codereview.appspot.com/7238043/diff/1/gm/gmmain.cpp#newcode1 gm/gmmain.cpp:1: /* On 2013/01/30 16:25:23, epoger wrote: > High-level comments/questions: ...
12 years, 4 months ago (2013-01-30 16:43:21 UTC) #4
epoger
Into the weeds... https://codereview.appspot.com/7238043/diff/1/gm/gm_expectations.h File gm/gm_expectations.h (right): https://codereview.appspot.com/7238043/diff/1/gm/gm_expectations.h#newcode126 gm/gm_expectations.h:126: virtual Expectations get(const char *testName, SkBitmap*) ...
12 years, 4 months ago (2013-01-30 16:46:49 UTC) #5
reed1
To answer the macro question about pain. gm -w foo (followed by skdiff) works, but ...
12 years, 4 months ago (2013-01-30 17:08:57 UTC) #6
reed1
On 2013/01/30 16:46:49, epoger wrote: > Into the weeds... > > https://codereview.appspot.com/7238043/diff/1/gm/gm_expectations.h > File gm/gm_expectations.h ...
12 years, 4 months ago (2013-01-30 17:13:37 UTC) #7
reed1
If there is a different way to (re)gain this feature (quickly knowing the max pixel-error ...
12 years, 4 months ago (2013-01-30 17:14:52 UTC) #8
epoger
On 2013/01/30 17:14:52, reed1 wrote: > If there is a different way to (re)gain this ...
12 years, 4 months ago (2013-01-30 17:39:59 UTC) #9
reed1
On 2013/01/30 17:39:59, epoger wrote: > On 2013/01/30 17:14:52, reed1 wrote: > > If there ...
12 years, 4 months ago (2013-01-30 17:58:28 UTC) #10
epoger
> > 1. Whether we should report ERROR_DIMENSION_MISMATCH when comparing against > > checksums > ...
12 years, 4 months ago (2013-01-30 18:23:02 UTC) #11
reed1
On 2013/01/30 18:23:02, epoger wrote: > > > 1. Whether we should report ERROR_DIMENSION_MISMATCH when ...
12 years, 4 months ago (2013-01-30 18:29:50 UTC) #12
epoger
12 years, 4 months ago (2013-02-01 17:47:24 UTC) #13
> I will freeze this CL pending your version.

My version is out for review as https://codereview.appspot.com/7241064/ ('gm:
report max-pixel-error if comparing against PNG files (not checksums)')
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b