Skip to content

A simple command line utility to convert images of Goku into ascii art

License

Notifications You must be signed in to change notification settings

gnumonik/hascii

Repository files navigation

A simple command line utility for convert images, preferably of goku, into ascii art.

Installation/Usage:

git clone https://github.com/gnumonik/hascii.git
cd ./hascii
stack build
stack exec hascii -- -i /PATH/TO/SOURCE_IMAGE -s INTEGER_SCALE_FACTOR -o /PATH/TO/OUTPU_FILE.TXT

The -s and -o arguments are optional. Scaling defaults to 1, and no outputfile causes the image to be printed to the terminal.

Works better at higher scale factors, however, pretty slow with massive images due to the way binarization works.

About

A simple command line utility to convert images of Goku into ascii art

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published