libwebp/examples
Urvang Joshi c398f59536 MUX API Updates
- Add alpha support in mux.
- Remove WebPMuxAddNamedData() and WebPMuxGetNamedData() APIs. Add WebPMuxSetImage(), WebPmuxGetImage() and WebPMuxDeleteImage() APIs instead.
- Refactor code using WebPImage struct.
- Corresponding changes in webpmux binary.
- WebPMuxSetImage()/AddFrame()/AddTile() can now work with data which starts from "RIFF...". This simplifies reading a single-image webp file and adding it as an image/frame/tile in mux.

Change-Id: I7d98a6407dfe55c84a682ef7e46bc622f5a6f8d9
2011-11-23 19:03:13 +05:30
..
cwebp.c Correct a bug in ReadPNG() with GRAY_ALPHA images 2011-11-16 18:56:23 -08:00
dwebp.c examples: slight cleanup 2011-11-04 15:30:28 -07:00
Makefile.am webpmux: fix lib link order 2011-10-28 18:11:00 -07:00
stopwatch.h use WEBP_INLINE for inline function declarations 2011-11-11 10:53:58 -08:00
test_ref.ppm lot of cosmetics 2010-11-17 20:09:47 -08:00
test.webp a WebP encoder 2011-02-18 23:54:59 -08:00
webpmux.c MUX API Updates 2011-11-23 19:03:13 +05:30