alpharaoh / Quadtree-Compression

Image compression program using quadtrees in python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Compression using Quadtrees

Algorithm in progress Output

This program will compress an image using the quadtree datastructure. This works by recursively splitting the image into quadrants if it stays under a given depth level or is too 'detailed'. Each quadrant holds data about the detail and the colour of the quadrant in order for us to form an image after we have created the quadtree structure using the image.

Created with help from: @tanneryork

Here's a showreel highlighting the beauty of it.

Algorithm in progress Output
Algorithm in progress Output
Algorithm in progress Output

Before After

About

Image compression program using quadtrees in python.


Languages

Language:Python 100.0%