Create and manage images, in bitmap, PDF, and other formats.
Framework
- App
Kit
Create and manage images, in bitmap, PDF, and other formats.
Framework
Supply image resources that work for light and dark appearances and for high-contrast environments.
class NSImage
A high-level interface for manipulating image data.
protocol NSImage Delegate
A set of optional methods that you can use to respond to drawing failures and manage incremental loads.
class NSImage Rep
A semiabstract superclass that provides subclasses that you use to draw an image from a particular type of source data.
class NSBitmap Image Rep
An object that renders an image from bitmap data.
class NSCIImage Rep
An object that can render an image from a Core Image object.
class NSPICTImage Rep
An object that renders an image from a PICT format data stream of version 1, version 2, and extended version 2.
class NSPDFImage Rep
An object that can render an image from a PDF format data stream.
class NSPDFInfo
An object that stores information associated with the creation of a PDF file, such as its URL, tag names, page orientation, and paper size.
class NSEPSImage Rep
An object that can render an image from encapsulated PostScript (EPS) code.
class NSCustom Image Rep
An object that uses a delegate object to render an image from a custom format.