webp/examples
Pascal Massimino f61d14aabf a WebP encoder
converts PNG & JPEG to WebP

This is an experimental early version, with lot of room
of later optimizations in both speed and quality.

Compile with the usual `./configure && make`
Command line example is examples/cwebp

Usage:

   cwebp [options] -q quality input.png -o output.webp

where 'quality' is between 0 (poor) to 100 (very good).
Typical value is around 80.

More encoding options with 'cwebp -longhelp'

Change-Id: I577a94f6f622a0c44bdfa9daf1086ace89d45539
2011-02-18 23:54:59 -08:00
..
cwebp.c a WebP encoder 2011-02-18 23:54:59 -08:00
dwebp.c oops: forgotten call to Initialize() 2011-02-18 10:26:42 -08:00
Makefile.am a WebP encoder 2011-02-18 23:54:59 -08:00
Makefile.in a WebP encoder 2011-02-18 23:54:59 -08:00
stopwatch.h * add decoding measurement using stopwatch.h (use -v option) 2011-02-16 15:01:27 -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