Staging
v0.8.1
https://github.com/python/cpython
Revision b4ae6a39992c43578a96320151003ee38680f681 authored by Guido van Rossum on 08 August 1996, 19:05:09 UTC, committed by Guido van Rossum on 08 August 1996, 19:05:09 UTC
1 parent 3bedce0
Raw File
Tip revision: b4ae6a39992c43578a96320151003ee38680f681 authored by Guido van Rossum on 08 August 1996, 19:05:09 UTC
Re-install aix files (what happened?)
Tip revision: b4ae6a3
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)!

\end{description}
back to top