mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
restructured library manual accordiung to functional group
This commit is contained in:
parent
557ed94ebb
commit
ecde781dd1
55 changed files with 899 additions and 275 deletions
|
|
@ -1,5 +1,25 @@
|
|||
\chapter{MULTIMEDIA EXTENSIONS}
|
||||
\chapter{Multimedia Services}
|
||||
|
||||
The modules described in this chapter implement various algorithms
|
||||
that are mainly useful for multimedia applications. They are
|
||||
available at the discretion of the installation.
|
||||
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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue