Class Tiff
Object
org.anchoranalysis.bean.AnchorBean<StackWriter>
org.anchoranalysis.image.io.bean.stack.writer.StackWriter
org.anchoranalysis.io.imagej.bean.stack.writer.ImageJRasterWriter
org.anchoranalysis.io.imagej.bean.stack.writer.Tiff
public class Tiff extends ImageJRasterWriter
Writes a TIFF image using ImageJ.
The extension .tif is employed by default.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description Tiff() -
Method Summary
Modifier and Type Method Description ImageFileFormatfileFormat(StackWriteOptions writeOptions)protected booleanwriteRaster(ij.io.FileSaver fileSaver, String path, boolean asStack)Writes an annotation to the filesystem atoutPath.Methods inherited from class org.anchoranalysis.io.imagej.bean.stack.writer.ImageJRasterWriter
writeStack, writeStackTimeMethods 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
-
Tiff
public Tiff()
-
-
Method Details
-
writeRaster
Description copied from class:ImageJRasterWriterWrites an annotation to the filesystem atoutPath.- Specified by:
writeRasterin classImageJRasterWriter- Parameters:
fileSaver- imagej class for saving filespath- where to write the annotation toasStack- whether the output will produce a stack (many images together) or not.- Returns:
- true if successfully written.
-
fileFormat
- Specified by:
fileFormatin classStackWriter
-