搜索资源列表
bmp图形
- bmp图形文件识别程序,包含头文件和主程序-A bmp style grapth recognision procedure,include head files and main file
BMP
- 这是一个操作256色BMP文件的简单实例,源程序不带烦琐的调色板操作。 -This is an operation of a simple 256-color BMP file example source palette without cumbersome operations.
BMP
- 这是一款图像处理小程序,一个用VC编写的BMP图像解析程序!-This is a small image processing procedures, a VC with the preparation of the BMP image parser!
bmp-ctatic
- 读取BMP 8bit文件(size n1*n2),输出整个文件[n1]*[n2]的像素值,像素值的范围0-255,并统计每个像素质的数量-BMP 8bit file read (size n1* n2), the output document as a whole [n1]* [n2] the pixel value, pixel value range of 0-255, and the quality of statistics like the number of each
bmp
- 一个打开bmp图像的简单mfc 例程,例程中使用的是dib图像类-Bmp image to open a simple routine mfc
BMP
- BMP格式是图片通过MFC的打开,拥有线性变换,直方图显示,尺寸变换,傅里叶变换功能-BMP format is a picture of opening through the MFC with a linear transformation, histogram display, size, transform, Fourier transform function
bmp
- c语言读取bmp图像 ,试了很多个,这个应该有用,看看吧-c language c language to read bmp images to read bmp images, try a lot of months, this should be useful to see it
BMP
- 数字图像处理中非常有用的一些图片包括LENA等.-Digital image processing is very useful in a number of pictures, including LENA, BARBARA such.
BMP
- BMP可以被压缩成JPG,利用VS平台开发,很好用,节省资源。-BMP can be compressed into a JPG, using VS-platform development, good use of resources.
Dicom-to-BMP
- Dicom转BMP程序源码,非常好用,简单的一个小程序,内附图片-Dicom turn BMP program source code, very easy to use, simply a small program containing a picture
avibmp
- avi和bmp相互转换的vc程序,非常好用的。-avi to bmp or bmp to avi
using-BMP-Info
- BMP图像的打开与各种简单常用图像处理,VC++ 6.0 下调试和使用没有问题。-Open BMP image with a variety of simple common image processing, VC++ 6.0 to debug and use no problem.
BMP-bitmap-operation
- BMP位图包括位图文件头结构BITMAPFILEHEADER、位图信息头结构BITMAPINFOHEADER、位图颜色表RGBQUAD和位图像素数据四部分。处理位图时要根据文件的这些结构得到位图文件大小、位图的宽、高、实现调色板、得到位图像素值等等。这里要注意的一点是在BMP位图中,位图的每行像素值要填充到一个四字节边界,即位图每行所占的存储长度为四字节的倍数,不足时将多余位用0填充-BMP bitmap file bitmap header structure, including BITMA
bmp
- 一段读取bmp的程序,了解bmp的文件结构-Bmp a reading program, understand the bmp file structure
BMP-to-JPEG
- 用C语言实现BMP格式的图片转换为JPEG格式的图片-BMP format with a C language implementation is converted to JPEG format pictures images
BMP
- 一个BMP格式的图像浏览器,可以打开改格式的图像文件,希望有帮助。-A BMP format image viewer that can open the image file format change, hope to have help.
bmp
- bmp图片解码程序,只须改动少量底层驱动函数。-bmp picture decoding process, only a small amount of low-level driver function changes.
bmp
- 使用VC打开bmp的简单小程序。只要将bmp图片放到指定文件夹即可打开。-Using VC open bmp a simple applet. As long as the bmp image into the specified folder to open it.
A very simple BMP (bitmap) loader
- This little code shows you how easy it is to load a bitmap into your window! I programmed this as simple as possible so most people can understand it and use it in their games and other programs!
opengl打开一张BMP图片
- 使用opengl打开一张BMP图片显示到opengl绘制窗口(Use OpenGL to open a BMP picture and display it to the opengl rendering window)