asciimg
v1.0.2
Published
Convert image files to ASCII in command line.
Downloads
3
Readme
Asciimg is a command line tool that displays images in ASCII.
Installation
Assuming that you have already installed npm, in the command line, type either one of the following:
NPM
npm install -g asciimg
From Source
git clone https://github.com/TheAndroidMaster/Asciimg
cd Asciimg
npm install
Usage
asciimg <image>
Or, to change the dimensions:
asciimg <image> -h [height] -w [width]
If either the height or width is not specified, asciimg will pick the value that maintains the correct aspect ratio.
If your command line supports rgb color values:
asciimg <image> --usergb
Sample Images
The 'test.png' included in the repository is over 4000000 pixels in size, so it will take a while for the tool to convert it. Here are screenshots of the result of that and a few other images:
My Profile Picture
A Fidget Spinner
Why not.