tansy / zipzop

Zip archive recompressor with Google's zopfli library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zipzop

Zipzop is a zip recompression program, that uses libzopfli to re/compress deflate streams. It uses iterations like g/zip compression levels, but from 1 to infinity. It originated from Komiya Atsushi's zipzop. Licence and original README (in Japanese) is inherited from original.

Usage: $ zipzop <iterations> <in_file> <out_file>

In test directory there are simple sef tests.

About

Zip archive recompressor with Google's zopfli library.

License:zlib License


Languages

Language:C 92.8%Language:Makefile 4.2%Language:Shell 3.0%