Skip to content
/ zipzop Public
forked from komiya-atsushi/zipzop

Zip archive recompressor with Google's zopfli library.

License

Notifications You must be signed in to change notification settings

tansy/zipzop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.8%
  • Makefile 4.2%
  • Shell 3.0%