lossless-compression-algorithm
There are 84 repositories under lossless-compression-algorithm topic.
dropbox/lepton
Lepton is a tool and file format for losslessly compressing JPEGs by an average of 22%.
FLIF-hub/FLIF
Free Lossless Image Format
libjxl/libjxl
JPEG XL image format reference implementation
xiph/flac
Free Lossless Audio Codec
luben/zstd-jni
JNI binding for Zstd
gchudov/cuetools.net
CD image processing suite with optimized lossless encoders in C#
avaneev/lzav
Fast In-Memory Data Compression Algorithm (inline C/C++) 460+MB/s compress, 2800+MB/s decompress, ratio% better than LZ4, Snappy, and Zstd@-1
sahaRatul/sela
SimplE Lossless Audio
team-charls/charls
CharLS, a C++ JPEG-LS library implementation
douglasjunior/emage
🧙♂️ From developers to developers: a cross-platform tool for losslessly image compression.
ahmedfgad/ArithmeticEncodingPython
Data Compression using Arithmetic Encoding in Python
Rillke/flac.js
JavaScript FLAC encoder, decoder
SamirPaulb/txt-compressor
An online .txt file compressor, de-compressor tool which uses Huffman Coding for Lossless data compression.
cgbur/arcode-rs
An arithmetic coder for Rust.
lsleonard/tiny-data-compression
High-speed lossless data compression of 16 to 512 bytes--get better average compression than QuickLZ for 512-byte blocks. td512 maintains good compression down to 16-byte blocks.
sahaRatul/sela-java
Java rewrite of Sela lossless audio codec
zekiguven/pascal_jls
Delphi / Free Pascal Compitable JPEG-LS Codec
lmcilroy/lzp
A streaming LZ predictor compression tool
upupming/arithmetic-coding
:wrench: Arithmetic coding algorithm implemented in Node.js, both API and CLI support. 算术编码 npm 包,支持 API 调用和 CLI。
vuanhtuan1012/multimedia-representation-and-compression
compute entropy of an image, text; encode/decode text with huffman coding, LZW, LZ77; quantizatize image, signal
gchudov/libtta
A clone of TTA Lossless Audio Codec
rajyash1904/Image-Compression-and-Transmission
Lossless Image Compression and Transmission in Matlab
yuxwind/ExactCompression
[NeurIPS 2021] Official PyTorch Code of Scaling Up Exact Neural Network Compression by ReLU Stability
garimachhikara128/ImageHuffmanCoding
Huffman coding applied on images to obtain lossless image compression
matinmonshizadeh/Image-Compression-Huffman-coding-technique
The algorithm design project contains Huffman coding, a lossless algorithm to reduce image file size.
ChristosKonstantas/IEEE-1857.2-lossless-audio-coding.
In this code we implement the IEEE 1857.2 lossless audio coding extension using 3 different source coding techniques : 1) Arithmetic Coding (benchmark)
FairozaAmira/4DNonSepDWT
4D Non-separable Integer Wavelet Transform for Lossless and Lossy Image Compression
lmcilroy/lzm
A high speed LZ style lossless compression tool
Showndarya/Image-Compression-using-LZW
Image compression and decompression using LZW written in java
w-henderson/Huffpy
🗜️ Lightweight and efficient Python library for Huffman coding.
dominiksalvet/huffman-codec
Adaptive Huffman coding with extra features
RollinHugo/Lossless-compression
Lossless compression implementation in Java
sherifabdlnaby/Lossless-Text-Compression-App
A Java program that implements (4) four lossless text compression techniques for ASCII Text and compares compression ratio.
BryanYehuda/CompressionMethodComparison
Repository ini dibuat untuk menampung code penghitungan MSE, SNR, dan PSNR untuk melakukan perbandingan Metode Compression Lossless dan Lossy
karimkohel/DCW
The DCW stands for Damn Compression Wizard and is basically what it sounds like, a compression app that can compress a text file using Huffman Code (Lossless))
mohit01-10/LZW_and_Huffman_Compression_Algorithm
Implemented Huffman and LZW lossless data compression techniques.