Skip to content

alpharaoh/Quadtree-Compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages