make(sourceFormat:destinationFormat:flags:)
Creates a vImage converter that converts from one vImage Core Graphics image format to another.
Declaration
static func make(sourceFormat: vImage_CGImageFormat, destinationFormat: vImage_CGImageFormat, flags options: vImage.Options = .noFlags) throws -> vImageConverter