ome / omero-insight

Gradle project containing insight java client for OMERO
https://www.openmicroscopy.org/omero/
GNU General Public License v2.0
7 stars 14 forks source link

Fiji: save new image #13

Closed jburel closed 3 years ago

jburel commented 5 years ago

When on Windows, an error is thrown when saving the new image as ome-tiff


loci.formats.UnknownFormatException: Unknown file format: C:\Users\Johnny
     at loci.formats.ImageWriter.getWriter(ImageWriter.java:158)
     at loci.plugins.out.Exporter.run(Exporter.java:343)
     at loci.plugins.LociExporter.run(LociExporter.java:75)
     at
ij.plugin.filter.PlugInFilterRunner.processOneImage(PlugInFilterRunner.java:266)
     at
ij.plugin.filter.PlugInFilterRunner.<init>(PlugInFilterRunner.java:114)
     at ij.IJ.runUserPlugIn(IJ.java:231)
     at ij.IJ.runPlugIn(IJ.java:193)
     at ij.IJ.runPlugIn(IJ.java:182)
     at
org.openmicroscopy.shoola.env.data.model.FileObject.getFileToImport(FileObject.java:294)
     at

See https://trello.com/c/9TOOTVrm/356-missing-extension-in-imagej-exporter

jburel commented 3 years ago

https://github.com/ome/omero-insight/pull/207