BitmapFileHelper
01 Syntax
Microsoft.VisualBasic.Imaging.BitmapImage.FileStream.BitmapFileHelper
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ReadFileAsBitmap | 1 | read bitmap file in-memory |
| ParseMemoryBitmap | 1 | |
| SaveBitmapToFile | 1 |
03 Members
ReadFileAsBitmap(
String, Boolean)read bitmap file in-memory
Remarks
only process the bitmap image data in size smaller than 2GB
Parameters
| Name | Type | Description |
|---|---|---|
fileName | String | - |
flipRows | Boolean | - |
ParseMemoryBitmap(
Stream)SaveBitmapToFile(
String, Bitmap)