Contents

nearestSampling

The key into the properties dictionary to indicate whether to use nearest-neighbor sampling.

Declaration

static let nearestSampling: CIImageOption

Discussion

The value for this key is an NSNumber containing a Boolean value specifying whether the image should be sampled using nearest neighbor behavior. An unspecified value defaults to linear sampling.

See Also

Type Properties