Skip to content
Just some light editing. authored by Kevin Meaney's avatar Kevin Meaney
[Home](Home) | [Contents](Contents) | [Previous - Bitmap Graphic Context](BitmapGraphicContext) | [Next - Drawing Shapes Images and Text](DrawingShapesImagesAndText) [Home](Home) | [Contents](Contents) | [Previous - Bitmap Graphic Context](BitmapGraphicContext) | [Next - Drawing Shapes Images and Text](DrawingShapesImagesAndText)
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, to complex multi branch filter chains. 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). 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 ### Getting the available CoreImage filters
... ...
......