Skip to main content

Input and output

Posted in

We want to improve ImageJ's extensibility when it comes to data input and output. We plan to define a formal I/O plugin interface for creating ImageJ readers and writers.

For the time being, ImageJ2 supports reading many image file formats via the ImgLib imglib-io module, which uses Bio-Formats (see the Design page for a diagram).