CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - bmp to h

搜索资源列表

  1. ImgProcessing

    0下载:
  2. 可读写bmp格式的图的程序,给了Visobject.cpp 和 visobject.h 做样子,很容易将它们改成合自己用的,能读写bmp格式图象的程序。使用Linux的, 给出pcbitmap.h以备使用。写程序时注意读整数时字节是按顺序还是逆序排列的。-can read and write bmp format of the processes, and to the Visobject.cpp visobject.h frill, it is very easy to change thei
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:66.03kb
    • 提供者:陈新
  1. ImgLoad

    0下载:
  2. 图象格式读写库函数(各种图像格式的读写,包括BMP,JPEG,PCX,TGA,ICO,TIFF,PNG,WMF(读取)。使用非常的方便,整个库就两个函数ZLoadImg和ZSaveImg,具体使用在ZImgLoad.h中有说明。-image format reading and writing library functions (various image formats read and write, including BMP, JPEG, PCX, TGA, PCX, TIFF, PNG
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:240.2kb
    • 提供者:
  1. bmp2h

    0下载:
  2. bmp图像转换为C语言数组.h文件,包括1bit\2bit\4bit\8bit\16bit\24bit-convert the bmp image to C H file
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1.91kb
    • 提供者:xiaohe
  1. Image2Lcd

    0下载:
  2. 圖案編輯程式, 將.img .bmp .png 等圖案 轉檔至其他類型, 如.h系統檔. .h檔可給WinCE開機畫面更改做為使用-Image Converting Program, process image file, such as IMG BMP PNG..etc converting to any other fomates. for example, .h header file, the purpose for it is to change WinCE Booting Image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:556.86kb
    • 提供者:Tim
  1. Kmeans

    0下载:
  2. 标准C++/C处理BMP图像,没有使用VC中的BITMAP类及任何不在ANSI-C中的结构和函数。采用了k_means压缩算法处理24bit(可以更改源码使之支持8-bit,16-bit和灰度bmp)源码注释详细,其中对BMP文件BMPHEADINFO的处理比较有趣。 new.cpp---->主要的程序代码 *.h----->一个产生U(0,1)随机数的发生器,相合度较小,DES函数产生。-Standard C++/C handle BMP images, do not us
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:4.15kb
    • 提供者:Yifan Young
  1. PicCompressEncode

    0下载:
  2. VC的BMP转JPEG格式,PicCompressEncode-VC of the BMP to JPEG format, PicCompressEncode
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-02
    • 文件大小:580.47kb
    • 提供者:郑贤华
  1. OpenGLClipCap

    0下载:
  2. OpenGL为裁减面加盖 使用stencil buffer对模型进行加盖 对裁减面进行加盖的功能,网上例子不多,本例代码简单,很容易明白原理 使用glut,把相h, lib, dll都放到文件夹内,vs2003直接编译通过 操作方法: 鼠标左键旋转模型 鼠标右键移动平面 o键切换模型 s键可以把stencil buffer中内容存成bmp,有助于理解-opengl clip capping, use stencil buffer to add a cap f
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:104.67kb
    • 提供者:larrow
  1. CImg-1.3.4

    0下载:
  2. CImage类 CImage是MFC和ATL共享的新类,它能从外部磁盘中调入一个JPEG、GIF、BMP和PNG格式的图像文件加以显示,而且这些文件格式可以相互转换。由于CImage在不同的Windows操作系统中其某些性能是不一样的,因此在使用时要特别注意。例如,CImage::PlgBlt和CImage::MaskBlt只能在 Windows NT 4.0 或更高版本中使用,但不能运行在Windows 95/98 应用程序中。CImage::AlphaBlend和CImage::Tran
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:8.9mb
    • 提供者:郑飞
  1. loadbmp.h

    1下载:
  2. 实现对bmp格式图像文件的读取与写入操作(不能够对32位位图文件操作)-Bmp format image files to realize the read and write operations (not a bitmap file on 32-bit operation)
  3. 所属分类:Graph program

    • 发布日期:2014-11-27
    • 文件大小:2.43kb
    • 提供者:caixt
  1. convertBmptoRaw

    1下载:
  2. 一个实现bmp格式图片转换为raw纯数据格式的C++程序,经调试通过,使用时修改程序中H、W为自己图片的高和宽即可-Bmp format image of a realization of pure raw data format is converted to the C++ program by debugging through the use of modified procedures when H, W for his picture of the height and width
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:332.79kb
    • 提供者:qinfenging
  1. cximageLite_V600

    0下载:
  2. CxImage is a C++ class that can load, save, display, transform images in a very simple and fast way. CxImage is open source and licensed under the zlib license. In a nutshell, this means that you can use the code however you wish, as long as you
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:550.11kb
    • 提供者:tayfun karan
  1. GLAUX_replacement_code_BMP.H

    0下载:
  2. BMP Loader - a quick and dirty substitute for GLaux if you only use GLaux to load BMP files will load any format of a windows DIB BMP format graphics file Only works on a windows box Caution! memory for the data is allocated using new . In th
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:1.78kb
    • 提供者:mrlbr
  1. JpgVSbmp

    0下载:
  2. bmp转jpg的dll程序源码,关键的傅里叶变换部分使用的是jpeg。h里的库函数-convert bmp files to jpg files
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:228.8kb
    • 提供者:xu
  1. color-transform

    0下载:
  2. 对给定的一幅RGB原始图像(如bmp格式),给出并显示该图的R、G、B单 色图像,绘制R、G、B图像各自的直方图;将RGB方式转换为HIS方式,再 给出并显示该图的H、I、S三个分量的图像-The RGB system is converted to a HIS way given an RGB original image (such as the bmp format), given and display the graph R, G, B monochrome images, d
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:1.17kb
    • 提供者:白元
  1. loadbmp.h

    0下载:
  2. 实现对bmp格式图像文件的读取与写入操作(不能够对32位位图文件操作)-Bmp format image files to realize the read and write operations (not a bitmap file on 32-bit operation)
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2.47kb
    • 提供者:ening
  1. BMP_TO_CPP

    0下载:
  2. 根据BMP图片生成对应的CPP/H源文件和头文件,对于二次开发有很大帮助。-According to BMP images generated the corresponding source and header files, CPP/H for secondary development are of great help.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-25
    • 文件大小:192.73kb
    • 提供者:zbhunter
  1. dataset

    1下载:
  2. .熟悉BMP图像的结构,编程实现BMP图像的阅读和显示。 编程实现彩色BMP图像的三个分量R、G、B的显示,Y、I、Q,H、S、I分量和X、Y、Z的显示。 获取图像任意一点的像素值(Familiar with the structure of BMP image, programming to realize the reading and display of BMP image. The programming realizes the display of three compone
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:194kb
    • 提供者:phoebephoebe
搜珍网 www.dssz.com