Pixels
GPU610/DPS915 | Student List | Group and Project Index | Student Resources | Glossary
Pixels
Team Members
Progress
Part 1
In part one we were looking at using CImg c++ library to optize the code. One idea was to use ASCII art, by taking a grayscale image and turning it into a text file. Each individual character would represent a portion of an image. It was important to keep the ratio or x, y pixels fixed and equal to that of monospace font. We estimated that to be about 8x:5y.