| Inherits from | |
| Conforms to | |
| Framework | /System/Library/Frameworks/AppKit.framework |
| Availability | Available in Mac OS X v10.4 and later.
|
| Companion guide | |
| Declared in | NSCIImageRep.h |
An NSCIImageRep object can render an image from a Core Image CIImage instance. For more information about the CIImage class and Core Image, see Core Image Programming Guide.
Creates and returns an NSCIImageRep object initialized to the specified CIImage instance.
+ (id)imageRepWithCIImage:(CIImage *)image
The CIImage instance.
An initialized NSCIImageRep object, or nil if the object could not be initialized.
NSCIImageRep.hReturns the receiver's CIImage instance.
- (CIImage *)CIImage
The CIImage instance.
NSCIImageRep.h
Returns an NSCIImageRep object initialized to the specified CIImage instance.
- (id)initWithCIImage:(CIImage *)image
The CIImage instance.
An initialized NSCIImageRep object, or nil if the object could not be initialized.
NSCIImageRep.h
Last updated: 2007-01-15