Use py_resource module
[python/dscho.git] / Doc / lib / libmm.tex
blobd5abc6f56190ab3d9729007204779c5d6fd16204
1 \chapter{Multimedia Services}
3 The modules described in this chapter implement various algorithms or
4 interfaces that are mainly useful for multimedia applications. They
5 are available at the discretion of the installation. Here's an overview:
7 \begin{description}
9 \item[audioop]
10 --- Manipulate raw audio data.
12 \item[imageop]
13 --- Manipulate raw image data.
15 \item[aifc]
16 --- Read and write audio files in AIFF or AIFC format.
18 \item[jpeg]
19 --- Read and write image files in compressed JPEG format.
21 \item[rgbimg]
22 --- Read and write image files in ``SGI RGB'' format (the module is
23 \emph{not} SGI specific though)!
25 \end{description}