effect

class actions.effect.Action(**options)

Bases: core.models.Action

Blur, Sharpen, Emboss, Smooth, ...

static init()
interface(fields)
static pil(image, filter, amount=100, repeat=1)
Apply a filter - amount: 0-1 - repeat: how many times it should be repeated
actions.effect.effect(image, filter, amount=100, repeat=1)
Apply a filter - amount: 0-1 - repeat: how many times it should be repeated
actions.effect.init()

Previous topic

desaturate

Next topic

equalize