blob: d5abc6f56190ab3d9729007204779c5d6fd16204 [file] [log] [blame]
Guido van Rossumecde7811995-03-28 13:35:14 +00001\chapter{Multimedia Services}
Guido van Rossum5fdeeea1994-01-02 01:22:07 +00002
Guido van Rossumecde7811995-03-28 13:35:14 +00003The modules described in this chapter implement various algorithms or
4interfaces that are mainly useful for multimedia applications. They
5are available at the discretion of the installation. Here's an overview:
6
7\begin{description}
8
9\item[audioop]
10--- Manipulate raw audio data.
11
12\item[imageop]
13--- Manipulate raw image data.
14
15\item[aifc]
16--- Read and write audio files in AIFF or AIFC format.
17
18\item[jpeg]
19--- Read and write image files in compressed JPEG format.
20
21\item[rgbimg]
22--- Read and write image files in ``SGI RGB'' format (the module is
23\emph{not} SGI specific though)!
24
25\end{description}