-
Updated
Aug 20, 2019 - C++
#
lossless-compression-algorithm
Here are 50 public repositories matching this topic...
Lepton is a tool and file format for losslessly compressing JPEGs by an average of 22%.
kalrish
commented
Jun 25, 2018
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
-
Updated
Jul 2, 2020 - C
SimplE Lossless Audio
-
Updated
Apr 11, 2020 - C++
electron
zopfli
mozjpeg
developer-tools
pngcrush
jpegoptim
optipng
image-compression
imagemin
image-optimization
gifsicle
jpegtran
svgo
lossless-compression-algorithm
giflossy
pngout
advpng
-
Updated
Oct 29, 2019 - JavaScript
JavaScript FLAC encoder, decoder
-
Updated
Jul 5, 2019 - JavaScript
GPU CUDA Lossless Compressors Survey
-
Updated
May 15, 2019 - Cuda
Java rewrite of Sela lossless audio codec
audio
java
music-library
lossless-algorithms
lossless-compression-algorithm
lossless-music
lossless-data-compression
-
Updated
Mar 14, 2020 - Java
compute entropy of an image, text; encode/decode text with huffman coding, LZW, LZ77; quantizatize image, signal
-
Updated
Apr 17, 2017 - MATLAB
-
Updated
Mar 31, 2019 - JavaScript
A clone of TTA Lossless Audio Codec
-
Updated
Mar 18, 2018 - C
Reversible permutation of the characters of a string, which can be used for lossless data compression based on block sorting.
-
Updated
Jul 22, 2018 - Python
Lossless compression implementation in Java
-
Updated
Mar 21, 2017 - Java
A streaming LZ predictor compression tool
-
Updated
Dec 7, 2018 - C
Image compression and decompression using LZW written in java
-
Updated
May 1, 2018 - Java
A Java program that implements (4) four lossless text compression techniques for ASCII Text and compares compression ratio.
-
Updated
Dec 8, 2017 - Java
University Project ( Class: Audio Video Coding )
lossless-compression-algorithm
lossy-compression
video-compression
variable-length
audio-compression
-
Updated
Jan 29, 2019 - C++
Assignments for the Audio Video Codification course.
-
Updated
Jan 10, 2017 - C++
Little module to compress arbitrary data, e.g. before sending to the server. Simple to use; huffman.compress() and huffman.decompress().
-
Updated
Sep 29, 2016 - JavaScript
ImageCodec
-
Updated
Jan 6, 2017 - C++
Tiny library that work like a bee to bring you sweet result
-
Updated
Mar 15, 2020 - Java
Its is one of the lossless compression algorithm.
-
Updated
Apr 13, 2019 - Scilab
Huffman coding applied on images to obtain lossless image compression
-
Updated
Apr 13, 2018 - MATLAB
This program is created to understand how Shannon Fano Coding works.
-
Updated
Apr 13, 2019 - Jupyter Notebook
A high speed LZ style lossless compression tool
-
Updated
Oct 18, 2019 - C
RLS-Golomb-Rice lossless codec
-
Updated
Mar 4, 2018 - MATLAB
Lossless compression using Run-Length
-
Updated
Apr 7, 2018 - Python
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.
-
Updated
Dec 22, 2019 - Python
Improve this page
Add a description, image, and links to the lossless-compression-algorithm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lossless-compression-algorithm topic, visit your repo's landing page and select "manage topics."
./configure.py
complains about missing Python library and asks to dopython3 -m pip install --user docopt ninja-syntax
. Yes it does work. ButREADME.md
doesn't mention this.It doesn't mention need for a
ninja
either.