public class TIFFReader extends ImageReader
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<IFD> |
ifds |
bitsPerPixel, bytesPerScanLine, height, param, rgbColorPalette, width| Constructor and Description |
|---|
TIFFReader() |
| Modifier and Type | Method and Description |
|---|---|
protected java.awt.image.BufferedImage |
decode(IFD ifd) |
java.awt.image.BufferedImage |
getFrame(int i) |
int |
getFrameCount() |
java.util.List<java.awt.image.BufferedImage> |
getFrames() |
java.awt.image.BufferedImage |
read(java.io.InputStream is) |
protected boolean |
readIFDs(java.io.InputStream is) |
getImageParamprotected java.util.List<IFD> ifds
protected java.awt.image.BufferedImage decode(IFD ifd) throws java.lang.Exception
java.lang.Exceptionpublic int getFrameCount()
getFrameCount in class ImageReaderpublic java.awt.image.BufferedImage getFrame(int i)
getFrame in class ImageReaderpublic java.util.List<java.awt.image.BufferedImage> getFrames()
getFrames in class ImageReaderpublic java.awt.image.BufferedImage read(java.io.InputStream is)
throws java.lang.Exception
read in class ImageReaderjava.lang.Exceptionprotected boolean readIFDs(java.io.InputStream is)
throws java.lang.Exception
java.lang.Exception