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

Issue 1282073004: Support decoding opaque images to unpremul/premul (Closed)

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

Description

Support decoding opaque images to unpremul/premul Since an opaque image is trivially unpremul *and* premul, support decoding it to either one.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -10 lines) Patch
M src/codec/SkCodecPriv.h View 1 chunk +8 lines, -5 lines 0 comments Download
M src/codec/SkJpegCodec.cpp View 1 chunk +0 lines, -5 lines 0 comments Download
M tests/CodexTest.cpp View 1 chunk +5 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 1 (0 generated)
scroggo
5 years, 4 months ago (2015-08-12 17:55:36 UTC) #1
Message was sent while issue was closed.
We instead decided to stick with the existing behavior - disable decoding opaque
unpremul/premul.

The test was updated to check that in crrev.com/1277253003

Powered by Google App Engine
This is Rietveld 408576698