Lepton is a tool and file format for losslessly compressing JPEGs by an average of 22%.
-
Updated
Aug 20, 2019 - C++
Lepton is a tool and file format for losslessly compressing JPEGs by an average of 22%.
TL;DR: metaflac should support outputting to a different file, like vorbiscomment(1).
Background: I have created a music compilation system which works kinda like a software build system. When possible, it encodes and tags in different steps so that a mere tag change doesn't result in the reencoding of the entire library.
JNI binding for Zstd
SimplE Lossless Audio
JavaScript FLAC encoder, decoder
GPU CUDA Lossless Compressors Survey
Java rewrite of Sela lossless audio codec
compute entropy of an image, text; encode/decode text with huffman coding, LZW, LZ77; quantizatize image, signal
A clone of TTA Lossless Audio Codec
Reversible permutation of the characters of a string, which can be used for lossless data compression based on block sorting.
Lossless compression implementation in Java
A streaming LZ predictor compression tool
Image compression and decompression using LZW written in java
A Java program that implements (4) four lossless text compression techniques for ASCII Text and compares compression ratio.
University Project ( Class: Audio Video Coding )
Assignments for the Audio Video Codification course.
Little module to compress arbitrary data, e.g. before sending to the server. Simple to use; huffman.compress() and huffman.decompress().
ImageCodec
Tiny library that work like a bee to bring you sweet result
Its is one of the lossless compression algorithm.
Huffman coding applied on images to obtain lossless image compression
This program is created to understand how Shannon Fano Coding works.
A high speed LZ style lossless compression tool
RLS-Golomb-Rice lossless codec
Lossless compression using Run-Length
Ravdec is a module written in python, which is based on a Lossless Data Compression Algorithm designed by Mr. Ravin Kumar on 19 September, 2016.This compression algorithm have a fixed compression ratio of 1.1429 in all possible cases, It accepts data of following format: alphabets,numbers, and symbols.It can be used where the machine generates data at a very fast rate, that it became difficult for other algorithms to calculate the probability of a symbol, as data keeps on getting large, and is transmitted over the network with a much faster rate. In this case also, the above module, and algorithm gives the same compression ratio.
Add a description, image, and links to the lossless-compression-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the lossless-compression-algorithm topic, visit your repo's landing page and select "manage topics."
./configure.pycomplains about missing Python library and asks to dopython3 -m pip install --user docopt ninja-syntax. Yes it does work. ButREADME.mddoesn't mention this.It doesn't mention need for a
ninjaeither.