Package qupath.lib.images.writers.ome
Class OMEPyramidWriterCommand
java.lang.Object
qupath.lib.images.writers.ome.OMEPyramidWriterCommand
- All Implemented Interfaces:
Runnable
OME TIFF writer command capable of exporting image pyramids based on QuPath ImageServers.
Note this requires Bio-Formats v6.0.0 or later.
- Author:
- Pete Bankhead
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionQuery the default compression type when writing OME-TIFF images.static int
Query the default tile size when writing OME-TIFF images.static int
Query the default minimum image size when writing OME-TIFF images.void
run()
-
Constructor Details
-
OMEPyramidWriterCommand
Constructor.- Parameters:
qupath
- current QuPath instance.
-
-
Method Details
-
getDefaultPyramidCompression
Query the default compression type when writing OME-TIFF images.- Returns:
-
getDefaultTileSize
public static int getDefaultTileSize()Query the default tile size when writing OME-TIFF images.- Returns:
-
getMinSizeForTiling
public static int getMinSizeForTiling()Query the default minimum image size when writing OME-TIFF images. This is used as a hint to disable tiling for images with widths and heights smaller than this value.- Returns:
-
run
public void run()
-