Skip to content

Instantly share code, notes, and snippets.

@VojtaStruhar
Created October 2, 2019 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VojtaStruhar/6c7f7c54c9b27cb2eafa0cd23dc39c57 to your computer and use it in GitHub Desktop.
Save VojtaStruhar/6c7f7c54c9b27cb2eafa0cd23dc39c57 to your computer and use it in GitHub Desktop.
enum FilterType : String {
case Mono = "CIPhotoEffectMono"
case MonoChrome = "CIColorMonochrome"
case Noir = "CIPhotoEffectNoir"
case Tonal = "CIPhotoEffectTonal"
case Sharpen = "CIUnsharpMask"
case Blur = "CIGaussianBlur"
case Pixelate = "CIPixellate"
case Edges = "CIEdges"
case Negative = "CIColorInvert"
case Posterize = "CIColorPosterize"
case NoiseReduction = "CINoiseReduction"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment