363
edits
| No edit summary | No edit summary | ||
| Line 19: | Line 19: | ||
| == Homework II – CUT THE IMAGE UP == | == Homework II – CUT THE IMAGE UP == | ||
| In class we learned how to dice images into any number of tiles and how to arrange them in a random order <br> or a systematic one. The first image is the original one and in the second example it's rearranged randomly. <br> | In class we learned how to dice images into any number of tiles and how to arrange them in a random order <br> or a systematic one. The first image is the original one and in the second example it's diced and rearranged randomly <br> into 49 tiles. Click [http://www.openprocessing.org/sketch/252690 here] to view the code. <br> | ||
| [[Image:original.png|thumb|left|300px]] | [[Image:original.png|thumb|left|300px]] | ||
| [[Image:random_tiles.png|thumb|left|300px]]   | [[Image:random_tiles.png|thumb|left|300px]]   | ||
| <br style="clear:both;"> | |||
| Furthermore one example diced into only one row and flipped horizontal and the second one diced <br> into one column and rearranged randomly.  | |||
| [[Image:flipped_horizontal.png|thumb|left|300px]] | |||
| [[Image:one_column.png|thumb|left|300px]] | |||
| <br style="clear:both;"> | <br style="clear:both;"> | ||
| == homework three == | == homework three == | ||
edits