Difference between revisions of "Pixels"

From CDOT Wiki
Jump to: navigation, search
(Team Members)
(Part 1)
Line 8: Line 8:
 
== Progress ==
 
== Progress ==
 
=== Part 1 ===
 
=== 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 ===
 
=== Part 2 ===

Revision as of 12:55, 15 April 2018


GPU610/DPS915 | Student List | Group and Project Index | Student Resources | Glossary

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