Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for lazy-loading tiled images #165

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

chrstphrbrns
Copy link
Contributor

Fixes #164

Copy link
Owner

@tlnagy tlnagy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Chris, thanks for tackling #164, but I'm not sure if this is the best approach. The Matrix(transform(...) call is a major allocation on access. Why is this necessary to fix lazy loading tiles?

src/types/lazy.jl Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Jun 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.67%. Comparing base (1eec9cf) to head (5633714).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #165   +/-   ##
=======================================
  Coverage   93.67%   93.67%           
=======================================
  Files          13       13           
  Lines        1122     1122           
=======================================
  Hits         1051     1051           
  Misses         71       71           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

lazyio does not load tiled TIFFs correctly
3 participants