Module pixelops

Source
Expand description

Pixel manipulations.

Functionsยง

interpolate
Equivalent to weighted_sum(left, right, left_weight, 1 - left_weight).
weighted_sum
Adds pixels with the given weights. Results are clamped to prevent arithmetical overflows.