Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.01 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.01 KB

faim-ij1-io

A simple ImageJ2/SciJava wrapper for reading and writing TIFF (and similar) files through IJ1

This repository is a minimal wrapper around the ImageJ1 TIFF IO functions (namely IJ.openImage and FileSaver#saveAsTiff) to make them available as headless-compatible SciJava commands.

This component mainly exists because of two long-standing issues:

So in order to make KNIME workflows using one or both of the above have an (at least) acceptable performance 😢, we need to fall back to ImageJ1 IO.