Compositors

Divide

gegl:divide
Math operation divide, performs the operation per pixel, using either the constant provided in 'value' or the corresponding pixel from the buffer on aux as operands. The result is the evaluation of the expression result = value==0.0f?0.0f:input/value.
Picture not available yet

Operation pads

This operation exposes the following data pads, defining how it receives, processes, and emits image data:

Input
Aux
Output

Operation properties

Value
gdouble
global value used if aux doesn't contain data.
Default 1.00