Convert a bitmap image into ASCII.
- works with webcam in realtime
- reads png, jpeg and webp images
You can obtain the binary executable for your operating system from the releases page
go build -ldflags="-s -w -v" ./...
The source image or webcam frames, will be stretched to fit the actual size in characters, of the active terminal.
./go-image-to-ascii -webcam
Press CTRL+C
or ESC
to exit.
./go-image-to-ascii -file image.webp
[ ] Add key bindings to change character density