Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pvigier/fractal-image-compression

A very simple implementation of fractal image compression
https://github.com/pvigier/fractal-image-compression

compression decompression fractal image image-compression

Last synced: 3 months ago
JSON representation

A very simple implementation of fractal image compression

Awesome Lists containing this project

README

        

# fractal-image-compression

A very simple implementation of fractal image compression.

I wrote an [article](https://pvigier.github.io/2018/05/14/fractal-image-compression.html) on my blog that explains the theory behind fractal image compression and how the code works. Feel free to read it!

## Examples

The script can compress and decompress greyscale images.

![Iterations of the decompression of a greyscale image](https://github.com/pvigier/fractal-image-compression/raw/master/examples/monkey.png)

But also RGB images by applying the algorithm to the three channels.