diff options
author | 2014-12-18 19:14:43 +0100 | |
---|---|---|
committer | 2014-12-18 19:14:43 +0100 | |
commit | ac54694c07a8acbc239e21634f81f73df21d81b5 (patch) | |
tree | 1cc259edde2d2b50d48d1407e66df313d715464c | |
parent | 28a641f74e6cceb714f23dc7f6f299ef7b2b9242 (diff) | |
parent | 3fb6cf9fa71f8daa4ea2c7dddcf5f2ffe29c113e (diff) | |
download | sfnt2woff-zopfli-1.0.1.tar.gz sfnt2woff-zopfli-1.0.1.tar.bz2 sfnt2woff-zopfli-1.0.1.tar.lz sfnt2woff-zopfli-1.0.1.zip |
Merge branch 'master' of github.com:bramstein/sfnt2woff-zopfli
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Create WOFF files with Zopfli compression -This is a modified version of the [sfnt2woff utility](https://people.mozilla.org/~jkew/woff/) that uses Zopfli as a compression algorithm instead of zlib. This results in compression gains of, on average, 5-8% compared to regular WOFF files. Zopfli generates compressed output that is compatible with regular zlib compression so the resulting WOFF files can be used everywhere. +This is a modified version of the [sfnt2woff utility](https://people.mozilla.org/~jkew/woff/) that uses Zopfli as a compression algorithm instead of zlib. This results in compression gains of — on average — 5-8% compared to regular WOFF files. Zopfli generates compressed output that is compatible with regular zlib compression so the resulting WOFF files can be used everywhere. ##Usage @@ -30,7 +30,7 @@ To compile the utilities, run make: > make -This will compile two utilities `sfnt2woff` to convert OpenType files to WOFF and `woff2sfnt` to convert WOFF files back to OpenType files. If the build was succesful you can copy the resulting executables to `/usr/local/bin` to make them available on your system. +This will compile two utilities `sfnt2woff` to convert OpenType files to WOFF and `woff2sfnt` to convert WOFF files back to OpenType files. If the build was succesful you can make them available on your system by copying the resulting executables to `/usr/local/bin` and making them executable (`chmod 755`). ## Licensing |