Closed stelfrich closed 9 years ago
Thanks for reporting the issue. I will have a look at it.
@jburel If you need any help, let me know! I am working on improving the import of ROIs at the moment and I don't really want to rebase that on 5.1.2 just to rebase it again once that bug is fixed..
@stelfrich: note that I have also made small changes on roi handling both on OMERO side and Bio-Formats side. see https://github.com/openmicroscopy/openmicroscopy/pull/4032 and https://github.com/openmicroscopy/bioformats/pull/1924
Fixed see gh-4034
It is not possible to import images that have been loaded from a TIFF file to OMERO with OMERO.insight-ij.5.1.3. The result is an exception:
I have tracked down the issue to commit 0c39c236a0e7fa07513f89b22734f20a5e20c714, where the method
isNewImage()
is introduced. The method makes the assumption in L259 thatinfo.description
returns a description that is well formed XML (which is true for files loaded from OME-TIFF). This seems not to be the case for files that have been stored to plain TIFF with ImageJ, as the description for such files usually looks like this:To reproduce the issue, open any image an save it to TIFF. After loading that image, try to save that image to OMERO (Plugins > OMERO > Save Image(s) to OMERO).