public class PNG extends NoTimeSeries
The extension .png is employed by default.
Constructor and Description |
---|
PNG() |
Modifier and Type | Method and Description |
---|---|
ImageFileFormat |
fileFormat(StackWriteOptions writeOptions)
The file format that will be written by the generator.
|
protected boolean |
writeRaster(ij.io.FileSaver fileSaver,
String path,
boolean asStack)
Writes an annotation to the filesystem at
outPath . |
writeStackSeries
writeStack, writeStackTime
fileFormatWarnUnexpected, writeStackWithExtension
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
protected boolean writeRaster(ij.io.FileSaver fileSaver, String path, boolean asStack) throws ImageIOException
ImageJRasterWriter
outPath
.writeRaster
in class ImageJRasterWriter
fileSaver
- imagej class for saving filespath
- where to write the annotation toasStack
- whether the output will produce a stack (many images together) or not.ImageIOException
- if anything goes wrong writing the input.public ImageFileFormat fileFormat(StackWriteOptions writeOptions)
StackWriter
fileFormat
in class StackWriter
writeOptions
- options which may influence how a raster is written.Copyright © 2010–2021 Owen Feehan, ETH Zurich, University of Zurich, Hoffmann-La Roche. All rights reserved.