public class HDFWriter extends Object
| Constructor and Description |
|---|
HDFWriter(String path,
int numChannels,
int numFrames,
int numSlices,
int bitDepth,
double pixelSize,
double pixelSizeZ,
Color[] channelColors,
int width,
int height,
ResolutionLevel[] resLevels) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
writeImage(PipelineImage img) |
public HDFWriter(String path, int numChannels, int numFrames, int numSlices, int bitDepth, double pixelSize, double pixelSizeZ, Color[] channelColors, int width, int height, ResolutionLevel[] resLevels)
public void close()
public void writeImage(PipelineImage img) throws Exception
ExceptionCopyright © 2015–2022 SCIFIO. All rights reserved.