Topic: "run-length-decoding"
wfus/Fully-Homomorphic-Image-Processing
Fully Homomorphic Image Preprocessing and analysis - JPEG encoding, decoding, image resizing.
Language: C++ - Size: 3.53 MB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 43 - Forks: 10

Ritwik00025/Data-Compression
The implementation of various data compression techniques.
Language: Python - Size: 77.1 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 25 - Forks: 7

Sec-ant/BDSupReader 📦
A BluRay PGS subtitle (.sup) parser
Language: Python - Size: 186 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 19 - Forks: 1

PG1003/brle
A C++ library to compress or expand binary data using Run-Length Encoding
Language: C++ - Size: 106 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 7 - Forks: 0

DanielJDufour/fast-rle
Fast Run Length Encoder and Decoder
Language: JavaScript - Size: 38.1 KB - Last synced at: 20 days ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 2

Faeq-F/ASCII-art-viewer
A ASCII art viewer that can also compress the files using Run Length Encoding. Written in Python using Tkinter.
Language: Python - Size: 1.26 MB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

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
Language: C - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

claby2/gol
C++ header-only Game of Life library
Language: C++ - Size: 91.8 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

DanielJDufour/rle-serializers
Serialize and Deserialize Run Length Encoding
Language: JavaScript - Size: 32.2 KB - Last synced at: about 6 hours ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

Alevs2R/IT_Messenger
Compression algorithms: Arithmetic, LZW, Run-length. Coding algorithms: Hamming, Repetition, Read-Muller
Language: Java - Size: 318 MB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

missn0body/rle
A terminal program to compress files using RLE
Language: C - Size: 21.5 KB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

fsossai/rle-compression
Heuristics and metaheuristics for enhancing Run-Length Encoding in a database
Language: Python - Size: 3.99 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

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.
Language: Python - Size: 603 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

sajadamouei/chip-seq-dataset-decoding
Decode coverage.bedGraph files that use the run-length encoding format.
Language: Jupyter Notebook - Size: 115 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

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.
Language: Kotlin - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

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.
Language: C++ - Size: 83 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Arthod/Bzip2-in-Java
My CS Bachelor Thesis (Summer 2022)
Language: TeX - Size: 87.8 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

joiellantero/run-length-message-decoding
Separating the multiplier from the UTF-8 unicode using singly linked lists
Language: Python - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

sudhamshu091/Run-Length-Encoding-and-Decoding
Run-length encoding ( RLE) is a form of lossless data compression in which runs of data (sequences in which the same data value occurs in many consecutive data elements) are stored as a single data value and count, rather than as the original run. This is most useful on data that contains many such runs. I am implementing this using python. One of the easiest algorithms to implement. Just doing it for learning purpose.
Language: Python - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

shams-nahid/Run-Length-Encoder-Decoder
npm Module for Run length encoding decoding algorithm.
Language: JavaScript - Size: 16.6 KB - Last synced at: 25 days ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0
