rle-encoder
There are 16 repositories under rle-encoder topic.
eloj/rle-zoo
The World's First, Only & Most Amazing RLE Zoo
ialoig/nodejs-png2svg
Convert a PNG image to SVG passing from a RLE encoding 🔒🧑💻
Quinten/RLE-sprite-editor
Editor and converter for Run Length Encoded sprites
pydicom/pylibjpeg-rle
Fast DICOM RLE plugin for pylibjpeg
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.
84rrry/RLE
RLE compression implementation in python
Bernardozomer/rle-rs
A run-length encoding algorithm written in Rust for learning purposes.
chaiqingao/2D_RLE
二维行程编码
korotole/coma
coma - compression manager written in C/C++
PromathBul/RLE
Кодирует, сжимая строку и расшифровывает ее обратно до исходного состояния.
antonio-cirillo/bijective-bwt
:floppy_disk: Implementation of different compression pipelines using bijective BWT.
Junxiao-Zhao/Parallel_Run_length_Encoding
Multi-threads Run-length Encoding
MelisaDundar/RLE-image-conversion
The code uses an RLE algorithm to encode images to a CSV file as well as decompress the image.
TarasYashchuk/TextCompressor
TextCompressor with compression and decompression algorithms: LZW RLE Huffman Coding algorithm
mtg101/rust-rle
Learning Rust by making a little tool to RLE chars/udgs/attrs for my SpeccyTrain project.
TheTrailblazer09/RLE-Image-Encoding
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