IMGLYFixedFilterStack

open class IMGLYFixedFilterStack : NSObject
extension IMGLYFixedFilterStack: NSCopying

This class represents the filterstack that is used when using the UI. It represents a chain of filters that will be applied to the taken image. That way we make sure the order of filters stays the same, and we don’t need to take care about creating the single filters.

Properties

Initializers

  • Undocumented

    Declaration

    Swift

    required override public init()
  • Undocumented

    Declaration

    Swift

    public func copy(with zone: NSZone?) -> Any