next up previous contents index
Next: 13.1 Built-in Module audioop Up: Python Library Reference Previous: 12.2 Standard Module Bastion

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)!





guido@cnri.reston.va.us