kCIImageRepresentationDepthImage

Static kCIImageRepresentationDepthImage 

Source
pub unsafe static kCIImageRepresentationDepthImage: &'static CIImageRepresentationOption
Available on crate feature CIContext only.
Expand description

An optional key and value to save additional depth channel information to a JPEG or HEIF.

The value for this key needs to be a monochrome depth CIImage instance.

See also Apple’s documentation