convert(source:destination:flags:)
Converts the pixels in a vImage buffer to another format.
Declaration
func convert(source: vImage_Buffer, destination: inout vImage_Buffer, flags options: vImage.Options = .noFlags) throwsConverts the pixels in a vImage buffer to another format.
func convert(source: vImage_Buffer, destination: inout vImage_Buffer, flags options: vImage.Options = .noFlags) throws