---
title: insertingTiledIntermediate()
framework: coreimage
role: symbol
role_heading: Instance Method
path: coreimage/ciimage/insertingtiledintermediate()
---

# insertingTiledIntermediate()

Create an image that inserts a intermediate that is cached in tiles

## Declaration

```swift
func insertingTiledIntermediate() -> CIImage
```

## Return Value

Return Value  An autoreleased CIImage.

## Discussion

Discussion This intermediate will be cacheable even if cacheIntermediates is false.
