JuliaImages / DitherPunk.jl

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

Add advanced examples to docs #58

Closed adrhill closed 2 years ago

adrhill commented 2 years ago

Adds three examples:

  1. Generating ordered dithering algorithms from signed distance functions (SDFs)
  2. Creating animations by color cycling
  3. Hiding two images in one IndirectArray

Also makes color scheme generation accessible as DitherPunk.get_colorscheme when Clustering.jl is loaded

codecov[bot] commented 2 years ago

Codecov Report

Merging #58 (baf3f1f) into master (8b1ea58) will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
+ Coverage   96.77%   96.81%   +0.03%     
==========================================
  Files          14       14              
  Lines         248      251       +3     
==========================================
+ Hits          240      243       +3     
  Misses          8        8              
Impacted Files Coverage Δ
src/clustering.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 8b1ea58...baf3f1f. Read the comment docs.

adrhill commented 2 years ago

I will remove Plots tomorrow :)

adrhill commented 2 years ago

asdf

Uploading the contour plot here to link to it.