[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/curtis/code/fiji-ext/OMEVisual/src/main/java/sc/fiji/omevisual/OMEUtils.java:[17,27] package io.scif.ome.formats does not exist
[INFO] 1 error
[INFO] -------------------------------------------------------------
There is no SCIFIO OMETIFFFormat anymore. We rely on scifio-bf-compat for that. Probably, OMEVisual needs to grab the original format-specific Metadata object from the SCIFIO-opened image, and then translate it to an OMEMetadata, which it can display.
There is no SCIFIO
OMETIFFFormatanymore. We rely onscifio-bf-compatfor that. Probably, OMEVisual needs to grab the original format-specificMetadataobject from the SCIFIO-opened image, and then translate it to anOMEMetadata, which it can display.