Skip to content

cel-does-stuff/Image-to-ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image to ASCII

Converts a colored image into colored ASCII characters

Using NodeJs it grabs the image and breaks it down to individual rgb values. Then it is attached to ASCII blocks to make colorful blocks. Finally it gets printed out in rows according to image size.

NOTE

This may not work for all terminals! Only PNG & JPEGs are supported!

It may not look very good on all terminals as each terminal prints ASCII differently. Don't use too big of images, get-pixels does not work with really large images.

Installation

NPM install get-pixels, ndarry, & sharp and run imageToAscii.js through node

About

Converts Images to colored ascii art

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published