warm_up

class actions.warm_up.Action(**options)

Bases: core.models.Action

Colorize midtones of an image

static init()
interface(fields)
static pil(image, midtone, brighten, amount=100)
Apply a toning filter. Move the midtones to the desired color while preserving blacks and whites with optional mixing with original image - amount: 0-100%
actions.warm_up.init()
actions.warm_up.warmup(image, midtone, brighten, amount=100)
Apply a toning filter. Move the midtones to the desired color while preserving blacks and whites with optional mixing with original image - amount: 0-100%

Previous topic

transpose

Next topic

watermark