mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 12:55:24 +02:00
bmptopnm: add Portuguese Brazilian translation (#14408)
* bmptopnm: add pt_BR translation * Update pages.pt_BR/common/bmptoppm.md * Update pages.pt_BR/common/bmptoppm.md * Rename bmptoppm.md to bmptopnm.md --------- Co-authored-by: Renie Siqueira <reniedev.github@3nie.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
a53125098a
commit
17231abadf
1 changed files with 16 additions and 0 deletions
16
pages.pt_BR/common/bmptopnm.md
Normal file
16
pages.pt_BR/common/bmptopnm.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# bmptopnm
|
||||
|
||||
> Converte um arquivo BMP para uma imagem PBM, PGM, or PNM.
|
||||
> Mais informações: <https://netpbm.sourceforge.net/doc/bmptopnm.html>.
|
||||
|
||||
- Gera a imagem PBM, PGM, ou PNM como saída, para arquivos BMP em Windows ou OS/2 como entrada:
|
||||
|
||||
`bmptopnm {{caminho/para/arquivo.bmp}}`
|
||||
|
||||
- Relata conteúdos do cabeçalho BMP para `stderr`:
|
||||
|
||||
`bmptopnm -verbose {{caminho/para/arquivo.bmp}}`
|
||||
|
||||
- Versão de exibição:
|
||||
|
||||
`bmptopnm -version`
|
Loading…
Add table
Reference in a new issue