Skip to content

turns an image into an ascii-character representation

Notifications You must be signed in to change notification settings

milo-ucla/img2ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

img2ascii

Takes a local image file and prints it to terminal (as long as terminal supports ANSI colors)

Args

default: must provide path to image file

-s, --scale scale the image (default is 1:1 char to pixel)

-b, --background-color Give ANSI color to each char's background

-a, --foreground-color Give ANSI color to each char

-o, --omit-characters Replace all chars with " "

How to use

Give the script an image file. You may need to tweak the scale factor to get a good result.

About

turns an image into an ascii-character representation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages