Difference between revisions of "User:Tharim/minor mindofthemachine"

From DigitalCraft_Wiki
Jump to navigation Jump to search
Line 37: Line 37:
 
QUADTREE ENCODING
 
QUADTREE ENCODING
  
Quadtree encoding is a compression method which is used in JPEG compression and is based around a fairly simple concept in which the computer doesn't need to save the information for all the pixels in a image, but
+
Quadtree encoding is a compression method which is used in JPEG compression and is based around a fairly simple concept in which the computer doesn't need to save the information for all the pixels in a image.
 +
It keeps dividing the picture into sections which have more or less the same color.

Revision as of 10:43, 16 October 2017





How to compress life?









PEOPLE

Alkenah Wansing Major: Graphic Design

PAGE ALKENAH

Suzanne Guitjens Major: Fashion

PAGE SUZANNE

Tharim Cornelisse Major: Illustration

PAGE THARIM

DEVELOPMENT

Early on ln the project we picked the subject of compression to work around.

We looked into a few different kinds of compression, the history of compression and the relationship between compression and our project.





Quadtree-Tharim2.png

QUADTREE ENCODING

Quadtree encoding is a compression method which is used in JPEG compression and is based around a fairly simple concept in which the computer doesn't need to save the information for all the pixels in a image. It keeps dividing the picture into sections which have more or less the same color.