<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVAssetImageGenerator/images(for:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "s:So21AVAssetImageGeneratorC12AVFoundationE6images3forAbCE6ImagesVSaySo6CMTimeaG_tF"
  },
  "title" : "images(for:)"
}
-->

# images(for:)

Generates images for times within the video timeline.

```
func images(for times: [CMTime]) -> sending AVAssetImageGenerator.Images
```

## Parameters

`times`

An array of times within the asset timeline to create images.

## Return Value

An asynchronous sequence of images.

## Topics

### Generated image sequence

[`struct Images`](/documentation/AVFoundation/AVAssetImageGenerator/Images)

An asynchronous sequence of images created by an image generator.



---

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)