scale(destination:)
Scales an unsigned 16-bit-per-channel, four-channel interleaved pixel buffer to fit the destination buffer.
Declaration
func scale(destination: vImage.PixelBuffer<Format>)Parameters
- destination:
The destination pixel buffer.
Scales an unsigned 16-bit-per-channel, four-channel interleaved pixel buffer to fit the destination buffer.
func scale(destination: vImage.PixelBuffer<Format>)The destination pixel buffer.