Skip to content

Releases: scrat98/data-compressor

JpegCompressor improvements

25 Dec 03:21

Choose a tag to compare

Pre-release

A0 Entropy coder uses different frequency models for components and AC/DC coefficients

JpegCompressor alpha version

23 Dec 17:04

Choose a tag to compare

Pre-release

Please, see the doc here

Performance improvements

18 Dec 22:13

Choose a tag to compare

Pre-release

Some performance optimizations

Documentation

09 Dec 20:54

Choose a tag to compare

Documentation Pre-release
Pre-release

Create documentation and code clean up

Base implementation

09 Dec 07:30

Choose a tag to compare

Base implementation Pre-release
Pre-release

Implemented the following algorithms:

RLE, BWT, MTF, Arithmetic Coding

Compressor chain: RLE -> BWT -> MTF -> RLE -> A0

TODO:

use LZ* instead of RLE