pub fn ifthenelse(
cond: &VipsImage,
in_1: &VipsImage,
in_2: &VipsImage,
) -> Result<VipsImage>Expand description
VipsIfthenelse (ifthenelse), ifthenelse an image
cond: &VipsImage -> Condition input image
in_1: &VipsImage -> Source for TRUE pixels
in_2: &VipsImage -> Source for FALSE pixels
returns VipsImage - Output image