@@ -7,12 +7,18 @@ \section{\module{jpeg} ---
77
88
99The module \module {jpeg} provides access to the jpeg compressor and
10- decompressor written by the Independent JPEG Group%
11- \index {Independent JPEG Group}%
12- . JPEG is a (draft?)
13- standard for compressing pictures. For details on JPEG or the
14- Independent JPEG Group software refer to the JPEG standard or the
15- documentation provided with the software.
10+ decompressor written by the Independent JPEG Group
11+ \index {Independent JPEG Group}(IJG). JPEG is a standard for
12+ compressing pictures; it is defined in ISO 10918. For details on JPEG
13+ or the Independent JPEG Group software refer to the JPEG standard or
14+ the documentation provided with the software.
15+
16+ A portable interface to JPEG image files is available with the Python
17+ Imaging Library (PIL) by Fredrik Lundh. Information on PIL is
18+ available at \url {http://www.pythonware.com/products/pil/}.
19+ \index {Python Imaging Library}
20+ \index {PIL (the Python Imaging Library)}
21+ \index {Lundh, Fredrik}
1622
1723The \module {jpeg} module defines an exception and some functions.
1824
@@ -59,3 +65,14 @@ \section{\module{jpeg} ---
5965 for low-quality images. This only affects decompression.}
6066\end {tableii }
6167\end {funcdesc }
68+
69+
70+ \begin {seealso }
71+ \seetext {\emph {JPEG Still Image Data Compression Standard }, by
72+ Pennebaker and Mitchell, is the canonical reference for the JPEG
73+ image format.}
74+
75+ \seetext {The ISO standard for JPEG is also published as ITU T.81.
76+ This is available in PDF form at
77+ \url {http://www.w3.org/Graphics/JPEG/itu-t81.pdf}.}
78+ \end {seealso }
0 commit comments