Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image Fusion TIFF export broken #147

Open
ctbend opened this issue Dec 21, 2024 · 0 comments
Open

Image Fusion TIFF export broken #147

ctbend opened this issue Dec 21, 2024 · 0 comments

Comments

@ctbend
Copy link

ctbend commented Dec 21, 2024

Using a fresh Fiji v2.16.0 and BigStitcher v2.2.1 install, I get the following error when trying to export a fused tiff:

Exception in thread "Thread-22" java.lang.NoSuchMethodError: net.imglib2.view.Views.flatIterable(Lnet/imglib2/RandomAccessibleInterval;)Lnet/imglib2/IterableInterval;
	at ch.epfl.biop.kheops.ometiff.SourceToByteArray.raiToByteArray(SourceToByteArray.java:82)
	at ch.epfl.biop.kheops.ometiff.OMETiffPyramidizerExporter.computeTile(OMETiffPyramidizerExporter.java:297)
	at ch.epfl.biop.kheops.ometiff.OMETiffPyramidizerExporter.computeNextTile(OMETiffPyramidizerExporter.java:372)
	at ch.epfl.biop.kheops.ometiff.OMETiffPyramidizerExporter.lambda$export$0(OMETiffPyramidizerExporter.java:532)
	at java.lang.Thread.run(Thread.java:750)
Exception in thread "Thread-21" Exception in thread "Thread-12" java.lang.NoSuchMethodError: net.imglib2.view.Views.flatIterable(Lnet/imglib2/RandomAccessibleInterval;)Lnet/imglib2/IterableInterval;
	at ch.epfl.biop.kheops.ometiff.SourceToByteArray.raiToByteArray(SourceToByteArray.java:82)
	at ch.epfl.biop.kheops.ometiff.OMETiffPyramidizerExporter.computeTile(OMETiffPyramidizerExporter.java:297)
	at ch.epfl.biop.kheops.ometiff.OMETiffPyramidizerExporter.computeNextTile(OMETiffPyramidizerExporter.java:372)
	at ch.epfl.biop.kheops.ometiff.OMETiffPyramidizerExporter.lambda$export$0(OMETiffPyramidizerExporter.java:532)
	at java.lang.Thread.run(Thread.java:750)
Exception in thread "Thread-16" java.lang.NoSuchMethodError: net.imglib2.view.Views.flatIterable(Lnet/imglib2/RandomAccessibleInterval;)Lnet/imglib2/IterableInterval;
	at ch.epfl.biop.kheops.ometiff.SourceToByteArray.raiToByteArray(SourceToByteArray.java:82)
	at ch.epfl.biop.kheops.ometiff.OMETiffPyramidizerExporter.computeTile(OMETiffPyramidizerExporter.java:297)
	at ch.epfl.biop.kheops.ometiff.OMETiffPyramidizerExporter.computeNextTile(OMETiffPyramidizerExporter.java:372)
	at ch.epfl.biop.kheops.ometiff.OMETiffPyramidizerExporter.lambda$export$0(OMETiffPyramidizerExporter.java:532)
	at java.lang.Thread.run(Thread.java:750)
java.lang.NoSuchMethodError: net.imglib2.view.Views.flatIterable(Lnet/imglib2/RandomAccessibleInterval;)Lnet/imglib2/IterableInterval;
	at ch.epfl.biop.kheops.ometiff.SourceToByteArray.raiToByteArray(SourceToByteArray.java:82)
	at ch.epfl.biop.kheops.ometiff.OMETiffPyramidizerExporter.computeTile(OMETiffPyramidizerExporter.java:297)
	at ch.epfl.biop.kheops.ometiff.OMETiffPyramidizerExporter.computeNextTile(OMETiffPyramidizerExporter.java:372)
	at ch.epfl.biop.kheops.ometiff.OMETiffPyramidizerExporter.lambda$export$0(OMETiffPyramidizerExporter.java:532)
	at java.lang.Thread.run(Thread.java:750)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant