Mac OS X Reference Library Apple Developer Connection spyglass button

NSCIImageRep Class Reference

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
Related sample code

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.

Tasks

Initialization

Returning an Image

Class Methods

imageRepWithCIImage:

Creates and returns an NSCIImageRep object initialized to the specified CIImage instance.

+ (id)imageRepWithCIImage:(CIImage *)image

Parameters
image

The CIImage instance.

Return Value

An initialized NSCIImageRep object, or nil if the object could not be initialized.

Availability
Related Sample Code
Declared In
NSCIImageRep.h

Instance Methods

CIImage

Returns the receiver's CIImage instance.

- (CIImage *)CIImage

Return Value

The CIImage instance.

Availability
  • Available in Mac OS X v10.4 and later.
Declared In
NSCIImageRep.h

initWithCIImage:

Returns an NSCIImageRep object initialized to the specified CIImage instance.

- (id)initWithCIImage:(CIImage *)image

Parameters
image

The CIImage instance.

Return Value

An initialized NSCIImageRep object, or nil if the object could not be initialized.

Availability
  • Available in Mac OS X v10.4 and later.
Declared In
NSCIImageRep.h


Last updated: 2007-01-15

Did this document help you? Yes It's good, but... Not helpful...