[SCIFIO] bug report: missing slice labels with Fiji using SCIFIO

Martin Höhne martin.hoehne at uk-koeln.de
Thu Jul 17 11:39:18 CDT 2014


Dear All,
when using SCIFO for saving Tiff-stacks with Fiji (ImageJ 2.0.0-rc-9/1.49d) the slice labels are lost.
The following macro reproduces the error. 

path=getDirectory("temp");
run("Blobs (25K)");
run("Duplicate...", "title=blobs-1.gif");
run("Duplicate...", "title=blobs-2.gif");
run("Images to Stack", "name=Stack title=[] use");
saveAs("Tiff", path+File.separator+"Stack.tif");
rename("Before_save");
open(path+File.separator+"Stack.tif");
File.delete(path+File.separator+"Stack.tif");


Thanks for all you effort,

Martin 






More information about the SCIFIO mailing list