import Foundation

/// Converts the image to black and white.
public class BlackAndWhiteTransform: Transform {
    // MARK: - Lifecycle