Метод | Описание | |
---|---|---|
Encode ( ExtendedImage image, Stream stream ) : void |
Encodes the data of the specified image and writes the result to the specified stream.
|
|
IsSupportedFileExtension ( string extension ) : bool |
Indicates if the image encoder supports the specified file extension.
|
|
PngEncoder ( ) : System |
Initializes a new instance of the PngEncoder class.
|
Метод | Описание | |
---|---|---|
WriteChunk ( string type, byte data ) : void | ||
WriteChunk ( string type, byte data, int offset, int length ) : void | ||
WriteDataChunks ( ) : void | ||
WriteDataChunksFast ( ) : void | ||
WriteEndChunk ( ) : void | ||
WriteGammaChunk ( ) : void | ||
WriteHeaderChunk ( |
||
WriteInteger ( Stream stream, int value ) : void | ||
WriteInteger ( Stream stream, uint value ) : void | ||
WriteInteger ( byte data, int offset, int value ) : void | ||
WritePhysicsChunk ( ) : void |
public Encode ( ExtendedImage image, Stream stream ) : void | ||
image | ExtendedImage | The image, where the data should be get from. /// Cannot be null (Nothing in Visual Basic). |
stream | Stream | The stream, where the image data should be written to. /// Cannot be null (Nothing in Visual Basic). |
Результат | void |
public IsSupportedFileExtension ( string extension ) : bool | ||
extension | string | The file extension. |
Результат | bool |