NKI-AI / dlup

Dlup are the Deep Learning Utilities for Pathology developed at the Netherlands Cancer Institute
Apache License 2.0
25 stars 7 forks source link

Feature/c tiffwriter #249

Closed jonasteuwen closed 3 months ago

jonasteuwen commented 3 months ago

This implements a TIFF writer in C++. This has a few advantages in the future, even though it's not really faster. In C++ we could use this in downstream libraries to have the whole writing of tiffs and outputs in a multithreaded fashion.

In addition:

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 95.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 98.53%. Comparing base (3a6a10f) to head (103ea69).

Files Patch % Lines
tests/test_writers.py 92.30% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #249 +/- ## ========================================== + Coverage 90.29% 98.53% +8.23% ========================================== Files 38 14 -24 Lines 3122 1091 -2031 ========================================== - Hits 2819 1075 -1744 + Misses 303 16 -287 ```

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