搜索资源列表
jpg2bmp.rar
- 一个用纯c写的jpg转bmp的源代码。vc6通过。,Pure c a jpg to bmp write the source code. vc6 through.
fbi_1.31.tar.gz
- linux下开源图片codec,可显示png,jpg,bmp等,还可交叉编译,在ARM平台运行。,This is a image viewer for framebuffer devices. It is quick & dirty hacked off a svgalib PhotoCD viewer. This background is the reason for a few limits: * It can handle the usual VGA graphics m
PicMatch
- 本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。
JPEGGIFPCXtoBMP
- Jpg、Gif、Bmp、Tiff和Png格式的图像转化为BMP格式图像。以便于进一步对图像处理-Jpg, Gif, Bmp, Tiff and Png format images into BMP format images. In order to facilitate further image processing
AdamAsmaca
- Convert to jpg to bmp
AVI
- 这个程序可以实现将某个文件夹内的“JPG”或“BMP”图片转成AVI视频文件, 如果想转换“其它格式的图片文件”只要添加一些代码即可。 -This process can realize will be a folder inside the " JPG" or " BMP" picture into AVI video file, if you want to convert " other format image file" A
jpeg_picture
- 主要用于图象处理方面.包括不同格式图象文件压缩,BMP,JPG-mainly for image processing. Different format image compression, BMP, JPG
Halftoning
- 一种灰度图像的半色调图像生成程序。该程序实现了siggraph 2008 论文Structure aware halftoning中的半色调生成算法。该算法基于目标函数优化,用模拟退火方法生成。 该程序可以读入gif,png,jpg,bmp格式的图片,并自动将彩色图转化为灰度图。生成的半色调图目前只支持png格式的输出。 实现语言为java。 在jre 1.6.0_10上测试正常。-A gray-scale image halftoning image generation pro
107215800jpegapi
- 用VC打开jpg文件, jpg转bmp bmp转jpg格式-Jpg files using VC open, jpg to bmp bmp to jpg format
bmpajpg
- Program in vb to convert to jpg of bmp
pic
- 处理JPG,TIF,BMP等互相转换平且可以处理各种图片效果-process picture source with jpg,tif,bmp image format
JpegBMP
- A DLL library of converting bmp and jpg each other,which includes .h and .lib file! You can easily use it!
Jpg
- BMP图象数据提取及灰度值提取,,,,该程序首先把BMP从一维数组转换到CCC[960][1280]这个二维数组,然后扫描图象,提取其中的每个像素点的R,G,B值转换成Y,U,I模式的Y值(亮度/灰度值),然后用pix[y][x]存放,小弟能力有限,下面本来想用另一个数组B[y][x]存放二值化后的实体的-BMP image data extraction and gray value extraction,,,, the program first to BMP conversion from
Imageformatconversion
- 可以实现图像格式的转换 ICO To BMP JPEG TO BMP BMP TO JPG TXT TO JPG-Image format conversion can be achieved ICO To BMP JPEG TO BMP BMP TO JPG TXT TO JPG
jpg-to-bmp
- 实现JPG到bmp的自由转换,可以查看源代码-To achieve the freedom to bmp convert JPG, you can view the source code
bmp_to_jpg
- 将bmp格式文件转换为jpg文件,并能狗将原有的bmp文件删除,调试过的可以直接使用。-Bmp format file will be converted to jpg files and can delete the original bmp file, debugged and can be used directly.
Libjpeg
- 利用LibJpeg实现jpg到bmp及bmp到jpg的转换,程序能正常运行-Use LibJpeg realize JPG to BMP and BMP to JPG conversion, and the program can normal operation
jpg-to-bmp
- 在VC++中实现图片jpg格式转换为bmp格式-Convert bmp format picture jpg format in VC++
jpg-to-bmp-in-VCPP
- 在VC++中实现图片jpg格式转换为bmp格式-Convert bmp format picture jpg format in VC++
Jpg-to-Bmp(OK)
- bmp文件与jpg文件相互转化,基于C++ Builder 6.0开发,并调试通过。-Convert bmp file to jpg file,and Test Pass。