kCIOutputImageKey

Static kCIOutputImageKey 

Source
pub unsafe static kCIOutputImageKey: &'static NSString
Available on crate feature CIFilter only.
Expand description

A key to get the output image of a Core Image filter.

The value for this key will be a CIImage instance.

See also Apple’s documentation