ImgLib ====== `ImgLib2 `_ is a multidimensional image processing library. It provides a general mechanism for writing image analysis algorithms, without writing case logic for `bit depth `_, or worrying about the source of the pixel data (arrays in memory, files on disk, etc.). The `SCIFIO `_ project provides an ImgOpener_ utility class for reading data into ImgLib2 data structures using Bio-Formats. .. _ImgOpener: https://github.com/scifio/scifio/blob/master/src/main/java/io/scif/img/ImgOpener.java