搜索资源列表
读取bmp
- BMP图像文件格式是微软公司为其Windows环境设置的标准图像格式,而且 Windows系统软件中还同时内含了一系列支持BMP图像处理的API函数,随着Windows 在世界范围内的不断普及,BMP文件格式无疑也已经成为PC机上的流行图像文件格 式。它的主要特点可以概括为:文件结构与PCX文件格式类似,每个文件只能存放一幅图像;图像数据是否采用压缩方式存放,取决于文件的大小与格式,即压缩处理成为图 像文件的一个选项,用户可以根据需要进行选择。
Read BMP
- 读取位图文件要素的源代码,用vc实现,功能强大. -read bitmap file elements of the source code, using vc realization of the powerful.
hedongjian_imagepro
- 此源码的亮点在于它设计了一个可以读取bmp,jpg,tif等不同文件格式的LIB文件,不需改动就可以应用在自己的程序中,推荐!程序说明内详 -this source is that it highlights the design of a can read bmp, jpg, tif different file formats LIB documents with the changes it can be applied to their own procedures, recomme
BMPINFO
- 读取BMP文件信息。VB.NET源代码,利用BinaryReader类来读取.bmp文件的信息。-read BMP file information. VB.NET source code, using BinaryReader class to read. Bmp document information.
demo_rar
- 一个可以读取并显示bmp文件的框架程序,可以在里面添加代码实现其他的图像处理功能,里面已经添加了一段sobel算子的程序。-one can read and display bmp the framework document procedures, Inside the can add code to achieve other image processing functions, Add inside a segmentation operator procedures.
BMPREAD
- 利用VC开发工具实现对BMP文件的操作子程序,本子程序为读取256色灰度图
readbmpfile
- 此程序用于对bmp文件的读取输出,经检测可直接运行,对8bit,24bit都可用。
TiffTest
- 一个读取TIFF文件的程序,告诉你怎么将TIFF文件改变成BMP文件
bmp
- bmp文件的解码与读取,很简单的一个小程序。
用VC代码读取BMP文件并显示
- 用VC代码读取BMP文件并显示-VC code reader and BMP documents show
C、C++读取图片
- C/C++语言实现打开各种图像文件(BMP, GIF, JPG,
BMP
- VC++通过创建一个链表,循环读取BMP文件数据,再显示在界面上。-VC++ Load BMP image by creating a list
read
- bmp文件的读取与显示,并且得到bmp文件信息。-bmp file to read and display, and get bmp file information.
chap1-1
- 图像的基本操作,包括读取BMP文件,文件的格式,对其结构了解,图像的基本知识-Image basic operations, including read BMP files, the format, its structure is understood that the basic knowledge of image
Painter
- 读取bmp图像文件,并显示出来,visual c++基于单文档。-Read bmp image files, and display, visual c++ based on single document.
BMPDealer
- 从硬盘中读取bmp文件,也可以输出bmp文件-read bmp and save it
BMP
- BMP格式文件的读取、截屏与写文件 很详细的描述处理BMP文件的几个API函数-BMP files process
BMPViewer
- 读取BMP文件格式的软件设计,包括图形的旋转、缩放等基本操作。-The solftware of read bmp.
bmp文件读取c++实现
- 用于把bmp文件进行解析并输出到文本文件中.
Bmp
- 本程序实现BMP文件的读取显示。考虑了8位灰度图,24/32彩色图。-This procedure to achieve BMP file to read display. Consider the 8 grayscale, 24/32 color images.