You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.