搜索资源列表
rlezip_16bit_sc.zip
- 16位rle(压缩bmp文件)压缩算法源码
PicCompressEncode(VC)
- 本程序是用VC++6.0开发的BMP转JPEG格式的图片压缩源程序,编译后即可运行。并且可以自行设定压缩的质量。-this program is the development of the VC 6.0 BMP format to the JPEG image compression source, the compiler can run after. And can set their own compression quality.
图像数据的压缩
- 1. 实现BMP文件到JPEG文件的压缩转换。 2. 自选:实现从JPEG文件到BMP文件转换。 3. 采用C/C++编写程序 -1. BMP file to the realization of JPEG compression conversion. 2. Customize : Achieving from JPEG files to BMP file conversion. 3. Using C / C programming
BMPtoAVI
- vc++实现一系列bmp流压缩成的avi格式的影音文件输出-vc achieve a series of bmp flow of compressed into avi video file format output
JPEG_Compression_Code
- 由BMP压缩为JPEG格式源代码,并提供例子程序供测试。-by the BMP for the JPEG compression format source code, and provide examples of procedures for testing.
jpegMDCard
- 一个自己编的将bmp压缩成jpeg格式图片并由串口与MD卡存取的程序。
压缩图片
- 一种对bmp文件进行图像压缩的算法。将一幅bmp文件压缩之后再显示出来与压缩前的文件作比较。-a pair of bmp document image compression algorithms. Bmp file to a compressed then displayed with the compression of documents before making comparisons.
Huffman_Arithmetic
- 我用C++编写的Huffman压缩解压算法,可以对文本及*.bmp图像进行压缩解压-I use C++ to the Huffman compression decompression algorithm, and the text can*. bmp image compression decompression
ezw
- matlab 小波零树图像压缩程序,分析对象:lena.bmp -matlab wavelet zero-tree image compression process, analyze the object: lena.bmp
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
jpeg.documents
- jepg压缩例子 源代码 bmp图像的转换jepg图像,处理-jepg compression source code examples of converting bmp image jepg image processing
pck35
- 突袭游戏PCK工具。。BMP压缩,RLE算法等-SS 1.0-2.3 TOOLS
jpegcoding
- 实现 。BMP转变的。JPEG压缩 DCT变换->量化->z字形编码->DC差分编码-jpegcoding
RLE
- 这是自己用易语言写的RLE无损压缩,可以把单BMP或多个BMP压缩成一种格式-It is written in easy language they used RLE lossless compression, a single BMP can be compressed into one or more BMP format
BMP-to-JPG
- 这是一个实现将BMP位图转换为jpg格式位图的程序,也即具有压缩图像的功能。-This is a BMP bitmap converted to jpg format bitmap program, that has the function of the compressed image.
Huffman
- huffman编码压缩和解压缩文件,可以压缩文字,图片等-huffman coding to compress and decompress the file, can compress text, pictures, etc.
bmp-jpeg--mfc
- BMP实现JPEG格式的图像压缩程序设计 代码-BMP implementation of JPEG image compression application design code
jpeg_test.tar
- lena.bmp压缩为lena.jpg,翻转和不翻转两种形式,-compress lena.bmp to lena.jpg
bmp-huffman
- 图片压缩算法 使用哈弗曼树来实现将bmp图像压缩-huffman
JPEG
- 实现bmp图像的压缩编码解压,包括哈弗曼编码解码 dct变换 量化(Realize the BMP image compression coding decompression)