Skip to main content

ImgLib

ImageJ2 uses the ImgLib2 library for multidimensional image data processing.

  • ImgLib benchmarks comparing performance of ImageJ 1.x, ImgLib1, and Dimiter Prodanov's PixLib library. The benchmarks have not yet been updated for ImgLib2, but we plan to do so in the future.
  • PowerPoint presentation containing partial class diagrams for ImgLib1, including those specific to ImageJ.
  • ImgLib2 Discussion page for developer discussion of implementation details.
  • JavaDoc for ImgLib: Javadoc is combined ImgLib1 (package prefix mpicbg.imglib) and ImgLib2 (package prefix net.imglib2).
  • ImgLib Jenkins job: This is ImgLib's continuous integration mechanism. Build errors are sent to the fiji-devel mailing list.
  • ImgLib Trac site: Provides a timeline view and browseable source for the ImgLib project.
  • Last successful build artifacts (imglib2.jar, etc.): These are the product of the last successful Jenkins build.