1
0
Fork 0
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:
Igor Támara 2024-11-09 11:12:28 -05:00 committed by GitHub
parent 45a3f78852
commit a9d55f9ace
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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`