Description
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:
- 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, ...).