diff --git a/MANPAGE.md b/MANPAGE.md index de83b8e..09ae414 100644 --- a/MANPAGE.md +++ b/MANPAGE.md @@ -3,7 +3,7 @@ title: DIDDER section: 1 header: User Manual -footer: didder v1.0.0-4-g7593701 +footer: didder v1.0.0-5-g849df35 date: May 09, 2021 --- @@ -254,7 +254,7 @@ This command dithers `input.jpg` using only black and white (implicitly converti Same command as above, but dithering with the preprogrammed ordered dithering matrix called ClusteredDot4x4. -**didder -i david.png -o david_dithered.png \--palette \'black white' \--recolor \'black F273FF' --upscale 2 bayer 4x4** +**didder -i david.png -o david_dithered.png \--palette \'black white' \--recolor \'black F273FF' \--upscale 2 bayer 4x4** This is the command used for the README. It dithers using a 4x4 Bayer matrix, initially to black and white, which is then recolored to black and purple. Dithering to black and purple directly would produce much lower contrast results. The dithered image is upscaled to be two times larger, so that the Bayer dithering artifacts can be seen more clearly. diff --git a/didder.1 b/didder.1 index 745adb8..7ff4d8e 100644 --- a/didder.1 +++ b/didder.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 2.13 .\" -.TH "DIDDER" "1" "May 09, 2021" "didder v1.0.0-4-g7593701" "User Manual" +.TH "DIDDER" "1" "May 09, 2021" "didder v1.0.0-5-g849df35" "User Manual" .hy .SH NAME .PP @@ -525,7 +525,7 @@ The result is written to \f[C]test.png\f[R]. Same command as above, but dithering with the preprogrammed ordered dithering matrix called ClusteredDot4x4. .TP -\f[B]didder -i david.png -o david_dithered.png --palette \[aq]black white\[cq] --recolor \[aq]black F273FF\[cq] \[en]upscale 2 bayer 4x4\f[R] +\f[B]didder -i david.png -o david_dithered.png --palette \[aq]black white\[cq] --recolor \[aq]black F273FF\[cq] --upscale 2 bayer 4x4\f[R] This is the command used for the README. It dithers using a 4x4 Bayer matrix, initially to black and white, which is then recolored to black and purple. diff --git a/didder.1.md b/didder.1.md index 5d1087b..a73f12c 100644 --- a/didder.1.md +++ b/didder.1.md @@ -225,7 +225,7 @@ If your palette (original or recolor) is low-spread — meaning it doesn't span : Same command as above, but dithering with the preprogrammed ordered dithering matrix called ClusteredDot4x4. -**didder -i david.png -o david_dithered.png \--palette \'black white' \--recolor \'black F273FF' --upscale 2 bayer 4x4** +**didder -i david.png -o david_dithered.png \--palette \'black white' \--recolor \'black F273FF' \--upscale 2 bayer 4x4** : This is the command used for the README. It dithers using a 4x4 Bayer matrix, initially to black and white, which is then recolored to black and purple. Dithering to black and purple directly would produce much lower contrast results. The dithered image is upscaled to be two times larger, so that the Bayer dithering artifacts can be seen more clearly.