mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:26:00 +02:00
asciiart: add pt_BR translation (#6917)
This commit is contained in:
parent
af8db122b7
commit
0b9b6f4496
2 changed files with 29 additions and 1 deletions
28
pages.pt_BR/linux/asciiart.md
Normal file
28
pages.pt_BR/linux/asciiart.md
Normal 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}}`
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
- Choose the output width (default is 100):
|
- 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:
|
- Colorize the ASCII output:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue