搜索资源列表
bmp文件读写函数
- bmp文件读写函数-bmp document read-write function
SpImageAcs
- 可以在vc中读bmp图像文件,及写BMP文件-You can read bmp files in VC, and write BMP files.
Read BMP
- 读取位图文件要素的源代码,用vc实现,功能强大. -read bitmap file elements of the source code, using vc realization of the powerful.
readpicture
- 这是一个读取并复制bmp图片的程序,对于学习bmp图片格式很有帮助。-This is a copy and read bmp Photo procedures, learning bmp format photographs helpful.
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
bmp-read-3
- 一个关于32位图像读取的c#程序,修改后并保存原图。具体的修改部分可以按照需求修改-one of 32 images read the c # procedures, the revised and preserve maximum. Some specific changes can be amended in accordance with demand
IMatching-BINARY-OK
- 一个很简单的读取BMP图像的工程,很方便直接在该工程中进行后续的图像处理-a very simple read BMP image, a very convenient and direct the project for the follow-up Image Processing
read-bmp
- 用c语言编写的对bmp图像文件的读取,开发环境,VC
read
- bmp文件的读取与显示,并且得到bmp文件信息。-bmp file to read and display, and get bmp file information.
bmp
- 利用MFC读入BMP格式图片存放在结构体中。-The use of MFC read BMP format images stored in the body structure.
bmp-24
- 读写bmp图像,进行读写操作;得到图像的位图信息;-read or write bmp pictures
libtiff-read-tiff
- 利用libtiff读取大型tiff文件,转换为bmp格式,实现放大,缩小,漫游,坐标查询功能。属于毛坯,还可以改进。-Large-scale use of libtiff to read tiff files, converted to bmp format, to achieve amplification, reduced, roaming, coordinate the inquiry. Are rough, but also could be improved.
Painter
- 读取bmp图像文件,并显示出来,visual c++基于单文档。-Read bmp image files, and display, visual c++ based on single document.
bmp
- BMP文件读写例子 BMP文件读写例子-Examples to read and write BMP files
bmp-image-processing
- 数字图像处理中的VC读取bmp图像,基于多文档模式-Read bmp image, digital image processing VC-based multi-document mode
READ-bmp
- 读取bmp图像的内容,比如图像的高,宽,以及颜色表等信息。对于图形处理的初学者很有帮助。-Reads the BMP image content, such as the image of the high and wide, as well as information such as the color table for beginners helpful graphics processing
bmp
- 给定若干幅用BMP格式保存的数字图像,编写一个程序读取BMP图像。 用UltraEdit等工具分析保存的BMP图像格式-A number of sites with a given digital images saved in BMP format, write a program to read BMP images. Analysis using tools such as UltraEdit saved BMP image formats
read-bmp-image
- 实现图像读取和输入给定阈值0-255实现二值化-read bmp image
BmpPreview
- c++读取bmp图片详解。BMP(全称Bitmap)是Windows操作系统中的标准图像文件格式,可以分成两类:设备相关位图(DDB)和设备无关位图(DIB),使用非常广。它采用位映射存储格式,除了图像深度可选以外,不采用其他任何压缩,因此,BMP文件所占用的空间很大。BMP文件的图像深度可选lbit、4bit、8bit及24bit。BMP文件存储数据时,图像的扫描方式是按从左到右、从下到上的顺序。由于BMP文件格式是Windows环境中交换与图有关的数据的一种标准,因此在Windows环境中运
BMP
- 使用C++将BMP文件从硬盘读入到内存、然后修改其数据,最后将修改的文件保存到硬盘(Read the file of bitmap from disk to memory,revise the data,and then save the revised-file to disk using C++)