JuliaImages / DitherPunk.jl

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

Refactor `OrderedDithering` struct #104

Closed adrhill closed 1 month ago

adrhill commented 1 month ago

Closes #103.

Instead of a matrix of rationals, OrderedDithering structs now hold a matrix of integers and a separate normalization quotient max.

This is considered a breaking change.