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).