def edgeenhance(message, im): """ Applies an edge enhance effect. Example:: /drawtext Hello there! | edge enhance Requires an input image. """ return im.filter(ImageFilter.EDGE_ENHANCE)