| Modifier and Type | Method and Description |
|---|---|
static ImageFormat |
ImageFormat.fromValue(int value)
Creates an enumeration value from int.
|
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 |
|---|---|
byte[] |
Image.toBuffer(ImageFormat imageFormat,
float compressionLevel)
Exports the image to a buffer.
|
void |
Image.toBufferObject(ImageFormat imageFormat,
float compressionLevel,
ImageBuffer buffer)
Copies the image to a buffer in the specified format.
|
Copyright © id3 Technologies. All rights reserved. eu.id3.face