KingfisherWrapper

extension KingfisherWrapper where Base: KFCrossPlatformImage

Available where Base: KFCrossPlatformImage

  • isLossy (0=lossy , 1=lossless (default)). Note that the default values are isLossy= false and quality=75.0f

    Declaration

    Swift

    public func webpRepresentation(isLossy: Bool = false, quality: Float = 75.0) -> Data?
  • Undocumented

    Declaration

    Swift

    public static func image(webpData: Data, scale: CGFloat, onlyFirstFrame: Bool) -> KFCrossPlatformImage?