bonniesimon / ascii-art-go

Generate ASCII art from images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASCII-art

Problem Statement

Input an image. Output the ASCII-art of the image.

Demo

demo

Learnings

  • Basic understanding of Golang. Data types available and basic operations of the language.
  • Understanding how image files are stored.
  • Each pixels consists of values of R,G & B.
  • Converting RGB values to greyscale values
  • Mapping brightness values to ASCII characters
  • Printing ASCII art to standard output

Done as a part of Programming Projects for Advanced Beginners

About

Generate ASCII art from images


Languages

Language:Go 98.4%Language:Makefile 1.6%