mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Adjusted to use the new module synopsis support macros.
This commit is contained in:
parent
fe7f3bc2aa
commit
b91e934cf1
139 changed files with 627 additions and 706 deletions
|
|
@ -5,25 +5,4 @@ The modules described in this chapter implement various algorithms or
|
|||
interfaces that are mainly useful for multimedia applications. They
|
||||
are available at the discretion of the installation. Here's an overview:
|
||||
|
||||
\begin{description}
|
||||
|
||||
\item[audioop]
|
||||
--- Manipulate raw audio data.
|
||||
|
||||
\item[imageop]
|
||||
--- Manipulate raw image data.
|
||||
|
||||
\item[aifc]
|
||||
--- Read and write audio files in AIFF or AIFC format.
|
||||
|
||||
\item[jpeg]
|
||||
--- Read and write image files in compressed JPEG format.
|
||||
|
||||
\item[rgbimg]
|
||||
--- Read and write image files in ``SGI RGB'' format (the module is
|
||||
\emph{not} SGI specific though)!
|
||||
|
||||
\item[imghdr]
|
||||
--- Determine the type of image contained in a file or byte stream.
|
||||
|
||||
\end{description}
|
||||
\localmoduletable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue