/go-asciify-image

Basic image to ascii art converter in Go

Primary LanguageGoMIT LicenseMIT

go-asciify-image

Basic image to ascii art converter in Go

This is a simple program which takes in an image and produces an ascii art version. In order to prevent massive ascii art pictures, it resizes images whose width or height is over 200px.

Build

Build to an executable with

go build

Usage

Run with

./asciify <file-path>