Skip to content

Commit

Permalink
add support for lazy-loading tiled images (#165)
Browse files Browse the repository at this point in the history
* add support for lazy-loading tiled images

* refactor getindex() for LazyBufferedTIFF

* bump version

* remove the doc manifest

ref: https://discourse.julialang.org/t/error-loaderror-argumenterror-package-libgit2-does-not-have-libgit2-jll-in-its-dependencies/104852

---------

Co-authored-by: Tamas Nagy <[email protected]>
  • Loading branch information
chrstphrbrns and tlnagy authored Oct 10, 2024
1 parent 1eec9cf commit 25cf338
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1,263 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TiffImages"
uuid = "731e570b-9d59-4bfa-96dc-6df516fadf69"
authors = ["Tamas Nagy <[email protected]>"]
version = "0.10.1"
version = "0.10.2"

[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Expand Down
Loading

2 comments on commit 25cf338

@tlnagy
Copy link
Owner

@tlnagy tlnagy commented on 25cf338 Oct 10, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/117026

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.10.2 -m "<description of version>" 25cf338bf781a917b5e1ed903199a0e9c5e59ee8
git push origin v0.10.2

Please sign in to comment.