The ImageFilter Module

Draft (Updated 1999-02-12)

This module contains definitions for the pre-defined set of filters, for use with the filter method in the Image class.

Example

Example: Filter an Image

import ImageFilter

imout = im.filter(ImageFilter.BLUR)

Filters

This version of the library provides the following set of predefined image enhancement filters: