JuliaImages / DitherPunk.jl

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

Use ColorQuantization.jl for clustering #98

Closed adrhill closed 1 year ago

adrhill commented 1 year ago

This also adds support for general AbstractColorQuantizers from ColorQuantization.jl.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +15.27% :tada:

Comparison is base (a370a43) 82.02% compared to head (392ffee) 97.29%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #98 +/- ## =========================================== + Coverage 82.02% 97.29% +15.27% =========================================== Files 13 13 Lines 267 259 -8 =========================================== + Hits 219 252 +33 + Misses 48 7 -41 ``` | [Files Changed](https://app.codecov.io/gh/JuliaImages/DitherPunk.jl/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages) | Coverage Δ | | |---|---|---| | [src/DitherPunk.jl](https://app.codecov.io/gh/JuliaImages/DitherPunk.jl/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages#diff-c3JjL0RpdGhlclB1bmsuamw=) | `100.00% <ø> (ø)` | | | [src/clustering.jl](https://app.codecov.io/gh/JuliaImages/DitherPunk.jl/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages#diff-c3JjL2NsdXN0ZXJpbmcuamw=) | `100.00% <100.00%> (ø)` | | | [src/utils.jl](https://app.codecov.io/gh/JuliaImages/DitherPunk.jl/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages#diff-c3JjL3V0aWxzLmps) | `100.00% <100.00%> (+55.55%)` | :arrow_up: | ... and [8 files with indirect coverage changes](https://app.codecov.io/gh/JuliaImages/DitherPunk.jl/pull/98/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.