JuliaImages / DitherPunk.jl

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

Add more error diffusion methods #29

Closed adrhill closed 3 years ago

adrhill commented 3 years ago

Closes #27 by adding the error diffusion methods Fan, ShiauFan, ShiauFan2 and FalseFloydSteinberg (the latter as an unexported easter egg).

codecov[bot] commented 3 years ago

Codecov Report

Merging #29 (bcf97f9) into master (65ca693) will increase coverage by 0.35%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
+ Coverage   88.28%   88.63%   +0.35%     
==========================================
  Files           9        9              
  Lines         128      132       +4     
==========================================
+ Hits          113      117       +4     
  Misses         15       15              
Impacted Files Coverage Δ
src/error_diffusion.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 65ca693...bcf97f9. Read the comment docs.