Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 71606f8dd950604620efb37b86e81ee03f9d232b authored by cvs2svn on 15 May 1997, 12:24:53 UTC
This commit was manufactured by cvs2svn to create tag 'r15a2'.
Tip revision: 71606f8
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