Skip to main content

ImageMerging

public protocol ImageMerging 

Requirements

merge(images:​orientation:​)

Merges the images provided in the array

func merge(
images: [UIImage],
orientation: ImageMergeOrientation
) -> UIImage?

Parameters

  • images: The images to combine
  • orientation: The orientation to be used for combining the images

Returns

A combined image

Did you find this page helpful?