Uses of Enum Class
org.anchoranalysis.core.format.ImageFileFormat
Packages that use ImageFileFormat
Package
Description
File formats and associated extensions.
Arguments that can further specify an experiment in addition to its bean specification.
Bean classes for writing raster-files to the filesystem.
Non-bean classes for writing 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.
Beans for the framework around writing files to the file-system.
Classes for outputting to particular directories.
Non-beans for generating paths for outputting files by adding a prefix, suffix etc.
Allows a generators to write element(s) to the filesystem.
Different types of image-file-formats whose headers can provide
ImageMetadata
.Implementations of
StackWriter
.Different ways for comparing images.
Fixtures for testing
StackWriter
and
related classes.-
Uses of ImageFileFormat in org.anchoranalysis.core.format
Methods in org.anchoranalysis.core.format that return ImageFileFormatModifier and TypeMethodDescriptionstatic ImageFileFormat
Returns the enum constant of this class with the specified name.static ImageFileFormat[]
ImageFileFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.anchoranalysis.core.format that return types with arguments of type ImageFileFormatModifier and TypeMethodDescriptionstatic Optional
<ImageFileFormat> FileFormatFactory.createImageFormat
(String identifier) Creates aImageFileFormat
from an identifier string if its equal to any extension associated with the image file formats inImageFileFormat
. -
Uses of ImageFileFormat in org.anchoranalysis.experiment.arguments
Methods in org.anchoranalysis.experiment.arguments with parameters of type ImageFileFormatModifier and TypeMethodDescriptionvoid
OutputArguments.assignSuggestedImageOutputFormat
(ImageFileFormat format) Assigns a suggestion for a preferred image-output format. -
Uses of ImageFileFormat in org.anchoranalysis.image.io.bean.stack.writer
Methods in org.anchoranalysis.image.io.bean.stack.writer that return ImageFileFormatModifier 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. -
Uses of ImageFileFormat in org.anchoranalysis.image.io.stack.output
Methods in org.anchoranalysis.image.io.stack.output that return types with arguments of type ImageFileFormatModifier and TypeMethodDescriptionStackWriteOptions.getSuggestedFormatToWrite()
A suggestion on what file-format to write.Constructor parameters in org.anchoranalysis.image.io.stack.output with type arguments of type ImageFileFormatModifierConstructorDescriptionStackWriteOptions
(StackWriteAttributes attributes, Optional<ImageFileFormat> suggestedFormatToWrite) Creates a newStackWriteOptions
instance. -
Uses of ImageFileFormat in org.anchoranalysis.io.bioformats.bean.writer
Methods in org.anchoranalysis.io.bioformats.bean.writer that return ImageFileFormatModifier and TypeMethodDescriptionOMETiff.fileFormat
(StackWriteOptions writeOptions) OMEXML.fileFormat
(StackWriteOptions writeOptions) Tiff.fileFormat
(StackWriteOptions writeOptions) -
Uses of ImageFileFormat in org.anchoranalysis.io.imagej.bean.stack.writer
Methods in org.anchoranalysis.io.imagej.bean.stack.writer that return ImageFileFormatModifier and TypeMethodDescriptionPNG.fileFormat
(StackWriteOptions writeOptions) Tiff.fileFormat
(StackWriteOptions writeOptions) -
Uses of ImageFileFormat in org.anchoranalysis.io.output.bean
Method parameters in org.anchoranalysis.io.output.bean with type arguments of type ImageFileFormatModifier and TypeMethodDescriptionOutputManager.createContextForWriting
(Optional<ImageFileFormat> suggestedFormatToWrite, ExecutionTimeRecorder executionTimeRecorder) Creates theOutputWriteContext
needed for writing files. -
Uses of ImageFileFormat in org.anchoranalysis.io.output.outputter
Methods in org.anchoranalysis.io.output.outputter that return types with arguments of type ImageFileFormatModifier and TypeMethodDescriptionOutputWriteContext.getSuggestedFormatToWrite()
A suggestion on what file-format to write.Constructor parameters in org.anchoranalysis.io.output.outputter with type arguments of type ImageFileFormatModifierConstructorDescriptionOutputWriteContext
(OutputWriteSettings settings, Optional<ImageFileFormat> suggestedFormatToWrite, ExecutionTimeRecorder executionTimeRecorder) Creates a newOutputWriteContext
instance. -
Uses of ImageFileFormat in org.anchoranalysis.io.output.path.prefixer
Methods in org.anchoranalysis.io.output.path.prefixer that return types with arguments of type ImageFileFormatModifier and TypeMethodDescriptionOutputPrefixerSettings.getSuggestedImageOutputFormat()
A file format suggested for writing images to the file system.Methods in org.anchoranalysis.io.output.path.prefixer with parameters of type ImageFileFormatModifier and TypeMethodDescriptionvoid
OutputPrefixerSettings.assignSuggestedImageOutputFormat
(ImageFileFormat format) Assigns a suggestion for a preferred image-output format. -
Uses of ImageFileFormat in org.anchoranalysis.io.output.writer
Methods in org.anchoranalysis.io.output.writer that return types with arguments of type ImageFileFormatModifier and TypeMethodDescriptionElementOutputter.getSuggestedFormatToWrite()
A suggestion on what file-format to write. -
Uses of ImageFileFormat in org.anchoranalysis.plugin.io.bean.metadata.header
Methods in org.anchoranalysis.plugin.io.bean.metadata.header that return ImageFileFormatModifier and TypeMethodDescriptionprotected ImageFileFormat
BMP.format()
protected abstract ImageFileFormat
HeaderFormat.format()
The associatedImageFileFormat
with this header.protected ImageFileFormat
JPEG.format()
protected ImageFileFormat
PNG.format()
-
Uses of ImageFileFormat in org.anchoranalysis.plugin.io.bean.stack.writer
Methods in org.anchoranalysis.plugin.io.bean.stack.writer that return ImageFileFormatModifier and TypeMethodDescriptionStackWriterDelegateBase.fileFormat
(StackWriteOptions writeOptions) WriteResolutionXml.fileFormat
(StackWriteOptions writeOptions) -
Uses of ImageFileFormat in org.anchoranalysis.test.image.rasterwriter.comparison
Methods in org.anchoranalysis.test.image.rasterwriter.comparison that return types with arguments of type ImageFileFormatModifier and TypeMethodDescriptionComparisonPlan.getFormatVoxelwiseCompare()
The file-format to use for the voxel-wise comparison (if it's activated).Constructor parameters in org.anchoranalysis.test.image.rasterwriter.comparison with type arguments of type ImageFileFormatModifierConstructorDescriptionComparisonPlan
(boolean bytewiseCompare, Optional<ImageFileFormat> formatVoxelwiseCompare, boolean skipComparisonForRGB) Creates a plan for particular settings.ComparisonPlan
(boolean bytewiseCompare, Optional<ImageFileFormat> formatVoxelwiseCompare, boolean skipComparisonForRGB, String directoryPathToCopyMissingImagesTo) Creates a plan for particular settings - and which copies any missing images to a particular directory. -
Uses of ImageFileFormat in org.anchoranalysis.test.image.stackwriter
Constructors in org.anchoranalysis.test.image.stackwriter with parameters of type ImageFileFormatModifierConstructorDescriptionStackWriterTestBase
(ImageFileFormat format, boolean include3D, ComparisonPlan comparisonPlan) Creates a newStackWriterTestBase
instance.