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

Issue 2001203003: Write ICC profiles from SkColorSpace object (Closed)

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

Description

Write ICC profiles from SkColorSpace object BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2001203003 Committed: https://skia.googlesource.com/skia/+/ab926f0a1bca1c6e17520803d964a0344b4f79b4

Patch Set 1 : #

Patch Set 2 : TODO: 4x4 matrix profiles #

Patch Set 3 : std::move #

Total comments: 12

Patch Set 4 : #

Patch Set 5 : Rebase #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+304 lines, -52 lines) Patch
M src/core/SkColorSpace.cpp View 1 2 3 4 17 chunks +253 lines, -34 lines 0 comments Download
M src/core/SkColorSpace_Base.h View 1 2 3 4 3 chunks +18 lines, -3 lines 0 comments Download
M src/core/SkEndian.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tests/ColorSpaceTest.cpp View 1 2 3 4 3 chunks +32 lines, -14 lines 3 comments Download

Messages

Total messages: 21 (9 generated)
msarett
https://codereview.chromium.org/2001203003/diff/80001/include/core/SkColorSpace.h File include/core/SkColorSpace.h (right): https://codereview.chromium.org/2001203003/diff/80001/include/core/SkColorSpace.h#newcode69 include/core/SkColorSpace.h:69: sk_sp<SkData> writeToICC(); We may not need this to be ...
4 years, 7 months ago (2016-05-24 15:36:59 UTC) #5
scroggo
https://codereview.chromium.org/2001203003/diff/80001/src/core/SkColorSpace.cpp File src/core/SkColorSpace.cpp (right): https://codereview.chromium.org/2001203003/diff/80001/src/core/SkColorSpace.cpp#newcode214 src/core/SkColorSpace.cpp:214: static const uint32_t kDisplay_Profile = SkSetFourByteTag('m', 'n', 't', 'r'); ...
4 years, 7 months ago (2016-05-24 15:57:51 UTC) #6
reed1
not clear it has to be on the base class (the impl). Could defer to ...
4 years, 7 months ago (2016-05-24 16:04:47 UTC) #7
msarett
> not clear it has to be on the base class (the impl). Could defer ...
4 years, 7 months ago (2016-05-24 18:38:06 UTC) #9
scroggo
lgtm https://codereview.chromium.org/2001203003/diff/140001/tests/ColorSpaceTest.cpp File tests/ColorSpaceTest.cpp (right): https://codereview.chromium.org/2001203003/diff/140001/tests/ColorSpaceTest.cpp#newcode131 tests/ColorSpaceTest.cpp:131: return; This should probably fail the test or ...
4 years, 7 months ago (2016-05-24 19:12:20 UTC) #10
msarett
https://codereview.chromium.org/2001203003/diff/140001/tests/ColorSpaceTest.cpp File tests/ColorSpaceTest.cpp (right): https://codereview.chromium.org/2001203003/diff/140001/tests/ColorSpaceTest.cpp#newcode131 tests/ColorSpaceTest.cpp:131: return; On 2016/05/24 19:12:20, scroggo wrote: > This should ...
4 years, 7 months ago (2016-05-24 19:14:27 UTC) #11
scroggo
https://codereview.chromium.org/2001203003/diff/140001/tests/ColorSpaceTest.cpp File tests/ColorSpaceTest.cpp (right): https://codereview.chromium.org/2001203003/diff/140001/tests/ColorSpaceTest.cpp#newcode131 tests/ColorSpaceTest.cpp:131: return; On 2016/05/24 19:14:27, msarett wrote: > On 2016/05/24 ...
4 years, 7 months ago (2016-05-24 19:14:59 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2001203003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2001203003/140001
4 years, 7 months ago (2016-05-24 19:32:09 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-24 19:45:40 UTC) #16
reed1
lgtm
4 years, 7 months ago (2016-05-25 15:34:26 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2001203003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2001203003/140001
4 years, 7 months ago (2016-05-25 15:52:45 UTC) #19
commit-bot: I haz the power
4 years, 7 months ago (2016-05-25 15:53:45 UTC) #21
Message was sent while issue was closed.
Committed patchset #5 (id:140001) as
https://skia.googlesource.com/skia/+/ab926f0a1bca1c6e17520803d964a0344b4f79b4

Powered by Google App Engine
This is Rietveld 408576698