This module contains definitions for the pre-defined set of filters, for use with the filter method in the Image class.
import ImageFilter imout = im.filter(ImageFilter.BLUR)
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