IMGLYStickerFilter
open class IMGLYStickerFilter : CIFilter
Undocumented
-
A CIImage object that serves as input for the filter.
Declaration
Swift
@objc open var inputImage: CIImage?
-
Undocumented
Declaration
Swift
open var sticker: UIImage?
-
-
The transform to apply to the sticker
Declaration
Swift
open var transform: CGAffineTransform
-
The relative center of the sticker within the image.
Declaration
Swift
open var center: CGPoint
-
The relative scale of the sticker within the image.
Declaration
Swift
open var scale: CGFloat
-
Undocumented
Declaration
Swift
required public init?(coder aDecoder: NSCoder)
-
Returns a CIImage object that encapsulates the operations configured in the filter. (read-only)
Declaration
Swift
open override var outputImage: CIImage? { get }
-
Undocumented
Declaration
Swift
open func absolutStickerSizeForImageSize(_ imageSize: CGSize) -> CGSize
-
Undocumented
Declaration
Swift
open override func copy(with zone: NSZone?) -> Any