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

搜索资源列表

  1. CBitmapPicture

    0下载:
  2. 源代码,利用IPICTURE接口读取GIF,JPEG等格式的图像文件,能够读取设备独立位图DIB和BMP文件-source code, the use of interface IPICTURE read GIF, JPEG and other image file format, equipment can read independent bitmap BMP and DIB documents
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:527428
    • 提供者:吴鸣世
  1. bmp

    0下载:
  2. 读取,保存,打开bmp图片。并且可以详细读取bmp表头的各种数据。 -Read, save, open bmp picture. And can be read in detail the various data bmp header.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-07
    • 文件大小:1357961
    • 提供者:shijian
  1. BMP-image-to-read-and-save

    0下载:
  2. BMP图像的读取和保存程序 纯C语言实现 可以直接运行-BMP image to read and save the program in pure C language can be run directly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1589
    • 提供者:晓松
  1. read-bmp-image

    0下载:
  2. 实现图像读取和输入给定阈值0-255实现二值化-read bmp image
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1999682
    • 提供者:jiajia
  1. bmp-read

    0下载:
  2. 本程序实现bmp位图的读取,并进行旋转处理,可以很好的了解bmp位图结构,代码调试通过-This procedure realize the BMP bitmap read and spinning processing, can very good understanding of BMP bitmap structure, code debugging
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:7250971
    • 提供者:张蕾
  1. bmp文件读取c++实现

    0下载:
  2. 用于把bmp文件进行解析并输出到文本文件中.
  3. 所属分类:GDI/图象编程

  1. BMP-pic-display

    0下载:
  2. 实验基于STM32F407Z。本实验将实现如下功能:本实验主要讲解如何使用在LCD上显示BMP图片,共有两种方法,一种是先将BMP图片从外部存储器加载到RAM中,然后再调用API函数显示在LCD上,另外一种是直接从外部存储器中读取BMP图片并显示在LCD上。第一种方法需要大量的RAM,但是速度快,第二种方法需要RAM小,但是现实速度慢。本实验还有一个屏幕截图函数,可以进行屏幕截图。 注意:本实验使用了UCOSII操作系统,本实验使用触摸屏,本实验基于4.3寸800*480分辨率的屏幕,
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-14
    • 文件大小:3524356
    • 提供者:Wu
  1. Bmp

    0下载:
  2. 本程序实现BMP文件的读取显示。考虑了8位灰度图,24/32彩色图。-This procedure to achieve BMP file to read display. Consider the 8 grayscale, 24/32 color images.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-04
    • 文件大小:207448
    • 提供者:luo
  1. BMP-read-and-save

    0下载:
  2. 该代码可以实现对一幅BMP图像的读取、显示和存储。主要在于BMP图像格式的解读处理-The code can be read on a BMP image display and storage. Interpretation mainly handle BMP image format
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3855978
    • 提供者:congcongli
  1. bmp-width

    0下载:
  2. 在OpenGL环境下,读取图像的宽度和高度,编译环境为vs2013-OpenGL bmp
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-22
    • 文件大小:6639233
    • 提供者:七天
  1. bmp

    0下载:
  2. 读取BMP文件,返回图片长宽和灰度像素值-Reads the BMP file and return the length and width and the gray image pixel values
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-13
    • 文件大小:2221
    • 提供者:LLX
  1. BmpPreview

    0下载:
  2. c++读取bmp图片详解。BMP(全称Bitmap)是Windows操作系统中的标准图像文件格式,可以分成两类:设备相关位图(DDB)和设备无关位图(DIB),使用非常广。它采用位映射存储格式,除了图像深度可选以外,不采用其他任何压缩,因此,BMP文件所占用的空间很大。BMP文件的图像深度可选lbit、4bit、8bit及24bit。BMP文件存储数据时,图像的扫描方式是按从左到右、从下到上的顺序。由于BMP文件格式是Windows环境中交换与图有关的数据的一种标准,因此在Windows环境中运
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:307200
    • 提供者:Sky_Vico
  1. read_bmp

    0下载:
  2. 利用visual studio编写,用于读取.bmp格式的图像文件(Read the image file in.Bmp format)
  3. 所属分类:图形图像处理

  1. JPGR

    0下载:
  2. itk读写的例子,基于WIN7+64位+VS2010 x64的完整的程序,独立于Cmake的程序,读取的是位图,对于初学者很有帮助!(ITK example of reading and writing, based on WIN7+64 bit +VS2010 x64 complete program and read bmp image, useful for beginners!)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:23316480
    • 提供者:enranyou
  1. Bmp_read_and_show

    0下载:
  2. 简单的BMP图像的读取与显示,读取像素点打印,对于大图片打开会有点慢(Simple BMP image reading and displaying, print by reading the pixel , large pictures will be opened a bit slow)
  3. 所属分类:图片显示

    • 发布日期:2018-01-01
    • 文件大小:44032
    • 提供者:845695524
  1. LSB隐藏

    0下载:
  2. 实现bmp灰度图像的LSB隐藏,能够将指定的信息嵌入bmp位图的最低位,从而达到数字隐写的目的。另外可以通过相反的过程来读取bmp位图的每一像素的最低位,将信息提取还原出来(BMP gray image LSB hidden, can specify the information embedded in the BMP bitmap of the lowest bit, so as to achieve the purpose of digital steganography. In addi
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-04
    • 文件大小:340992
    • 提供者:Stoveg
  1. readBMP

    0下载:
  2. 用C语言实现位图格式的图像读取功能,可直接使用。(read BMP by C ,can be used directly.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:宁徛
  1. BMP文件基于C语言的信息读取

    0下载:
  2. BMP图像文件的内部信息,可以依据C语言编程确定图像的具体信息内容
  3. 所属分类:2D图形编程

    • 发布日期:2019-01-23
    • 文件大小:3994
    • 提供者:duthinker
  1. c++图像处理-读取jpg图片

    0下载:
  2. 一个VC++编写的图像工具,通过不同图像函数实现bmp/jpg等图像,并比较图像读取时间,可以比较图像函数差异。
  3. 所属分类:GDI/图象编程

  1. 获取BMP图片数据

    0下载:
  2. VC工程,选择图片并读取BMP数据的部分,输出以16进制的方式。
  3. 所属分类:2D图形编程

« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com