fractal-image-compression
A very simple implementation of fractal image compression
Python★ 95⑂ 37 forksMITupdated 7 years ago
visit the demo
git clone https://github.com/pvigier/fractal-image-compression.gitpvigier/fractal-image-compressionREADME.mdfork it — it’s yours
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.
But also RGB images by applying the algorithm to the three channels.
more like this
iterated-dynamics
Iterated Dynamics is a fractal renderer with support for many fractal types and extensive context-sensitive help.
C++★ 50
