libwebp/examples
skal 2bcad89b4c allow some more stdin/stout I/O
* allow reading from stdin for dwebp / vwebp
 * allow writing to stdout for gif2webp

by introducing a new function ExUtilReadFromStdin()

Example use: cat in.webp | dwebp -o - -- - > out.png

Note that the '-- -' option must appear *last*
(as per general fashion for '--' option parsing)

Change-Id: I8df0f3a246cc325925d6b6f668ba060f7dd81d68
2014-03-12 19:32:16 +01:00
..
cwebp.c add a -z option to cwebp, and WebPConfigLosslessPreset() function 2014-03-11 23:25:35 +01:00
dwebp.c add a decoding option to flip image vertically 2014-01-16 15:48:43 +01:00
example_util.c allow some more stdin/stout I/O 2014-03-12 19:32:16 +01:00
example_util.h allow some more stdin/stout I/O 2014-03-12 19:32:16 +01:00
gif2webp_util.c add some checks on error paths 2013-12-16 13:33:45 -08:00
gif2webp_util.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
gif2webp.c allow some more stdin/stout I/O 2014-03-12 19:32:16 +01:00
jpegdec.c dwebp: use default dct_method 2013-09-03 15:48:41 -07:00
jpegdec.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
Makefile.am gif2webp: Support a 'min' and 'max' key frame interval 2013-09-12 13:41:09 -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 pngdec: output error messages from libpng 2013-07-09 17:33:21 -07:00
pngdec.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
stopwatch.h fix some warnings from static analysis 2013-09-13 11:33:30 +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 update copyright text 2013-06-06 23:09:14 -07:00
tiffdec.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00
vwebp.c vwebp: let -- stop parameter parsing 2013-12-16 15:14:00 -08:00
webpmux.c webpmux: let -- stop parameter parsing 2013-12-17 20:50:46 -08:00
wicdec.c wicdec: silence a format warning 2013-06-14 18:44:59 -07:00
wicdec.h simplify __cplusplus ifdef 2013-12-16 20:16:02 -08:00