mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
use HINT_GRAPH as image_hint for gif source
quite rarely, it gives a different output then without the HINT, but that's often for a smaller size (tested with default -m and -m 6) Change-Id: I51d221ab61f8e007983325031345728e8d80b241
This commit is contained in:
parent
6a8c0eb718
commit
05879865da
@ -329,6 +329,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();
|
||||
|
Loading…
Reference in New Issue
Block a user