libwebp/examples
Urvang Joshi 0cc811d7d6 gif2webp: Background color correction
For some GIF images, the first frame is missing the corresponding
graphic control extension. For such cases, we were never calling
GetBackgroundColor(), and default background color value (white) was being used
incorrectly.
So, we call GetBackgroundColor() when we encounter the first image
descriptor instead, to make sure that it is always called.

Change-Id: I00fc8e943d8a0c1578dcd718f3e74dec7de4ed61
2014-09-18 15:07:28 -07:00
..
Android.mk examples/Android.mk: add cwebp 2014-06-17 23:41:12 -07:00
cwebp.c Record the lossless size stats. 2014-09-17 15:16:05 -07:00
dwebp.c examples: warn on invalid numeric parameters 2014-09-11 11:18:28 -07:00
example_util.c examples: warn on invalid numeric parameters 2014-09-11 11:18:28 -07:00
example_util.h examples: warn on invalid numeric parameters 2014-09-11 11:18:28 -07:00
gif2webp_util.c restore encode API compatibility 2014-07-22 22:19:55 -07:00
gif2webp_util.h properly report back encoding error code in WebPFrameCacheAddFrame() 2014-06-11 23:26:47 +02:00
gif2webp.c gif2webp: Background color correction 2014-09-18 15:07:28 -07:00
jpegdec.c JPEG decoder: delay conversion to YUV to WebPEncode() call 2014-07-21 22:26:22 +02:00
jpegdec.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
Makefile.am configure: move config.h to src/webp/config.h 2014-06-10 23:42:00 -07:00
metadata.c update copyright text 2013-06-06 23:09:14 -07:00
metadata.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
pngdec.c configure: move config.h to src/webp/config.h 2014-06-10 23:42:00 -07:00
pngdec.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
stopwatch.h try to remove the spurious warning for static analysis 2014-05-26 18:31:00 +02:00
test_ref.ppm lot of cosmetics 2010-11-17 20:09:47 -08:00
test.webp remove INAM, ICOP, ... chunks from the test webp file. 2012-07-19 17:34:04 -07:00
tiffdec.c configure.ac: add AC_C_BIGENDIAN 2014-07-03 18:15:50 -07:00
tiffdec.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
vwebp.c examples: warn on invalid numeric parameters 2014-09-11 11:18:28 -07:00
webpdec.c example_util: add ExUtilDecodeWebPIncremental 2014-04-27 01:58:25 -07:00
webpdec.h cwebp: add webpdec 2014-04-26 02:20:41 -07:00
webpmux.c Merge "webpmux: simplify InitializeConfig()" 2014-09-12 00:43:06 -07:00
wicdec.c configure: move config.h to src/webp/config.h 2014-06-10 23:42:00 -07:00
wicdec.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00