libmm.tex 731 Bytes
Newer Older
1
\chapter{Multimedia Services}
2
\label{mmedia}
3

4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
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)!

26 27 28
\item[imghdr]
--- Determine the type of image contained in a file or byte stream.

29
\end{description}