vImageConverter
A description of a conversion from one image format to another.
Declaration
class vImageConverterMentioned in
Overview
The vImageConverter class is an opaque type that contains information needed to do a rapid conversion from one image type to another.
You use the converter creation functions, for example, vImageConverter_CreateWithCGImageFormat(_:_:_:_:_:), to create instances of converters. Sometimes, there can be an overhead when creating a converter, so create them in advance and reuse them. Converters are thread safe; that is, you can use the same object concurrently in multiple threads.
Topics
Instance Properties
Instance Methods
convert(source:destination:flags:)mustOperateOutOfPlace(source:destination:flags:)destinationBuffers(colorSpace:)sourceBuffers(colorSpace:)convert(from:to:)convert(from:to:)makeCGToCVPixelBuffers(referencing:)makeCVToCGPixelBuffers(referencing:)