Contents

convert(to:)

Converts the contents of an 8-bit, three-plane pixel buffer to a three-channel interleaved pixel buffer.

Declaration

func convert(to destination: vImage.PixelBuffer<vImage.Interleaved8x3>)

Parameters

  • destination:

    The destination pixel buffer.

See Also

Converting from 8-bit multiple plane to 8-bit interleaved