Support WebP Animation Image Files
authorTaehyub Kim <taehyub.kim@samsung.com>
Fri, 29 May 2020 02:40:37 +0000 (11:40 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 31 May 2020 21:34:44 +0000 (06:34 +0900)
commit0f1330b1f45dccea060da4caf68747630aa1a3cb
tree45f6db04cbf4b91023bddfb97cf85fd878d9c9e4
parentc87f2ca2046d20ef0ad70d3bd2eec88c1c902009
Support WebP Animation Image Files

Summary:
Support WebP Animate Format Imaeg Files.
To support webp animation, apply webp animation decoder.

Test Plan:
1. compile src/exmaple/elementary/image_webp_example_01.c and 02.c
2. run the samples

Reviewers: Hermet, kimcinoo, jsuya, bu5hm4n

Reviewed By: Hermet, kimcinoo, jsuya

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11876
data/elementary/images/animated_webp_image.webp [new file with mode: 0755]
data/elementary/images/static_webp_image.webp [new file with mode: 0644]
src/examples/elementary/image_webp_example_01.c [new file with mode: 0644]
src/examples/elementary/image_webp_example_02.c [new file with mode: 0644]
src/examples/elementary/meson.build
src/lib/evas/meson.build
src/modules/evas/image_loaders/webp/evas_image_load_webp.c