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

Issue 25964003: In skimage, copy to 8888 if encoding fails. (Closed)

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

Description

In skimage, copy to 8888 if encoding fails. When writing the bitmap for visual comparison, rather than special casing A8, depend on the fact that the encoder will fail, and try copying to 8888 and encoding that if so. R=reed@google.com Committed: https://code.google.com/p/skia/source/detail?r=11633

Patch Set 1 #

Total comments: 2

Patch Set 2 : Respond to comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -11 lines) Patch
M tools/skimage_main.cpp View 1 1 chunk +14 lines, -11 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
scroggo
7 years, 2 months ago (2013-10-04 19:46:14 UTC) #1
scroggo
7 years, 2 months ago (2013-10-04 19:46:29 UTC) #2
reed1
lgtm w/ question about checking if we're already 8888 when we failed. https://codereview.chromium.org/25964003/diff/1/tools/skimage_main.cpp File tools/skimage_main.cpp ...
7 years, 2 months ago (2013-10-07 13:59:40 UTC) #3
scroggo
https://codereview.chromium.org/25964003/diff/1/tools/skimage_main.cpp File tools/skimage_main.cpp (right): https://codereview.chromium.org/25964003/diff/1/tools/skimage_main.cpp#newcode118 tools/skimage_main.cpp:118: SkBitmap bm8888; On 2013/10/07 13:59:40, reed1 wrote: > Should ...
7 years, 2 months ago (2013-10-07 16:55:57 UTC) #4
scroggo
7 years, 2 months ago (2013-10-07 16:56:04 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r11633 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698