Blame view

JpegUtils/pyjpeg/README.md 329 Bytes
1f1943eb   qijun   initial commit
1
2
3
4
5
6
7
8
9
10
11
pyjpeg-dct makes JPEG DCT coefficients available to Python.  It's not very useful for displaying images, but might be helpful if you want to losslessly edit or otherwise mangle them.

---

#### Plans

- Add support for indexing

- Support Python 3

- Make more `jpeg_decompress_struct` and `jpeg_component_info` fields available