Contents

imageWithCGImage:

Creates and returns an image object from a Quartz 2D image.

Declaration

+ (CIImage *) imageWithCGImage:(CGImageRef) image;

Parameters

Return Value

An image object initialized with the contents of the Quartz 2D image.

See Also

Creating an Image