Workspace 6.21.5
|
Composes a single image from a number of input images. Each image does not need to be the same size, as they can be anchored or tiled as overlays if required.
Inputs: | |||
---|---|---|---|
Base image | QImage | ||
Image overlays | Array | CSIRO::DataAnalysis::ImageOverlay | Images to overlay on top of the base image. These overlays are of type ImageOverlay, and thus are able to be configured to be anchored relative to a particular location on the base image, or tiled. |
Outputs: | |||
Composited image | QImage |