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.
bobibobibobobibo |
inverse when your background is too light. |
gif, not much use though. 💩 |
releases
download.- build yourself, makefile in makefile.
- maybe used as sdk ?
go get github.com/orzation/bobibo
. AUR
useyay/paru -S bobibo
.NixOS
callPackage default.nix.
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. usebobibo version
to print version.
hope so 💩
- fork
- do your things
- pull request
GPLV3.0