From 58087eed4855e1b12681965d4d3425cbba4ace47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20T=C3=A1mara?= Date: Sun, 24 Nov 2024 03:01:58 -0500 Subject: [PATCH] pamdepth: add Spanish translation (#14937) --- pages.es/common/pamdepth.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages.es/common/pamdepth.md diff --git a/pages.es/common/pamdepth.md b/pages.es/common/pamdepth.md new file mode 100644 index 000000000..5dff90a5d --- /dev/null +++ b/pages.es/common/pamdepth.md @@ -0,0 +1,8 @@ +# pamdepth + +> Reduce la profundidad (es decir, la resolución de color) en una imagen. +> Más información: . + +- 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}}`