public class BMPConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
BI_BITFIELDS
Specifies 16-bit or 32-bit "bit field" compression.
|
static int |
BI_JPEG
Specifies JPEG compression.
|
static int |
BI_PNG
Specifies PNG compression.
|
static int |
BI_RGB
Specifies no compression.
|
static int |
BI_RLE4
Specifies 4-bit RLE compression.
|
static int |
BI_RLE8
Specifies 8-bit RLE compression.
|
static java.lang.String |
FILE_HEADER
The signature for the BMP format header "BM".
|
public static final java.lang.String FILE_HEADER
public static final int BI_RGB
InfoHeader
,
Constant Field Valuespublic static final int BI_RLE8
InfoHeader
,
Constant Field Valuespublic static final int BI_RLE4
InfoHeader
,
Constant Field Valuespublic static final int BI_BITFIELDS
InfoHeader
,
Constant Field Valuespublic static final int BI_JPEG
InfoHeader
,
Constant Field Valuespublic static final int BI_PNG
InfoHeader
,
Constant Field Values