<!--
{
  "documentType" : "article",
  "framework" : "CoreVideo",
  "identifier" : "/documentation/CoreVideo/image-buffer-display-dimensions-keys",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Image Buffer Display Dimensions Keys"
}
-->

# Image Buffer Display Dimensions Keys

Keys that describe the display dimensions of an image buffer.

## Discussion

Define these key-value pairs in a <doc://com.apple.documentation/documentation/CoreFoundation/CFDictionary> instance and use the [`kCVImageBufferDisplayDimensionsKey`](/documentation/CoreVideo/kCVImageBufferDisplayDimensionsKey) key to attach it to the image buffer.

## Topics

### Constants

[`let kCVImageBufferDisplayWidthKey: CFString`](/documentation/CoreVideo/kCVImageBufferDisplayWidthKey)

A key to the display width of the image buffer.

[`let kCVImageBufferDisplayHeightKey: CFString`](/documentation/CoreVideo/kCVImageBufferDisplayHeightKey)

A key to the display height of the image 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)