mapchete_eo.image_operations.filters

Functions

blur(arr)

Apply PIL blur filter to array and return.

contour(arr)

Apply PIL contour filter to array and return.

detail(arr)

Apply PIL detail filter to array and return.

edge_enhance(arr)

Apply PIL edge_enhance filter to array and return.

edge_enhance_more(arr)

Apply PIL edge_enhance_more filter to array and return.

emboss(arr)

Apply PIL emboss filter to array and return.

find_edges(arr)

Apply PIL find_edges filter to array and return.

gaussian_blur(arr[, radius])

Apply PIL GaussianBlur to array and return.

median(arr[, size])

Apply PIL MedianFilter to array and return.

sharpen(arr)

Apply PIL sharpen filter to array and return.

sharpen_16bit(arr)

smooth(arr)

Apply PIL smooth filter to array and return.

smooth_more(arr)

Apply PIL smooth_more filter to array and return.

unsharp_mask(arr[, radius, percent, threshold])

Apply PIL UnsharpMask filter to array and return.