pub unsafe static kCIImageProviderUserInfo: &'static CIImageOptionAvailable on crate features
CIImage and CIImageProvider only.Expand description
A key for any data needed by the image provider object. The associated value is an object that contains the needed data.
This key and its value may be passed to:
/CIImage/imageWithImageProvider:size::format:colorSpace:options:/CIImage/initWithImageProvider:size::format:colorSpace:options:
The value object is retained until the image is deallocated.
See also Appleās documentation