An object that can render an image from a Core Image object.
SDK
- macOS 10.4+
Framework
- App
Kit
Declaration
class NSCIImageRep : NSImage Rep
An object that can render an image from a Core Image object.
SDK
Framework
class NSCIImageRep : NSImage Rep
init(ci Image: CIImage)
Returns an NSCIImage
object initialized to the specified CIImage
instance.
var ci Image: CIImage
The receiver's CIImage
instance.
class NSBitmap Image Rep
An object that renders an image from bitmap data.
class NSPICTImage Rep
An object that renders an image from a PICT format data stream of version 1, version 2, and extended version 2.