[][src]Function imagecli::process

pub fn process(
    input_paths: &[PathBuf],
    output_paths: &[PathBuf],
    pipeline: Option<String>,
    verbose: bool
) -> Result<()>

Load inputs, run the pipeline, and save the results.