Method | Description | |
---|---|---|
FromRawData ( byte data ) : |
Creates new instance.
|
|
FromStream ( Stream stream ) : |
Creates new instance.
|
|
GetHeight ( ) : int | ||
GetWidth ( ) : int | ||
ILBMImage ( Stream stream ) : System | ||
ILBMImage ( byte rawdata ) : System | ||
Render ( ) : Image |
Draws the image to bitmap using its own palette.
|
|
Render ( RenderOptions options ) : Image |
Draws the image to bitmap using rendering options.
|
|
RenderTiny ( ) : Image |
Draws the thumbnail to bitmap.
|
|
RenderTiny ( RenderOptions options ) : Image |
Draws the thumbnail to bitmap.
|
|
ToRawData ( ) : byte[] |
Converts entire image to format-influenced byte array.
|
public static FromRawData ( byte data ) : |
||
data | byte | |
return |
public static FromStream ( Stream stream ) : |
||
stream | Stream | |
return |
public ILBMImage ( Stream stream ) : System | ||
stream | Stream | /// Stream containing ILBM image data. /// |
return | System |
public ILBMImage ( byte rawdata ) : System | ||
rawdata | byte | /// Byte array containing ILBM image data. /// |
return | System |
public Render ( RenderOptions options ) : Image | ||
options | RenderOptions | /// Rendering options. /// |
return | Image |
public RenderTiny ( RenderOptions options ) : Image | ||
options | RenderOptions | |
return | Image |