Property | Type | Description | |
---|---|---|---|
Components | int | ||
Image | ManagedImage | ||
LayerInfo | OpenJPEG.J2KLayerInfo[] |
Method | Description | |
---|---|---|
AssetTexture ( ) : System | ||
AssetTexture ( ManagedImage image ) : System | ||
AssetTexture ( UUID assetID, byte assetData ) : System | ||
Decode ( ) : bool |
Decodes the JPEG2000 data in
|
|
DecodeLayerBoundaries ( ) : bool |
Decodes the begin and end byte positions for each quality layer in the image
|
|
Encode ( ) : void |
Populates the AssetData byte array with a JPEG2000 encoded image created from the data in Image
|
public AssetTexture ( ManagedImage image ) : System | ||
image | ManagedImage | |
return | System |
public AssetTexture ( UUID assetID, byte assetData ) : System | ||
assetID | UUID | |
assetData | byte | |
return | System |