Chromium Code Reviews

Issue 21612003: Support decoding subsets from JPG on Android. (Closed)

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

Description

Support decoding subsets from JPG on Android. Previously we only supported it for the framework. Making this change allows us to test subset decoding in skimage, to make sure we don't break it. Will require rebaselining android skimage results. R=djsollen@google.com Committed: https://code.google.com/p/skia/source/detail?r=10625

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+12 lines, -28 lines)
M src/images/SkImageDecoder_libjpeg.cpp View 7 chunks +6 lines, -13 lines 0 comments
M src/images/SkJpegUtility.cpp View 5 chunks +5 lines, -12 lines 0 comments
M tests/ImageDecodingTest.cpp View 1 chunk +1 line, -3 lines 0 comments

Messages

Total messages: 3 (0 generated)
scroggo
7 years, 4 months ago (2013-08-01 19:22:22 UTC) #1
djsollen
lgtm
7 years, 4 months ago (2013-08-01 19:25:45 UTC) #2
scroggo
7 years, 4 months ago (2013-08-07 19:53:57 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r10625 (presubmit successful).

Powered by Google App Engine