[][src]Function imagecli::run_pipeline

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

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