JuliaImages / DitherPunk.jl

Dithering algorithms in Julia.
MIT License
60 stars 3 forks source link

default dither method? #75

Closed johnnychen94 closed 2 years ago

johnnychen94 commented 2 years ago

I'm wondering if FloydSteinberg() a good default method so that we can expose the following two interfaces to the users without the need to remember the algorithm names.

dither(img)
dither(img, n)
adrhill commented 2 years ago

Closed in 477c98e.