Use smaller test file for zopfli mode
This commit is contained in:
parent
51c56329a6
commit
9593b17919
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 31 KiB |
|
|
@ -686,9 +686,9 @@ fn zopfli_mode() {
|
|||
input,
|
||||
&output,
|
||||
&opts,
|
||||
RGB,
|
||||
INDEXED,
|
||||
BitDepth::Eight,
|
||||
RGB,
|
||||
INDEXED,
|
||||
BitDepth::Eight,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue