skia2/include/codec
msarett c30c418f4e Add SkEncodedInfo to report properties of encoded image data
All this does is build an SkEncodedInfo for each codec, and
then convert it to an SkImageInfo.

In future steps I intend to:
(1) Use SkEncodedInfo in place of SrcConfig in SkSwizzler.
(2) Support more conversions in SkSwizzler (non-native
BGRA/RGBA, 16-bit components, float, fixed point)
(3) Investigate optimizing conversions from encoded data
to linear color spaces.

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

Committed: https://skia.googlesource.com/skia/+/f682d9ad70d690a343bc15e26ef321d86770be41

Review URL: https://codereview.chromium.org/1820073002
2016-04-20 11:53:35 -07:00
..
SkAndroidCodec.h Add SkAndroidCodec::getPixels 2016-02-04 06:14:24 -08:00
SkCodec.h Add SkEncodedInfo to report properties of encoded image data 2016-04-20 11:53:35 -07:00
SkEncodedFormat.h Rename the kRAW_SkEncodedFormat to kDNG_SkEncodedFormat as it is actually only used for DNG format 2016-03-11 07:32:33 -08:00
SkEncodedInfo.h Add SkEncodedInfo to report properties of encoded image data 2016-04-20 11:53:35 -07:00