<!--
{
  "availability" : [
    "iOS: 18.4.0 - 27.0.0",
    "iPadOS: 18.4.0 - 27.0.0",
    "macCatalyst: 18.4.0 - 27.0.0",
    "macOS: 15.4.0 - 27.0.0",
    "visionOS: 2.4.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "ImagePlayground",
  "identifier" : "/documentation/ImagePlayground/ImageCreator/CreatedImage",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Image Playground"
    ],
    "preciseIdentifier" : "s:15ImagePlayground0A7CreatorC07CreatedA0V"
  },
  "title" : "ImageCreator.CreatedImage"
}
-->

# ImageCreator.CreatedImage

A structure that stores a programmatically generated image.

```
struct CreatedImage
```

## Overview

You receive `CreatedImage` structures from an `ImageCreator` object
when you ask that object to generate images for you. You cannot create
instances of this structure yourself.

## Topics

### Getting the image

[`cgImage`](/documentation/ImagePlayground/ImageCreator/CreatedImage/cgImage)

The programmatically generated image.



---

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)