Class OMETiff
Writes a stack to the filesystem as an OME-TIFF using the Bioformats library.
This is particularly useful for stacks of images that have an unusual number of channels (neither 1 or 3 channels), and which most other file formats cannot support.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected loci.formats.IFormatWriterCreates or gets an instance ofIFormatWriterwhich dictates the file format to use for writing.fileFormat(StackWriteOptions writeOptions) The file format that will be written by the generator.Methods inherited from class org.anchoranalysis.io.bioformats.bean.writer.BioformatsWriter
writeStackMethods inherited from class org.anchoranalysis.image.io.bean.stack.writer.StackWriter
fileFormatWarnUnexpected, writeStackWithExtensionMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
OMETiff
public OMETiff()Default constructor.
-
-
Method Details
-
fileFormat
Description copied from class:StackWriterThe file format that will be written by the generator.- Specified by:
fileFormatin classStackWriter- Parameters:
writeOptions- options which may influence how a raster is written.- Returns:
- the image file-format.
-
createWriter
Description copied from class:BioformatsWriterCreates or gets an instance ofIFormatWriterwhich dictates the file format to use for writing.- Specified by:
createWriterin classBioformatsWriter- Returns:
- a newly created writer.
- Throws:
ImageIOException- if a writer cannot be created successfully.
-