Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 237 Bytes

combineImage.md

File metadata and controls

11 lines (11 loc) · 237 Bytes

Combine Image

Notes

Combines an image.

Syntax

combineImage(images: <#Variable#>, mode: <#Type (WFImageCombineMode)#>, spacing: <#Integer#>)

Example

combineImage(images: imageList, mode: Vertically, spacing: 10)