Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Issue 2424353003: Consider the start_coord in interlaced PNG (Closed)

Created:
4 years, 2 months ago by scroggo_chromium
Modified:
4 years, 2 months ago
Reviewers:
msarett, msarett1, scroggo
CC:
reviews_skia.org
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Consider the start_coord in interlaced PNG crrev.com/2420843003 (DIFFERENT ISSUE) resulted in a slight difference in Gold for interlaced PNGs. The new images appeared to have slid down slightly, implying that we sampled pixels higher (earlier) in the image. It turns out we were not truly taking get_start_coord into account. This CL initializes the srcRow to consider get_start_coord, and should fix the problem/difference. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2424353003 Committed: https://skia.googlesource.com/skia/+/e9ea349ff12f84c55766d75e36dadaa4c754105e

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -4 lines) Patch
M src/codec/SkPngCodec.cpp View 1 chunk +6 lines, -4 lines 1 comment Download

Depends on Patchset:

Messages

Total messages: 11 (5 generated)
scroggo_chromium
https://codereview.chromium.org/2424353003/diff/1/src/codec/SkPngCodec.cpp File src/codec/SkPngCodec.cpp (left): https://codereview.chromium.org/2424353003/diff/1/src/codec/SkPngCodec.cpp#oldcode731 src/codec/SkPngCodec.cpp:731: for (int rowNum = fFirstRow + get_start_coord(sampleY); rowsWrittenToOutput < ...
4 years, 2 months ago (2016-10-18 14:32:19 UTC) #3
msarett1
lgtm
4 years, 2 months ago (2016-10-18 14:50:31 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2424353003/1
4 years, 2 months ago (2016-10-18 15:40:13 UTC) #7
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
4 years, 2 months ago (2016-10-18 15:40:14 UTC) #8
scroggo
On 2016/10/18 15:40:14, commit-bot: I haz the power wrote: > Note for Reviewers: > The ...
4 years, 2 months ago (2016-10-18 15:41:11 UTC) #9
commit-bot: I haz the power
4 years, 2 months ago (2016-10-18 16:14:13 UTC) #11
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://skia.googlesource.com/skia/+/e9ea349ff12f84c55766d75e36dadaa4c754105e

Powered by Google App Engine
This is Rietveld 408576698