搜索资源列表
DrakeDCT050629B
- DCT离散余弦变换编码和解码,利用vc对bmp图像实行变换,可以对变换和恢复后的结果进行保存和观看比较结果-the program of DCT coding and decoding.It is used to transform bmp to jpg.you can compare the original bmp to transformed jpg
Bmp_Jpg
- 将BMP格式的图片转换为JPG格式的图片-BMP format will be converted to JPG picture format photographs
VbjpegDll
- 该程序实现了VB调用Jpg和Bmp格式相互转换API函数的示例,使用非常方便-the VB program called the Broadband and Bmp format conversion API examples, very convenient to use
BmpTransfertoJpg
- 本程序实现了高速的bmp图片到jpg图片的压缩,其中使用了动态连接库,使得压缩速度有了很大提高,而且使用非常简单。-the realization of high-speed bmp jpg photo to photo compression, the use of the dynamic link library, makes compression speed has been greatly improved, but it is very simple.
JepgCodec
- 该程序实现了jpeg编码。开发平台:Window XP, Visual C++ 6.0。 HuffmanExp 哈夫曼编码 JpgVSbmp Jpg和Bmp格式相互转换的API封装 RWJpegExp JpegVC++类 VbTestDll VB调用Jpg和Bmp格式相互转换API函数的示例 jpeg jpeg中的前向DCT变换-the program achieved a jpeg coding. Platform : Window XP, Visual C 6.0.
20067418104377325
- bmp格式转化为jpg格式的算法,蛮有用的 大家看看吧-bmp format jpg format into the algorithm, is quite used to see it all
bmpchangejpg
- bmp转成jpg也是压缩哦! 111 111 111
JpgVSbmp
- jpeg压缩标准中Jpg和Bmp格式相互转换的API封装
VbTestDll
- VB调用Jpg和Bmp格式相互转换API函数的示例
BmpToJpg
- 该程序可将Bmp格式的图像转换为Jpg格式的图片,可减少图像存储的空间
JPG
- 本论文主要介绍了JPEG的编码和解码过程。该程序的编码部分能把一张BMP格式的图象进行JEPG编码,压缩成以二进制形式保存的文件;通过相应的解码程序又可以把图象解压缩出来。在图象传送过程中,我们经常采用JPEG格式对静态图象进行编码。JPEG基本系统是一种有损编码,无法完全恢复出原图象,信息有一定的丢失,称为有损压缩。尽管我们希望能够无损压缩,但是通常有损压缩的压缩比(即原图象占的字节数与压缩后图象占的字节数之比,压缩比越大,说明压缩效率越高)比无损压缩的高。JPEG编码先把图象色彩RBG变成亮
compress
- 用于bmp图像转化为jpg的图像压缩算法实现的源代码。
IJL
- vc环境下的利用IJL压缩库进行BMP->JPG的压缩转化
COMPRESS_BMP
- 这是一个关于基于混合编码的图象压缩技术的实现,现在勉强可以实现关于小波的图象压缩实现。此程序可以将BMP格式的图象经压缩后以JPG的格式存储起来!压缩比一般可以达到32:1。还可以显示编码压缩所耗时间-This is a mixed coding on the basis of the image compression technology, and now can barely be achieved on wavelet image compression achieved. This p
DE0_SDCARD_JPEG_2_BMP
- 从SD Card中读取 image.jpg, 经过NIOS II 转成 image.bmp,并保存在SD Card中。 注: 运行程序之前,在SD Card的跟目录放一张名字为image.jpg的图片,并建立一个名为image.bmp的文件, 程序运行时,会把bmp图片数据写入image.bmp中-Read from the SD Card image.jpg, through the NIOS II converted image.bmp, and stored in the SD Car
jpegconvert
- 编译源文件生成可执行文件TestLibjpeg.exe, 此程序可以转换bmp位图为jpg格式,或解压缩 jpg格式图像为bmp格式。 将需转换的bmp格式图片存到和TestLibjpeg.exe 相同的文件夹下,在DOS界面下使用命令行参数 bmp到jpeg的转换使用:TestLibjpeg.exe j 原图片名.bmp 目标图片名.jpg jpeg到bmp的转换使用:TestLibjpeg.exe b 原图片名.jpg 目标图片名.bmp- AppWizard h
bmptojpg
- 在VC++环境下,将bmp格式转换为jpg格式,有助于图形图像之间的转换。-In the VC++ environment, will be converted to jpg format, bmp format, will help the conversion between graphic image.
microcontroller-jpg-gif-bmp-decoders
- Decompress algorithms for GIF, JPG, BMP for microcontrollers
BMP-to-JPG
- 这是一个实现将BMP位图转换为jpg格式位图的程序,也即具有压缩图像的功能。-This is a BMP bitmap converted to jpg format bitmap program, that has the function of the compressed image.
lz.rar
- LZ算法的实现,是项目中的一部分(这里给出的是最基本的功能,所以没有版权问题),自己理解后完成的,用了3周时间实现最基本的功能,非常便于理解。当数据量较小的时候,压缩后的数据量可能会增大;大数据压缩会减小数据。经过测试,word文档、bmp/jpg图像压缩解压都没有问题。纯C代码,linux和windows下都可编译运行,LZ algorithm, is part of the project (given here is the most basic function, so there is