13. 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:

audioop
-- Manipulate raw audio data.

imageop
-- Manipulate raw image data.

aifc
-- Read and write audio files in AIFF or AIFC format.

jpeg
-- Read and write image files in compressed JPEG format.

rgbimg
-- Read and write image files in ``SGI RGB'' format (the module is not SGI specific though)!

imghdr
-- Determine the type of image contained in a file or byte stream.



guido@python.org