搜索资源列表
jpeg-decode
- jpeg解码程序,采用VC++编辑,是自己的课题的一部分-jpeg decoder procedures, using VC editors, the issue is part of the
ImgCtxDecoder_src
- ImgCtxDecoder_src.zip 1. Why do I use IImgCtx to decode images? If you want to develop a image viewer or processor in Windows, the first thing you have to face is image decoding. Now there are some free image decoders, with full source code:
jpegpixi-0.10.tar
- The program removes pixels from JPEG images by interpolation (eg to correct images from a digital camera with CCD defects). It doesn t decode and re-encode the image, but manipulates the encoded data, so that the quality is preserved as much as possi
JPEG_Delphi
- 使用Delphi进行JPEG解码的源程序-decode JPEG by Delphi
RWJpegExp
- MFC 读取BMP图像信息,然后进行二维DCT变换,再量化,Z字型扫描,实现BMP到JPEG的转换-the encoding and decoding of JPEG and the specific realization of program on vc++ platform. The encoding part of this program can encode a picture whose format is BMP and save relevant data as binary
jpegdecode
- jpeg 解码分析,对jpeg 的熵解码,帧结构,还有idct变换的原理和实现做了详细的解释,并做了代码的分析。-jpeg decode analysis, jpeg entropy decoding, frame structure, there idct transform the theory and implementation a detailed explanation, and do the code analysis.
DIVX(decode)
- JPEG解码实用源代码实现,DIVX解码-JPEG decoding utility source code to achieve, DIVX decoding
Decode_JPEG_image_processing_tutorial
- JPEG图像处理技术解码教程Decode JPEG image processing tutorial-Decoding JPEG image processing tutorial Decode JPEG image processing tutorial
JpegDecoder
- JpegDecoder类主要用于Jpeg文件的解码。 使用方法十分简单,只需要利用GetJPEGBuffer函数返回解码后的像素数组。在第三篇的实例MagicHouse中就需要使用这个类。-Decode Jpeg.
jpegsrc.v6b.tar
- jpeg 编解码源代码 图像处理必备原代码-jpeg en/decode sourcecode
JPEG_bmp
- jpeg的解码 如何把jpeg的数据转换为bmp的数据-jpeg decoder how to decode the jpeg, it s useful in processing a picture
jpeg
- jpeg编解码库源码,dsw和Platform Builder双工程-jpeg codec&decode library source code
JPEG-decode
- JPEG硬件编解码开发指南-s5pv210 A8-JPEG hardware codec Developer' s Guide-s5pv210 the A8
jpegsr9
- jpeg解码/编码/转换C语言源代码,支持多种平台windows/unix-jpeg decode/encode/convert standard source
DM6446-JPEG-decode
- DM6446芯片由ARM926和DSP DM642+封装而成。其中的DM642+有真的强大数据处理能力。这份源代码中,是我们使用DM642+实现JPEG解码的关键算法部分。-The DM6446 chip by ARM926 and DSP DM642+, packaging is made. The wherein DM642+ really powerful data processing capability. This source code, we use DM642+ JPEG de
Assignment2
- 基于JPEG的图像处理,对此图像进行压缩以及编码(image processing of JPEG and do the compression and encode and decode for the image)