搜索资源列表
545dfvddgh
- // The strategy here is to use ::GetDIBits to convert the // image into a 24-bit DIB one scan line at a time. A pleasant // side effect of using ::GetDIBits in this manner is that RLE- // encoded 4-bit and 8-bit DIBs will be uncompressed.-/
83390044Tint
- // The strategy here is to use ::GetDIBits to convert the // image into a 24-bit DIB one scan line at a time. A pleasant // side effect of using ::GetDIBits in this manner is that RLE- flybianhuan -/ / The strategy here is to use : : GetDIBit
ghgjhdfdgf
- // The strategy here is to use ::GetDIBits to convert the // image into a 24-bit DIB one scan line at a time. A pleasant // side effect of using ::GetDIBits in this manner is that RLE- fly and else -/ / The strategy here is to use : : GetDIB
hgjdghreter
- hao// The strategy here is to use ::GetDIBits to convert the // image into a 24-bit DIB one scan line at a time. A pleasant // side effect of using ::GetDIBits in this manner is that RLE- // encoded 4-bit and 8-bit DIBs will be uncompressed.
notview
- 文件视图,CFrameWnd C Static CRect MoveWindow CreatePen CSize CDC SetBkMode SelectObject CPen LineTo SetTextColor CString TextOut CFont CreateFont DrawText CreateDC GetDeviceCaps DeleteDC GetObject GlobalAlloc GlobalLock GetStockObject GetDC SelectPalette
SaveDCToBMP.rar
- 前几天要写一段在Windows CE 下拷屏的程序,但是CE不支持GetDIBits这个API,这可难坏了我,在网上查了半天资料,最后用CreateDIBSection搞定,现封装成一个函数SaveDCToBMP,方便大家使用,A few days ago to write a section in the Windows CE screen copy of the procedures, but CE does not support GetDIBits this API, it can be
GetDIBits
- VB图像识别,关于人脸识别方面的,还有许多需要改进的地方-VB Image Recognition
BmpShow_in_wince
- wince下图像与文字的合成,在bmp上写字打logo,是对VC下bmpshow的改写,移植到了wince下,解决了CreateDIBSection替换GetDIBits的难题,本人原创。在Windows Mobile 5.0 Pocket PC SDK (ARMV4I)下运行通过。-The synthesis of bmp image and text: write worlds or a logo, is modified from "bmpshow" in VC, Solve the pr
GetDIBits
- 程序实现功能:抗锯齿算法 抗锯齿算法,采用的是SetPixel函数,效率相对来说比较低下,应用DIB可以提高绘图效率. 本程序包含:1、采用SetPixel函数 2、采用GetDIBits 两种方法. 全部采用子函数编写,方便其它程序调用.-Program Function: anti-aliasing algorithm for anti-aliasing algorithm, using the SetPixel function, the efficiency is rel
VBGetDIBitsSetDIBits
- 用VB+GetDIBits+SetDIBits快速灰度化与二值化源代码-With VB+ GetDIBits+ SetDIBits rapid graying of the source code and binary
DIBSect
- This sample demonstrates using GDI DIB Sections in VB to achieve real time fades and tv-style static effects. It also shows how to resample images.-This sample demonstrates using GDI DIB Sections in VB to achieve real time fades and tv-style st
05
- 一个基于MFC的简单的屏幕截图工具,其中实现了热键截取-DWORD size=bitmap.bmWidthBytes*bitmap.bmHeight //图片数据大小 LPSTR lpData=(LPSTR)GlobalAlloc(GPTR,size) int panelsize = 0 //记录调色板大小 if(bitmap.bmBitsPixel<16) //判断是否为真彩色位图 panelsize =(int)pow(2
Desktop-snow-optimization
- 在电脑桌面下雪,对之前网上的程序进行了修改,用GetDIBits函数代替GetPixel函数并使用桌面穿透技术来解决前一版本不能再win7上运行的问题。-Snow in the computer desktop,online before the procedures were modified, GetDIBits function instead of GetPixel function and use the desktop penetration technology to solve
SETDIBITS
- gets pixels from the main DC screen and returns the RGB value using the getDIBITS function
VB GetDIBits SetDIBits快速灰度化与二值化源代码
- VB GetDIBits SetDIBits快速灰度化与二值化源代码. VB GetDIBits SetDIBits快速灰度化与二值化源代码.
ilsoreammachine
- The strategy here is to use GetDIBits to convert the image,-The strategy here is to use GetDIBits to convert The image,
1558291
- The strategy here is to use GetDIBits to convert the image,-The strategy here is to use GetDIBits to convert The image,
7930879
- The strategy here is to use GetDIBits to convert the image,(The strategy here is to use GetDIBits to convert The image,)
颜色处理
- Public Sub DibGet(ByVal IdSource As Long, XBegin As Long, ByVal YBegin As Long, ByVal XEnd As Long, ByVal YEnd As Long) Dim iBitmap As Long Dim iDC As Long Dim I As Long Dim W As Long Dim H As Long On Error GoTo ErrLine D