Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.
/ Antman Public archive

Lossless [De]Compress Image/Text Files | School Project

Notifications You must be signed in to change notification settings

Saverio976/Antman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Antman

lossless (un)compress files

Performance

measured with make tests_run

  • HTML files: -33% to the original file size
  • PPM files: -66% to the original file size
  • TXT and LYR files: -21% to the original file size

Installation

  • install deps:
    • libc
    • cc (gcc)
    • make
git clone https://github.com/Saverio976/Antman.git
cd Antman
make

Usage

Compress

./antman/antman ./path/to/file 1 > ./file_compressed

Uncompress

./giantman/giantman ./path/to/file 1 > ./file_uncompressed

Contributors

About

Lossless [De]Compress Image/Text Files | School Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages