NSCIImageRep Class Reference
| Inherits from | |
| Conforms to | |
| Framework | /System/Library/Frameworks/AppKit.framework |
| Availability | Available in OS X v10.4 and later. |
| Companion guide | |
| Declared in | NSCIImageRep.h |
Overview
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.
Class Methods
imageRepWithCIImage:
Creates and returns an NSCIImageRep object initialized to the specified CIImage instance.
+ (id)imageRepWithCIImage:(CIImage *)image
Parameters
- image
The
CIImageinstance.
Return Value
An initialized NSCIImageRep object, or nil if the object could not be initialized.
Availability
- Available in OS X v10.4 and later.
Declared In
NSCIImageRep.hInstance Methods
CIImage
Returns the receiver's CIImage instance.
- (CIImage *)CIImage
Return Value
The CIImage instance.
Availability
- Available in OS X v10.4 and later.
Declared In
NSCIImageRep.hinitWithCIImage:
Returns an NSCIImageRep object initialized to the specified CIImage instance.
- (id)initWithCIImage:(CIImage *)image
Parameters
- image
The
CIImageinstance.
Return Value
An initialized NSCIImageRep object, or nil if the object could not be initialized.
Availability
- Available in OS X v10.4 and later.
Declared In
NSCIImageRep.h© 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-01-15)