https://github.com/FlexMonkey/Filterpedia
Core Image Filter Explorer & Showcase
https://github.com/FlexMonkey/Filterpedia
Last synced: 20 days ago
JSON representation
Core Image Filter Explorer & Showcase
- Host: GitHub
- URL: https://github.com/FlexMonkey/Filterpedia
- Owner: FlexMonkey
- License: gpl-3.0
- Created: 2015-12-29T08:10:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T06:02:05.000Z (about 5 years ago)
- Last Synced: 2025-03-17T22:42:46.503Z (about 1 month ago)
- Language: Swift
- Homepage: http://flexmonkey.blogspot.co.uk/2015/12/filterpedia-core-image-filter-explorer.html
- Size: 93.9 MB
- Stars: 2,310
- Watchers: 60
- Forks: 201
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-swift-cn - Filterpedia - core image filter (Libs / Images)
- fucking-open-source-ios-apps - Filterpedia
- awesome - Filterpedia - Core Image Filter Explorer & Showcase (etc)
- awesome - Filterpedia - Core Image Filter Explorer & Showcase (etc)
README
# Filterpedia
Core Image Filter explorer
*Filterpedia* is an iPad app for exploring (almost) the entire range of image filters offered by Apple's Core Image framework. It is designed as a companion app to my upcoming book, [_Core Image for Swift_](https://itunes.apple.com/de/book/core-image-for-swift/id1073029980?l=en&mt=11) which is due for publication in February 2016.
The UI is split into two sections: the table view on the left allows the user to navigate through and select a filter, the panel on the right then displays all the parameters of the selected filter which can be adjusted using horizontal sliders.
*Filterpedia* is also a showcase for custom filters I'm creating that are discussed in the book. These include simple compositions of existing `CIFilter`, `CIKernel` based filters using GLSL and filters that use Metal kernel functions as their filtering engine.
*Core Image for Swift* is available from:
* [*Core Image for Swift* from iBooks Store](https://itunes.apple.com/us/book/core-image-for-swift/id1073029980?mt=13)
* [*Core Image For Swift* from Gumroad](https://gumroad.com/l/CoreImageForSwift)## Custom Filters
*Filterpedia* includes many custom Core Image filters which can be used in other projects. They include:
### Advanced Monochrome

### Bleach Bypass

### Carnival Mirror

### Caustic Noise

### Caustic Refraction

### Chromatic Abberation

### Circular Bokeh (with bias)

### CMYK Levels

### CMYK Registration Mismatch

### CMYK Tone Curve

### Color Directed Blur

### Color Swatch from Black Body Temperature

### Color Scalar Noise

### Compound Eye

### Concentric Sine Waves

### Contast Stretch

### Cathode Ray Tube

### Difference of Gaussians

### Eight Bit

### Flame

### Hexagonal Bokeh

### Histogram Equalization

### Histogram Specification

### Homogeneous Color Blur

### Kuwahara

### Lens Flare

### Masked Variable Circular Bokeh

### Masked Variable Hexagonal Bokeh

### Mercurialize

### Metal Perlin Noise

### Metal Pixellate

### Multiband Hue, Saturation & Brightness Controls

### Normal Map

### Polar Pixellate

### Pseudo Color

### Refracted Text

### RGB Brightness & Contrast

### RGB Compositing

### RGB Tone Curve

### Scatter

### Simple Plasma

### Simple Sky Generation

### Sky Generation

### Smooth Threshold

### Starburst

### Technicolor

### Threshold

### Threshold to Alpha

### Transverse Chromatic Aberration

### VHS Tracking Lines

### Voronoi Noise
