The ImageFilter Module

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: