Skip to content

papa-whisky/elixir_ascii_image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elixir ASCII Image

A small Elixir script to convert an image to ASCII characters and print to the command line. Just a quick project for me to learn some Elixir basics, following Robert Heaton's Programming Projects for Advanced Beginners #1: ASCII art.

elixir logo => elixir logo ascii-fied

Requirements

Installation

Clone this repo to a suitable location and install dependencies with mix deps.get.

Usage

Run the script with:

mix asciify path/to/image.jpg

The specified image will be converted to ASCII characters and printed to the console. The image will be resized, but you'll still probably need to zoom out your console quite a lot to fit the whole image in (usually Cmd+- or Ctrl+-).

About

CLI script to convert an image to ASCII art.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages