ImgLib ====== `ImgLib2 <http://imglib2.net/>`_ is a multidimensional image processing library. It provides a general mechanism for writing image analysis algorithms, without writing case logic for `bit depth <http://en.wikipedia.org/wiki/Color_depth>`_, or worrying about the source of the pixel data (arrays in memory, files on disk, etc.). The `SCIFIO <http://scif.io/>`_ 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