Skia |
Name | Description | |
---|---|---|
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. |