Hallo, ich habe folgende C# Spezifikationen über ein Dateiformat:
C++:
byte header; // Unknown
List Character[224]: // First 32 characters are not included in the set byte width; byte height; byte header; // Unknown short[width * height] imageColors;
//-----------------
short color;
Color Bit Masks: F_E_D_C_B_A_9_8_7_6_5_4_3_2_1_0 T_Red_______Green______Blue
T = Transparent-Bit
Wie kann ich aus den obigen Spezifikationen mir ein Bitmap daraus basteln (Was da drin steht ist nix anderes als ein Bitmap, nur wie lese ich dies aus bzw stelle dies dann dar? -- class God : public ChuckNorris { };