Skip to content

bjh83/makeascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

It takes images and turns them into ASCII strings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages