This code uses RLE compression algorithm to encode images , compress them and then decompress them.The repository also has the unit tests file to test the code
-
Updated
Sep 19, 2021 - Java
This code uses RLE compression algorithm to encode images , compress them and then decompress them.The repository also has the unit tests file to test the code
The code uses an RLE algorithm to encode images to a CSV file as well as decompress the image.
TextCompressor with compression and decompression algorithms: LZW RLE Huffman Coding algorithm
Add a description, image, and links to the rle-encoder topic page so that developers can more easily learn about it.
To associate your repository with the rle-encoder topic, visit your repo's landing page and select "manage topics."