ImageStack

Type Alias ImageStack 

Source
pub type ImageStack = Stack<DynamicImage>;
Expand description

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.

Aliased Typeยง

pub struct ImageStack { /* private fields */ }