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