run-length-decoding
There are 22 repositories under run-length-decoding topic.
wfus/Fully-Homomorphic-Image-Processing
Fully Homomorphic Image Preprocessing and analysis - JPEG encoding, decoding, image resizing.
Ritwik00025/Data-Compression
The implementation of various data compression techniques.
Sec-ant/BDSupReader
A BluRay PGS subtitle (.sup) parser
PG1003/brle
A C++ library to compress or expand binary data using Run-Length Encoding
DanielJDufour/fast-rle
Fast Run Length Encoder and Decoder
sajadamouei/chip-seq-dataset-decoding
Decode coverage.bedGraph files that use the run-length encoding format.
tyler-thetyrant/ASCII_Encoder
Lossless compression using Run-Length
aleksandarkiridzic/dna-sequence-aligner
Basic seed-and-extend DNA sequence read aligner
Alevs2R/IT_Messenger
Compression algorithms: Arithmetic, LZW, Run-length. Coding algorithms: Hamming, Repetition, Read-Muller
Arthod/Bzip2-in-Java
My CS Bachelor Thesis (Summer 2022)
claby2/gol
C++ header-only Game of Life library
DanielJDufour/rle-serializers
Serialize and Deserialize Run Length Encoding
Faeq-F/ASCII-art-viewer
A ASCII art viewer that can also compress the files using Run Length Encoding. Written in Python using Tkinter.
fsossai/rle-compression
Heuristics and metaheuristics for enhancing Run-Length Encoding in a database
ccusrz/ia32-rle
RLE compressor and decompressor for simplified PBM images in AT&T x86 assembler.
Gautam8387/Huffman-RL-Encoding-Compression-Algorithm
I have worked on developing the implementation of Huffman Compression Algorithm on Strings along with run time encoding. Written in C, the program works on Min Heaps and Huffman Tree data structures. It uses Huffman algorithm—create a Huffman Tree using the frequencies of each character using heap data structure—and Run-time-encoding to compression
huzaifakhan04/basic-greyscale-image-processing
This repository is a collection of fundamental digital image processing operations and algorithms performed on greyscale images, or Portable Grey Map (PGM) files, using different data structures in C++, as part of an assignment and final project module for the Data Structures (CS2001) course.
joiellantero/run-length-message-decoding
Separating the multiplier from the UTF-8 unicode using singly linked lists
missn0body/rle
A terminal program to compress files using RLE
MoEssamKhattab/JPEG-Transform-Compression
This Python repository provides an implementation for JPEG image compression with both low and high compression modes. The script employs various transformations and compression techniques to optimize the file size of JPEG images while preserving acceptable image quality.
darian-catalin-cucer/run-lenght-encoding
Run-length encoding (RLE) is a data compression technique used to reduce the size of repeated sequences of data in an array or stream. It works by replacing consecutive repeated occurrences of a data value with a count and a single value.
shams-nahid/Run-Length-Encoder-Decoder
npm Module for Run length encoding decoding algorithm.