init(ciImage:)
Returns a representation of an image initialized to the specified Core Image instance.
Declaration
init(ciImage image: CIImage)Parameters
- image:
The Ciimage instance.
Return Value
An initialized NSCIImageRep object, or nil if the object could not be initialized.