搜索资源列表
20067418104377325
- bmp格式转化为jpg格式的算法,蛮有用的 大家看看吧-bmp format jpg format into the algorithm, is quite used to see it all
BmpToJpg
- 该程序可将Bmp格式的图像转换为Jpg格式的图片,可减少图像存储的空间
小波变换的压缩存储方法
- 一种新的机遇小波变换的压缩存储方法,相同的高压缩比下,效果明显比jpg格式好
useTestLibjpeg
- 利用IJG JPEG Library压缩图像为jpg格式本代码是libjpeg函数库的演示代码
JPG
- 本论文主要介绍了JPEG的编码和解码过程。该程序的编码部分能把一张BMP格式的图象进行JEPG编码,压缩成以二进制形式保存的文件;通过相应的解码程序又可以把图象解压缩出来。在图象传送过程中,我们经常采用JPEG格式对静态图象进行编码。JPEG基本系统是一种有损编码,无法完全恢复出原图象,信息有一定的丢失,称为有损压缩。尽管我们希望能够无损压缩,但是通常有损压缩的压缩比(即原图象占的字节数与压缩后图象占的字节数之比,压缩比越大,说明压缩效率越高)比无损压缩的高。JPEG编码先把图象色彩RBG变成亮
ostub
- 基于遗传算法的最大类间方差法对JPG格式图像分割的程序源代码
OOK.rar
- 自己编写的OOK调制与解调,内含matlab-figure-file、matlab-M-file和得出的jpg格式图形!,I have written OOK modulation and demodulation, containing matlab-figure-file, matlab-M-file and come to the jpg format graphics!
BFSK.rar
- 自己编写的BFSK调制与解调,内含matlab-figure-file、matlab-M-file和得出的jpg格式图形!,I have written BFSK modulation and demodulation, containing matlab-figure-file, matlab-M-file and come to the jpg format graphics!
BDPSK
- 自己编写的BDPSK调制与解调,内含matlab-figure-file、matlab-M-file和得出的jpg格式图形!-I have written BDPSK modulation and demodulation, containing matlab-figure-file, matlab-M-file and come to the jpg format graphics!
Fireworks
- <正> 经常做网页的朋友想必对Fireworks一定不会陌生。它的图片压缩功能是我比较爱使用的工具之一,因为它对网络图形的压缩质量和尺寸还是比较令人满意的。可是我们也经常会遇到这样的问题,那就是在网页总尺寸受到限制时,我们首先想到的解决办法之一是尽可能压缩网页的图片尺寸,这带来的困扰就是如何使图片保持一定的质量或清晰度。不过这个问题随着Fireworks 4.0的出现而不再是个难题了。因为Fireworks 4.0中就具有支持选择性压缩jpg格式图像的功能。但它是如何工作的呢?下面我
bmpread
- 将bmp转换成jpg格式Visual Basic源码-bmp change to jpg by Visual Basic
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
QPSK
- 自己编写的QPSK调制与解调,内含matlab-figure-file、matlab-M-file和得出的jpg格式图形!-I have written QPSK modulation and demodulation, containing matlab-figure-file, matlab-M-file and come to the jpg format graphics!
BPSK
- 自己编写的BPSK调制与解调,内含matlab-figure-file、matlab-M-file和得出的jpg格式图形!-I have written BPSK modulation and demodulation, containing matlab-figure-file, matlab-M-file and come to the jpg format graphics!
bmptojpg
- 在VC++环境下,将bmp格式转换为jpg格式,有助于图形图像之间的转换。-In the VC++ environment, will be converted to jpg format, bmp format, will help the conversion between graphic image.
zhenchafa
- 使用帧间差分法进行运动目标检测,内含两组测试图像和测试结果,分别为bmp和jpg格式,并且有详细的使用说明。郑重说明:本程序对阴影处理效果不佳,但思路清晰明了,适合初学者参考。-Frame difference method using the moving target detection, containing two sets of test images and test results, respectively, bmp and jpg format and detailed ins
wavemax
- 输入为JPG格式图像,通过小波模极大值提取图像边缘,共分3级进行提取,输出包括原图像边缘检测结果和不同级别小波边缘图像。-JPG format input image, the wavelet modulus maxima extracted image edge extraction is divided into three, the output includes the original image edge detection results and the different lev
Yuv2Mov
- 将yuv格式的图像转换成jpg格式的和avi格式-turn the image of .yuv to .jpg and .avi
BMP-to-JPG
- 这是一个实现将BMP位图转换为jpg格式位图的程序,也即具有压缩图像的功能。-This is a BMP bitmap converted to jpg format bitmap program, that has the function of the compressed image.
BmpToJpg
- 这是一个基于对话框的程序,主要功能是实现将BMP图像转换为JPG格式的,实现了图像的压缩。-This is a dialog-based program, the main function is to convert BMP images to JPG format and image compression.