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.
- 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.