Difference between revisions of "DPS921/ASCII"
(→Google slides presentation) |
|||
Line 6: | Line 6: | ||
# [mailto:kyuriy@myseneca.ca?subject=GPU621 Yuriy Kartuzov] | # [mailto:kyuriy@myseneca.ca?subject=GPU621 Yuriy Kartuzov] | ||
− | |||
− | |||
− | |||
− | |||
===Google slides presentation=== | ===Google slides presentation=== | ||
Google Slides presentation can be found | Google Slides presentation can be found | ||
[https://docs.google.com/presentation/d/1Py6n332lNK9oVpiJ1-IGasvRQA5EXM52pXsKsKi4cBs/edit?usp=sharing here] | [https://docs.google.com/presentation/d/1Py6n332lNK9oVpiJ1-IGasvRQA5EXM52pXsKsKi4cBs/edit?usp=sharing here] | ||
+ | |||
+ | |||
+ | ==ASCII Art (Yuriy)== | ||
+ | |||
+ | ===Introduction=== | ||
+ | The idea is take an image and turn it into a pictorial representation using ascii character. We use PNG as input and TXT file as output. The idea with TXT images is that they can be pasted into editors, font modified, font color and background set. | ||
+ | [[File:R2d2.jpg|centre|700px]] | ||
+ | We decided to take it a step further and take a PNG file as input and output a PNG file. This looses some functionality mentioned above, however now we are able to process videos since they are just bunch of frames. | ||
+ | |||
+ | ==vTune Amplifier with OpenMP (Alex)== | ||
+ | |||
+ | ==Intel Adviser (Dmytro)== |
Revision as of 12:40, 28 November 2018
Contents
ASCII art
Introduction
Team Members
Google slides presentation
Google Slides presentation can be found here
ASCII Art (Yuriy)
Introduction
The idea is take an image and turn it into a pictorial representation using ascii character. We use PNG as input and TXT file as output. The idea with TXT images is that they can be pasted into editors, font modified, font color and background set.
We decided to take it a step further and take a PNG file as input and output a PNG file. This looses some functionality mentioned above, however now we are able to process videos since they are just bunch of frames.