Login  Register

Extracting one particular slice from 3D tiff stack

Posted by Andy732 on Jan 08, 2010; 9:55pm
URL: http://imagej.273.s1.nabble.com/Extracting-one-particular-slice-from-3D-tiff-stack-tp3689790.html

Does anyone know how I might go about opening a 3D tiff stack as a single tiff?  The easiest way, which doesn't seem to exist, would be something like:

image_plus = new Opener().openImage(tiff_file_name, stack_number);

where I can pass in a 3D tiff stack and the particular slice I want and receive that slice as a (single layer) tiff in return.  Is there any way to avoid parsing the binary file to extract the slice I want?  Thanks for any help!