Changes for version 0.06
- Added print colour("reset") as suggested by https://github.com/jwrightecs
- Added block2braille (convert 2d binary data to 2d braille)
- Added blockBlit (blit 2d blocks of characters)
- Added loadGrf (load blocks e.g. fonts)
- Added importCanvas and exportCanvas (load/save canvas from/to file)
- Added font2grf to examples folder (convert fonts from https://damieng.com/typography/zx-origins to grf)
- Added image2grl (convert image to file loadable by Term::Graille *Needs Image::Magick)
- Added testanimate (convert a folder containg frames into Graille Animation *Needs Image::Magick)
Documentation
Modules
Graphical Display in the terminal using UTF8 Braille characters
Examples
- examples/animations/cheetah/cheetah1.png
- examples/animations/cheetah/cheetah2.png
- examples/animations/cheetah/cheetah3.png
- examples/animations/cheetah/cheetah4.png
- examples/animations/cheetah/cheetah5.png
- examples/animations/cheetah/cheetah6.png
- examples/animations/cheetah/cheetah7.png
- examples/animations/cheetah/cheetah8.png
- examples/animations/chimp/chimp1.png
- examples/animations/chimp/chimp10.png
- examples/animations/chimp/chimp2.png
- examples/animations/chimp/chimp3.png
- examples/animations/chimp/chimp4.png
- examples/animations/chimp/chimp5.png
- examples/animations/chimp/chimp6.png
- examples/animations/chimp/chimp7.png
- examples/animations/chimp/chimp8.png
- examples/animations/chimp/chimp9.png
- examples/animations/dragon.png
- examples/fontDemo.pl
- examples/fonts/Area51 Overwide.grf
- examples/fonts/Area51 Serif Bold.grf
- examples/fonts/Area51.grf
- examples/fonts/Cinema Bold.grf
- examples/fonts/Everest Bold.grf
- examples/fonts/Everest Condensed SemiBold.grf
- examples/fonts/Everest Condensed.grf
- examples/fonts/Everest.grf
- examples/fonts/Mutual.grf
- examples/fonts/font2grf.pl
- examples/image2grl.pl
- examples/perl2.grl
- examples/perl2.jpg
- examples/surmaphoto.png
- examples/testanimate.pl
- examples/turtle.pl