mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
bmptopnm: add Spanish translation (#14695)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
parent
45a3f78852
commit
a9d55f9ace
1 changed files with 16 additions and 0 deletions
16
pages.es/common/bmptopnm.md
Normal file
16
pages.es/common/bmptopnm.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# bmptopnm
|
||||
|
||||
> Convierte un archivo BMP a una imagen PBM, PGM o PNM.
|
||||
> Más información: <https://netpbm.sourceforge.net/doc/bmptopnm.html>.
|
||||
|
||||
- Genera la imagen PBM, PGM o PNM como salida; para Windows y OS/2 únicamente procesa BMP:
|
||||
|
||||
`bmptopnm {{ruta/al/archivo.bmp}}`
|
||||
|
||||
- Reporta la información del encabezado BMP a `stderr`:
|
||||
|
||||
`bmptopnm -verbose {{ruta/al/archivo.bmp}}`
|
||||
|
||||
- Muestra la versión:
|
||||
|
||||
`bmptopnm -version`
|
Loading…
Add table
Reference in a new issue