TheZoraiz / ascii-image-converter

A cross-platform command-line tool to convert images into ascii art and print them on the console. Now supports braille art!
Apache License 2.0
2.05k stars 121 forks source link

Wrong -C output #9

Closed sicxu closed 2 years ago

sicxu commented 2 years ago

When I use the "-C" to display the output, the result is wired. The image saved using "--save-img" seems to be fine.

the output displayed in the terminal. image

the saved result leo-ascii-art

TheZoraiz commented 2 years ago

It seems your terminal doesn't support True color escape codes. Try using a different terminal emulator like xterm (or iTerm2 for macOS) and see if the results differ.

sicxu commented 2 years ago

I tried iTerm2, and it works now. Thanks for your reply.

TheZoraiz commented 2 years ago

@sicxu Just released v1.10.0 that supports 8-bit colors. You should be able to see colored ascii art in your usual terminal now :)