Expand description
Modules§
- documentation
- Functions for generating documentation for this application.
- error
- The standard error and result types used in this library.
- image_
ops - Defines the
ImageOp
trait, and all operations supported by this library.
Macros§
- map_
to_ boxed_ trait - Converts a parser that returns a T: SomeTrait to one that returns a Box
.
Functions§
- input_
paths - Finds the set of input paths matching the provided glob patterns.
- load_
inputs - Load all images matching the given globs.
- paths_
matching_ pattern - Finds the set of paths matching the provided glob pattern.
- process
- Load inputs, run the pipeline, and save the results.
- run_
pipeline - Run an image processing pipeline on a stack with the given initial contents.
- save_
images - Save images according to an
OutputSpec
.
Type Aliases§
- Image
Stack - An image stack. All image operations in this library operate on an image stack by popping zero or more images from it, computing zero or more results and pushing those back onto the stack.