image2ascii icon indicating copy to clipboard operation
image2ascii copied to clipboard

:foggy: Convert image to ASCII

Results 9 image2ascii issues
Sort by recently updated
recently updated
newest added

Please could you add the feature of saving the result of the image2ascii to a file. Doing this manually doesn't work as you use some kind of terminal color formatting,...

I tried to install via `go get github.com/qeesung/image2ascii`, but it failed. ```cmd C:\Users\Liu.D.H>go get github.com/qeesung/image2ascii go: downloading github.com/qeesung/image2ascii v1.0.1 go: downloading github.com/mattn/go-isatty v0.0.14 go: downloading github.com/wayneashleyberry/terminal-dimensions v1.1.0 go: downloading github.com/nfnt/resize...

Would be cool to have a flag for monochrome output in the command line utility, maybe something like: ```sh image2ascii --monochrome -f image.png ``` or ```sh image2ascii -m -f image.png...

It would be cool if gif supported.

Would be amazing to be able to use box shapes and/or all known glyphs available for fidelity on sub-pixel level. Kind of like how this works; https://asciiart.club

二维码需要转换成块字符才能被识别 我有个需求是要将二维码输出到终端

Log a more descriptive message than nil in the case of an error with terminal size determination

Any chance of having compiled binary releases in GitHub Releases? I understand implementing [Go Releaser](https://goreleaser.com/) should be relatively straight forward.