ZEISS / libczi

libCZI is an Open Source Cross-Platform C++ library to read and write CZI.
https://ZEISS.github.io/libczi/
GNU Lesser General Public License v3.0
48 stars 16 forks source link

non-visible-tiles-optimization for multi-tile-composition #78

Closed ptahmose closed 11 months ago

ptahmose commented 11 months ago

Description

Fixes #75

Type of change

How Has This Been Tested?

Checklist:

codecov[bot] commented 11 months ago

Codecov Report

Attention: 39 lines in your changes are missing coverage. Please review.

Comparison is base (c0ff6f9) 64.46% compared to head (d9221e4) 65.11%.

Files Patch % Lines
Src/libCZI/SingleChannelScalingTileAccessor.cpp 55.81% 19 Missing :warning:
...c/libCZI/SingleChannelPyramidLevelTileAccessor.cpp 42.85% 12 Missing :warning:
Src/libCZI/utilities.cpp 90.66% 7 Missing :warning:
Src/libCZI/SingleChannelTileCompositor.cpp 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #78 +/- ## ========================================== + Coverage 64.46% 65.11% +0.65% ========================================== Files 81 81 Lines 10311 10470 +159 ========================================== + Hits 6647 6818 +171 + Misses 3664 3652 -12 ``` | [Flag](https://app.codecov.io/gh/ZEISS/libczi/pull/78/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ZEISS) | Coverage Δ | | |---|---|---| | [windows-latest](https://app.codecov.io/gh/ZEISS/libczi/pull/78/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ZEISS) | `65.11% <81.06%> (+0.65%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ZEISS#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ptahmose commented 11 months ago

I put the PR in draft state again, I want to rework it a bit.