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

The saved ascii art in txt, is not working properly #30

Closed Lufims closed 1 year ago

Lufims commented 1 year ago

When I use the command to save the ascii art in a txt file, it not displays properly, I think it's because the spaces or line breaks that the script don't do. Screenshot_5

TheZoraiz commented 1 year ago

I remember encountering this problem in one of my old PCs, and I think it's an issue with the text editor not interpreting new lines characters correctly. Could you try reading the saved txt file from a different text editor?

Lufims commented 1 year ago

I remember encountering this problem in one of my old PCs, and I think it's an issue with the text editor not interpreting new lines characters correctly. Could you try reading the saved txt file from a different text editor?

It worked now Screenshot_6

TheZoraiz commented 1 year ago

Neat, guess that solves the issue :)