-
-
-
-
-
-
bmp2source.rar
... and converts it into a C structure with the following information: the bitmap width, the bitmap height, the RGB color palette if the bitmap is 8bpp or 4bpp, an array of 32-bit values representing the scaled down (24bpp to 5:5:5 RGB) color values OR an ...
-
VCad3.0.zip
vcad3.0 vc++实践与提高系列 绘图程序v1,vc practice and enhancement series cartography procedure v1,Visual C++,GDI-Bitmap 最完全版本!
-
-
bitmapEx_source.rar
... CBitmap对象读取“*.bmp”文件的快捷方式。
1、建立自己的CBitmap派生类。
2、增加一个“Load from bitmap”的函数:
BOOL CMyBitmap::LoadBitmap(LPCTSTR szFileName)
{
DeleteObject()
HBITMAP hBitmap=NULL
hBitmap=(HBITMAP)LoadImage(NULL,szFileName,IMAGE_BITMAP,0,0,LR_LOADFROMFILE| ...
-
RplColor.zip
... understand the usage of CreateDIBSection.
If you have to load a bitmap from resource and made many color replacements, or if you have ... All BitBlt are really fast but the creation of the mask bitmap is so slow than the whole function is twice slower ...
-
-