Impact Acquire SDK Java
|
Defines valid image file formats. More...
Static Public Attributes | |
static final int | iffAuto = acquireJNI.iffAuto_get() |
Automatically tries to select the file format e.g. | |
static final int | iffBMP = acquireJNI.iffBMP_get() |
The BMP format. | |
static final int | iffJPEG = acquireJNI.iffJPEG_get() |
The JPEG format. | |
static final int | iffPNG = acquireJNI.iffPNG_get() |
The PNG format. | |
static final int | iffTIFF = acquireJNI.iffTIFF_get() |
The TIFF format. | |
Defines valid image file formats.
|
static |
Automatically tries to select the file format e.g.
from the file extension
|
static |
The BMP format.
|
static |
The JPEG format.
|
static |
The PNG format.
|
static |
The TIFF format.