run_pipeline

Function run_pipeline 

Source
pub fn run_pipeline(
    pipeline: &str,
    inputs: Vec<DynamicImage>,
    verbose: bool,
) -> Result<Vec<DynamicImage>>
Expand description

Run an image processing pipeline on a stack with the given initial contents.