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 ImageFileFormatStackWriter.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.voidOneOrThreeChannelsWriter.writeStack(Stack stack, Path filePath, StackWriteOptions options) abstract voidStackWriter.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 StringGeneratorOutputter.fileExtensionWriter(OutputWriteSettings settings, StackWriteOptions writeOptions, Optional<Logger> logger) The file extension to use for the defaultStackWriter, as returned byGeneratorOutputter.writer(OutputWriteSettings).protected abstract StringRasterGenerator.selectFileExtension(Stack stack, StackWriteOptions options, OutputWriteSettings settings, Optional<Logger> logger) Selects the file-extension to use for a particular stack.protected StringRasterGeneratorSelectFormat.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 voidRasterGenerator.writeToFile(T untransformedElement, Stack transformedElement, StackWriteOptions options, OutputWriteSettings settings, Path filePath) Writes a stack to the file-system.protected voidRasterGeneratorSelectFormat.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) voidBioformatsWriter.writeStack(Stack stack, Path filePath, StackWriteOptions options) voidTiff.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) voidImageJRasterWriter.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 StackWriterBranchChannels.selectDelegate(StackWriteOptions writeOptions) protected StackWriterBranchStack.selectDelegate(StackWriteOptions writeOptions) protected StackWriterBranchSuggestedFormat.selectDelegate(StackWriteOptions writeOptions) protected abstract StackWriterStackWriterDelegateBase.selectDelegate(StackWriteOptions writeOptions) Selects aStackWriterto use as a delegate.voidStackWriterDelegateBase.writeStack(Stack stack, Path filePath, StackWriteOptions options) voidWriteResolutionXml.writeStack(Stack stack, Path filePath, StackWriteOptions options)