Uses of Class
org.anchoranalysis.image.io.stack.output.StackWriteOptions
Packages that use StackWriteOptions
Package
Description
Bean classes for writing raster-files to the filesystem.
Base classes for generators that ultimately write a
Stack
to the filesystem.Writing stacks to the file system using the Bioformats library.
Raster-writers that use ImageJ to write images to the filesystem.
Implementations of
StackWriter
.-
Uses of StackWriteOptions in org.anchoranalysis.image.io.bean.stack.writer
Methods in org.anchoranalysis.image.io.bean.stack.writer with parameters of type StackWriteOptionsModifier and TypeMethodDescriptionOneOrThreeChannelsWriter.fileFormat
(StackWriteOptions writeOptions) abstract ImageFileFormat
StackWriter.fileFormat
(StackWriteOptions writeOptions) The file format that will be written by the generator.StackWriter.fileFormatWarnUnexpected
(StackWriteOptions writeOptions, Optional<Logger> logger) The file format that will be written by the generator, warning with a log message if different to suggestion.void
OneOrThreeChannelsWriter.writeStack
(Stack stack, Path filePath, StackWriteOptions options) abstract void
StackWriter.writeStack
(Stack stack, Path filePath, StackWriteOptions options) Writes a stack to the filesystem at a particular path.StackWriter.writeStackWithExtension
(Stack stack, Path filePath, StackWriteOptions options) Writes a stack to the filesystem at a particular path with an extension appended to the path. -
Uses of StackWriteOptions in org.anchoranalysis.image.io.stack.output.generator
Methods in org.anchoranalysis.image.io.stack.output.generator with parameters of type StackWriteOptionsModifier and TypeMethodDescriptionstatic String
GeneratorOutputter.fileExtensionWriter
(OutputWriteSettings settings, StackWriteOptions writeOptions, Optional<Logger> logger) The file extension to use for the defaultStackWriter
, as returned byGeneratorOutputter.writer(OutputWriteSettings)
.protected abstract String
RasterGenerator.selectFileExtension
(Stack stack, StackWriteOptions options, OutputWriteSettings settings, Optional<Logger> logger) Selects the file-extension to use for a particular stack.protected String
RasterGeneratorSelectFormat.selectFileExtension
(Stack stack, StackWriteOptions options, OutputWriteSettings settings, Optional<Logger> logger) Combines stack-write-options derived for a particular stack with the general write-options associated with theRasterGenerator
.protected abstract void
RasterGenerator.writeToFile
(T untransformedElement, Stack transformedElement, StackWriteOptions options, OutputWriteSettings settings, Path filePath) Writes a stack to the file-system.protected void
RasterGeneratorSelectFormat.writeToFile
(T element, Stack transformedElement, StackWriteOptions options, OutputWriteSettings settings, Path filePath) -
Uses of StackWriteOptions in org.anchoranalysis.io.bioformats.bean.writer
Methods in org.anchoranalysis.io.bioformats.bean.writer with parameters of type StackWriteOptionsModifier and TypeMethodDescriptionOMETiff.fileFormat
(StackWriteOptions writeOptions) OMEXML.fileFormat
(StackWriteOptions writeOptions) Tiff.fileFormat
(StackWriteOptions writeOptions) void
BioformatsWriter.writeStack
(Stack stack, Path filePath, StackWriteOptions options) void
Tiff.writeStack
(Stack stack, Path filePath, StackWriteOptions options) -
Uses of StackWriteOptions in org.anchoranalysis.io.imagej.bean.stack.writer
Methods in org.anchoranalysis.io.imagej.bean.stack.writer with parameters of type StackWriteOptionsModifier and TypeMethodDescriptionPNG.fileFormat
(StackWriteOptions writeOptions) Tiff.fileFormat
(StackWriteOptions writeOptions) void
ImageJRasterWriter.writeStack
(Stack stack, Path filePath, StackWriteOptions options) -
Uses of StackWriteOptions in org.anchoranalysis.plugin.io.bean.stack.writer
Methods in org.anchoranalysis.plugin.io.bean.stack.writer with parameters of type StackWriteOptionsModifier and TypeMethodDescriptionStackWriterDelegateBase.fileFormat
(StackWriteOptions writeOptions) WriteResolutionXml.fileFormat
(StackWriteOptions writeOptions) protected StackWriter
BranchChannels.selectDelegate
(StackWriteOptions writeOptions) protected StackWriter
BranchStack.selectDelegate
(StackWriteOptions writeOptions) protected StackWriter
BranchSuggestedFormat.selectDelegate
(StackWriteOptions writeOptions) protected abstract StackWriter
StackWriterDelegateBase.selectDelegate
(StackWriteOptions writeOptions) Selects aStackWriter
to use as a delegate.void
StackWriterDelegateBase.writeStack
(Stack stack, Path filePath, StackWriteOptions options) void
WriteResolutionXml.writeStack
(Stack stack, Path filePath, StackWriteOptions options)