Skip to content

Two Readers

Compare
Choose a tag to compare
@evamaxfield evamaxfield released this 12 Oct 16:01
· 120 commits to main since this release

AICSImageIO 4.4.0

We are happy to announce the release of AICSImageIO 4.4.0!

AICSImageIO is a library for image reading, metadata conversion, and image writing for microscopy formats in pure Python. It aims to be able to read microscopy images into a single unified API regardless of size, format, or location, while additionally writing images and converting metadata to a standard common format.

If you are new to the library, please see our full documentation for always up-to-date usage and a quickstart README.

Highlights

Native Python ND2 and DV Support

This release adds two native Python readers specific to the ND2 and DeltaVision file formats. Additionally, both of these file format readers are licensed under BSD and as such we include them in our normal pip extra install options.

pip install aicsimageio[nd2,dv]
nd2_img = AICSImage("my-file.nd2")
dv_img = AICSImage("my-file.dv")

Major thanks to @tlambert03 for both of these additions.

Contributors and Reviewers this Release (alphabetical)

Jackson Maxfield Brown (@JacksonMaxfield)
Talley Lambert (@tlambert03)
Madison Swain-Bowden (@AetherUnbound)
Dan Toloudis (@toloudis)