Returns an NSBitmapImageRep object created from a Core Image object.
Original signature is '- (id)initWithCIImage:(CIImage *)ciImage'
Available in Mac OS X v10.5 and later.


- ciImage (CIImage)
- A Core Image object whose contents are to be copied to the receiver. This image rectangle must be of a finite size.

An NSBitmapImageRep object initialized from the contents of the Core Image (CIImage) object or nil if the NSBitmapImageRep couldn’t be created.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)