Méthode | Description | |
---|---|---|
Decode ( ExtendedImage image, Stream stream ) : void |
Decodes the image from the specified stream and sets the data to image.
|
|
IsSupportedFileExtension ( string extension ) : bool |
Indicates if the image decoder supports the specified file extension.
|
|
IsSupportedFileFormat ( byte header ) : bool |
Indicates if the image decoder supports the specified file header.
|
Méthode | Description | |
---|---|---|
CalculateScanlineLength ( |
||
CalculateScanlineStep ( |
||
PaethPredicator ( byte a, byte b, byte c ) : byte | ||
PngDecoder ( ) : System | ||
ReadChunk ( ) : |
||
ReadChunkCrc ( |
||
ReadChunkData ( |
||
ReadChunkLength ( |
||
ReadChunkType ( |
||
ReadHeaderChunk ( byte data ) : void | ||
ReadPhysicalChunk ( byte data ) : void | ||
ReadScanlines ( |
||
ReadTextChunk ( byte data ) : void | ||
ValidateHeader ( ) : void |
public Decode ( ExtendedImage image, Stream stream ) : void | ||
image | ExtendedImage | The image, where the data should be set to. /// Cannot be null (Nothing in Visual Basic). |
stream | Stream | The stream, where the image should be /// decoded from. Cannot be null (Nothing in Visual Basic). |
Résultat | void |
public IsSupportedFileExtension ( string extension ) : bool | ||
extension | string | The file extension. |
Résultat | bool |
public IsSupportedFileFormat ( byte header ) : bool | ||
header | byte | The file header. |
Résultat | bool |