ImageAdjustmentHistogramSpec
@objc
open class ImageAdjustmentHistogramSpec : ImageAdjustmentProvider
Adjust grayscale by applying a histogram
Extend this class to supply your histogram
Since
1.5.0-
Declaration
Swift
open override var name: String { get }
-
Declaration
Swift
open override func adjustImageBuffer(_ buffer: [UInt8], size: CGSize) throws -> [UInt8]