Modifier and Type | Field and Description |
---|---|
protected int |
bitsPerPixel |
protected int |
bytesPerScanLine |
protected int |
height |
protected ImageParam |
param |
protected int[] |
rgbColorPalette |
protected int |
width |
Constructor and Description |
---|
ImageReader() |
Modifier and Type | Method and Description |
---|---|
java.awt.image.BufferedImage |
getFrame(int i) |
int |
getFrameCount() |
java.util.List<java.awt.image.BufferedImage> |
getFrames() |
ImageParam |
getImageParam() |
abstract java.awt.image.BufferedImage |
read(java.io.InputStream is) |
protected int width
protected int height
protected int bitsPerPixel
protected int bytesPerScanLine
protected int[] rgbColorPalette
protected ImageParam param
public int getFrameCount()
public java.awt.image.BufferedImage getFrame(int i)
public java.util.List<java.awt.image.BufferedImage> getFrames()
public ImageParam getImageParam()
public abstract java.awt.image.BufferedImage read(java.io.InputStream is) throws java.lang.Exception
java.lang.Exception