Merge "use HINT_GRAPH as image_hint for gif source"

This commit is contained in:
skal 2013-10-09 02:58:15 -07:00 committed by Gerrit Code Review
commit d155507cb9

View File

@ -330,6 +330,7 @@ int main(int argc, const char *argv[]) {
return -1;
}
config.lossless = 1; // Use lossless compression by default.
config.image_hint = WEBP_HINT_GRAPH; // always low-color
if (argc == 1) {
Help();