---
title: kCGImagePropertyGIFFrameInfoArray
framework: imageio
role: symbol
role_heading: Global Variable
path: imageio/kcgimagepropertygifframeinfoarray
---

# kCGImagePropertyGIFFrameInfoArray

An array of dictionaries that contain timing information for the image sequence.

## Declaration

```swift
let kCGImagePropertyGIFFrameInfoArray: CFString
```

## Discussion

Discussion The value of this property is a CFArray. Each CFDictionary in the array contains timing information about an image in the sequence.

## See Also

### Sequence Timing

- [kCGImagePropertyGIFDelayTime](imageio/kcgimagepropertygifdelaytime.md)
- [kCGImagePropertyGIFUnclampedDelayTime](imageio/kcgimagepropertygifunclampeddelaytime.md)
- [kCGImagePropertyGIFLoopCount](imageio/kcgimagepropertygifloopcount.md)
