Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be110c1

Browse files
committed
Updates based on comments from /F.
1 parent 367ac80 commit be110c1

1 file changed

Lines changed: 23 additions & 6 deletions

File tree

Doc/lib/libjpeg.tex

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@ \section{\module{jpeg} ---
77

88

99
The 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

1723
The \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

Comments
 (0)