-
-
2shujuku.rar
... hbm = (HBITMAP)::LoadImage(NULL,
lpszPathName,
IMAGE_BITMAP,
0,
0,
LR_LOADFROMFILE)
if (m_Image.Attach(hbm))
{
BITMAP bm
m_Image.GetBitmap(&bm)
m_Image.SetBitmapDimension(bm.bmWidth,bm.bmHeight)
return TRUE
}
return ...
-
Photo.rar
数字图像处理编程入门 书和书的 源代码
1) windows位图bitmap(即bmp文件)的结构和调色版的概念;
(2) 图 ...
-
-
-
-
-
fontgen.rar
fontgen is a monochrome bitmap font generator, it also provides a lite-weight utility library to help developers display font on embed devices.
-
-
-
54668-54668.zip
This code provides information about the Windows Bitmap file format along with source code for some classes that can load and save bitmaps. Loading supports all bit depths(1,4,8,16,24,32) but not compression(rarely used anyway). Saving supports bit depths ...
-