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) |
getImageParam
protected java.util.List<IFD> ifds
protected java.awt.image.BufferedImage decode(IFD ifd) throws java.lang.Exception
java.lang.Exception
public int getFrameCount()
getFrameCount
in class ImageReader
public java.awt.image.BufferedImage getFrame(int i)
getFrame
in class ImageReader
public java.util.List<java.awt.image.BufferedImage> getFrames()
getFrames
in class ImageReader
public java.awt.image.BufferedImage read(java.io.InputStream is) throws java.lang.Exception
read
in class ImageReader
java.lang.Exception
protected boolean readIFDs(java.io.InputStream is) throws java.lang.Exception
java.lang.Exception