-
-
-
-
jpeg.tar.gz
This project features a complete JPEG Hardware Compressor (standard Baseline DCT, JFIF header) with 2:1:1 subsampling, able to compress at a rate of up to 24 images per second (on XC2V1000-4 @ 40 MHz with resolution 352x288).
Image resolution is not ...
-
-
Compress.rar
程序:将重复的子数列折叠起来。就是连续重复数据的压缩,编码原理的程序。如:12 23 34 45 34 45 34 45 88 78 79 88 78 79 99压缩成为12 23 0xFE 3 34 45 0xFD 0xFE 2 88 78 79 0xFD 99。其中0xFE表示重复数列的开始,紧跟后面的数3是重复次数,后面的0xFD表示结束。
-
-
-
JPEG_SourceCode.zip
source目录下为本章介绍的源程序
功能是行程编码,JPEG压缩编码(基本系统)
命令行编译过程如下
vcvars32
rc bmp.rc
cl compress.c bmp.res user32.lib gdi32.lib
-
-
AviCompress.rar
avi compress programing ,the prog will compress the frame which captured by camera. and compression it
-