JuliaImages / ImageView.jl

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

`closeall` also handles contrast windows #279

Closed timholy closed 1 year ago

timholy commented 1 year ago

This caused a block in precompilation on 1.10 due to waiting for IO operations to complete., but it's also a nice usability enhancement.

codecov[bot] commented 1 year ago

Codecov Report

Base: 84.61% // Head: 84.68% // Increases project coverage by +0.07% :tada:

Coverage data is based on head (c6fc39d) compared to base (8c8eeef). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #279 +/- ## ========================================== + Coverage 84.61% 84.68% +0.07% ========================================== Files 6 6 Lines 832 836 +4 ========================================== + Hits 704 708 +4 Misses 128 128 ``` | [Impacted Files](https://codecov.io/gh/JuliaImages/ImageView.jl/pull/279?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages) | Coverage Δ | | |---|---|---| | [src/ImageView.jl](https://codecov.io/gh/JuliaImages/ImageView.jl/pull/279?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages#diff-c3JjL0ltYWdlVmlldy5qbA==) | `89.68% <100.00%> (+0.02%)` | :arrow_up: | | [src/contrast\_gui.jl](https://codecov.io/gh/JuliaImages/ImageView.jl/pull/279?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages#diff-c3JjL2NvbnRyYXN0X2d1aS5qbA==) | `86.76% <100.00%> (+0.29%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.