home
The ImageFilter Module

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:

  • BLUR

  • CONTOUR

  • DETAIL

  • EDGE_ENHANCE

  • EDGE_ENHANCE_MORE

  • EMBOSS

  • FIND_EDGES

  • SMOOTH

  • SMOOTH_MORE

  • SHARPEN

pythonworks 1.2 now available!