Package | Description |
---|---|
de.matthiasmann.twl.utils |
Modifier and Type | Method and Description |
---|---|
PNGDecoder.Format |
PNGDecoder.decideTextureFormat(PNGDecoder.Format fmt)
Computes the implemented format conversion for the desired format.
|
static PNGDecoder.Format |
PNGDecoder.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PNGDecoder.Format[] |
PNGDecoder.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PNGDecoder.Format |
PNGDecoder.decideTextureFormat(PNGDecoder.Format fmt)
Computes the implemented format conversion for the desired format.
|
void |
PNGDecoder.decode(ByteBuffer buffer,
int stride,
PNGDecoder.Format fmt)
Decodes the image into the specified buffer.
|
void |
PNGDecoder.decodeFlipped(ByteBuffer buffer,
int stride,
PNGDecoder.Format fmt)
Decodes the image into the specified buffer.
|
Copyright © 2016 Laboratoire COGIT, IGN. All rights reserved.