pvigier / fractal-image-compression

A very simple implementation of fractal image compression

Home Page:https://pvigier.github.io/2018/05/14/fractal-image-compression.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fractal-image-compression

A very simple implementation of fractal image compression.

I wrote an article 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

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

About

A very simple implementation of fractal image compression

https://pvigier.github.io/2018/05/14/fractal-image-compression.html

License:MIT License


Languages

Language:Python 100.0%