CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - BITMAPINFO
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - BITMAPINFO - List
[
Special Effects
]
BitMapInfo
DL : 0
BITMAP图象的各个BYTE情报全显示-BITMAP images all show the entire intelligence BYTE
Date
: 2008-10-13
Size
: 67.27kb
User
:
林方
[
Special Effects
]
BitMapInfo
DL : 0
BITMAP图象的各个BYTE情报全显示-BITMAP images all show the entire intelligence BYTE
Date
: 2025-07-03
Size
: 3.78mb
User
:
林方
[
GDI-Bitmap
]
bitmapinfo
DL : 0
顯示 BMP 的圖片相關的資訊,包含檔頭跟內容,並以顏色區分 BMP 圖片資料。-The picture shows BMP-related information, including file header with the content, and color information to distinguish between BMP picture.
Date
: 2025-07-03
Size
: 39kb
User
:
yofingoz
[
VC/MFC
]
Conversion_and_preserve_the_bitmap
DL : 0
如何替换HBITMAP中的颜色值。初始化BITMAPINFO信息,以便使用CreateDIBSection-CreateDIBSection
Date
: 2025-07-03
Size
: 3kb
User
:
luke
[
GUI Develop
]
05
DL : 0
一个基于MFC的简单的屏幕截图工具,其中实现了热键截取-DWORD size=bitmap.bmWidthBytes*bitmap.bmHeight //图片数据大小 LPSTR lpData=(LPSTR)GlobalAlloc(GPTR,size) int panelsize = 0 //记录调色板大小 if(bitmap.bmBitsPixel<16) //判断是否为真彩色位图 panelsize =(int)pow(2,bitmap.bmBitsPixel*sizeof(RGBQUAD)) BITMAPINFOHEADER*pBInfo = (BITMAPINFOHEADER*)LocalAlloc(LPTR, sizeof(BITMAPINFO)+panelsize) //位图头指针 pBInfo->biBitCount = bitmap.bmBitsPixel //位图像素 pBInfo->biClrImportant = 0 pBInfo->biCompression = 0 pBInfo->biHeight = bitmap.bmHeight //位图高 pBInfo->biPlanes = bitmap.bmPlanes pBInfo->biSize = sizeof(BITMAPINFO) pBInfo->biSizeImage = bitmap.bmWidthBytes*bitmap.bmHeight //数据 pBInfo->biWidth = bitmap.bmWidth //位图宽 pBInfo->biXPelsPerMeter = 0 pBInfo->biYPelsPerMeter = 0 GetDIBits(memDC.m_hDC,bmp,0,pBInfo->biHeight,lpData, (BITMAPINFO*)pBInfo,DIB_RGB_COLORS)
Date
: 2025-07-03
Size
: 6.31mb
User
:
sunwen
[
Linux-Unix
]
BitmapInfo
DL : 0
Bitmap Info for linux Interface Driver.
Date
: 2025-07-03
Size
: 1kb
User
:
zueyangqun
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.