You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I learned about nibabel today (by chance) and it looks like a really cool library! Especially so, because it covers quite a few specialized image formats and I don't think that we (ImageIO) actually support all of them. This brings me to my main question:
Do you use ImageIO under the hood somewhere? (I searched briefly, but didn't find anything)
I'm asking because I am currently checking if it is possible to write a plugin for nibabel and I would like to avoid a circular dependency if any.
Sidenote 1: I'm scouring the docs for info on the nibabel API and I've noticed that the sidebar menu is broken, i.e., none of the links there work,
Sidenote 2: For those that haven't heard of ImageIO before, the idea is to have a library that allows you to imread("my_image") and it just works no matter the file format or source (filesystem, remote HTTP/FTP, webcam, ...).
The text was updated successfully, but these errors were encountered:
Hej, ImageIO Dev here! 👋
I learned about nibabel today (by chance) and it looks like a really cool library! Especially so, because it covers quite a few specialized image formats and I don't think that we (ImageIO) actually support all of them. This brings me to my main question:
I'm asking because I am currently checking if it is possible to write a plugin for nibabel and I would like to avoid a circular dependency if any.
Sidenote 1: I'm scouring the docs for info on the nibabel API and I've noticed that the sidebar menu is broken, i.e., none of the links there work,
Sidenote 2: For those that haven't heard of ImageIO before, the idea is to have a library that allows you to
imread("my_image")
and it just works no matter the file format or source (filesystem, remote HTTP/FTP, webcam, ...).The text was updated successfully, but these errors were encountered: