An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: rle-compression-algorithm

micheal-ndoh/compression_project

A compression project that uses lz and rle techniques for compression, https://www.geeksforgeeks.org/what-are-data-compression-techniques/

Language: JavaScript - Size: 101 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

geraked/verilog-rle

Verilog Implementation of Run Length Encoding for RGB Image Compression

Language: Verilog - Size: 11.6 MB - Last synced at: 5 days ago - Pushed at: almost 4 years ago - Stars: 25 - Forks: 4

Raajkr07/FileCompressionTool

A Java-based file compression tool that implements Huffman Encoding, LZW Compression, and Run-Length Encoding (RLE) with a Graphical User Interface (GUI) for easy file compression and decompression.

Language: Java - Size: 9.77 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

rainerzufalldererste/hypersonic-rle-kit

The fastest Run-Length-Encoding on the Planet (for x64)

Language: C - Size: 1.37 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 34 - Forks: 7

Fytex/Shafa-CD

File Compressor written in C using both Shannon Fano and RLE algorithms

Language: C - Size: 389 KB - Last synced at: 11 days ago - Pushed at: over 4 years ago - Stars: 24 - Forks: 8

asimba/qbp

Simple LZSS+RLE+RC32 compression algorithm realization (C/C++/Rust).

Language: C - Size: 14.6 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 4 - Forks: 0

vincenzobucciero/mySegmentAnything

This repository contains the Mask Generator project, which leverages the Segment Anything model by Meta AI to automatically generate masks from video frames. It uses the Segment Anything model to segment and process video frames, producing accurate segmentation masks that are then encoded into Run-Length Encoding (RLE) format.

Language: Jupyter Notebook - Size: 3.16 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

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.

Language: Python - Size: 335 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

flamewing/mdcomp

Assorted compression formats for the Sega Mega Drive

Language: C++ - Size: 1.48 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 43 - Forks: 4

nuwanperera-me/RLE-algorithm

Run Length Encoding and Decoding

Language: Java - Size: 1000 Bytes - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

aameen951/simple_compressor

Very basic RLE and LZ compressor.

Language: C++ - Size: 7.81 KB - Last synced at: 9 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

PromathBul/RLE

Кодирует, сжимая строку и расшифровывает ее обратно до исходного состояния.

Language: Python - Size: 6.84 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

DanielJDufour/fast-rle

Fast Run Length Encoder and Decoder

Language: JavaScript - Size: 38.1 KB - Last synced at: 18 days ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 2

ryanrvldo/AudioSteganography

Steganography and RLE Compression with WAV Audio File

Language: Java - Size: 2.97 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

8bit-mate/run_length_encoding.rb

A simple gem that does run-length encoding.

Language: Ruby - Size: 55.7 KB - Last synced at: 7 days ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

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

Language: Jupyter Notebook - Size: 19.9 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 10 - Forks: 4

umutsevdi/rle-img-compression

A Utility program that can compress PGM images using Run Length Encoding Algorithm or reconstruct them without loss.

Language: C - Size: 622 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 1

ratikaewkam/RLE-Compression-Algorithm

RLE Compression Algorithm in C#

Language: C# - Size: 4.88 KB - Last synced at: 2 months ago - Pushed at: over 1 year 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

Legendar11/BWT_RLE_Archivation

Implementation of the RLE archiving algorithm using the BWT transformation.

Language: C# - Size: 55.7 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Marthenn/lzw-webapp

A simple webapp to compress ASCII string primarily with LZW, it can also compress further by BWT and RLE

Language: JavaScript - Size: 39.1 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

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

Teddarific/AsciiCompressor

ASCII Art Compressor using RLE

Language: JavaScript - Size: 19.5 KB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 1

TheRayquaza/rle_compression

RLE compression | C

Language: C - Size: 127 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

iamrohitsuthar/run-length-encoding

Run length encoding implementation in CUDA

Language: Cuda - Size: 340 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

AdityaShah98/RLE-Project

Run length encoder/decoder implemented in C

Language: C - Size: 24.4 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 1

mukulve/Run-Length-Encoder

Language: C++ - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

zhang-stephen/nxzip 📦

The final project in my undergraduate life, a data compressor based on BWT, MTF and Huffman-coding.

Language: C++ - Size: 175 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

cam900/RLE 📦

RLE compressor/decompressor

Language: C++ - Size: 46.9 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

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.

Language: Cuda - Size: 176 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 1

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

Eatmeta/Streams.Compression

The Practice "Compression"

Language: C# - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

tristanratz/Interactive-Image-Segmentation

An AI-aided image segmentation ML-Module for Heartexlab/Label-Studio. Easy to deploy. Great to use.

Language: Python - Size: 726 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 8 - Forks: 1

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.

Language: C - Size: 4.09 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ssoemoe/py-data-compressor

Python lossless data compression library

Language: Python - Size: 7 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 1

ullenius/rle-js

Run-length encoding & decoding in JS. Command-line Unix-style. Vanilla node.

Language: JavaScript - Size: 19.5 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

84rrry/RLE

RLE compression implementation in python

Language: Python - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

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.

Language: Java - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

alaafarouk8/RunLengthEncoding_RLE

Language: Java - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

Abdelrhman199/Run-Length-Encoding

Language: Java - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

AhmedSayedMansour/RLE-Huffman-Encoding-For-JPEG

Language: Java - Size: 41 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

Tobotis/RunLengthEncoding

Interactive simulation of Run-Length-Encoding 💿

Language: Dart - Size: 8.07 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 2

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

Language: Java - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

MelisaDundar/RLE-image-conversion

The code uses an RLE algorithm to encode images to a CSV file as well as decompress the image.

Language: Java - Size: 316 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

MoussaGerges9/RLE

Simple algorithm to make a positive compression using Run Length Encoding.

Language: Java - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

mgrzeszczak/cuda-run-length-encoding

RLE compression algorithm using CUDA

Language: C - Size: 1.34 MB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 1

samcan/nes-rle-decompress

Simple RLE-decompression library for NES 6502 assembly

Language: Python - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

slode/chimpress

Command line utilities for compression and decompression

Language: Lasso - Size: 1.77 MB - Last synced at: about 2 years ago - Pushed at: about 10 years ago - Stars: 2 - Forks: 1

Ktlo/pack-rle

This is the second task. No matter where I have got it.

Language: Java - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

Related Keywords
rle-compression-algorithm 49 rle 18 compression 11 run-length-encoding 10 compression-algorithm 7 c 7 rle-encoder 5 run-length-decoding 4 rle-decoder 4 cpp 4 java 4 lzw-compression 3 runlengthencoding 3 python 3 rle-compression 3 compressor 3 rust 2 lz-compression-algorithm 2 lzss 2 huffman-coding 2 data-compression 2 bwt 2 command-line-tool 2 huffman-compression-algorithm 2 pgm-image 2 image-compression 2 image-processing 2 cuda 2 constexpr 1 compile-time 1 brle-utility 1 brle 1 binary-run-length-encoding 1 ascii-art 1 cuda-programming 1 cuda-programming-project 1 run-length-encoding-cuda 1 run-length-encoding-parallel 1 counts 1 negative-counts 1 cpp17 1 data-compressor 1 mtf 1 resunet 1 segmentation-masks 1 tensorflow 1 image 1 pgm 1 csharp 1 dotnetcore 1 burrows-wheeler-transform 1 bzip2 1 lossless 1 lossless-compression-algorithm 1 move-to-front 1 algorithms 1 archivation 1 backend 1 bwt-transform 1 express-js 1 frontend 1 greedy-algorithm 1 interactive-labeling 1 label-studio 1 labeling-tool 1 mask-rcnn 1 ml 1 lz77-compression-algorithm 1 python3 1 zlib-library 1 js 1 lgplv2 1 nodejs 1 vanilla-javascript 1 vanilla-nodejs 1 multimedia 1 flutter 1 simulation 1 rlexamples 1 length-encoding 1 6502-assembly 1 educational 1 pack-rle 1 parallel-programming 1 connected-component-labelling 1 connected-components 1 data-structures 1 doubly-linked-list 1 greyscale 1 hash-table 1 hashing-algorithm 1 linked-list 1 quad-tree 1 quadtree-decomposition 1 queue 1 shape-recognition 1 stack 1 designing-in-csharp 1 memory-stream 1 streams 1