public class TGAReader extends ImageReader
| Modifier and Type | Field and Description |
|---|---|
static int |
SCAN_MODE_BOTTOM_LEFT |
static int |
SCAN_MODE_BOTTOM_RIGHT |
static int |
SCAN_MODE_TOP_LEFT |
static int |
SCAN_MODE_TOP_RIGHT |
bitsPerPixel, bytesPerScanLine, height, param, rgbColorPalette, width| Constructor and Description |
|---|
TGAReader() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.image.BufferedImage |
read(java.io.InputStream is) |
getFrame, getFrameCount, getFrames, getImageParampublic static final int SCAN_MODE_BOTTOM_LEFT
public static final int SCAN_MODE_BOTTOM_RIGHT
public static final int SCAN_MODE_TOP_LEFT
public static final int SCAN_MODE_TOP_RIGHT
public java.awt.image.BufferedImage read(java.io.InputStream is)
throws java.lang.Exception
read in class ImageReaderjava.lang.Exception