JuliaImages / DitherPunk.jl

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

Support in-place updates #15

Closed adrhill closed 3 years ago

adrhill commented 3 years ago

Add in-place functions dither!(img, Alg()) to reduce memory allocation.