From ed79c51de3f5f76af3b8a297931ef44473970e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20T=C3=A1mara?= Date: Thu, 21 Nov 2024 20:10:36 -0500 Subject: [PATCH 1/2] pamdepth: add Spanish translation --- 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 0000000000000..6888ad75ebe51 --- /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}}` From a67837beafc0d4ff613d22d53d99e9d28a69a54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20T=C3=A1mara?= Date: Fri, 22 Nov 2024 09:11:05 -0500 Subject: [PATCH 2/2] Update pages.es/common/pamdepth.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Darío Hereñú --- pages.es/common/pamdepth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.es/common/pamdepth.md b/pages.es/common/pamdepth.md index 6888ad75ebe51..5dff90a5da5b7 100644 --- a/pages.es/common/pamdepth.md +++ b/pages.es/common/pamdepth.md @@ -3,6 +3,6 @@ > 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: +- 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}}`