A lossy image compression algorithm that utilizes bitpacking.
- Unfortunately, it is not possible to run the project on your machine, since the required libraries are hosted in Tufts servers.
- 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*
-
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.