CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - GetDIBits

搜索资源列表

  1. 545dfvddgh

    0下载:
  2. // 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.-/
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1100
    • 提供者:dao
  1. 83390044Tint

    0下载:
  2. // 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
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:184433
    • 提供者:dao
  1. ghgjhdfdgf

    0下载:
  2. // 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
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1310
    • 提供者:dao
  1. hgjdghreter

    0下载:
  2. 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.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1293
    • 提供者:dao
  1. notview

    0下载:
  2. 文件视图,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
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:26729
    • 提供者:slansam
  1. SaveDCToBMP.rar

    0下载:
  2. 前几天要写一段在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
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:900
    • 提供者:
  1. GetDIBits

    0下载:
  2. VB图像识别,关于人脸识别方面的,还有许多需要改进的地方-VB Image Recognition
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:466757
    • 提供者:shi
  1. BmpShow_in_wince

    0下载:
  2. 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
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1855706
    • 提供者:王海亮
  1. GetDIBits

    0下载:
  2. 程序实现功能:抗锯齿算法 抗锯齿算法,采用的是SetPixel函数,效率相对来说比较低下,应用DIB可以提高绘图效率. 本程序包含:1、采用SetPixel函数 2、采用GetDIBits 两种方法. 全部采用子函数编写,方便其它程序调用.-Program Function: anti-aliasing algorithm for anti-aliasing algorithm, using the SetPixel function, the efficiency is rel
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:2929
    • 提供者:李明
  1. VBGetDIBitsSetDIBits

    1下载:
  2. 用VB+GetDIBits+SetDIBits快速灰度化与二值化源代码-With VB+ GetDIBits+ SetDIBits rapid graying of the source code and binary
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:32137
    • 提供者:liumangtu
  1. DIBSect

    0下载:
  2. 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
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:108857
    • 提供者:子狐
  1. 05

    0下载:
  2. 一个基于MFC的简单的屏幕截图工具,其中实现了热键截取-DWORD size=bitmap.bmWidthBytes*bitmap.bmHeight //图片数据大小 LPSTR lpData=(LPSTR)GlobalAlloc(GPTR,size) int panelsize = 0 //记录调色板大小 if(bitmap.bmBitsPixel<16) //判断是否为真彩色位图 panelsize =(int)pow(2
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-21
    • 文件大小:6620071
    • 提供者:sunwen
  1. Desktop-snow-optimization

    0下载:
  2. 在电脑桌面下雪,对之前网上的程序进行了修改,用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
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-20
    • 文件大小:6094306
    • 提供者:张彦
  1. SETDIBITS

    0下载:
  2. gets pixels from the main DC screen and returns the RGB value using the getDIBITS function
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:9091
    • 提供者:lgnawwi
  1. VB GetDIBits SetDIBits快速灰度化与二值化源代码

    0下载:
  2. VB GetDIBits SetDIBits快速灰度化与二值化源代码. VB GetDIBits SetDIBits快速灰度化与二值化源代码.
  3. 所属分类:Windows编程

  1. ilsoreammachine

    0下载:
  2. The strategy here is to use GetDIBits to convert the image,-The strategy here is to use GetDIBits to convert The image,
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-14
    • 文件大小:154990
    • 提供者:Aucore
  1. 1558291

    0下载:
  2. The strategy here is to use GetDIBits to convert the image,-The strategy here is to use GetDIBits to convert The image,
  3. 所属分类:Dialog_Window

    • 发布日期:2017-06-08
    • 文件大小:191488
    • 提供者:mjoribmte
  1. 7930879

    0下载:
  2. The strategy here is to use GetDIBits to convert the image,(The strategy here is to use GetDIBits to convert The image,)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-23
    • 文件大小:154624
    • 提供者:lfvflodment
  1. 颜色处理

    0下载:
  2. 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
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:2048
    • 提供者:GSO625
搜珍网 www.dssz.com