---
title: kCGImagePropertyImages
framework: imageio
role: symbol
role_heading: Global Variable
path: imageio/kcgimagepropertyimages
---

# kCGImagePropertyImages

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

## Declaration

```swift
let kCGImagePropertyImages: CFString
```

## Discussion

Discussion The value of this property is a CFArray. Each element in the array is a 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.

## See Also

### Image Information

- [kCGImagePropertyImageCount](imageio/kcgimagepropertyimagecount.md)
- [kCGImagePropertyIsIndexed](imageio/kcgimagepropertyisindexed.md)
- [kCGImagePropertyThumbnailImages](imageio/kcgimagepropertythumbnailimages.md)
- [kCGImagePropertyPrimaryImage](imageio/kcgimagepropertyprimaryimage.md)
- [kCGImagePropertyIsFloat](imageio/kcgimagepropertyisfloat.md)
- [kCGImagePropertyOrientation](imageio/kcgimagepropertyorientation.md)
- [Individual Image Properties](imageio/individual-image-properties.md)
- [CGImagePropertyOrientation](imageio/cgimagepropertyorientation.md)
