init(dataIgnoringOrientation:)
Initializes and returns an image object using the provided image data and ignoring the EXIF orientation tags.
Declaration
convenience init?(dataIgnoringOrientation data: Data)Parameters
- data:
The data object containing the image data. The data can be in any format that macOS supports, including PDF, PICT, EPS, or any number of bitmap data formats.
Return Value
An initialized NSImage object or nil if the method cannot create an image representation from the contents of the specified data object.