The Wayback Machine - https://web.archive.org/web/20210601134019/https://github.com/topics/lossless-compression-algorithm
Skip to content
#

lossless-compression-algorithm

Here are 61 public repositories matching this topic...

mcorossigo
mcorossigo commented Nov 11, 2019

Hello @douglasjunior

This is not a super critical request, but better safe than sorry.
Looking through the depencencies of your project I noticed that a couple of imagemin (and imagemin itself) got some new major releases.

The fact the the last update is almost one year old, also gave time to Electron to deprecate v2.0.0.

So can you make a new release with a round of updated dependencie

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 May 24, 2021
  • 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.

Curate this topic

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."

Learn more