Contents

insertingIntermediate(cache:)

Create an image that inserts a intermediate that is cacheable.

Declaration

func insertingIntermediate(cache: Bool) -> CIImage

Parameters

  • cache:

    Controls if Core Image caches the returned image. If true, this intermediate will be cacheable even if Cacheintermediates is false. If false, the intermediate will be not be cached if Cacheintermediates is false.

Return Value

An autoreleased CIImage.

See Also

Creating an Image by Modifying an Existing Image