libwebp/examples
Pascal Massimino 3f182d36f4 add a "-duration duration,start,end" option to webpmux
this will force a constant duration for an interval of frames
in an animation.
Notes:
 a) '-duration [...]' can be repeated as many times as needed.
 b) intervals are taken into account in option order. If they overlap, values will be overwritten.
 c) 'start' and 'end' can be omitted, but not the duration value.
 d) 'end' can be equal to '0', in which case it means 'last frame'
 e) single-image files are untouched (ie. not turned into an animation file).

Some example usage:
    webpmux -duration 150 in.webp -o out.webp
    webpmux -duration 33,10,0 in.webp -o out.webp
    webpmux -duration 200,2 -duration 150,0,50 in.webp -o out.webp

Change-Id: I9b595dafa77f9221bacd080be7858b1457f54636
2016-11-09 15:44:09 +01:00
..
Android.mk imageio/Android.mk: correct imagedec dependencies 2016-09-08 20:03:07 -07:00
anim_diff.c Make gif transparent color to be transparent black 2016-09-01 16:50:14 -07:00
anim_util.c prevent 32b overflow for very large canvas_width / height 2016-09-23 05:19:32 +00:00
anim_util.h migrate anim_diff tool from C++ to C89 2015-11-09 18:12:06 -08:00
cwebp.c introduce WebPPlaneDistortion to compute plane distortion 2016-10-19 09:12:13 +02:00
dwebp.c libimageenc.a: extract image-saving code from dwebp 2016-09-08 19:11:26 -07:00
example_util.c add a "-duration duration,start,end" option to webpmux 2016-11-09 15:44:09 +01:00
example_util.h add a "-duration duration,start,end" option to webpmux 2016-11-09 15:44:09 +01:00
gif2webp.c gif2webp: fix crash with NULL extension data 2016-10-07 11:21:18 -07:00
gifdec.c additional fix for stride type as size_t 2016-10-12 18:23:04 +00:00
gifdec.h gifdec: Move inclusion of webp/config.h to header. 2015-04-17 12:43:17 -07:00
Makefile.am libimageenc.a: extract image-saving code from dwebp 2016-09-08 19:11:26 -07:00
stopwatch.h stopwatch.h: fix includes 2014-10-22 17:25:41 +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
vwebp.c vwebp: ensure setenv() is available in stdlib.h 2016-09-30 00:27:06 -07:00
webpmux.c add a "-duration duration,start,end" option to webpmux 2016-11-09 15:44:09 +01:00