Adding anchor links and linking to them from contents. authored by Kevin Meaney's avatar Kevin Meaney
[Home](Home) | [Contents](Contents) | [Previous - Bitmap Graphic Context](BitmapGraphicContext) | [Next - Drawing Shapes Images and Text](DrawingShapesImagesAndText)
## Image Filter Chain
The image filter chain object is an object that wraps a list of CoreImage filters to create a filter chain. The filter chain can be as simple as a single filter or complex filter chains with multi branches. For a view of what a [moderately complex filter chain looks like with a filter graph see the filter chain and diagram in the rendering image filter chain documentation](RenderingImageFilterChains#chaining-filters-together).
### Getting the available CoreImage filters
......
......