5x faster than CPU-based processing
Code Example
```swift
let filters: [C7FilterProtocol] = [
C7Brightness(brightness: 0.2),
C7Saturation(saturation: 1.3),
C7Contrast(contrast: 1.1)
]
let dest = HarbethIO(element: inputImage, filters: filters)
ImageView.image = try? dest.output()
Supports MTLTexture, UIImage, CIImage, CVPixelBuffer, CMSampleBuffer.
GitHub: https://github.com/yangKJ/Harbeth
β Star it if you find it useful!
iOS #Metal #SwiftUI #OpenSource #ImageProcessing