The world's worst image compression algorithm. All in python!
The compression ratio is about 1:34 for those wondering.
How to use: For compression:
- Open CMD
- run "python ica.py compress [image name and file extension] [data file name].txt" [image name and file extension] is the name and file type of the image you want to compress [compressed data file name] is the name you want to use for the data For decompression
- Open CMD
- run "python ica.py decompress [data file name].txt [image name and file extension]" [image name and file extension] is the name and file type of the image you want to compress [data file name] is the name you want to use for the data