imglib / imglib2-ij

Translation between ImgLib & ImageJ data structures (both 1.x and 2)
Other
4 stars 8 forks source link

Support SCIFIOCellImg (fix issue #16) #22

Closed maarzt closed 5 years ago

maarzt commented 5 years ago

Add class to support fast wrapping for CellImg to ImagePlus. (Without copying pixel buffers) This only works for planar cells (where the image cells are exactly the planes of the image).

This feature is needed to display SCIFIOCellImg in imagej-legacy GUI without copying of pixel data.