Parse icc profiles and exif orientation from jpeg markers
authormsarett <msarett@google.com>
Mon, 21 Mar 2016 15:04:40 +0000 (08:04 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 21 Mar 2016 15:04:40 +0000 (08:04 -0700)
commit0e6274f54084d816abd70d445dded8657eb01abd
treec80aa88eeaa6ef846df754e1c1ac44d8d8ea8f83
parent85c9447d4da7b9a12b0fe2894267bd0dc7e6d0f8
Parse icc profiles and exif orientation from jpeg markers

New resources should be fine to add since they are already
checked into chromium.

BUG=skia:3834
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1813273002

Review URL: https://codereview.chromium.org/1813273002
include/codec/SkCodec.h
resources/exif-orientation-2-ur.jpg [new file with mode: 0644]
resources/icc-v2-gbr.jpg [new file with mode: 0644]
src/codec/SkCodec.cpp
src/codec/SkCodecPriv.h
src/codec/SkJpegCodec.cpp
src/codec/SkJpegCodec.h
src/codec/SkRawCodec.cpp
tests/ColorSpaceTest.cpp
tests/ExifTest.cpp [new file with mode: 0644]