Staging
v0.5.1
Revision 25ce566661c1b7446b3ddb4076513a62f93ce08d authored by Guido van Rossum on 02 August 1997, 03:10:38 UTC, committed by Guido van Rossum on 02 August 1997, 03:10:38 UTC
Everything should now work again.

See the comments for the .h files mass checkin (e.g. pystate.h) for
more detail.
1 parent 40b33c6
Raw File
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)!

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

\end{description}
back to top