libwebp/man
Urvang Joshi 73f52133a1 gif2webp: Add a mixed compression mode
When '-mixed' option is given, each frame would be heuristically chosen
to be
encoded using lossy or lossless compression.

The heuristic is based on the number of colors in the image:
- If num_colors <= 31, pick lossless compression
- If num_colors >= 194, pick lossy compression
- Otherwise, try both and pick the one that compresses better.

Change-Id: I908c73493ddc38e8db35b7b1959300569e6d3a97
2013-11-17 18:04:07 -08:00
..
cwebp.1 add entry for '-resize' option in cwebp's man 2013-10-23 02:22:15 -07:00
dwebp.1 dwebp: enable stdout output with WIC 2013-08-20 19:59:30 -07:00
gif2webp.1 gif2webp: Add a mixed compression mode 2013-11-17 18:04:07 -08:00
Makefile.am Add man page for gif2webp utility 2012-11-15 15:55:06 -08:00
webpmux.1 Add support for "no blend" in webpmux binary 2013-08-26 18:04:52 -07:00