public static class DDSImage.ImageInfo
extends java.lang.Object
Constructor and Description |
---|
ImageInfo(java.nio.ByteBuffer data,
int width,
int height,
boolean compressed,
int compressionFormat) |
Modifier and Type | Method and Description |
---|---|
int |
getCompressionFormat() |
java.nio.ByteBuffer |
getData() |
int |
getHeight() |
int |
getWidth() |
boolean |
isCompressed() |