pub fn blend_multiple_fs(
    image_paths: Vec<JsValue>,
    out_path: String,
    algorithm: Option<String>,
    algorithms: Option<Vec<JsValue>>,
    is_inline: Option<bool>,
    options: JsValue
) -> Result<(), JsValue>
Expand description

[NodeJS only] Blends multiple images read from local file system into one using algorithm or algorithms and the extra options given. Algorithm defaults to BlendAlgorithm::Multiplicative.