insertingIntermediate(cache:)
Create an image that inserts a intermediate that is cacheable.
Declaration
func insertingIntermediate(cache: Bool) -> CIImageParameters
- cache:
Controls if Core Image caches the returned image. If
true, this intermediate will be cacheable even if Cacheintermediates is false. Iffalse, 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
applyingFilter(_:parameters:)applyingFilter(_:)transformed(by:)transformed(by:highQualityDownsample:)cropped(to:)oriented(forExifOrientation:)clampedToExtent()clamped(to:)composited(over:)convertingWorkingSpaceToLab()convertingLabToWorkingSpace()matchedToWorkingSpace(from:)matchedFromWorkingSpace(to:)premultiplyingAlpha()unpremultiplyingAlpha()