https://github.com/coder-acjhp/coreimagefilters
Applying core image filters with slider
https://github.com/coder-acjhp/coreimagefilters
core-image-filters image-filtering image-processing ios-swift
Last synced: about 1 year ago
JSON representation
Applying core image filters with slider
- Host: GitHub
- URL: https://github.com/coder-acjhp/coreimagefilters
- Owner: Coder-ACJHP
- License: gpl-3.0
- Created: 2018-11-02T15:40:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T21:52:12.000Z (over 7 years ago)
- Last Synced: 2025-04-14T00:16:57.457Z (about 1 year ago)
- Topics: core-image-filters, image-filtering, image-processing, ios-swift
- Language: Swift
- Size: 2.44 MB
- Stars: 9
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Core Image Filters Swift
Applying 25 different core image filters with slider (if avalible) in Swift 4+
## Filters :
Pointillize,
ColorCubeWithColorSpace,
ColorPosterize,
Crystallize,
ColorInvert,
ColorMonochrome,
FalseColor,
MaximumComponent,
MinimumComponent,
LineOverlay,
PhotoEffectChrome,
PhotoEffectFade,
PhotoEffectInstant,
PhotoEffectNoir,
PhotoEffectProcess,
PhotoEffectTonal,
PhotoEffectTransfer,
SepiaTone,
VignetteEffect,
TorusLensDistortion,
TwirlDistortion,
VortexDistortion,
GaussianBlur,
MotionBlur,
ZoomBlur
Reference: Core Image Filter Referance