[ImageJ-devel] Fiji and scifio
Stephan Saalfeld
saalfeld at mpi-cbg.de
Mon Apr 2 12:29:14 CDT 2012
Hi,
are there plans to include scifio into some Fiji branch? Or is it
already? I would like to build imglib2 master by Fiji's Build.sh which
is currently impossible due to the dependency of imglib-io to scifio.
Building imglib2-io.jar <- imglib2/io/src/main/java/net/imglib2/io...
./modules/imglib/imglib2/io/src/main/java/net/imglib2/io/ImgSaver.java:147: cannot find symbol
symbol : method guessImgLib(net.imglib2.meta.AxisType[],long[],long[])
location: class loci.formats.AxisGuesser
AxisGuesser.guessImgLib(axes, oldLengths, axisLengths);
^
./modules/imglib/imglib2/io/src/main/java/net/imglib2/io/ImgSaver.java:453: cannot find symbol
symbol : method guessImgLib(net.imglib2.meta.AxisType[],long[],long[])
location: class loci.formats.AxisGuesser
dimOrder = AxisGuesser.guessImgLib(axes, oldLengths, axisLengths);
Thanks and best,
Stephan
More information about the ImageJ-devel
mailing list