Readonly
alphaDo the images have an alpha channel?
Readonly
bitThe bit depth of the images.
Readonly
channelsThe number of channels of the images.
Readonly
colorThe color model of the images.
Readonly
sameWhether all the images of the stack have the same dimensions.
Readonly
sizeThe stack size.
Clone a stack. The images are a copy of the original images.
A new stack with the same images.
Get the image at the given index.
The index of the image.
The image.
Get a value from an image of the stack.
Index of the image in the stack.
Row index of the pixel.
Column index of the pixel.
The channel to retrieve.
The value at the given position.
Get a value from an image of the stack. Specify the pixel position using its index.
Index of the image in the stack.
The index of the pixel.
The channel to retrieve.
The value at the given position.
Get the sum of all the histograms of the stack's images. If no channel is specified in the options, the images must be GREY.
Histogram options.
The histogram of the stack.
Return the image containing the maximum values of all the images in the stack for each pixel. All the images must have the same dimensions.
The maximum image.
Return the image containing the average values of all the images in the stack for each pixel. All the images must have the same dimensions.
The mean image.
Return the image containing the median values of all the images in the stack for each pixel. All the images must have the same dimensions.
The median image.
Return the image containing the minimum values of all the images in the stack for each pixel. All the images must have the same dimensions.
The minimum image.
Return a 16 bits depth image containing the sum values of all the images in the stack for each pixel.
The sum image.
Create a new stack from an array of images. The images must have the same bit depth and color model.