asciiart: add pt_BR translation (#6917)

beep
Henrique Tsuyoshi Yara 2021-10-10 11:45:52 -03:00 committed by GitHub
parent af8db122b7
commit 0b9b6f4496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 1 deletions

View File

@ -0,0 +1,28 @@
# asciiart
> Converte imagens para ASCII.
> Mais informações: <https://github.com/nodanaonlyzuul/asciiart>.
- Lê uma imagem de um arquivo e imprime em ASCII:
`asciiart {{caminho/para/imagem.jpg}}`
- Lê uma imagem de uma URL e imprime em ASCII:
`asciiart {{www.exemplo.com/imagem.jpg}}`
- Escolha a largura da saída (o padrão é 100):
`asciiart --width {{50}} {{caminho/para/imagem.jpg}}`
- Imprimir com cor:
`asciiart --color {{caminho/para/imagem.jpg}}`
- Escolha o formato de saída (o padrão é text):
`asciiart --format {{text|html}} {{caminho/para/imagem.jpg}}`
- Inverter o mapeamento dos caracteres:
`asciiart --invert-chars {{caminho/para/imagem.jpg}}`

View File

@ -13,7 +13,7 @@
- Choose the output width (default is 100):
`asciiart -width {{50}} {{path/to/image.jpg}}`
`asciiart --width {{50}} {{path/to/image.jpg}}`
- Colorize the ASCII output: