[ImageJ-bugs] [Bug 1000] "images to stack" does not work

bugzilla at fiji.sc bugzilla at fiji.sc
Thu Feb 5 12:22:04 CST 2015


http://fiji.sc/bugzilla/show_bug.cgi?id=1000

--- Comment #6 from Curtis Rueden <ctrueden at wisc.edu> ---
Based on your screenshots, I created a macro that reproduces the problem on my
system:

newImage("5x7_000001.tif", "16-bit random", 2273, 3570, 4);
run("Properties...", "channels=1 slices=1 frames=4 unit=pixel
pixel_width=1.0000 pixel_height=1.0000 voxel_depth=1.0000");
newImage("5x7_000002.tif", "16-bit random", 2273, 3181, 4);
run("Properties...", "channels=1 slices=1 frames=4 unit=pixel
pixel_width=1.0000 pixel_height=1.0000 voxel_depth=1.0000");
run("Images to Stack");

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20150205/9eb3ac7b/attachment.html>


More information about the Imagej-bugs mailing list