makew0rld/dither

Support strength value for error diffusion

makew0rld opened this issue · 1 comments

As demonstrated here, it's possible to have a strength value for error diffusion too. This can be added as a struct field in Ditherer, where the default value of 0 indicates 100% strength. This will not break compatibility.

This was added in 02b2882 using a function instead.