Package | Description |
---|---|
org.sunflow.core | |
org.sunflow.image | |
org.sunflow.image.formats | |
org.sunflow.image.readers |
Modifier and Type | Method and Description |
---|---|
Bitmap |
Texture.getBitmap() |
Modifier and Type | Method and Description |
---|---|
Bitmap |
BitmapReader.load(java.lang.String filename,
boolean isLinear)
Load the specified filename.
|
Modifier and Type | Class and Description |
---|---|
class |
BitmapBlack |
class |
BitmapG8 |
class |
BitmapGA8 |
class |
BitmapRGB8 |
class |
BitmapRGBA8 |
class |
BitmapRGBE |
class |
BitmapXYZ |
class |
GenericBitmap
This is a generic and inefficient bitmap format which may be used for
debugging purposes (dumping small images), when memory usage is not a
concern.
|
Modifier and Type | Method and Description |
---|---|
Bitmap |
IGIBitmapReader.load(java.lang.String filename,
boolean isLinear) |
Bitmap |
JPGBitmapReader.load(java.lang.String filename,
boolean isLinear) |
Bitmap |
HDRBitmapReader.load(java.lang.String filename,
boolean isLinear) |
Bitmap |
TGABitmapReader.load(java.lang.String filename,
boolean isLinear) |
Bitmap |
PNGBitmapReader.load(java.lang.String filename,
boolean isLinear) |
Bitmap |
BMPBitmapReader.load(java.lang.String filename,
boolean isLinear) |