From baf7e1781c474fab9ab812239225daa2e994f496 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 12 Mar 2022 16:53:32 -0500 Subject: system/zopfli: Wrap README at 72 columns. Signed-off-by: B. Watson --- system/zopfli/README | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'system') diff --git a/system/zopfli/README b/system/zopfli/README index 1bdf00f8866d5..7550b48840c33 100644 --- a/system/zopfli/README +++ b/system/zopfli/README @@ -1,18 +1,18 @@ -Zopfli Compression Algorithm is a compression library programmed in C to perform -very good, but slow, deflate or zlib compression. +Zopfli Compression Algorithm is a compression library programmed in C +to perform very good, but slow, deflate or zlib compression. -The basic function to compress data is ZopfliCompress in zopfli.h. Use the -ZopfliOptions object to set parameters that affect the speed and compression. -Use the ZopfliInitOptions function to place the default values in the -ZopfliOptions first. +The basic function to compress data is ZopfliCompress in zopfli.h. Use +the ZopfliOptions object to set parameters that affect the speed and +compression. Use the ZopfliInitOptions function to place the default +values in the ZopfliOptions first. -ZopfliCompress supports deflate, gzip and zlib output format with a parameter. -To support only one individual format, you can instead use ZopfliDeflate in -deflate.h, ZopfliZlibCompress in zlib_container.h or ZopfliGzipCompress in -gzip_container.h. +ZopfliCompress supports deflate, gzip and zlib output format with a +parameter. To support only one individual format, you can instead use +ZopfliDeflate in deflate.h, ZopfliZlibCompress in zlib_container.h or +ZopfliGzipCompress in gzip_container.h. -This library can only compress, not decompress. Existing zlib or deflate -libraries can decompress the data. +This library can only compress, not decompress. Existing zlib or +deflate libraries can decompress the data. Zopfli Compression Algorithm was created by Lode Vandevenne and Jyrki Alakuijala, based on an algorithm by Jyrki Alakuijala. -- cgit v1.2.3