Skip to content

thkinh/AsciiGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEFINITION:

  • pixel: has luminance, rgb
  • lum: float --> calcuated by RGB value of a pixel
  • brightness: size_t --> each interval of brightness, to determine which ascii char we use

Classes

  • AsciiCanvas: Place to put all the char
  • AsciiConverter: Convert pixel to char
  • PixelBuffer: Place to put all the pixel
  • Pixel: RGB value, lum value
  • ImageLoader: load image to Pixel
image

About

Ascii image generator in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors