<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.13.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 4.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ImageIO",
  "identifier" : "/documentation/ImageIO/kCGImagePropertyImages",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Image I/O"
    ],
    "preciseIdentifier" : "c:@kCGImagePropertyImages"
  },
  "title" : "kCGImagePropertyImages"
}
-->

# kCGImagePropertyImages

An array of dictionaries, each of which contains metadata for one of the images in the file.

```
let kCGImagePropertyImages: CFString
```

## Discussion

The value of this property is a <doc://com.apple.documentation/documentation/CoreFoundation/CFArray>. Each element in the array is a <doc://com.apple.documentation/documentation/CoreFoundation/CFDictionary> that contains metadata for one of the images. For example, the dictionary might contain the width and height of the image, the image’s color space name, thumbnail image information, and any auxiliary data.

---

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)