Class OMEZarrWriterCommand

java.lang.Object
qupath.lib.images.writers.ome.zarr.OMEZarrWriterCommand
All Implemented Interfaces:
Runnable

public class OMEZarrWriterCommand extends Object implements Runnable
A GUI command to export the current ImageServer to an OME Zarr directory.
  • Constructor Details

    • OMEZarrWriterCommand

      public OMEZarrWriterCommand(QuPathGUI qupath)
      Create the command
      Parameters:
      qupath - the QuPath that owns this command
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable