Use smaller test file for zopfli mode

This commit is contained in:
Andrew 2024-02-18 19:40:37 +13:00
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

View file

@ -686,9 +686,9 @@ fn zopfli_mode() {
input,
&output,
&opts,
RGB,
INDEXED,
BitDepth::Eight,
RGB,
INDEXED,
BitDepth::Eight,
);
}