|
Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
|
类 | |
| struct | BmpInfo |
| struct | BitmapHeader |
Public 类型 | |
| enum | Format { RGBA8 , RGB8 , Pixel1 , Pixel16 , Pixel2 , Pixel4 , Pixel8 } |
静态 Public 成员函数 | |
| static bool | IsBmpStream (Stream stream) |
| static BmpInfo | GetInfo (Stream stream) |
| static Image | Load (Stream stream) |
| static void | Save (Image image, Stream stream, Format format, bool sync=false) |
| static BitmapHeader | ReadHeader (Stream stream) |
静态 Public 属性 | |
| static readonly Dictionary< Format, BmpBitsPerPixel > | EngineBmpFormat2ImageSharpBitsPerPixel |
| static readonly Dictionary< BmpBitsPerPixel, Format > | ImageSharpBitsPerPixel2EngineBmpFormat |
|
static |
|
static |
|
static |