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

Issue 1061713007: Adding png scanline decoding to kIndex8 (Closed)

Created:
5 years, 8 months ago by msarett
Modified:
5 years, 7 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Requires a minor API change to pass the color table to getScanlineDecoder, as we do with getPixels(). BUG=skia:3722 Committed: https://skia.googlesource.com/skia/+/9e43cabaa1ff26167e990f0bcb9a5c20d662d52c

Patch Set 1 : #

Total comments: 14

Patch Set 2 : Added simpler version of getScanlineDecoder #

Total comments: 4

Patch Set 3 : ctableCount requirements #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -37 lines) Patch
M dm/DM.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M dm/DMSrcSink.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M include/codec/SkCodec.h View 1 2 3 chunks +29 lines, -1 line 2 comments Download
M src/codec/SkCodec.cpp View 1 1 chunk +18 lines, -2 lines 0 comments Download
M src/codec/SkCodecPriv.h View 1 2 chunks +17 lines, -0 lines 0 comments Download
M src/codec/SkCodec_libbmp.cpp View 1 2 3 chunks +1 line, -8 lines 0 comments Download
M src/codec/SkCodec_libgif.cpp View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M src/codec/SkCodec_libpng.h View 2 chunks +3 lines, -2 lines 0 comments Download
M src/codec/SkCodec_libpng.cpp View 1 2 7 chunks +12 lines, -19 lines 0 comments Download

Messages

Total messages: 25 (8 generated)
msarett
5 years, 8 months ago (2015-04-21 20:57:26 UTC) #3
scroggo
lgtm Adding reed@ for API approval. https://codereview.chromium.org/1061713007/diff/20001/include/codec/SkCodec.h File include/codec/SkCodec.h (right): https://codereview.chromium.org/1061713007/diff/20001/include/codec/SkCodec.h#newcode76 include/codec/SkCodec.h:76: * populated if ...
5 years, 8 months ago (2015-04-21 21:43:05 UTC) #5
msarett
Added simpler version of getScanlineDecoder. Improved API comments. Shared copy_color_table() code. https://codereview.chromium.org/1061713007/diff/20001/include/codec/SkCodec.h File include/codec/SkCodec.h (right): ...
5 years, 8 months ago (2015-04-22 14:32:52 UTC) #6
scroggo
https://codereview.chromium.org/1061713007/diff/40001/include/codec/SkCodec.h File include/codec/SkCodec.h (right): https://codereview.chromium.org/1061713007/diff/40001/include/codec/SkCodec.h#newcode80 include/codec/SkCodec.h:80: * be a pointer to 256. It will be ...
5 years, 8 months ago (2015-04-22 17:43:54 UTC) #7
msarett
https://codereview.chromium.org/1061713007/diff/40001/include/codec/SkCodec.h File include/codec/SkCodec.h (right): https://codereview.chromium.org/1061713007/diff/40001/include/codec/SkCodec.h#newcode80 include/codec/SkCodec.h:80: * be a pointer to 256. It will be ...
5 years, 8 months ago (2015-04-22 18:05:39 UTC) #8
scroggo
https://codereview.chromium.org/1061713007/diff/40001/include/codec/SkCodec.h File include/codec/SkCodec.h (right): https://codereview.chromium.org/1061713007/diff/40001/include/codec/SkCodec.h#newcode80 include/codec/SkCodec.h:80: * be a pointer to 256. It will be ...
5 years, 8 months ago (2015-04-22 18:41:36 UTC) #10
msarett
https://codereview.chromium.org/1061713007/diff/40001/include/codec/SkCodec.h File include/codec/SkCodec.h (right): https://codereview.chromium.org/1061713007/diff/40001/include/codec/SkCodec.h#newcode80 include/codec/SkCodec.h:80: * be a pointer to 256. It will be ...
5 years, 8 months ago (2015-04-22 20:03:32 UTC) #11
scroggo
lgtm
5 years, 8 months ago (2015-04-23 15:48:26 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1061713007/60001
5 years, 8 months ago (2015-04-23 17:38:52 UTC) #14
commit-bot: I haz the power
Presubmit check for 1061713007-60001 failed and returned exit status 1. Running presubmit commit checks ...
5 years, 8 months ago (2015-04-23 17:39:01 UTC) #16
msarett
Oh sorry forgot that Mike was added.
5 years, 8 months ago (2015-04-23 17:40:41 UTC) #17
msarett
5 years, 7 months ago (2015-04-28 13:35:18 UTC) #19
djsollen
https://codereview.chromium.org/1061713007/diff/60001/include/codec/SkCodec.h File include/codec/SkCodec.h (right): https://codereview.chromium.org/1061713007/diff/60001/include/codec/SkCodec.h#newcode90 include/codec/SkCodec.h:90: SkScanlineDecoder* getScanlineDecoder(const SkImageInfo& dstInfo, const Options* options, const* for ...
5 years, 7 months ago (2015-04-29 14:02:59 UTC) #20
scroggo
https://codereview.chromium.org/1061713007/diff/60001/include/codec/SkCodec.h File include/codec/SkCodec.h (right): https://codereview.chromium.org/1061713007/diff/60001/include/codec/SkCodec.h#newcode90 include/codec/SkCodec.h:90: SkScanlineDecoder* getScanlineDecoder(const SkImageInfo& dstInfo, const Options* options, On 2015/04/29 ...
5 years, 7 months ago (2015-04-29 14:13:23 UTC) #21
djsollen
then API lgtm
5 years, 7 months ago (2015-04-29 14:26:58 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1061713007/60001
5 years, 7 months ago (2015-04-29 14:33:26 UTC) #24
commit-bot: I haz the power
5 years, 7 months ago (2015-04-29 14:38:46 UTC) #25
Message was sent while issue was closed.
Committed patchset #3 (id:60001) as
https://skia.googlesource.com/skia/+/9e43cabaa1ff26167e990f0bcb9a5c20d662d52c

Powered by Google App Engine
This is Rietveld 408576698