import Foundation

/// Applies a sharpening effect to the image.
public class SharpenTransform: Transform {
    // MARK: - Lifecycle