Contents

imageWithCIImage:

Creates and returns an image object that contains a Core Image object.

Declaration

+ (UIImage *) imageWithCIImage:(CIImage *) ciImage;

Parameters

  • ciImage:

    The Core Image object to encapsulate.

Return Value

A new image object.

See Also

Creating and initializing image objects