public final class TGAImageReader
extends com.twelvemonkeys.imageio.ImageReaderBase
availableLocales, ignoreMetadata, input, locale, minIndex, originatingProvider, progressListeners, seekForwardOnly, updateListeners, warningListeners, warningLocales| Modifier | Constructor | Description |
|---|---|---|
protected |
TGAImageReader(ImageReaderSpi provider) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getHeight(int imageIndex) |
|
IIOMetadata |
getImageMetadata(int imageIndex) |
|
Iterator<ImageTypeSpecifier> |
getImageTypes(int imageIndex) |
|
int |
getNumThumbnails(int imageIndex) |
|
ImageTypeSpecifier |
getRawImageType(int imageIndex) |
|
int |
getThumbnailHeight(int imageIndex,
int thumbnailIndex) |
|
int |
getThumbnailWidth(int imageIndex,
int thumbnailIndex) |
|
int |
getWidth(int imageIndex) |
|
boolean |
hasThumbnails(int imageIndex) |
|
static void |
main(String[] args) |
|
BufferedImage |
read(int imageIndex,
ImageReadParam param) |
|
boolean |
readerSupportsThumbnails() |
|
BufferedImage |
readThumbnail(int imageIndex,
int thumbnailIndex) |
|
protected void |
resetMembers() |
abort, abortRequested, addIIOReadProgressListener, addIIOReadUpdateListener, addIIOReadWarningListener, canReadRaster, checkReadParamBandSettings, clearAbortRequest, computeRegions, getAspectRatio, getAvailableLocales, getDefaultReadParam, getFormatName, getImageMetadata, getInput, getLocale, getMinIndex, getOriginatingProvider, getSourceRegion, getStreamMetadata, getTileGridXOffset, getTileGridYOffset, getTileHeight, getTileWidth, isIgnoringMetadata, isImageTiled, isRandomAccessEasy, isSeekForwardOnly, processImageComplete, processImageProgress, processImageStarted, processImageUpdate, processPassComplete, processPassStarted, processReadAborted, processSequenceComplete, processSequenceStarted, processThumbnailComplete, processThumbnailPassComplete, processThumbnailPassStarted, processThumbnailProgress, processThumbnailStarted, processThumbnailUpdate, processWarningOccurred, processWarningOccurred, read, readAll, readAll, readAsRenderedImage, readRaster, readTile, readTileRaster, removeAllIIOReadProgressListeners, removeAllIIOReadUpdateListeners, removeAllIIOReadWarningListeners, removeIIOReadProgressListener, removeIIOReadUpdateListener, removeIIOReadWarningListener, setInput, setInput, setLocaleprotected TGAImageReader(ImageReaderSpi provider)
protected void resetMembers()
resetMembers in class com.twelvemonkeys.imageio.ImageReaderBasepublic int getWidth(int imageIndex)
throws IOException
getWidth in class ImageReaderIOExceptionpublic int getHeight(int imageIndex)
throws IOException
getHeight in class ImageReaderIOExceptionpublic Iterator<ImageTypeSpecifier> getImageTypes(int imageIndex) throws IOException
getImageTypes in class ImageReaderIOExceptionpublic ImageTypeSpecifier getRawImageType(int imageIndex) throws IOException
getRawImageType in class ImageReaderIOExceptionpublic BufferedImage read(int imageIndex, ImageReadParam param) throws IOException
read in class ImageReaderIOExceptionpublic boolean readerSupportsThumbnails()
readerSupportsThumbnails in class ImageReaderpublic boolean hasThumbnails(int imageIndex)
throws IOException
hasThumbnails in class ImageReaderIOExceptionpublic int getNumThumbnails(int imageIndex)
throws IOException
getNumThumbnails in class ImageReaderIOExceptionpublic int getThumbnailWidth(int imageIndex,
int thumbnailIndex)
throws IOException
getThumbnailWidth in class ImageReaderIOExceptionpublic int getThumbnailHeight(int imageIndex,
int thumbnailIndex)
throws IOException
getThumbnailHeight in class ImageReaderIOExceptionpublic BufferedImage readThumbnail(int imageIndex, int thumbnailIndex) throws IOException
readThumbnail in class ImageReaderIOExceptionpublic IIOMetadata getImageMetadata(int imageIndex) throws IOException
getImageMetadata in class com.twelvemonkeys.imageio.ImageReaderBaseIOExceptionpublic static void main(String[] args) throws IOException
IOExceptionCopyright © 2018. All rights reserved.