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.
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.
Create a new stack from an array of images. The images must have the same bit depth and color model.