Staging
v0.8.1
https://github.com/python/cpython
Revision 9afdabffa9c54d3831182a73321b9edbde195736 authored by Guido van Rossum on 30 July 1996, 20:16:21 UTC, committed by Guido van Rossum on 30 July 1996, 20:16:21 UTC
1 parent 74faed2
Raw File
Tip revision: 9afdabffa9c54d3831182a73321b9edbde195736 authored by Guido van Rossum on 30 July 1996, 20:16:21 UTC
Add missing close parenthesis.
Tip revision: 9afdabf
libmm.tex
\chapter{Multimedia Services}

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)!

\end{description}
back to top