Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 677 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 677 Bytes

Arith

A lossy image compression algorithm that utilizes bitpacking.

Installation

  • Unfortunately, it is not possible to run the project on your machine, since the required libraries are hosted in Tufts servers.

Usage

  • Download the repository contents in local storage.
  • Include the images you wish to compress in the folder.
  • Run the executable with appropriate png or pnm image using:
./40image >> *image_name.png*

Analysis of Algorithm and Runtime

Contributing

  • Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

  • Please make sure to update tests as appropriate.