runlengthencoding
Here are 17 public repositories matching this topic...
Sort:Most stars
A Python program that compresses raw images based on the JPEG compression algorithm.
- Updated
Dec 30, 2023 - Python
The fastest Run-Length-Encoding on the Planet (for x64)
- Updated
Mar 12, 2025 - C
Manipulate run-length encoded image masks
- Updated
Mar 22, 2025 - C
THE fastest way to implement any kind of decoding for Run Length Encoded data in Rust.
- Updated
Jan 30, 2022 - Rust
This is a CUDA parallel implementation of an optimized Run Length Encoding compression algorithm that uses an elegant pairing function.
- Updated
Apr 5, 2019 - Cuda
Simple LZSS+RLE+RC32 compression algorithm realization (C/C++/Rust).
- Updated
Dec 12, 2024 - C
Data Compression Technique
- Updated
Nov 15, 2022 - Python
Hybrid text compression pipeline using Burrows Wheelers Transform, Huffman encoding, Run-length encoding, Lempel-Ziv-Welch compression and Delta encoding
- Updated
May 22, 2021 - C++
The Burrows-Wheeler Transform is a lossless compression algorithm best suited for text with repetitive data. It is used with run-length encode compression.
- Updated
Oct 14, 2024 - C++
Multimedia Algorithms Implementation
- Updated
Oct 14, 2018 - C++
Compression for text using runlenght, huffman, shannon-fano, LZW and MTF
- Updated
Nov 4, 2023 - Java
Multi-threads Run-length Encoding
- Updated
Jan 26, 2023 - C
In this project, I have used two methods to detect lesions on the skin: K-Means Clustering and Connected Components Labeling. With these techniques, I was able to identify the primary region of the skin containing pigmented skin lesions. Additionally, I incorporated Run Length Encoding, a lossless compression method, to store the image data.
- Updated
Apr 4, 2023 - C++
Differential Run Length Encoding for DB serial IDs
- Updated
Feb 13, 2025 - Go
Improve this page
Add a description, image, and links to therunlengthencoding topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with therunlengthencoding topic, visit your repo's landing page and select "manage topics."