Dither images and videos using various algorithms.
Usage: dither_some [OPTIONS] <INPUT> <OUTPUT> <ALGORITHM>
Commands:
atkinson Apply Atkinson dithering algorithm
fs-color Apply colored Floyd-Steinberg dithering algorithm
help Print this message or the help of the given subcommand(s)
Arguments:
<INPUT> Path of video to dither
<OUTPUT> Path where to save dithered video
Options:
--dither-res <DITHER_RES> The actual resolution of the image when it is dithered. Defaults to input resolution
--output-res <OUTPUT_RES> The output resolution. Defaults to input resolution
-h, --help Print help
-V, --version Print version
![]() Atkinson dithering (2-color) |
![]() Floyd–Steinberg dithering (4-color per channel) |

