Browse Source

Manpage examples flag fixed

pull/15/head
makeworld 5 years ago
parent
commit
1a3340f7ef
  1. 4
      MANPAGE.md
  2. 4
      didder.1
  3. 2
      didder.1.md

4
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.

4
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.

2
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.

Loading…
Cancel
Save