搜索资源列表
JpegDecoder
- Jpeg解码器的源代码,用C语言实现,很详细。
JPEGDECODER
- jpeg的解码器,包含了汇编代码,并做过了优化,使用了浮点运算。-A JPEG decoder written entirely in assembly with SSE and SSE2 optimizations. Uses floating point internally for maximum precision
JpegDecoder
- JpegDecoder类主要用于Jpeg文件的解码。 使用方法十分简单,只需要利用GetJPEGBuffer函数返回解码后的像素数组。-JpegDecoder class is mainly used for the decoding of Jpeg files. Usage is very simple, only need to use GetJPEGBuffer function returns an array of pixels decoded. In the third part
JpegDecoder
- JpegDecoder类主要用于Jpeg文件的解码。 使用方法十分简单,只需要利用GetJPEGBuffer函数返回解码后的像素数组。在第三篇的实例MagicHouse中就需要使用这个类。-JpegDecoder class is mainly used for the decoding of Jpeg files. Usage is very simple, only need to use GetJPEGBuffer function returns an array of pixels
JPEGDecoder
- JPEG压缩和解压缩源代码, 其中包含了把一副图像按照JPEG格式存储。-JPEG image compress and de-compress source code. it main contain the JPEG image processing.
