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

rework ifd handling and deprecate directly accessing ifds #110

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

tlnagy
Copy link
Owner

@tlnagy tlnagy commented Sep 19, 2023

fixes #44

img.ifds is replaced with ifds(img).

@codecov-commenter
Copy link

Codecov Report

Patch coverage: 85.71% and project coverage change: -0.06% ⚠️

Comparison is base (76b89f9) 90.27% compared to head (c1801d4) 90.22%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #110      +/-   ##
==========================================
- Coverage   90.27%   90.22%   -0.06%     
==========================================
  Files          13       13              
  Lines         761      767       +6     
==========================================
+ Hits          687      692       +5     
- Misses         74       75       +1     
Files Changed Coverage Δ
src/TiffImages.jl 100.00% <ø> (ø)
src/types/lazy.jl 89.85% <80.00%> (ø)
src/types/common.jl 86.95% <83.33%> (-1.28%) ⬇️
src/types/dense.jl 94.44% <100.00%> (ø)

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

@tlnagy tlnagy merged commit d74e6d9 into master Sep 20, 2023
10 of 11 checks passed
@tlnagy tlnagy deleted the tn/ifd-api-update branch September 20, 2023 00:14
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.

Improve IFD handling API
2 participants