<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/vImageCVImageFormat/make(buffer:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "s:So22vImageCVImageFormatRefa10AccelerateE4make6bufferABSgSo08CVBufferD0a_tFZ"
  },
  "title" : "make(buffer:)"
}
-->

# make(buffer:)

Creates the description of the image encoding in an existing Core Video pixel buffer.

```
static func make(buffer: CVPixelBuffer) -> vImageCVImageFormat?
```

## Parameters

`buffer`

The source Core Video pixel buffer.

## Return Value

A [`vImageCVImageFormat`](/documentation/Accelerate/vImageCVImageFormat) instance that describes the specified pixel buffer’s pixel format.

## See Also

[`func vImageCVImageFormat_CreateWithCVPixelBuffer(CVPixelBuffer!) -> Unmanaged<vImageCVImageFormat>!`](/documentation/Accelerate/vImageCVImageFormat_CreateWithCVPixelBuffer(_:))

Creates the description of the image encoding in an existing Core Video pixel buffer.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)