JuliaImages / ImageView.jl

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

Make it easier to identify mapping errors #268

Closed timholy closed 2 years ago

timholy commented 2 years ago

Discovering errors during rendering is not ideal, because it's quite hard to trace back to the original cause. This puts in a simple check before rendering the suitably-scaled image.

codecov[bot] commented 2 years ago

Codecov Report

Merging #268 (12a5221) into master (786fbf5) will increase coverage by 0.11%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #268      +/-   ##
==========================================
+ Coverage   84.47%   84.59%   +0.11%     
==========================================
  Files           6        6              
  Lines         773      779       +6     
==========================================
+ Hits          653      659       +6     
  Misses        120      120              
Impacted Files Coverage Δ
src/ImageView.jl 90.98% <100.00%> (+0.15%) :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 786fbf5...12a5221. Read the comment docs.