搜索资源列表
JPEG_decode
- JPEG图片格式解码成为BMP格式,详细分析了JPEG图片的存储格式。
JPEGView
- 显示JPEG的小程序,使用LIBJPEG进行解码,实现对图片的缩放、拖拽等,可以作为MFC入门的参考代码。-Display JPEG small program that uses LIBJPEG decode, realize the picture zoom, drag, etc., can be used as a reference code MFC entry.
jpeg_decoder
- 关于jpeg图片的解码算法,速度较快。已经过验证。-decoder of jpeg file ,simply complied by other application.
jpegTobmp
- 这个程序是功能是将JPEG图片文档转换成BMP图片文档。 包括JPEG文件解码,BMP文件输出。-This program is a function of JPEG photo files into BMP photo files. Including the decoding of JPEG files, BMP files output.
jpeg-To-bmp
- 这个程序是功能是将JPEG图片文档转换成BMP图片文档。 包括JPEG文件解码,BMP文件输出。 VC++6.0下编译通过。-BMP To JPEG In VC++6.0
JPEG
- JPEG2000编解码源代码,可以实现将不同格式BMP,JPEG,PNG的图片格式转换为JPEG2000格式-JPEG2000 codec source code
JPEG lite
- 将图片分割成8*8的块然后进行DCT和量化,编码及解码(For further improvement each 8x8 block of the difference image can be transformed using a 2D DCT before quantizing and coding)
MATLAB读取JPEG图片的DCT系数
- jpg编解码,提取DCT系数,dc系数和ac系数的哈夫曼编码表等(Jpg coding and decoding, extracting DCT coefficients, DC coefficients and AC coefficients Huffman coding table, etc.)