Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit decff78

Browse files
committed
Fix unfinished sentence.
1 parent f7ab2e0 commit decff78

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.zopflipng

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ src/zopflipng and src/zopflipng/lodepng, except src/zopfli/zopfli_bin.c, to a
1919
single binary with C++, e.g.:
2020
g++ src/zopfli/{blocksplitter,cache,deflate,gzip_container,hash,katajainen,lz77,squeeze,tree,util,zlib_container,zopfli_lib}.c src/zopflipng/*.cc src/zopflipng/lodepng/*.cpp -O2 -W -Wall -Wextra -ansi -pedantic -o zopflipng
2121

22-
A makefile is provided as well, but only for linux. Use "make zopflipng" to
23-
build the For other platforms, please use the build instructions above instead.
22+
A makefile is provided as well, but only for linux: use "make zopflipng" with
23+
the Zopfli makefile. For other platforms, please use the build instructions
24+
above instead.
2425

2526
The main compression algorithm in ZopfliPNG is ported from WebP lossless, but
2627
naturally cannot give as much compression gain for PNGs as it does for a more

0 commit comments

Comments
 (0)