imglib / imglyb

Connecting Java/ImgLib2 + Python/NumPy
https://pypi.org/project/imglyb/
BSD 2-Clause "Simplified" License
31 stars 5 forks source link

Fix up ImgLibReferenceGuard #14

Closed gselzer closed 2 years ago

gselzer commented 2 years ago

This PR fixes up @hanslovsky's ImgLibReferenceGuard to work on UnsafeImgs, and adds a few tests to ensure that the conversion works.

ctrueden commented 2 years ago

Awesome work! Thanks @gselzer!