Image
public typealias Image = UIKit.UIImage
Mechanica
Alias for NSImage.
-
Mechanica
Initializes and returns the image object with the specified base64 data.
Declaration
Swift
public convenience init?(base64EncodedString: String)
-
Mechanica
Checks if the image has alpha component.
Declaration
Swift
public var hasAlpha: Bool
-
Mechanica
Convert the image to data.
Declaration
Swift
public var data: Data?