Next Page > Hide TOC

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
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
Declared In
NSCIImageRep.h

Next Page > Hide TOC


© 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-01-15)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.