Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 526 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 526 Bytes

makeascii

A program written in Go that takes an image (currently only jpegs are supported) and converts them to a string that is printed out to a terminal.

Directory List

  • grayscaler: contains the code that grayscales the image and converts the image to a format convenient for translation into ascii
  • asciizer: contains the code that actually generates the string that represents the image.
  • contrastor: contains the code that adds contrast image to make them more asciizable.