public final class PSDImageReader extends ImageReaderBase
imageInputavailableLocales, ignoreMetadata, input, locale, minIndex, originatingProvider, progressListeners, seekForwardOnly, updateListeners, warningListeners, warningLocales| Modifier and Type | Method and Description |
|---|---|
protected void |
checkBounds(int index) |
int |
getHeight(int imageIndex) |
IIOMetadata |
getImageMetadata(int imageIndex) |
IIOMetadata |
getImageMetadata(int imageIndex,
String formatName,
Set<String> nodeNames) |
Iterator<ImageTypeSpecifier> |
getImageTypes(int imageIndex) |
int |
getNumImages(boolean allowSearch) |
int |
getNumThumbnails(int imageIndex) |
ImageTypeSpecifier |
getRawImageType(int imageIndex) |
IIOMetadata |
getStreamMetadata() |
int |
getThumbnailHeight(int imageIndex,
int thumbnailIndex) |
int |
getThumbnailWidth(int imageIndex,
int thumbnailIndex) |
int |
getWidth(int imageIndex) |
static void |
main(String[] pArgs) |
BufferedImage |
read(int imageIndex,
ImageReadParam param) |
boolean |
readerSupportsThumbnails() |
BufferedImage |
readThumbnail(int imageIndex,
int thumbnailIndex) |
protected void |
resetMembers() |
assertInput, dispose, fakeAOI, fakeSubsampling, getDestination, hasExplicitDestination, reset, setInput, showItabort, abortRequested, addIIOReadProgressListener, addIIOReadUpdateListener, addIIOReadWarningListener, canReadRaster, checkReadParamBandSettings, clearAbortRequest, computeRegions, getAspectRatio, getAvailableLocales, getDefaultReadParam, getFormatName, getInput, getLocale, getMinIndex, getOriginatingProvider, getSourceRegion, getStreamMetadata, getTileGridXOffset, getTileGridYOffset, getTileHeight, getTileWidth, hasThumbnails, 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 void resetMembers()
resetMembers in class ImageReaderBasepublic int getWidth(int imageIndex)
throws IOException
getWidth in class ImageReaderIOExceptionpublic int getHeight(int imageIndex)
throws IOException
getHeight in class ImageReaderIOExceptionpublic ImageTypeSpecifier getRawImageType(int imageIndex) throws IOException
getRawImageType in class ImageReaderIOExceptionpublic Iterator<ImageTypeSpecifier> getImageTypes(int imageIndex) throws IOException
getImageTypes in class ImageReaderIOExceptionpublic BufferedImage read(int imageIndex, ImageReadParam param) throws IOException
read in class ImageReaderIOExceptionprotected void checkBounds(int index)
throws IOException
checkBounds in class ImageReaderBaseIOExceptionpublic int getNumImages(boolean allowSearch)
throws IOException
getNumImages in class ImageReaderBaseIOExceptionpublic IIOMetadata getStreamMetadata() throws IOException
getStreamMetadata in class ImageReaderBaseIOExceptionpublic IIOMetadata getImageMetadata(int imageIndex) throws IOException
getImageMetadata in class ImageReaderBaseIOExceptionpublic IIOMetadata getImageMetadata(int imageIndex, String formatName, Set<String> nodeNames) throws IOException
getImageMetadata in class ImageReaderIOExceptionpublic boolean readerSupportsThumbnails()
readerSupportsThumbnails in class ImageReaderpublic 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 static void main(String[] pArgs) throws IOException
IOExceptionCopyright © 2017. All Rights Reserved.