An object that manages feedback-based image processing for tasks such as painting or fluid simulation.
SDKs
- iOS 9.0+
- macOS 10.4+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- Core Image
Declaration
@interface CIImageAccumulator : NSObject
Overview
The CIImage
class enables feedback-based image processing for such things as iterative painting operations or fluid dynamics simulations. You use CIImage
objects in conjunction with other Core Image classes, such as CIFilter
, CIImage
, CIVector
, and CIContext
, to take advantage of the built-in Core Image filters when processing images.