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

This branch is 5 commits ahead of komiya-atsushi/zipzop:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7b845b8 · Sep 24, 2023

History

18 Commits
Sep 24, 2023
Sep 24, 2023
Sep 24, 2023
Mar 2, 2013
Sep 24, 2023
Sep 24, 2023
Sep 24, 2023
Sep 24, 2023
Mar 2, 2013
Mar 2, 2013

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%