UNPKG

itk-wasm

Version:

High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.

5 lines (4 loc) 197 B
import Image from './interface-types/image.js'; /** Join an array of sequential image slabs into a single image */ declare function stackImages(images: Image[]): Image; export default stackImages;