🐱 Bobibo
😗 Introduce
Bobibo is a simple cli-tool, it can convert pictures(jpeg, png, even gif) to ascii arts using
braille unicode.
I wrote it, cause i need some anime ascii arts. 💩
If you are looking for colorization, you might be interested in this img2art.
🎞️ Screenshot
 |
| bobibobibobobibo |
 |
 |
| inverse when your background is too light. |
 |
| gif, not much use though. 💩 |
👇 Install
releases download.
- build yourself, makefile in makefile.
- maybe used as sdk ?
go get github.com/orzation/bobibo.
AUR use yay/paru -S bobibo.
NixOS callPackage default.nix.
🍰 How2use
bobibo [-option] /path/to/image.png
options:
-v enable inverse the character color.
-g enable gif mode(test), print every frame of gif image.
-l use network url to load image.
-s value set the scale for images(value default 0.5, (0, +)).
-t value set the threshold of binarization(value default generate by OTSU, [-1, 255]).
use bobibo -h to print options.
use bobibo version to print version.
⚙️ Contribute
hope so 💩
- fork
- do your things
- pull request
📄 License
GPLV3.0