blob: a36915fc7f58bf30a3b64b0ed4eb6c6cbeb49b9e [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
Fred Drake4b3f0311996-12-13 22:04:31 +000025\item[imghdr]
26--- Determine the type of image contained in a file or byte stream.
27
Guido van Rossumecde7811995-03-28 13:35:14 +000028\end{description}