libwebp/examples
skal 4536e7c49c add WebPMuxSetCanvasSize() to the mux API
previously, the final canvas size was adjusted tightly from the
animation frames. Now, it can be specified separately (to be larger, in particular).

calling WebPMuxSetCanvasSize(mux, 0, 0) triggers the 'adjust tightly' behaviour.
This can be useful after calling WebPMuxCreate() if further image addition
is expected.

-> Fixed gif2webp accordingly.

also: made WebPMuxAssemble() more robust by systematically zero-ing WebPData.

Change-Id: Ib4f7eac372cf9dbf6e25cd686a77960e386a0b7f
2014-06-30 07:00:49 +02:00
..
Android.mk examples/Android.mk: add cwebp 2014-06-17 23:41:12 -07:00
cwebp.c dust up the help message 2014-06-20 07:13:11 +02:00
dwebp.c dust up the help message 2014-06-20 07:13:11 +02:00
example_util.c example_util: add ExUtilDecodeWebPIncremental 2014-04-27 01:58:25 -07:00
example_util.h example_util.h: avoid forward declaring enums 2014-04-28 14:56:19 -07:00
gif2webp_util.c fix orig_rect==NULL case 2014-06-12 00:26:33 -07:00
gif2webp_util.h properly report back encoding error code in WebPFrameCacheAddFrame() 2014-06-11 23:26:47 +02:00
gif2webp.c add WebPMuxSetCanvasSize() to the mux API 2014-06-30 07:00:49 +02:00
jpegdec.c configure: move config.h to src/webp/config.h 2014-06-10 23:42:00 -07: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: move config.h to src/webp/config.h 2014-06-10 23:42:00 -07:00
tiffdec.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
vwebp.c dust up the help message 2014-06-20 07:13:11 +02: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 "dust up the help message" 2014-06-19 23:12:02 -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