From beb5805540373da23b58ccd793a2bc2726c38bef Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 22 Jul 2025 19:37:46 +0300 Subject: [PATCH] pamditherbw: fix typo (#17315) --- pages/common/pamditherbw.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/common/pamditherbw.md b/pages/common/pamditherbw.md index 093804a04b..145e7bc7e8 100644 --- a/pages/common/pamditherbw.md +++ b/pages/common/pamditherbw.md @@ -6,16 +6,16 @@ - Read a PGM image, apply dithering and save it to a file: -`ppmditherbw {{path/to/image.pgm}} > {{path/to/file.pgm}}` +`pamditherbw {{path/to/image.pgm}} > {{path/to/file.pgm}}` - Use the specified quantization method: -`ppmditherbw -{{floyd|fs|atkinson|threshold|hilbert|...}} {{path/to/image.pgm}} > {{path/to/file.pgm}}` +`pamditherbw -{{floyd|fs|atkinson|threshold|hilbert|...}} {{path/to/image.pgm}} > {{path/to/file.pgm}}` - Use the atkinson quantization method and the specified seed for a pseudo-random number generator: -`ppmditherbw {{[-a|-atkinson]}} {{[-r|-randomseed]}} {{1337}} {{path/to/image.pgm}} > {{path/to/file.pgm}}` +`pamditherbw {{[-a|-atkinson]}} {{[-r|-randomseed]}} {{1337}} {{path/to/image.pgm}} > {{path/to/file.pgm}}` - Specify the thresholding value for quantization methods that perform some sort of thresholding: -`ppmditherbw -{{fs|atkinson|thresholding}} {{[-va|-value]}} {{0.3}} {{path/to/image.pgm}} > {{path/to/file.pgm}}` +`pamditherbw -{{fs|atkinson|thresholding}} {{[-va|-value]}} {{0.3}} {{path/to/image.pgm}} > {{path/to/file.pgm}}`