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

pamdepth: add Spanish translation (#14937)

This commit is contained in:
Igor Támara 2024-11-24 03:01:58 -05:00 committed by GitHub
parent d8e042650b
commit 58087eed48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,8 @@
# pamdepth
> Reduce la profundidad (es decir, la resolución de color) en una imagen.
> Más información: <https://netpbm.sourceforge.net/doc/pamdepth.html>.
- Lee una imagen PBM, fija su valor máximo y la guarda en un archivo:
`pamdepth {{valor_máximo}} {{ruta/a/la/imagen.pbm}} > {{ruta/al/archivo.pbm}}`