Skip to content

matthewrkula/image-to-ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

image-to-ascii

Converts an image to ascii text. Configurable with how many many pixels per ascii character you would like.

To use it, just replace "FILENAME" with your image and run:

new ImageToAscii(new File("FILENAME"), 4).printMap();

About

Converts an image to ascii text. Configurable with how many many pixels per ascii character you would like.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages