jpeg-encoder
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A minimalistic implementation of a JPEG encoder
Jpeg Encoder
============

This is a minimalistic implementation of a JPEG encoder for demonstration purposes. It has the following features/limitations:

 *  baseline-DCT profile
 *  fixed 4:2:0 chroma subsampling
 *  dynamic luma/chroma quantization
 *  only dimensions which are multiples of 16 are supported
 *  dynamic huffman table creation

 Only ``PPM`` image files are accepted as input.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。