Go to file
Leon Scroggins III da3e9ad894 Make SkAndroidCodec (optionally) respect origin
Bug: b/63909536

ImageDecoder will respect the origin, but BitmapFactory will maintain
its current behavior of not respecting it. Add an option to respect it.

In addition, add support for reading the EXIF data from a WEBP. This
seems to be an uncommon use case, but is occasionally used when
converting from a JPEG. Add 8 WEBPs, all converted (with cwebp) from
their analogous JPEG files already checked in.

Change-Id: I38afca58c86fa99ee9ab7d1dc83aaa4f23132c11
Reviewed-on: https://skia-review.googlesource.com/95300
Reviewed-by: Derek Sollenberger <djsollen@google.com>
Commit-Queue: Leon Scroggins <scroggo@google.com>
2018-01-26 22:13:34 +00:00
animations
bench eliminate SK_BUILD_FOR_WIN32 2018-01-26 19:52:04 +00:00
bin fetch-clang-format: better error checking 2018-01-22 20:33:49 +00:00
debugger eliminate SK_BUILD_FOR_WIN32 2018-01-26 19:52:04 +00:00
dm remove obsolete DM test configs 2018-01-26 20:30:40 +00:00
docs working on global enum and image info 2018-01-26 18:22:10 +00:00
example Update SkSurface MakeFromBackend* factories to take an SkColorType. 2017-12-19 18:41:36 +00:00
experimental [skottie] Add 'rz' rotation support 2018-01-26 20:34:00 +00:00
fuzz remove unneeded SkFlattenableSerialization 2018-01-23 18:13:35 +00:00
gm remove SkColorSpace_Base 2018-01-26 19:52:20 +00:00
gn Remove unused SkPictureContentInfo 2018-01-26 18:51:40 +00:00
include Make SkAndroidCodec (optionally) respect origin 2018-01-26 22:13:34 +00:00
infra remove obsolete DM test configs 2018-01-26 20:30:40 +00:00
platform_tools SkQP: re-enable workarounds for unit tests. Also, more logging 2018-01-26 20:44:50 +00:00
resources Make SkAndroidCodec (optionally) respect origin 2018-01-26 22:13:34 +00:00
samplecode eliminate SK_BUILD_FOR_WIN32 2018-01-26 19:52:04 +00:00
site working on global enum and image info 2018-01-26 18:22:10 +00:00
src Make SkAndroidCodec (optionally) respect origin 2018-01-26 22:13:34 +00:00
tests Make SkAndroidCodec (optionally) respect origin 2018-01-26 22:13:34 +00:00
third_party remove third_party/etc1 2018-01-26 20:15:50 +00:00
tools SkQP: more slack 2018-01-26 22:07:44 +00:00
.clang-format
.gitignore Ignore generated README.recipes.md 2017-10-26 18:07:27 +00:00
.gn
AUTHORS Changes to site documentation 2018-01-11 19:47:58 +00:00
BUILD.gn Rename .include files to .inc 2018-01-26 15:03:28 +00:00
codereview.settings
CONTRIBUTING
CQ_COMMITTERS
DEPS roll skcms 2018-01-26 16:13:18 +00:00
Doxyfile
LICENSE
OWNERS add OWNERS file 2017-12-01 19:50:19 +00:00
PRESUBMIT.py Skip AUTHORS check for Skia service accounts 2018-01-02 18:47:01 +00:00
public.bzl remove third_party/etc1 2018-01-26 20:15:50 +00:00
README
README.chromium
whitespace.txt Verify Status is showing new commits. 2018-01-22 22:55:36 +00:00

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

See full details, and build instructions, at https://skia.org.