public interface OpenedImageFile extends AutoCloseable
Stack
s.Modifier and Type | Method and Description |
---|---|
int |
bitDepth() |
Optional<List<String>> |
channelNames() |
void |
close() |
Dimensions |
dimensionsForSeries(int seriesIndex) |
boolean |
isRGB() |
int |
numberChannels() |
int |
numberFrames() |
int |
numberSeries() |
TimeSequence |
open(int seriesIndex,
Progress progress)
Open when we don't have a specific-type
|
default TimeSequence |
openCheckType(int seriesIndex,
Progress progress,
VoxelDataType channelDataType) |
default TimeSequence openCheckType(int seriesIndex, Progress progress, VoxelDataType channelDataType) throws ImageIOException
ImageIOException
TimeSequence open(int seriesIndex, Progress progress) throws ImageIOException
ImageIOException
int numberSeries()
Optional<List<String>> channelNames() throws ImageIOException
ImageIOException
int numberChannels() throws ImageIOException
ImageIOException
int numberFrames() throws ImageIOException
ImageIOException
int bitDepth() throws ImageIOException
ImageIOException
boolean isRGB() throws ImageIOException
ImageIOException
void close() throws ImageIOException
close
in interface AutoCloseable
ImageIOException
Dimensions dimensionsForSeries(int seriesIndex) throws ImageIOException
ImageIOException
Copyright © 2010–2021 Owen Feehan, ETH Zurich, University of Zurich, Hoffmann-La Roche. All rights reserved.