rle-compression-algorithm
There are 48 repositories under rle-compression-algorithm topic.
flamewing/mdcomp
Assorted compression formats for the Sega Mega Drive
rainerzufalldererste/hypersonic-rle-kit
The fastest Run-Length-Encoding on the Planet (for x64)
Fytex/Shafa-CD
File Compressor written in C using both Shannon Fano and RLE algorithms
geraked/verilog-rle
Verilog Implementation of Run Length Encoding for RGB Image Compression
LaurentVeyssier/Detect-and-localize-manufacturing-defects-from-images
Use ResNet50 deep learning model to predict defects in steel and visually localize the defect using Res-UNET model class
PG1003/brle
A C++ library to compress or expand binary data using Run-Length Encoding
tristanratz/Interactive-Image-Segmentation
An AI-aided image segmentation ML-Module for Heartexlab/Label-Studio. Easy to deploy. Great to use.
ssoemoe/py-data-compressor
Python lossless data compression library
cam900/RLE
RLE compressor/decompressor
adolfos94/Enhanced-Run-Length-Encoding
This is a CUDA parallel implementation of an optimized Run Length Encoding compression algorithm that uses an elegant pairing function.
asimba/qbp
Simple LZSS+RLE+RC32 compression algorithm realization (C/C++/Rust).
mgrzeszczak/cuda-run-length-encoding
RLE compression algorithm using CUDA
umutsevdi/rle-img-compression
A Utility program that can compress PGM images using Run Length Encoding Algorithm or reconstruct them without loss.
aameen951/simple_compressor
Very basic RLE and LZ compressor.
8bit-mate/run_length_encoding.rb
A simple gem that does run-length encoding.
AdityaShah98/RLE-Project
Run length encoder/decoder implemented in C
DanielJDufour/fast-rle
Fast Run Length Encoder and Decoder
ryanrvldo/AudioSteganography
Steganography and RLE Compression with WAV Audio File
samcan/nes-rle-decompress
Simple RLE-decompression library for NES 6502 assembly
slode/chimpress
Command line utilities for compression and decompression
Teddarific/AsciiCompressor
ASCII Art Compressor using RLE
Tobotis/RunLengthEncoding
Interactive simulation of Run-Length-Encoding 💿
zhang-stephen/nxzip
The final project in my undergraduate life, a data compressor based on BWT, MTF and Huffman-coding.
84rrry/RLE
RLE compression implementation in python
iamrohitsuthar/run-length-encoding
Run length encoding implementation in CUDA
ishitakakkar1003/RLE-Encoding-Algorithm
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 originally compressed.
namansharma18899/cefd
The cefd (Compression Engine For Dummies) is a simple Compression app 💾 which encodes text. It's easy to understand & implement even for someone who is new to Compression.
PromathBul/RLE
Кодирует, сжимая строку и расшифровывает ее обратно до исходного состояния.
RazvaNGLS/Run_Length_Encoding_Decoding
A C++ implementation of a function that performs Run-Length Encoding and Decoding on a 2-Dimensional char array, plus a HLS implementaion.
TheRayquaza/rle_compression
RLE compression | C
ullenius/rle-js
Run-length encoding & decoding in JS. Command-line Unix-style. Vanilla node.
aayes89/jENDGAME
Analysis and port of the ENDGAME exploit for Xbox Classic
nuwanperera-me/RLE-algorithm
Run Length Encoding and Decoding