|
SkiaSharpBitmapIO Methods |
The SkiaSharpBitmapIO type exposes the following members.
Methods | Name | Description |
---|
| CreateSKBitmap |
CreateSKBitmap method takes the RawImageData and returns the Skia's SKBitmap.
|
| GetSkiaFormat |
GetSkiaFormat returns the Skia's SKColorType from the Vulkan's format
|
| IsFileFormatExportSupported |
Returns true when exporting a bitmap to the specified file format that is defined by the fileExtension is supported.
|
| IsFileFormatImportSupported |
Returns true when importing a bitmap from the specified file format that is defined by the fileExtension is supported.
|
| IsStreamSupported |
Returns true when methods that take Stream as parameter are supported. When false, then only methods that take fileName are supported.
|
| LoadBitmap(String) |
Load bitmap into the GpuImageData struct
|
| LoadBitmap(Stream, String) |
Load bitmap into the GpuImageData struct
|
| LoadSkBitmap |
LoadSkBitmap methods loads the file with the specified file name and returns a Skia's SKBitmap.
|
| SaveBitmap(RawImageData, String) |
Save bitmap from the GpuImageData to the specified file.
|
| SaveBitmap(RawImageData, Stream, String) |
Save bitmap from the GpuImageData to the specified fileStream.
|
| SaveBitmap(RawImageData, Stream, SKEncodedImageFormat, Int32) |
Save bitmap from the GpuImageData to the specified fileStream and by using special file format options that are defied by the fileFormat and quality parameters.
|
| SaveBitmap(RawImageData, String, SKEncodedImageFormat, Int32) |
Save bitmap from the GpuImageData to the specified file and by using special file format options that are defied by the fileFormat and quality parameters.
|
TopSee Also