Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YuAo committed Feb 15, 2016
1 parent 343f815 commit a53469f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,30 @@ These are stored as `CIVector`s in an `NSArray`, with normalized X and Y coordin

The defaults are `[(0,0), (0.5,0.5), (1,1)]`

![Preview](http://yuao.github.io/Vivid/previews/YUCIRGBToneCurve.png)

####YUCIColorLookup

Uses a color lookup table (LUT) to remap the colors in an image. The default LUT can be found at `Sources/YUCIColorLookupTableDefault.png`

*This filter may not work well in the default light-linear working color space. Use `kCIContextWorkingColorSpace` key to specify a working color space when creating the `CIContext` object.*

![Preview](http://yuao.github.io/Vivid/previews/YUCIColorLookup.png)

####YUCISurfaceBlur

Blurs an image while preserving edges. This filter is almost identical to Photoshop's "Surface Blur" filter.

Useful for creating special effects and for removing noise or graininess. Slow on large `inputRadius`.

![Preview](http://yuao.github.io/Vivid/previews/YUCISurfaceBlur.png)

####YUCITriangularPixellate

Maps an image to colored triangles.

![Preview](http://yuao.github.io/Vivid/previews/YUCITriangularPixellate.png)

####YUCIFXAA

A basic implementation of FXAA (Fast Approximate Anti-Aliasing).
Expand All @@ -50,20 +58,28 @@ A basic implementation of FXAA (Fast Approximate Anti-Aliasing).

A transition that pushes the `inputImage` toward the viewer and then snaps back with the `inputTargetImage`.

![Preview](http://yuao.github.io/Vivid/previews/YUCICrossZoomTransition.gif)

####YUCIFlashTransition

Transitions from one image to another by creating a flash effect.

![Preview](http://yuao.github.io/Vivid/previews/YUCIFlashTransition.gif)

###Generators

####YUCIStarfieldGenerator

Generate a starfield image. Animatable by changing the `inputTime` parameter. Based on [Star Nest](https://www.shadertoy.com/view/XlfGRj) by Pablo Román Andrioli

![Preview](http://yuao.github.io/Vivid/previews/YUCIStarfieldGenerator.gif)

####YUCIBlobsGenerator

Generate a image with colorful blobs. Animatable by changing the `inputTime` parameter. Based on [Blobs](https://www.shadertoy.com/view/lsfGzr) by [@paulofalcao](https://twitter.com/paulofalcao)

![Preview](http://yuao.github.io/Vivid/previews/YUCIBlobsGenerator.gif)

##Utilities

####YUCIFilterConstructor
Expand Down

0 comments on commit a53469f

Please sign in to comment.