Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pvigier/fractal-image-compression
- Owner: pvigier
- License: mit
- Created: 2017-05-23T17:02:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T12:39:24.000Z (almost 6 years ago)
- Last Synced: 2023-10-20T22:41:17.153Z (over 1 year ago)
- Topics: compression, decompression, fractal, image, image-compression
- Language: Python
- Homepage: https://pvigier.github.io/2018/05/14/fractal-image-compression.html
- Size: 445 KB
- Stars: 78
- Watchers: 6
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.