JuliaImages / ImageView.jl

Interactive display of images and movies
MIT License
135 stars 34 forks source link

Replace Images dependency #256

Closed timholy closed 2 years ago

timholy commented 2 years ago

This transitions to lower-level packages (ImageCore, ImageBase, and ImageMetadata), slimming down the dependencies and adding indirectly adding compatibility with Images 0.25.

Closes #252

codecov[bot] commented 2 years ago

Codecov Report

Merging #256 (f7a5bf8) into master (2accd5f) will increase coverage by 0.21%. The diff coverage is 92.30%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #256      +/-   ##
==========================================
+ Coverage   66.73%   66.94%   +0.21%     
==========================================
  Files           7        7              
  Lines         938      944       +6     
==========================================
+ Hits          626      632       +6     
  Misses        312      312              
Impacted Files Coverage Δ
src/ImageView.jl 89.18% <92.30%> (+0.19%) :arrow_up:

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 2accd5f...f7a5bf8. Read the comment docs.

timholy commented 2 years ago

Test failure on Julia 1.0 is unrelated (breaking changes elsewhere in the Gtk/Cairo ecosystem) and will be addressed in a separate PR.