Difference between revisions of "User:Tharim/minor mindofthemachine"
Jump to navigation
Jump to search
Line 40: | Line 40: | ||
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. | 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. | It keeps dividing the picture into sections which have more or less the same color. | ||
+ | |||
+ | ==VISUAL RESULTS== |
Revision as of 14:07, 16 October 2017
How to compress life?
PEOPLE
Alkenah Wansing Major: Graphic Design
Suzanne Guitjens Major: Fashion
Tharim Cornelisse Major: Illustration
DEVELOPMENT
WEEK 1
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 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.