Contents

init(image:options:)

Initializes an image object with the specified UIKit image object, using the specified options.

Declaration

init?(image: UIImage, options: [CIImageOption : Any]? = nil)

Parameters

  • image:

    An image containing the source data.

  • options:

    A dictionary that contains options for creating an image object. You can supply such options as a pixel format and a color space. See Image Dictionary Keys.

See Also

Creating an Image