FineFindus / artem

Convert images from multiple formats (jpg, png, webp, etc…) to ASCII art, written in Rust
Mozilla Public License 2.0
293 stars 9 forks source link

docs: Change ans to ansi #17

Closed VasyaSovari closed 1 year ago

VasyaSovari commented 1 year ago

Instructions contain two typos in the following lines:

# or alternatively, use an .asn file for colored ascii text
artem PATH --output ascii.ans

filetype should be .ansi or the resulting art is mono

FineFindus commented 1 year ago

This is not a typo, artem accepts both .ansi and .ans files for colored text output. Also, I couldn't find any source saying that only ansi files can contain colored text, please cite sources.

VasyaSovari commented 1 year ago

This is not a typo, artem accepts both .ansi and .ans files for colored text output. Also, I couldn't find any source saying that only ansi files can contain colored text, please cite sources.

The 'source' is my own image appearing in mono with the .ans extension and properly coloured with .ansi

FineFindus commented 1 year ago

In which editor did you open it? This is probably just an editor issue, e.g. when using an VS Code extension both files are colored.