ascii-image-converter icon indicating copy to clipboard operation
ascii-image-converter copied to clipboard

A cross-platform command-line tool to convert images into ascii art and print them on the console. Now supports braille art!

Results 17 ascii-image-converter issues
Sort by recently updated
recently updated
newest added

![TSRJCIWZF9J L}@Q08JG3`7](https://user-images.githubusercontent.com/68121433/170308389-0452fb53-4a4a-4d54-921f-0933dee2cc45.png)

1. When characters in the row have the same color, will be better print escape code only once: `\e[38;5;20mw\e[38;5;20mm` -> `\e[38;5;20mwm` 2. Use only space as invisible character, when background...

When using `--color-bg` the saved image doesn't not have the background filled This is the output in the terminal. ![image](https://user-images.githubusercontent.com/8415008/160137985-fcad8904-ae1e-42ad-9be0-a066e57db0eb.png) This is the image saved. `image-ascii-art.png` ![image-ascii-art](https://user-images.githubusercontent.com/8415008/160138222-f17ae089-27c0-4853-9de9-82b8fa5f7b4e.png) Original image: https://thesungod.xyz/V8mITZeX.jpeg...

ascii-image-converter is not working I have to put the full path of the script every time to use it even after putting it in $PATH

Hi, ascii-image-converter just created the perfect startup banner for our spring boot application. Thanks a bunch! As already noted, packaging is not trivial. A docker image for ascii-image-converter would make...

I found this... https://www.reddit.com/r/golang/comments/o2ztb9/how_do_i_make_a_launchpad_ppa_for_a_go/ ...and was wondering if you were still interested in making that work.

#### It would be useful to be able quickly convert an image from stdin, like this: ```fish curl -sSL https:/foo.bar/baz.qux | ascii-image-converter ``` or ```fish curl -sSL https:/foo.bar/baz.qux | ascii-image-converter...

I'm confused why the only two options are to save as an image (with color, but unable to be displayed in the terminal), or as uncolored text. Why is this...

I'm trying to export the color ASCII art to add to neofetch, but it does not generate neither image nor text files. Using steam deck.