[][src]Type Definition imagecli::ImageStack

type ImageStack = Stack<DynamicImage>;

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.