asciiart: add page (#4962)

translation-badges
Sahil Dhiman 2020-11-21 03:07:07 +00:00 committed by GitHub
parent f09651b375
commit b77cd3cc66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
pages/linux/asciiart.md Normal file
View File

@ -0,0 +1,28 @@
# asciiart
> Convert images to ASCII.
> More information: <https://github.com/nodanaonlyzuul/asciiart>.
- Read an image from a file and print in ASCII:
`asciiart {{path/to/image.jpg}}`
- Read an image from a URL and print in ASCII:
`asciiart {{www.example.com/image.jpg}}`
- Choose the output width (default is 100):
`asciiart -width {{50}} {{path/to/image.jpg}}`
- Colorize the ASCII output:
`asciiart --color {{path/to/image.jpg}}`
- Choose the output format (default format is text):
`asciiart --format {{text|html}} {{path/to/image.jpg}}`
- Invert the character map:
`asciiart --invert-chars {{path/to/image.jpg}}`