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
..
2013-09-13 11:33:30 +02:00
2013-06-06 23:09:14 -07:00
2013-06-06 23:09:14 -07:00
2013-09-03 15:48:41 -07:00
2013-06-06 23:09:14 -07:00
2013-06-06 23:09:14 -07:00
2013-06-06 23:09:14 -07:00
2013-06-06 23:09:14 -07:00
2010-11-17 20:09:47 -08:00
2013-06-06 23:09:14 -07:00
2013-06-06 23:09:14 -07:00
2013-06-14 18:44:59 -07:00
2013-06-06 23:09:14 -07:00