Skip to content

TannerYork/region-quadtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Region-Quadtree

A region quadtree used specifically for image compression.

The program uses a given image. That image is then divided into four quadrents. Each quadrant has an averaged color based on the colors in the given image. The quadrents are then divided further untill the quadrants error is less than or equal to an error threshold. This process is then repeated N times untill all quadrents have an error less than the error threshold or reach the max depth of the tree.

You read more about how this works in my article here

Examples

Compressing Starry Night Compressing Profile Compressing Wall-E

About

A region quadtree used specifically for image compression.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published