diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-23 17:59:49 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-23 17:59:49 (GMT) |
commit | b91e934cf1c45353a06eef77eac7cec609406646 (patch) | |
tree | 2eac55d1be7c062adef06708851208d20c896415 /Doc/lib/libmm.tex | |
parent | fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1 (diff) | |
download | cpython-b91e934cf1c45353a06eef77eac7cec609406646.zip cpython-b91e934cf1c45353a06eef77eac7cec609406646.tar.gz cpython-b91e934cf1c45353a06eef77eac7cec609406646.tar.bz2 |
Adjusted to use the new module synopsis support macros.
Diffstat (limited to 'Doc/lib/libmm.tex')
-rw-r--r-- | Doc/lib/libmm.tex | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/Doc/lib/libmm.tex b/Doc/lib/libmm.tex index 8660909..22c14b4 100644 --- a/Doc/lib/libmm.tex +++ b/Doc/lib/libmm.tex @@ -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 |