搜索资源列表
bmptojpg2
- 能够将bmp文件转换为jpg文件,推荐。开发环境:vc6.0
AutoTrace
- 转换位图文件到矢量图像文件的源代码,支持BMP, TGA, PNM, PPM, PGM, PBM的输入格式和Postscr ipt, svg, xfig, swf, pstoedit, emf, dxf, cgm等输出格式
1
- 能转换源文件中的极坐标,转换成为直角坐标系下的坐标,能在屏幕上画出,保存为bmp位图文件。
BMP文件转换为JPG文件的源代码
- BMP文件转换为JPG文件的源代码,调用了jpgdll.dll ,BMP file into a JPG file of source code, call the jpgdll.dll
LCDBMP_to_H
- bmp2h是一个专门用来转换64K色bmp图片用的它可以把bmp格式的图片转换成64K色的数组数据-bmp2h is designed to convert a 64K-color bmp image which can be used in bmp format images converted into a 64K-color array data
VBjiepin
- VB源码,VB自动截取当前屏幕并将BMP转换为JPG,抓不到图,有兴趣的朋友下载试试。 -VB source code, VB auto-interception current screen and BMP converted to JPG, grasp diagram, friends who are interested to download to try.
BMP_JPG
- BMP位图文件转换为JPG格式的文件,以及JPG格式文件转换为BMP格式文件-BMP bitmap file into JPG format files, and JPG files converted to BMP format file
BMAthen
- 先正确读取bmp图像然后将其转换为raw格式并存储-First read correctly BMP image and then convert them into raw format and stored
NMPNSLQ
- 用VC写的一个从YUV文件转换为BMP文件的图像程序-Using VC to write a program YUV file are converted into BMP image
iaser-user-bitwise
- 把bmp文件转换成txt的源码,不错的源码 很好的-Convert BMP file to TXT of source code, a good source of good
ypymdda
- 一个将bmp转化成jpg格式的源代码,转换时选择容量较小的bmp图片-A source code, the BMP into JPG format conversion capacity choice when smaller BMP images
C语言现实的图像处理(包含快速傅里叶变换)
- 这代码功能有:读入和保存文件头、读入和保存信息头、读入和保存像素数据、读入和保存位图、24位的位图转化为8位位图、8位位图转换为24位位图、图像的二值化、8位位图的Sobel边缘检测、8位位图的Laplace锐化、8位位图的中值滤波、分离与合并RGB矩阵、直方图均衡化 main.c是main函数的所在;BMP.h是对位图文件头和信息头,以及调色板等的类型的声明;function.h主要完成对位图的读写操作;algorithm.h主要完成对位图进行相关的算法的处理。