Introduction - If you have any usage issues, please Google them yourself
CDib to deal with the use of images, the definition of a number of categories CMyDib category: PaintDIB ()- draw DIB object CMyDib:: DrawDib// CreateDIBPalette ()- create a DIB object palette CMyDib:: ConstructPalette ()// FindDIBBits ()- return to DIB image pixel initial position CMyDib:: GetBits ()// DIBWidth ()- return DIB width CMyDib:: GetWidth ()// DIBHeight ()- return DIB height CMyDib:: GetHeight ()// PaletteSize ()- return to DIB palette size CMyDib:: GetPalSize// DIBNumColors ()- calculate the number of DIB color palette CMyDib:: GetColorNum ()// CopyHandle ()- copy memory block CMyDib:: CopyObject// DIBBitCount CMyDib:: GetBitCount ()// SaveDIB ()- will be saved to the specified DIB file CMyDib:: SaveFile// ReadDIBFile ()- re-read the specified file DIB object CMyDib:: LoadFile