CristopherH95 / go-asciify-image

Basic image to ascii art converter in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

Basic image to ascii art converter in Go

License:MIT License


Languages

Language:Go 100.0%