Package org.anchoranalysis.image.io.stack.output.generator
package org.anchoranalysis.image.io.stack.output.generator
Base classes for generators that ultimately write a
Stack
to the filesystem.-
ClassesClassDescriptionWrites a display-stack to the filesystem.Like a
StackGenerator
but first applies a maximum-intensity-projection.Settings and methods for writing to the filesystem from a generator.Transforms an entity to aStack
and writes it to the file-system.Allows us to call anRasterGenerator<S>
as if it was anRasterGenerator<T>
using an function to connect the two.Delegates aRasterGeneratorSelectFormat
to aSingleFileTypeGenerator<T, DisplayStack>
.Uses a delegate raster-generator and optionally applies a conversions before callingRasterGeneratorDelegateToRaster.transform(T)
.ARasterGenerator
that selects an appropriate output-format based upon each generated image.Writes a stack to the filesystem.