Method | Description | |
---|---|---|
GetPixelData ( string fileName ) : |
ImageData takes a fileName (string) and loads the BMP from the file.
|
Method | Description | |
---|---|---|
BuildPixels ( Color &pixels, Stream &file, uint bitCount, int pixelWidth, int pixelHeight ) : void | ||
CheckSignature ( Stream &file ) : bool | ||
FormUint2 ( byte bytes ) : uint | ||
FormUint4 ( byte bytes ) : uint | ||
LoadFile ( string fileName ) : byte[] | ||
ParseBytes ( Stream &file, BMPHeader &bmpHeader ) : void | ||
ReadFile ( Stream stream ) : byte[] |
public static GetPixelData ( string fileName ) : |
||
fileName | string | |
return |