imglib / imglib2-ij

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

Add wrapInt to ImagePlusAdapter and VirtualStackAdapter #31

Closed mkitti closed 2 years ago

mkitti commented 2 years ago

32-bit int images are available in ImageJ1 as an extension of the ColorProcessor: https://forum.image.sc/t/feature-request-32-bit-int-image-in-imagej1/45493/5

This pull request adds methods to interface with 32-bit images by adding wrapInt methods to ImagePlusAdapter and VirtualStackAdapter.