Skip to content

NatSquared/Image-To-Braille

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Image To Braille

Covers a given image to a unicode version using braille characters and color escapses.

Basic Example

Original

python braille.py /tmp/it-is-GNU-SLASH-linux.png -s 4 -c 50 --background white

After

Usage

usage: braille.py [-h] [-c C] [-s S] [--nocolor] [--irc] [--invert]
                  [--background BACKGROUND]
                  file

positional arguments:
  file                  The image file to render

optional arguments:
  -h, --help            show this help message and exit
  -c C                  The luma cutoff amount, from 0 to 255. Default 50
  -s S                  Size modifier. Default 1.0x
  --nocolor             Don't use color
  --irc                 Use IRC color escapes
  --invert              Invert the image colors
  --background BACKGROUND
                        The color to display for full alpha transparency

Requirements

About

Converts an image to Unicode braille characters

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%