public class TIFFReader extends ImageReader
bitsPerPixel, bytesPerScanLine, height, param, rgbColorPalette, width
Constructor and Description |
---|
TIFFReader() |
Modifier and Type | Method and Description |
---|---|
int |
getFrameCount() |
java.util.List<java.awt.image.BufferedImage> |
getFrames() |
java.awt.image.BufferedImage |
read(java.io.InputStream is) |
getImageParam
public java.awt.image.BufferedImage read(java.io.InputStream is) throws java.lang.Exception
read
in class ImageReader
java.lang.Exception
public int getFrameCount()
getFrameCount
in class ImageReader
public java.util.List<java.awt.image.BufferedImage> getFrames()
getFrames
in class ImageReader