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

Issue 15002004: add encodeData() to SkImageEncoder, and add encoding to SkImage (Closed)

Created:
7 years, 7 months ago by reed1
Modified:
7 years, 7 months ago
Reviewers:
scroggo
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

add encodeData() to SkImageEncoder, and add encoding to SkImage BUG= R=scroggo@google.com Committed: https://code.google.com/p/skia/source/detail?r=9193

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 3

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -29 lines) Patch
M include/core/SkImage.h View 1 2 chunks +18 lines, -2 lines 0 comments Download
M include/images/SkImageEncoder.h View 1 2 chunks +12 lines, -8 lines 0 comments Download
M src/image/SkImage.cpp View 1 2 3 chunks +31 lines, -0 lines 0 comments Download
M src/image/SkImage_Base.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/image/SkImage_Gpu.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
M src/image/SkImage_Raster.cpp View 2 chunks +6 lines, -0 lines 0 comments Download
M src/images/SkImageEncoder.cpp View 1 4 chunks +16 lines, -3 lines 0 comments Download
M tools/skhello.cpp View 1 2 3 2 chunks +19 lines, -16 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
reed1
7 years, 7 months ago (2013-05-16 17:13:31 UTC) #1
scroggo
https://codereview.chromium.org/15002004/diff/1/include/core/SkImage.h File include/core/SkImage.h (right): https://codereview.chromium.org/15002004/diff/1/include/core/SkImage.h#newcode86 include/core/SkImage.h:86: kPNG_EncodeType, Any reason we don't support all types in ...
7 years, 7 months ago (2013-05-16 17:34:41 UTC) #2
reed1
https://codereview.chromium.org/15002004/diff/1/include/core/SkImage.h File include/core/SkImage.h (right): https://codereview.chromium.org/15002004/diff/1/include/core/SkImage.h#newcode86 include/core/SkImage.h:86: kPNG_EncodeType, On 2013/05/16 17:34:41, scroggo wrote: > Any reason ...
7 years, 7 months ago (2013-05-16 17:55:02 UTC) #3
scroggo
lgtm https://codereview.chromium.org/15002004/diff/4001/src/image/SkImage.cpp File src/image/SkImage.cpp (right): https://codereview.chromium.org/15002004/diff/4001/src/image/SkImage.cpp#newcode63 src/image/SkImage.cpp:63: } Minor nit: if asIB fails, shouldn't we ...
7 years, 7 months ago (2013-05-16 17:58:26 UTC) #4
scroggo
https://codereview.chromium.org/15002004/diff/4001/src/image/SkImage.cpp File src/image/SkImage.cpp (right): https://codereview.chromium.org/15002004/diff/4001/src/image/SkImage.cpp#newcode63 src/image/SkImage.cpp:63: } On 2013/05/16 17:58:26, scroggo wrote: > Minor nit: ...
7 years, 7 months ago (2013-05-16 17:58:54 UTC) #5
reed1
https://codereview.chromium.org/15002004/diff/4001/src/image/SkImage.cpp File src/image/SkImage.cpp (right): https://codereview.chromium.org/15002004/diff/4001/src/image/SkImage.cpp#newcode63 src/image/SkImage.cpp:63: } On 2013/05/16 17:58:26, scroggo wrote: > Minor nit: ...
7 years, 7 months ago (2013-05-16 18:01:41 UTC) #6
scroggo
lgtm
7 years, 7 months ago (2013-05-16 18:12:11 UTC) #7
reed1
7 years, 7 months ago (2013-05-20 16:33:48 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 manually as r9193 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698