Steganography and RLE Compression with WAV Audio File
-
Updated
Nov 1, 2020 - Java
Steganography and RLE Compression with WAV Audio File
A very basic version of Run Length Encoding algorithm that encodes ascii data in a compressed format. It works on a text file containing an image constructed using 2 ascii characters and the RLE with encode it in a compressed format. The program can also decompress a file containing data in RLE compressed format into the exact image that was ori…
Analysis and port of the ENDGAME exploit for Xbox Classic
This is the second task. No matter where I have got it.
The code uses an RLE algorithm to encode images to a CSV file as well as decompress the image.
Simple algorithm to make a positive compression using Run Length Encoding.
TextCompressor with compression and decompression algorithms: LZW RLE Huffman Coding algorithm
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
A Java-based file compression tool that implements Huffman Encoding, LZW Compression, and Run-Length Encoding (RLE) with a Graphical User Interface (GUI) for easy file compression and decompression.
Add a description, image, and links to the rle-compression-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the rle-compression-algorithm topic, visit your repo's landing page and select "manage topics."