Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on android)
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 20 Mar 2012 14:51:47 +0000 (14:51 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 20 Mar 2012 14:51:47 +0000 (14:51 +0000)
commitd5c9e996dff7169cd6bfbf5c6d1543fca512c1a5
treec33f0ce090db0c651fe50f30c2979deebd68ea99
parent166e653f67f3fffc3846184a25ce45ab083f07a2
Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on android)

http://codereview.appspot.com/5785054/

git-svn-id: http://skia.googlecode.com/svn/trunk@3438 2bbb7eff-a529-9590-31e7-b0007b416f81
16 files changed:
gm/cmykjpeg.cpp [new file with mode: 0644]
gm/gm.cpp
gm/gm.h
gm/gmmain.cpp
gm/resources/CMYK.jpg [new file with mode: 0644]
gyp/gmslides.gypi
gyp/images.gyp
gyp/libjpeg.gyp
samplecode/SampleApp.cpp
src/images/SkImageDecoder_Factory.cpp
src/images/SkImageDecoder_libbmp.cpp
src/images/SkImageDecoder_libgif.cpp
src/images/SkImageDecoder_libico.cpp
src/images/SkImageDecoder_libjpeg.cpp
src/images/SkImageDecoder_wbmp.cpp
src/images/SkJpegUtility.cpp