libwebp/examples
Pascal Massimino 7861578bd6 for ReadXXXX() image-readers, use the value of pic->use_argb
This is to infer the needed conversion to YUV(A) or RGB(A).

This is useful to avoid some conversion steps between ARGB and YUVA.
For instance, if the input file is a JPEG, we decode to RGB and
convert to YUV right away, without the intermediate step to ARGB.

The only caveat is that cropping/scaling might give slightly different result,
because of YUV420 downsampling. Therefore, we omit this feature
at cwebp level, when -crop or -rescale is used.

Change-Id: I5a3abe5108982f2a4570e841e3d9baffc73f5bee
2015-10-27 22:54:11 +01:00
..
Android.mk examples/Android.mk: add webpmux_example target 2015-02-25 16:38:21 -08:00
anim_diff.cc anim_encoder: drop a frame if it has same pixels as the prev frame. 2015-10-01 11:14:49 -07:00
anim_util.cc Create a WebPAnimDecoder API. 2015-09-02 16:23:10 -07:00
anim_util.h anim_diff: add a -raw_comparison flag 2015-08-06 20:29:14 -07:00
cwebp.c for ReadXXXX() image-readers, use the value of pic->use_argb 2015-10-27 22:54:11 +01:00
dwebp.c add a -quiet option to 'dwebp' 2015-08-17 20:07:46 -07:00
example_util.c add code for testing random incremental decoding in dwebp 2014-10-16 17:01:32 +02:00
example_util.h examples: warn on invalid numeric parameters 2014-09-11 11:18:28 -07:00
gif2webp.c gif2webp: print output file size 2015-08-24 17:36:57 -07:00
gifdec.c gifdec: Move inclusion of webp/config.h to header. 2015-04-17 12:43:17 -07:00
gifdec.h gifdec: Move inclusion of webp/config.h to header. 2015-04-17 12:43:17 -07:00
jpegdec.c for ReadXXXX() image-readers, use the value of pic->use_argb 2015-10-27 22:54:11 +01:00
jpegdec.h for ReadXXXX() image-readers, use the value of pic->use_argb 2015-10-27 22:54:11 +01:00
Makefile.am Introduce a test tool anim_diff. 2015-05-06 17:17:03 -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 for ReadXXXX() image-readers, use the value of pic->use_argb 2015-10-27 22:54:11 +01:00
pngdec.h for ReadXXXX() image-readers, use the value of pic->use_argb 2015-10-27 22:54:11 +01: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
tiffdec.c for ReadXXXX() image-readers, use the value of pic->use_argb 2015-10-27 22:54:11 +01:00
tiffdec.h for ReadXXXX() image-readers, use the value of pic->use_argb 2015-10-27 22:54:11 +01:00
vwebp.c vwebp: fix incorrect clipping w/NO_BLEND 2015-10-23 12:18:39 -07:00
webpdec.c for ReadXXXX() image-readers, use the value of pic->use_argb 2015-10-27 22:54:11 +01:00
webpdec.h for ReadXXXX() image-readers, use the value of pic->use_argb 2015-10-27 22:54:11 +01:00
webpmux.c Merge "webpmux/DisplayInfo: send non-error output to stdout" 2015-09-26 05:36:40 +00:00
wicdec.c for ReadXXXX() image-readers, use the value of pic->use_argb 2015-10-27 22:54:11 +01:00
wicdec.h for ReadXXXX() image-readers, use the value of pic->use_argb 2015-10-27 22:54:11 +01:00