mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 08:53:39 +02:00
pnmtojpeg: add Spanish translation (#12464)
This commit is contained in:
parent
cef364ba74
commit
8eaccf30f9
1 changed files with 12 additions and 0 deletions
12
pages.es/common/pnmtojpeg.md
Normal file
12
pages.es/common/pnmtojpeg.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# pnmtojpeg
|
||||
|
||||
> Convierte un archivo de imagen PNM al formato de imagen JPEG/JFIF/EXIF.
|
||||
> Más información: <https://netpbm.sourceforge.net/doc/pnmtojpeg.html>.
|
||||
|
||||
- Lee una imagen PNM como entrada y produce una imagen JPEG/JFIF/EXIF como salida:
|
||||
|
||||
`pnmtojpeg {{ruta/al/archivo.pnm}} > {{ruta/al/archivo.jpg}}`
|
||||
|
||||
- Muestra la versión:
|
||||
|
||||
`pnmtojpeg -version`
|
Loading…
Add table
Reference in a new issue