1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 13:53:52 +02:00

pnmtojpeg: add Spanish translation (#12464)

This commit is contained in:
Darío Hereñú 2024-03-05 21:34:14 -03:00 committed by GitHub
parent cef364ba74
commit 8eaccf30f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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