Skip to content

Dither images and videos using various algorithms.

License

Notifications You must be signed in to change notification settings

jaan-c/dither_some

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dither_some

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

Samples


Atkinson dithering (2-color)

Floyd–Steinberg dithering (4-color per channel)

About

Dither images and videos using various algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages