public class BufferedImageReader extends ReaderWrapper
reader
CAN_GROUP, CANNOT_GROUP, MUST_GROUP
Constructor and Description |
---|
BufferedImageReader()
Constructs a BufferedImageReader around a new image reader.
|
BufferedImageReader(IFormatReader r)
Constructs a BufferedImageReader with the given reader.
|
Modifier and Type | Method and Description |
---|---|
static BufferedImageReader |
makeBufferedImageReader(IFormatReader r)
Converts the given reader into a BufferedImageReader, wrapping if needed.
|
BufferedImage |
openImage(int no)
Obtains the specified image from the current file.
|
BufferedImage |
openImage(int no,
int x,
int y,
int w,
int h)
Obtains a sub-image of the specified image, whose upper-left corner is
given by (x, y).
|
BufferedImage |
openThumbImage(int no)
Obtains a thumbnail for the specified image from the current file.
|
close, close, coreIndexToSeries, duplicate, fileGroupOption, get16BitLookupTable, get8BitLookupTable, getAdvancedSeriesUsedFiles, getAdvancedUsedFiles, getBitsPerPixel, getCoreIndex, getCoreMetadataList, getCurrentFile, getDatasetStructureDescription, getDimensionOrder, getDomains, getEffectiveSizeC, getFormat, getGlobalMetadata, getImageCount, getIndex, getIndex, getMetadataOptions, getMetadataStore, getMetadataStoreRoot, getMetadataValue, getModuloC, getModuloT, getModuloZ, getNativeDataType, getOptimalTileHeight, getOptimalTileWidth, getPixelType, getPossibleDomains, getReader, getRequiredDirectories, getResolution, getResolutionCount, getRGBChannelCount, getSeries, getSeriesCount, getSeriesMetadata, getSeriesMetadataValue, getSeriesUsedFiles, getSeriesUsedFiles, getSizeC, getSizeT, getSizeX, getSizeY, getSizeZ, getSuffixes, getSupportedMetadataLevels, getThumbSizeX, getThumbSizeY, getUnderlyingReaders, getUsedFiles, getUsedFiles, getZCTCoords, getZCTModuloCoords, hasCompanionFiles, hasFlattenedResolutions, isFalseColor, isGroupFiles, isIndexed, isInterleaved, isInterleaved, isLittleEndian, isMetadataComplete, isMetadataFiltered, isNormalized, isOrderCertain, isOriginalMetadataPopulated, isRGB, isSingleFile, isThisType, isThisType, isThisType, isThisType, isThumbnailSeries, openBytes, openBytes, openBytes, openBytes, openPlane, openThumbBytes, reopenFile, seriesToCoreIndex, setCoreIndex, setFlattenedResolutions, setGroupFiles, setId, setMetadataFiltered, setMetadataOptions, setMetadataStore, setNormalized, setOriginalMetadataPopulated, setResolution, setSeries, unwrap, unwrap, unwrap
public BufferedImageReader()
public BufferedImageReader(IFormatReader r)
public static BufferedImageReader makeBufferedImageReader(IFormatReader r)
public BufferedImage openImage(int no) throws FormatException, IOException
FormatException
IOException
public BufferedImage openImage(int no, int x, int y, int w, int h) throws FormatException, IOException
FormatException
IOException
public BufferedImage openThumbImage(int no) throws FormatException, IOException
FormatException
IOException
Copyright © 2016 Open Microscopy Environment