Skip to content

Program to convert images in braille patterns and play videos as text

License

Notifications You must be signed in to change notification settings

LucasSnatiago/BrailleArtify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrailleArtify

This project aims to provide a simple way to create text art by converting black and white images into braille patterns. It is very efficient, but some improvements like parallelizing the character generation are possible.

How to use

For images use ./braile -i image.png (it only works with jpegs and pngs)

For videos use ./braile -v frame_folder -f fps (the folder must contain only images and they must be in order. The fps value can handle non integers like 29.97)

How to compile

The mod file can handle the compilation, so type go build . braile

Results

To test with a simple image, we will use this Komi-san image, already optimized for generation. The program will work with any image with any size, but pre processing them makes the result better.

Komi-san

Now we can see the result after running the program:

Click here to see the text file

The image will be inverted if you use light mode

About

Program to convert images in braille patterns and play videos as text

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%