Package | Description |
---|---|
com.griaulebiometrics.gbsfingerprint |
Modifier and Type | Method and Description |
---|---|
static ImageFormat |
ImageFormat.fromInteger(int value)
Converts an integer between 0 and 10 to a image format.
|
ImageFormat |
Image.getFormat() |
static ImageFormat |
ImageFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageFormat[] |
ImageFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Image |
GBSFingerprint.convertImage(Image image,
ImageFormat format)
Converts the supplied image into a another image, using a different format.
|
static Image |
Images.create(byte[] buffer,
ImageFormat format,
int resolution)
Creates a new image given its buffer, format and resolution.
|
void |
Image.setFormat(ImageFormat format) |
Constructor and Description |
---|
Image(byte[] buffer,
ImageFormat format,
int resolution)
Buffer constructor
|
Image(byte[] buffer,
int width,
int height,
int resolution,
ImageFormat format)
Complete constructor
|
Image(byte[] buffer,
int width,
int height,
int resolution,
ImageFormat format,
FingerprintQuality quality)
Complete constructor
|