Staging
v0.5.1
https://github.com/python/cpython
Revision 3e7a48e0d9b79bd7396066ea690a3012551b2747 authored by Fred Drake on 13 April 1998, 16:15:02 UTC, committed by Fred Drake on 13 April 1998, 16:15:02 UTC
1 parent 1f74016
Raw File
Tip revision: 3e7a48e0d9b79bd7396066ea690a3012551b2747 authored by Fred Drake on 13 April 1998, 16:15:02 UTC
Revert markup around list of display fields from the disassembler; it doesn't
Tip revision: 3e7a48e
libmm.tex
\chapter{Multimedia Services}
\label{mmedia}

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