No overview available.
SDK
- macOS 10.12+
Framework
- App
Kit
Declaration
init(coder: NSCoder)
init?(data: Data)
Initializes and returns an image object using the provided image data.
init?(data Ignoring Orientation: Data)
Initializes and returns an image object using the provided image data and ignoring the EXIF orientation tags.
init(cg Image: CGImage, size: NSSize)
Initializes and returns an image object using the contents of a Core Graphics image.
init?(pasteboard: NSPasteboard)
Initializes and returns an image object with data from the specified pasteboard.