Open main menu

CDOT Wiki β

Pixels

Revision as of 12:55, 15 April 2018 by YuriyKartuzov (talk | contribs) (Part 1)

Pixels

Team Members

  1. Yuriy Kartuzov
  2. Adam Kolodko

Email All

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.

Part 2