120
edits
Changes
→Algorithm and Pseudocode
===Algorithm and Pseudocode===
The implementation idea of ASCII art, is to break up an image into chunks represented by yellow boxes in the picture below. This means we have to iterate chunks in a line and then we iterate on lines of chunks - green boxes. This will form two outer-most loops in our code. [[File:zoomed.png|400px]] [[File: chunk.png|150px|left]] Then we think of processing a chunk itself. We need to average the value of all pixels withins it to a single value.
==vTune Amplifier with OpenMP (Alex)==