[−][src]Crate imagecli
Modules
| documentation | Functions for generating documentation for this application. |
| error | The standard error and result types used in this library. |
| image_ops | Defines the |
Macros
| map_to_boxed_trait | Converts a parser that returns a T: SomeTrait to one that returns a Box |
Functions
| 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. |
Type Definitions
| ImageStack | 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. |